body {
  background-color: lightgray;
}

.login-logo {
  margin-bottom: 0;
}

.login-logo img {
  width: 100%;
}

.logo img {
  display: inline;
  padding-bottom: 4px;
  max-height: 100% !important;
  max-width: 100% !important;
}

.sonata-collection-row .col-xs-1 {
  display: none !important;
}

.btn.btn-link.sonata-collection-add {
  display: none !important;
}

@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.section-newsletter {
  background-color: #D43034;
  color: white;
}
.section-newsletter .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  gap: 2.5rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    text-align: center;
  }
}
.section-newsletter .newsletter__image {
  width: 3rem;
}
.section-newsletter .newsletter__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: white;
}
.section-newsletter .newsletter__content__headline {
  margin: 0;
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__content__headline {
    font-size: 1.625rem;
    line-height: 2.125rem;
    max-width: 18.75rem;
    margin: 0 auto;
  }
}
.section-newsletter .newsletter__content__subheadline {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__content__subheadline {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.section-newsletter .newsletter__form {
  flex: 1;
}
@media (min-width: 992px) {
  .section-newsletter .newsletter__form {
    min-height: 4.0625rem;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form {
    width: 100%;
  }
}
.section-newsletter .newsletter__form .input-group {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  background-color: white;
  border-radius: 1rem;
  border: 0.0625rem solid #DDDDDD;
}
.section-newsletter .newsletter__form .input-group .form-group {
  flex: 1;
  margin-bottom: 0;
  background: white;
  max-height: 3.5rem;
}
.section-newsletter .newsletter__form .input-group .form-group .form-control-classic {
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding: 1rem 1rem 1rem 1.5rem;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
  border: none;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group .form-group .form-control-classic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  }
}
.section-newsletter .newsletter__form .input-group .form-group .form-control-classic:focus, .section-newsletter .newsletter__form .input-group .form-group .form-control-classic:focus:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
.section-newsletter .newsletter__form .input-group-action .btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: capitalize;
  border: 0;
  border-radius: 0.75rem;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group-action .btn {
    padding: 1.1875rem;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group-action .btn span {
    display: none;
  }
}
.section-newsletter .newsletter__form .input-group-action .btn img {
  display: none;
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter__form .input-group-action .btn img {
    display: block;
    width: 1rem;
  }
}

.rahm-header-notification {
  background-color: #FDEDED;
  padding: 0.625rem;
}
@media (max-width: 991.98px) {
  .rahm-header-notification {
    padding: 0.5rem 1rem;
  }
}
.rahm-header-notification__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0;
  color: #262626;
}
@media (max-width: 991.98px) {
  .rahm-header-notification__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .rahm-header-notification__text.no-pharmacy {
    display: flex;
    align-items: center;
  }
  .rahm-header-notification__text.no-pharmacy .text-normal {
    text-align: left;
  }
}
.rahm-header-notification__text .text-red {
  color: #D43034;
  font-weight: 700;
  margin-right: 0.625rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  color: #555555;
  line-height: 1.4;
}
body #utt268 {
  display: none;
}

a {
  color: #262626;
  transition: all 0.4s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #D43034;
  text-decoration: none;
}

h1, .heading-1 {
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-family: "IBM Plex Serif", serif;
  color: #262626;
}
@media (max-width: 767.98px) {
  h1, .heading-1 {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

h2, .heading-2 {
  color: #262626;
  font-size: 1.375rem;
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  h2, .heading-2 {
    font-size: 1.375rem;
    margin: 0 0 2rem;
  }
}

h3 {
  color: #262626;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

h4 {
  color: #262626;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}

h5 {
  color: #262626;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    margin-bottom: 0.5rem;
  }
}

h6 {
  color: #262626;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    margin-bottom: 0.5rem;
  }
}

p:last-child {
  margin-bottom: 0;
}

img {
  width: 100%;
}

@media (max-width: 991.98px) {
  div[class^=row] {
    margin: 0 -0.5rem;
  }
  div[class^=col] {
    padding: 0 0.5rem;
  }
}
.text-capitalize {
  text-transform: capitalize;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.btn:hover, .btn:active, .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.btn[disabled]:not(.loading):hover, .btn[disabled]:not(.loading):active, .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.btn i,
.btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.btn-block {
  width: 100%;
}
.btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.btn-square i,
.btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.btn.btn-lg i,
.btn.btn-lg svg {
  font-size: 1rem;
}
.btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.btn.btn-icon i,
.btn.btn-icon svg {
  margin: 0;
}
.btn.btn-transparency {
  opacity: 0.8;
}
.btn.btn-transparency:hover, .btn.btn-transparency:active, .btn.btn-transparency:focus, .btn.btn-transparency:focus:active {
  opacity: 1;
}
.btn + .btn {
  margin-left: 0.5rem;
}
.btn + .btn-group {
  margin-left: 0.5rem;
}

.btn-primary,
a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-primary:hover,
a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-primary:focus,
a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-primary:active,
a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}

.loading-primary {
  background: #DDDDDD !important;
  color: white;
}

.btn-secondary,
a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-secondary:focus,
a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary:active,
a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}

.btn-tertiary,
a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-tertiary:focus,
a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.btn-tertiary:active,
a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}

.btn-outline,
a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.btn-outline:hover,
a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.btn-outline:focus,
a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-outline:active,
a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}

.btn-action,
a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-action:hover,
a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-action:focus,
a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-action:active,
a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}

.btn-exception,
a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-exception:hover,
a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-exception:focus,
a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.btn-exception:active,
a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}

.btn-danger,
a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.btn-danger:hover,
a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.btn-danger:focus,
a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.btn-danger:active,
a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}

.btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow:focus, .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow i,
.btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}

.btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow-sm:focus, .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow-sm i,
.btn-arrow-sm svg {
  margin-right: 0;
}

.btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.alert {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 1.5rem;
  margin: 0;
  min-width: 15rem;
  border-radius: 0.25rem;
  z-index: 5;
}
.alert::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
.alert i,
.alert svg {
  font-size: 1.5rem;
  margin: 0 0.625rem 0 0;
}
.alert .message {
  flex: 1;
}
.alert .close {
  font-size: 1.5rem;
  background: transparent;
  padding: 0;
  margin: 0 0 0 0.75rem;
  border: 0;
  outline: none;
  opacity: 0.8;
}
.alert.alert-success {
  border-color: #EAFDDC;
  background: #EAFDDC;
  color: #248232;
}
.alert.alert-success::after {
  background: #EAFDDC;
}
.alert.alert-success .close {
  color: #248232;
}
.alert.alert-info {
  border-color: #EBFAFF;
  background: #EBFAFF;
  color: #005D7D;
}
.alert.alert-info::after {
  background: #EBFAFF;
}
.alert.alert-info .close {
  color: #005D7D;
}
.alert.alert-warning {
  border-color: #F8E7BF;
  background: #F8E7BF;
  color: #704F00;
}
.alert.alert-warning::after {
  background: #F8E7BF;
}
.alert.alert-warning .close {
  color: #B27D00;
}
.alert.alert-danger {
  border-color: #FCEEEF;
  background: #FCEEEF;
  color: #C0212E;
}
.alert.alert-danger::after {
  background: #FCEEEF;
}
.alert.alert-danger .close {
  color: #C0212E;
}
.alert.alert-top {
  position: absolute;
  top: -2.75rem;
  left: 1.5rem;
}
.alert.alert-top::after {
  width: 1.25rem;
  height: 1.25rem;
  bottom: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  .alert.alert-top {
    left: 0.75rem;
  }
}
.alert.alert-bottom {
  position: absolute;
  bottom: -2.75rem;
  left: 1.5rem;
}
.alert.alert-bottom::after {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  .alert.alert-bottom {
    left: 0.75rem;
  }
}
.alert.alert-left {
  position: absolute;
  right: calc(100% + 12px);
  bottom: calc(50% - 24px);
}
.alert.alert-left::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  right: -0.25rem;
}
@media (max-width: 991.98px) {
  .alert.alert-left {
    right: unset;
    bottom: -2.75rem;
    left: 0.75rem;
  }
  .alert.alert-left::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}
.alert.alert-right {
  position: absolute;
  bottom: calc(50% - 24px);
  left: calc(100% + 12px);
}
.alert.alert-right::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  left: -0.25rem;
}
@media (max-width: 991.98px) {
  .alert.alert-right {
    bottom: -2.75rem;
    left: 0.75rem;
  }
  .alert.alert-right::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}

.input-field {
  position: relative;
  margin-bottom: 1rem;
  flex: 1;
  background: white;
  border-radius: 0.5rem;
}
.input-field input {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767.98px) {
  .input-field input {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    padding: 0.5rem 1rem;
    height: 2.5rem;
  }
}
.input-field input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::placeholder {
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.input-field input:focus, .input-field input:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
.input-field input:focus + .field-label, .input-field input:active + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:-moz-placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field.validation-field.has-error input {
  border-color: #D43034;
}
.input-field.validation-field.has-error input:focus + .field-label {
  color: #D43034;
}
.input-field.validation-field.has-error .messages {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.input-field.validation-field.has-error .messages .error {
  margin-bottom: 0.3125rem;
}
.input-field.disabled input {
  border-color: #DDDDDD;
  color: #BBBBBB;
}

::-ms-reveal {
  display: none;
}

.password-field input {
  padding-right: 2.75rem !important;
}
.password-field .show-password {
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
}
@media (max-width: 767.98px) {
  .password-field .show-password {
    top: 0.625rem;
    right: 0.75rem;
  }
}
.password-field .show-password .fa-eye-slash {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(2px) translateX(2px);
}
.password-field .show-password.input-sm {
  top: 0.5rem;
}
.password-field .show-password.input-sm.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(4px);
}
.password-field .password-strength {
  font-size: 0.625rem;
  padding-top: 0.25rem;
  font-weight: normal;
}
.password-field .password-strength-value {
  font-weight: bold;
}
.password-field .password-strength .svg-inline--fa {
  display: none;
  font-weight: bold;
  font-size: 0.8125rem;
}
.password-field .password-strength .emoji-bad .fa-frown {
  display: inline-block;
}
.password-field .password-strength .emoji-meh .fa-meh {
  display: inline-block;
}
.password-field .password-strength .emoji-strong .fa-smile {
  display: inline-block;
}
.password-field .password-hint {
  font-size: 0.625rem;
  margin-top: 0.375rem;
}
.password-field.has-error .password-strength,
.password-field.has-error .password-hint {
  display: none;
}

.field-label {
  position: absolute;
  top: 0.9375rem;
  left: 1rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .field-label {
    top: 0.75rem;
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
  }
}

.checkbox-field {
  display: flex;
  margin-bottom: 1rem;
}
.checkbox-field label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.checkbox-field label input {
  display: none;
}
.checkbox-field label input:checked + .checkmark::before {
  border: 0.0625rem solid #D43034;
  background-color: #D43034;
}
.checkbox-field label input:checked + .checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.checkbox-field label input:disabled + .checkmark::before {
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled:checked + .checkmark::before {
  background-color: #D43034;
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled ~ span:last-of-type {
  color: #DDDDDD;
}
.checkbox-field label .checkmark {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 1.75rem;
  color: #555555;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label .checkmark::before {
  content: "";
  background-color: white;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.0625rem;
  padding: 0.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-filter: none;
          filter: none;
}
.checkbox-field label:hover .checkmark::before {
  border-color: #D43034;
  -webkit-filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
          filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
}
.checkbox-field label span:last-of-type {
  font-size: 0.75rem;
  color: #555555;
}
.checkbox-field label span:last-of-type a {
  text-decoration: underline;
  color: #262626;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label span:last-of-type a:hover {
  text-decoration: none;
  color: #D43034;
}
.checkbox-field.validation-field.has-error {
  margin-bottom: 0;
}
.checkbox-field.validation-field.has-error + .messages {
  margin-left: 1.875rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.checkbox-field.validation-field.has-error label .checkmark::before {
  border-color: #D43034;
}
.checkbox-field.validation-field:not(.has-error) + .messages {
  display: none;
}

header {
  position: relative;
  background: white;
  box-shadow: 0 0.25rem 0.625rem -0.25rem rgba(0, 0, 0, 0.15);
  z-index: 2;
}
header:not(.search-modal-open) .modal-close {
  display: none;
}
header .navigation-wrapper .navigation {
  position: relative;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  background: white;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation {
    height: 4rem;
  }
}
header .navigation-wrapper .navigation-brand {
  display: block;
  height: auto;
}
header .navigation-wrapper .navigation-brand img {
  width: auto;
}
@media (max-width: 1199.98px) {
  header .navigation-wrapper .navigation-brand img {
    max-width: 10rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-brand img {
    height: 2.25rem;
    max-width: 8.75rem;
  }
}
@media only screen and (max-width: 320px) {
  header .navigation-wrapper .navigation-brand img {
    max-width: 7.5rem;
  }
}
header .navigation-wrapper .navigation-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navigation-wrapper .navigation-list li {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li {
    margin-left: 1rem;
  }
}
header .navigation-wrapper .navigation-list li .nav-link {
  display: flex;
  align-items: center;
  color: #262626;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 600;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .navigation-list li .nav-link:hover {
  color: #D43034;
  cursor: pointer;
}
header .navigation-wrapper .navigation-list li .nav-link:hover .hamburger span {
  background: #D43034;
}
header .navigation-wrapper .navigation-list li .nav-link:focus {
  color: #262626;
  text-decoration: underline;
}
header .navigation-wrapper .navigation-list li .nav-link.show .hamburger span:nth-child(1) {
  position: relative;
  top: 0.375rem;
  transform: rotate(45deg);
}
header .navigation-wrapper .navigation-list li .nav-link.show .hamburger span:nth-child(2) {
  opacity: 0;
}
header .navigation-wrapper .navigation-list li .nav-link.show .hamburger span:nth-child(3) {
  position: relative;
  top: -0.5rem;
  transform: rotate(-45deg);
}
header .navigation-wrapper .navigation-list li .nav-link .label {
  font-weight: 700;
  line-height: 1.25rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .navigation-list li .nav-link .label {
    display: none;
  }
}
header .navigation-wrapper .navigation-list li .nav-link .hamburger {
  display: inline-block;
  margin-right: 0.625rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .nav-link .hamburger {
    margin-right: 0;
  }
}
header .navigation-wrapper .navigation-list li .nav-link .hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background: #262626;
  border-radius: 0.625rem;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .navigation-list li .nav-link .hamburger span:nth-child(2) {
  width: 1.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
}
header .navigation-wrapper .navigation-list li .nav-link .cart-items-counter {
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background: #D43034;
  border-radius: 50%;
  font-size: 0.625rem;
  color: white;
}
header .navigation-wrapper .navigation-list li .nav-link .cart-items-counter.show {
  display: flex;
}
header .navigation-wrapper .navigation-list li .nav-link .navigation-popup-before {
  display: none;
  width: 2.5rem;
  height: 0.625rem;
  position: absolute;
  overflow: hidden;
  top: 1.625rem;
  left: -0.5rem;
  z-index: 15;
}
header .navigation-wrapper .navigation-list li .nav-link .navigation-popup-before::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  transform: rotate(45deg);
  top: 0.375rem;
  left: 0.625rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
header .navigation-wrapper .navigation-list li .nav-link svg,
header .navigation-wrapper .navigation-list li .nav-link i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
  min-width: 1.375rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .nav-link svg,
  header .navigation-wrapper .navigation-list li .nav-link i {
    margin-right: 0;
  }
}
header .navigation-wrapper .navigation-list li .nav-link img {
  width: 1.25rem;
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .nav-link img {
    margin-right: 0;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup {
  display: none;
  position: absolute;
  top: 2.25rem;
  right: 0rem;
  background: white;
  min-width: 18.125rem;
  border-radius: 0.25rem;
  overflow: hidden;
  z-index: 15;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup {
    display: block;
    position: fixed;
    height: 100vh;
    top: -100vh;
    right: 0;
    width: 100%;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup.navigation-popup-centered {
    text-align: center;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup.show {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup.show {
    top: 0;
    box-shadow: none;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup.show + .nav-popup-link .navigation-popup-before {
  display: block;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup.show + .nav-popup-link .navigation-popup-before {
    display: none;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-close {
  display: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    right: 0rem;
    height: 3rem;
    width: 3rem;
    background-color: white;
    outline: none;
    border: none;
  }
  header .navigation-wrapper .navigation-list li .navigation-popup-close span {
    display: block;
    width: 1.125rem;
    height: 0.1875rem;
    background: #262626;
    border-radius: 0.625rem;
  }
  header .navigation-wrapper .navigation-list li .navigation-popup-close span:nth-child(1) {
    position: relative;
    left: 0.625rem;
    transform: rotate(45deg);
  }
  header .navigation-wrapper .navigation-list li .navigation-popup-close span:nth-child(2) {
    position: relative;
    top: 0rem;
    right: 0.5rem;
    transform: rotate(-45deg);
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem 1.5rem;
  min-width: 24.125rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content {
    min-width: unset;
    padding: 0 1rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .title {
  color: #262626;
  font-size: 1.375rem;
  font-weight: 700;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .subtitle {
  color: #262626;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .subtitle {
    margin-bottom: 1.5rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer {
  margin-bottom: 2rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert {
  padding: 0.5rem 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert .message {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert svg,
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert .close {
  display: none;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .loginNotificationsContainer .alert-danger a {
  text-decoration: underline;
  color: #9D1B25;
  font-weight: 700;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content #HeaderLoginRememberMeContainer {
  font-weight: 500;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list {
  list-style: none;
  padding: 0;
  margin-right: -1rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .list {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .list {
    margin-right: 0;
    margin-bottom: 2.25rem;
    margin-left: 0;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li {
  display: block;
  margin-left: 0;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a {
  display: block;
  color: #262626;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a svg {
  color: #262626;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active {
  text-decoration: unset;
  color: #D43034;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover svg, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active svg, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus svg, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active i,
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active svg {
  color: #D43034;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:hover img, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:active img, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus img, header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a:focus:active img {
  filter: saturate(44000%);
  -webkit-filter: saturate(44000%);
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .list li a {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery {
  margin-bottom: 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  text-decoration: underline;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a:hover, header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a:active, header .navigation-wrapper .navigation-list li .navigation-popup-content .password-recovery a:focus {
  color: #D43034;
  text-decoration: none;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .btn {
  padding: 1.0625rem 2rem;
}
@media (min-width: 992px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .btn {
    min-height: 3.1875rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .action {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  margin-top: 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .action a {
  color: #262626;
  text-decoration: underline;
  font-weight: 500;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content .action a:hover {
  color: #D43034;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content .action {
    margin-top: 1rem;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account {
  min-width: 18.8125rem;
  padding: 1.5rem 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content.account .title {
    font-size: 1rem;
    text-align: center;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .subtitle {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .navigation-list li .navigation-popup-content.account .subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a span:nth-child(1) {
  width: 1.5rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a span i, header .navigation-wrapper .navigation-list li .navigation-popup-content.account .list a span svg {
  max-width: 1rem;
  max-height: 1rem;
}
header .navigation-wrapper .navigation-list li .navigation-popup-additional {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  padding: 1.25rem 1rem;
  margin: 0 3rem 1.5rem;
  background: #F5F5F5;
  text-align: center;
}
header .navigation-wrapper .navigation-list li .navigation-popup-additional a {
  color: #262626;
  font-weight: 500;
  text-decoration: underline;
}
header .navigation-wrapper .navigation-list li .navigation-popup-additional a:hover {
  color: #D43034;
  text-decoration: none;
}
header .navigation-wrapper .menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  box-shadow: 0 0.25rem 0.625rem -0.25rem rgba(0, 0, 0, 0.15);
  background: white;
  border-top: 0.0625rem solid #DDDDDD;
  transition: all 0.4s ease-in-out;
  z-index: 15;
  height: auto;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .navigation-wrapper .menu::-webkit-scrollbar-thumb {
  background: transparent;
  border: 0;
}
header .navigation-wrapper .menu::-webkit-scrollbar-track {
  background: transparent;
}
header .navigation-wrapper .menu::-webkit-scrollbar {
  display: none;
}
@media (max-device-width: 1280px) and (orientation: landscape) {
  header .navigation-wrapper .menu {
    top: -150%;
  }
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu {
    top: -100vh;
    padding: 4rem 0;
    height: 100vh;
    box-shadow: unset;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
header .navigation-wrapper .menu.showing {
  display: block;
}
header .navigation-wrapper .menu.show {
  display: block;
  top: 5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu.show {
    top: 0;
  }
}
header .navigation-wrapper .menu.show + .quick-search {
  opacity: 0;
}
header .navigation-wrapper .menu-title {
  color: #262626;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-title {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-title {
    font-size: 1.125rem;
    font-variation-settings: "opsz" 18;
    padding: 0rem 1rem;
  }
}
header .navigation-wrapper .menu-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list {
    margin-top: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list {
    margin-top: 0.5rem;
    margin-bottom: 2.25rem;
  }
  header .navigation-wrapper .menu-list.last {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
header .navigation-wrapper .menu-list.popular-functions li {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list.popular-functions li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list.popular-functions li {
    margin-bottom: 0;
  }
}
header .navigation-wrapper .menu-list li {
  margin-bottom: 1.125rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list li {
    margin-bottom: 0;
  }
}
header .navigation-wrapper .menu-list li:last-child {
  margin-bottom: 0;
}
header .navigation-wrapper .menu-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #262626;
  transition: all 0.4s ease-in-out;
  line-height: 1.375rem;
}
header .navigation-wrapper .menu-list li a:hover, header .navigation-wrapper .menu-list li a:active, header .navigation-wrapper .menu-list li a:focus, header .navigation-wrapper .menu-list li a:focus:active {
  color: #D43034;
  text-decoration: unset;
}
header .navigation-wrapper .menu-list li a:hover .icon svg,
header .navigation-wrapper .menu-list li a:hover .icon i, header .navigation-wrapper .menu-list li a:active .icon svg,
header .navigation-wrapper .menu-list li a:active .icon i, header .navigation-wrapper .menu-list li a:focus .icon svg,
header .navigation-wrapper .menu-list li a:focus .icon i, header .navigation-wrapper .menu-list li a:focus:active .icon svg,
header .navigation-wrapper .menu-list li a:focus:active .icon i {
  color: #D43034;
}
header .navigation-wrapper .menu-list li a:hover .icon img, header .navigation-wrapper .menu-list li a:active .icon img, header .navigation-wrapper .menu-list li a:focus .icon img, header .navigation-wrapper .menu-list li a:focus:active .icon img {
  filter: saturate(44000%);
  -webkit-filter: saturate(44000%);
}
header .navigation-wrapper .menu-list li a:focus {
  color: #262626;
  text-decoration: underline;
}
header .navigation-wrapper .menu-list li a input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
header .navigation-wrapper .menu-list li a .icon {
  display: inline-flex;
  flex: unset;
  margin-right: 0.875rem;
  justify-content: center;
  width: 1rem;
  align-items: center;
  min-height: 1.25rem;
}
header .navigation-wrapper .menu-list li a .icon.prescription-upload-icon img,
header .navigation-wrapper .menu-list li a .icon.prescription-upload-icon svg {
  max-width: 0.9375rem;
}
header .navigation-wrapper .menu-list li a .icon.product-categories-icon img,
header .navigation-wrapper .menu-list li a .icon.product-categories-icon svg {
  max-width: 0.6875rem;
}
header .navigation-wrapper .menu-list li a .icon.shop-page-icon img,
header .navigation-wrapper .menu-list li a .icon.shop-page-icon svg {
  max-width: 0.6875rem;
}
header .navigation-wrapper .menu-list li a .icon.faq-icon img,
header .navigation-wrapper .menu-list li a .icon.faq-icon svg {
  max-width: 0.875rem;
}
header .navigation-wrapper .menu-list li a .icon svg,
header .navigation-wrapper .menu-list li a .icon i {
  font-size: 1.375rem;
  max-width: 1.125rem;
  color: #262626;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list li a .icon svg,
  header .navigation-wrapper .menu-list li a .icon i {
    font-size: 1.125rem;
  }
}
header .navigation-wrapper .menu-list li a .icon img {
  width: 100%;
  max-width: 1.125rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .menu-list li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-list li a {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    padding: 0.5rem 1rem;
  }
  header .navigation-wrapper .menu-list li a:hover, header .navigation-wrapper .menu-list li a:active, header .navigation-wrapper .menu-list li a:focus {
    color: #D43034;
    text-decoration: unset;
  }
}
header .navigation-wrapper .menu-close {
  display: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .menu-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    right: 0rem;
    height: 3rem;
    width: 3rem;
  }
  header .navigation-wrapper .menu-close span {
    display: block;
    width: 1.125rem;
    height: 0.1875rem;
    background: #262626;
    border-radius: 0.625rem;
  }
  header .navigation-wrapper .menu-close span:nth-child(1) {
    position: relative;
    left: 0.625rem;
    transform: rotate(45deg);
  }
  header .navigation-wrapper .menu-close span:nth-child(2) {
    position: relative;
    top: 0rem;
    right: 0.5rem;
    transform: rotate(-45deg);
  }
}
header .navigation-wrapper .alert {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 1.5rem;
  margin: 0;
  min-width: 15rem;
  border-radius: 0.25rem;
  z-index: 5;
}
header .navigation-wrapper .alert::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
header .navigation-wrapper .alert i,
header .navigation-wrapper .alert svg {
  font-size: 1.5rem;
  margin: 0 0.625rem 0 0;
}
header .navigation-wrapper .alert .message {
  flex: 1;
}
header .navigation-wrapper .alert .close {
  font-size: 1.5rem;
  background: transparent;
  padding: 0;
  margin: 0 0 0 0.75rem;
  border: 0;
  outline: none;
  opacity: 0.8;
}
header .navigation-wrapper .alert.alert-success {
  border-color: #EAFDDC;
  background: #EAFDDC;
  color: #248232;
}
header .navigation-wrapper .alert.alert-success::after {
  background: #EAFDDC;
}
header .navigation-wrapper .alert.alert-success .close {
  color: #248232;
}
header .navigation-wrapper .alert.alert-info {
  border-color: #EBFAFF;
  background: #EBFAFF;
  color: #005D7D;
}
header .navigation-wrapper .alert.alert-info::after {
  background: #EBFAFF;
}
header .navigation-wrapper .alert.alert-info .close {
  color: #005D7D;
}
header .navigation-wrapper .alert.alert-warning {
  border-color: #F8E7BF;
  background: #F8E7BF;
  color: #704F00;
}
header .navigation-wrapper .alert.alert-warning::after {
  background: #F8E7BF;
}
header .navigation-wrapper .alert.alert-warning .close {
  color: #B27D00;
}
header .navigation-wrapper .alert.alert-danger {
  border-color: #FCEEEF;
  background: #FCEEEF;
  color: #C0212E;
}
header .navigation-wrapper .alert.alert-danger::after {
  background: #FCEEEF;
}
header .navigation-wrapper .alert.alert-danger .close {
  color: #C0212E;
}
header .navigation-wrapper .alert.alert-top {
  position: absolute;
  top: -2.75rem;
  left: 1.5rem;
}
header .navigation-wrapper .alert.alert-top::after {
  width: 1.25rem;
  height: 1.25rem;
  bottom: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-top {
    left: 0.75rem;
  }
}
header .navigation-wrapper .alert.alert-bottom {
  position: absolute;
  bottom: -2.75rem;
  left: 1.5rem;
}
header .navigation-wrapper .alert.alert-bottom::after {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.25rem;
  left: 0.875rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-bottom {
    left: 0.75rem;
  }
}
header .navigation-wrapper .alert.alert-left {
  position: absolute;
  right: calc(100% + 12px);
  bottom: calc(50% - 24px);
}
header .navigation-wrapper .alert.alert-left::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  right: -0.25rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-left {
    right: unset;
    bottom: -2.75rem;
    left: 0.75rem;
  }
  header .navigation-wrapper .alert.alert-left::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}
header .navigation-wrapper .alert.alert-right {
  position: absolute;
  bottom: calc(50% - 24px);
  left: calc(100% + 12px);
}
header .navigation-wrapper .alert.alert-right::after {
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 10px);
  left: -0.25rem;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .alert.alert-right {
    bottom: -2.75rem;
    left: 0.75rem;
  }
  header .navigation-wrapper .alert.alert-right::after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
    right: unset;
    bottom: -0.25rem;
    left: 0.875rem;
  }
}
header .navigation-wrapper .field-label {
  position: absolute;
  top: 0.9375rem;
  left: 1rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .field-label {
    top: 0.75rem;
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
  }
}
header .navigation-wrapper .input-field {
  position: relative;
  margin-bottom: 1rem;
  flex: 1;
  background: white;
  border-radius: 0.5rem;
}
header .navigation-wrapper .input-field input {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .input-field input {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    padding: 0.5rem 1rem;
    height: 2.5rem;
  }
}
header .navigation-wrapper .input-field input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input::placeholder {
  color: transparent;
  transition: all 0.4s ease-in-out;
}
header .navigation-wrapper .input-field input:focus, header .navigation-wrapper .input-field input:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
header .navigation-wrapper .input-field input:focus + .field-label, header .navigation-wrapper .input-field input:active + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
header .navigation-wrapper .input-field input:not(:-moz-placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
header .navigation-wrapper .input-field input:not(:placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
header .navigation-wrapper .input-field.validation-field.has-error input {
  border-color: #D43034;
}
header .navigation-wrapper .input-field.validation-field.has-error input:focus + .field-label {
  color: #D43034;
}
header .navigation-wrapper .input-field.validation-field.has-error .messages {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
header .navigation-wrapper .input-field.validation-field.has-error .messages .error {
  margin-bottom: 0.3125rem;
}
header .navigation-wrapper .input-field.disabled input {
  border-color: #DDDDDD;
  color: #BBBBBB;
}
header .navigation-wrapper .input-group-field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
header .navigation-wrapper .input-group-field .input-field {
  margin-bottom: 0;
  background: white;
  border-radius: 0.5rem;
}
header .navigation-wrapper .input-group-field .input-field input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
header .navigation-wrapper .input-group-field .input-field input:not(:-moz-placeholder-shown) {
  border-right: 0;
}
header .navigation-wrapper .input-group-field .input-field input:focus, header .navigation-wrapper .input-group-field .input-field input:active, header .navigation-wrapper .input-group-field .input-field input:not(:placeholder-shown) {
  border-right: 0;
}
header .navigation-wrapper .input-group-field .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header .navigation-wrapper .quick-search {
  display: flex;
  padding-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  margin-top: 0.1875rem;
}
@media (min-width: 992px) {
  header .navigation-wrapper .quick-search {
    min-height: 5.75rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search {
    flex-direction: row-reverse;
    padding-bottom: 1rem;
  }
}
header .navigation-wrapper .quick-search.show {
  top: 5rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search.show {
    top: 0;
  }
}
header .navigation-wrapper .quick-search form {
  flex: 1;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form {
    margin-right: 0;
    margin-left: 0.25rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .input-field input {
  color: #555555;
  padding-right: 4.375rem;
}
@media (min-width: 768px) {
  header .navigation-wrapper .quick-search form .input-group-field .input-field input {
    height: 3.75rem;
    padding: 1.125rem 4.375rem 1.125rem 1.5rem;
  }
}
@media (min-width: 768px) {
  header .navigation-wrapper .quick-search form .input-group-field .input-field input:not(:-moz-placeholder-shown) + .field-label {
    top: -0.375rem;
    left: 1.5rem;
  }
  header .navigation-wrapper .quick-search form .input-group-field .input-field input:focus + .field-label, header .navigation-wrapper .quick-search form .input-group-field .input-field input:active + .field-label, header .navigation-wrapper .quick-search form .input-group-field .input-field input:not(:placeholder-shown) + .field-label {
    top: -0.375rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .navigation-wrapper .quick-search form .input-group-field .input-field .field-label {
    top: 1.3125rem;
    left: 1.5rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .btn {
  padding: 1.125rem;
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .btn {
    padding: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .btn i,
header .navigation-wrapper .quick-search form .input-group-field .btn svg {
  font-size: 1.25rem;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .btn i,
  header .navigation-wrapper .quick-search form .input-group-field .btn svg {
    font-size: 1rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner {
  display: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner {
    position: absolute;
    top: 0.4375rem;
    right: 3.125rem;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0.625rem;
    font-weight: 700;
    color: #262626;
  }
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner:hover, header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner:active, header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner:focus {
    outline: unset;
    box-shadow: none;
  }
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner i,
  header .navigation-wrapper .quick-search form .input-group-field .btn-barcode-scanner svg {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    margin-bottom: 0.125rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results {
  position: absolute;
  top: 3.75rem;
  right: 0;
  left: 0;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: none;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  z-index: 5;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results {
    right: -4.0625rem;
    left: -0.9375rem;
    border: unset;
    border-radius: 0;
    box-shadow: unset;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 22.5rem;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul {
    max-height: unset;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul::-webkit-scrollbar {
  width: 0.25rem;
  background-color: transparent;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul::-webkit-scrollbar-thumb {
  background-color: #DDDDDD;
  border: 0.25rem solid #DDDDDD;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li:first-child {
  margin: 0.5rem 0 0;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a {
  padding: 0.75rem 1.125rem;
  margin: unset;
  border-top: 0.0625rem solid #DDDDDD;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #262626;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a:hover, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a:active, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a:focus {
  color: #D43034;
  background-color: #F5F5F5;
  box-shadow: none;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li.more-results a {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a:hover, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a:active, header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a:focus {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a {
    padding: 0.5rem 1rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 5rem;
  max-height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo {
    max-width: 4rem;
    max-height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo .product-image {
  width: auto;
  max-height: 5rem;
  max-width: 5rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .photo .product-image {
    max-height: 4rem;
    max-width: 4rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content {
  flex: 1;
  margin: 0 0 0 0.75rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content {
    margin: 0 0 0 0.75rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .sponsored-label {
  color: #777777;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.125rem;
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .name {
  display: flex;
  font-size: 1rem;
  color: #262626;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .name {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .package {
  display: flex;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
}
@media (max-width: 991.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .products-autocomplete-results ul li a .content .package {
    font-size: 0.75rem;
  }
}
header .navigation-wrapper .quick-search form .input-group-field .loading {
  position: absolute;
  top: 1.25rem;
  right: 5rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #262626;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .loading {
    top: 0.625rem;
    right: 5.25rem;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
header .navigation-wrapper .quick-search form .input-group-field .delete-tag {
  position: absolute;
  top: 50%;
  transform: translate(0.625rem, -50%);
  left: 1.5625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #262626;
  cursor: pointer;
  padding: 0 0.25rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search form .input-group-field .delete-tag {
    transform: translateY(-50%);
    padding: 0 0.75rem;
    font-size: 1.25rem;
    margin-left: 0 !important;
    right: 77px;
    left: unset;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload {
  color: white;
  background-color: #D43034;
  border-color: #D43034;
  font-size: 0.75rem;
  text-transform: none;
}
@media (min-width: 992px) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload {
    min-height: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload {
    font-size: 0.625rem;
    flex-direction: column;
    padding: 0.25rem 0.5rem;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload:hover {
  background-color: #9A2326;
  border-color: #9A2326;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload:focus {
  background-color: #D43034;
  border-color: #262626;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload:active {
  background-color: #EF787B;
  border-color: #9A2326;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload .icon {
  display: block;
  width: 0.75rem;
  height: 0.5625rem;
  background-position: 50%;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjUgNC40MDAxM1Y4Ljc4NjgzQzAuNSA5LjExMzMgMC43NjQ2NDkgOS4zNzc5NSAxLjA5MTExIDkuMzc3OTVINi41SDkuNUgxMS45MDg5QzEyLjIzNTQgOS4zNzc5NSAxMi41IDkuMTEzMyAxMi41IDguNzg2ODNWNS43MzM0OFY0LjQwMDEzVjEuMjEzNDNDMTIuNSAwLjg4Njk2NyAxMi4yMzU0IDAuNjIyMzE0IDExLjkwODkgMC42MjIzMTRINC4yNzc3OFYzLjgwOTAyQzQuMjc3NzggNC4xMzU0OCA0LjAxMzEzIDQuNDAwMTMgMy42ODY2NyA0LjQwMDEzSDAuNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4xMzYyMiAzLjAwNTEzQzguMTY2NzMgMi45NzQ2MiA4LjIwNjg5IDIuOTU5NjUgOC4yNDY4OCAyLjk2MDIyQzguMjg2ODYgMi45NTk2NSA4LjMyNzAyIDIuOTc0NjIgOC4zNTc1MyAzLjAwNTEzTDkuOTQ4MzQgNC41OTU5MUMxMC4wMDgyIDQuNjU1ODIgMTAuMDA4MiA0Ljc1Mjk0IDkuOTQ4MzQgNC44MTI4NEw5LjczMTQxIDUuMDI5NzZDOS42NzE1MSA1LjA4OTY3IDkuNTc0MzggNS4wODk2NyA5LjUxNDQ4IDUuMDI5NzZMOC41NTA2MSA0LjA2NTkxVjcuMDA2ODJDOC41NTA2MSA3LjA5MTUzIDguNDgxOTQgNy4xNjAyIDguMzk3MjIgNy4xNjAySDguMDkwNDRDOC4wMDU3MiA3LjE2MDIgNy45MzcwNSA3LjA5MTUzIDcuOTM3MDUgNy4wMDY4MlY0LjA3Mkw2Ljk3OTI3IDUuMDI5NzZDNi45MTkzNyA1LjA4OTY3IDYuODIyMjUgNS4wODk2NyA2Ljc2MjM0IDUuMDI5NzZMNi41NDU0MiA0LjgxMjg0QzYuNDg1NTEgNC43NTI5NCA2LjQ4NTUxIDQuNjU1ODIgNi41NDU0MiA0LjU5NTkxTDguMTM2MjIgMy4wMDUxM1oiIGZpbGw9IiMwMDAwMDAiLz4KPHBhdGggZD0iTTMuMjQyODcgMy45NTUzMkMzLjU2OTM0IDMuOTU1MzIgMy44MzM5OCAzLjY5MDY5IDMuODMzOTggMy4zNjQyNEwzLjgzMzk4IDAuNjIyMTVMMC41MDA2NTMgMy45NTUzMkwzLjI0Mjg3IDMuOTU1MzJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload .icon {
    transition: none;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload span {
  display: inline-flex;
  margin-left: 0.625rem;
}
@media (max-width: 767.98px) {
  header .navigation-wrapper .quick-search .btn-prescriptions-upload span {
    margin-left: 0;
    margin-top: 0.375rem;
  }
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
header .navigation-wrapper .quick-search .btn-prescriptions-upload input.loading + .loader {
  display: block;
}
header .navigation-wrapper .quick-search .container {
  display: flex;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 767.98px) {
  .mb-24 {
    margin-bottom: 0.75rem !important;
  }
}

footer {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #F5F5F5;
  color: #555555;
}
@media (min-width: 992px) {
  footer {
    min-height: 56.25rem;
  }
}
footer.redesign div[class^=row] {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
footer.redesign div[class^=col] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
footer.redesign a {
  transition: all 0.4s ease-in-out;
}
footer.redesign.with-banner {
  padding-top: 0;
  margin-top: 0;
}
footer.redesign.with-banner .section-newsletter {
  margin-bottom: 2rem;
}
footer .title {
  display: flex;
  color: #262626;
  margin-bottom: 1.125rem;
  font-weight: 700;
}
footer .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  background-color: white;
  border-radius: 50%;
  margin-right: 0.625rem;
  font-size: 0.75rem;
}
footer .title .icon svg,
footer .title .icon i {
  color: #262626;
}
@media (max-width: 767.98px) {
  footer .title .icon {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0.625rem;
  }
}
footer .title .label {
  flex: 1;
  position: relative;
  top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #262626;
  font-variation-settings: "opsz" 14;
}
footer .main-information {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
@media (max-width: 991.98px) {
  footer .main-information {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  footer .main-information .pharmacy {
    margin-bottom: 2rem;
  }
}
footer .main-information .pharmacy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .main-information .pharmacy ul li {
  font-size: 0.75rem;
}
footer .main-information .pharmacy .contact {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}
footer .main-information .pharmacy .contact p {
  margin-bottom: 0;
  color: #1B4258;
}
footer .main-information .pharmacy .contact a {
  color: #262626;
  text-decoration: underline;
}
footer .main-information .pharmacy .contact a:hover, footer .main-information .pharmacy .contact a:active, footer .main-information .pharmacy .contact a:focus {
  color: #D43034;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  footer .main-information .payment {
    margin-bottom: 2rem;
  }
}
footer .main-information .payment img {
  max-width: 13.75rem;
}
footer .main-information .payment .information {
  margin-top: 0.625rem;
  font-size: 0.75rem;
}
footer .main-information .payment .information a {
  color: #555555;
  text-decoration: underline;
}
footer .main-information .payment .information a:hover, footer .main-information .payment .information a:active, footer .main-information .payment .information a:focus {
  color: #D43034;
  text-decoration: none;
}
footer .main-information .legal {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
}
footer .main-information .footer-delivery-mobile-app-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991.98px) {
  footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery {
    margin-bottom: 2rem;
  }
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul li {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #353535;
  margin-bottom: 0.75rem;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul li:last-child {
  margin-bottom: 0;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery ul li.information {
  list-style-type: none;
  font-weight: 400;
  color: #555555;
  line-height: 1.4;
}
footer .main-information .footer-delivery-mobile-app-container .delivery-wrapper .delivery .information {
  margin-top: 0.875rem;
  font-size: 0.75rem;
}
footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app {
    margin-bottom: 2.25rem;
    justify-content: center;
  }
}
footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a {
  background-image: none;
  padding-right: 0;
}
footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a:first-of-type {
  margin-right: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a img {
    width: 6.0625rem !important;
  }
}
@media (max-width: 767.98px) {
  footer .main-information .footer-delivery-mobile-app-container .mobile-app-wrapper .mobile-app > a img {
    width: 100%;
  }
}
footer .main-information .navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .main-information .navigation ul li {
  line-height: 1;
  margin-bottom: 0.75rem;
}
footer .main-information .navigation ul li:last-child {
  margin-bottom: 0;
}
footer .main-information .navigation ul li a {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #262626;
  text-decoration: underline;
}
footer .main-information .navigation ul li a:hover, footer .main-information .navigation ul li a:active, footer .main-information .navigation ul li a:focus {
  color: #D43034;
  text-decoration: none;
}
footer .other-information {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
@media (max-width: 991.98px) {
  footer .other-information {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  footer .other-information .newsletter {
    margin-bottom: 2rem;
  }
}
footer .other-information .newsletter .input-group {
  display: flex;
  align-items: center;
}
footer .other-information .newsletter .input-group .form-group {
  flex: 1;
  margin-bottom: 0;
  background: white;
  max-width: 13.75rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
footer .other-information .newsletter .input-group .form-group .form-control-classic {
  color: #262626;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.6875rem 1rem;
  max-height: 2.5rem;
  min-height: 2.5rem;
  border: 0.0625rem solid #DDDDDD;
  border-right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
footer .other-information .newsletter .input-group .form-group .form-control-classic:focus, footer .other-information .newsletter .input-group .form-group .form-control-classic:focus:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
footer .other-information .newsletter .input-group-action .btn {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  line-height: 1.25rem;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 7.8125rem;
}
footer .other-information .socials {
  margin-top: 1.125rem;
}
@media (max-width: 991.98px) {
  footer .other-information .socials {
    margin-bottom: 2rem;
  }
}
footer .other-information .socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .other-information .socials ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
footer .other-information .socials ul li:last-child {
  margin-right: 0;
}
footer .other-information .for-pharmacies {
  font-size: 0.75rem;
}
footer .other-information .for-pharmacies a {
  font-weight: 500;
  color: #262626;
  text-decoration: underline;
}
footer .other-information .for-pharmacies a:hover, footer .other-information .for-pharmacies a:focus, footer .other-information .for-pharmacies a:active {
  color: #D43034;
  text-decoration: none;
}
footer .pricing-information .price-list {
  list-style: none;
  padding-left: 0.75rem;
  counter-reset: counter;
}
footer .pricing-information .price-list li {
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
footer .pricing-information .price-list li:last-child {
  margin-bottom: 0;
}
footer .pricing-information .price-list li::before {
  position: absolute;
  left: -0.625rem;
  top: -0.125rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #353535;
  content: counter(counter);
  counter-increment: counter;
}
footer .pricing-information .delivery-list {
  list-style: none;
  padding-left: 0;
}
footer .pricing-information .delivery-list li {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
footer .pricing-information .delivery-list li:last-child {
  margin-bottom: 0;
}

main + footer.with-banner {
  padding-top: 0;
}

#ScrollToTop {
  position: fixed;
  bottom: 0.9375rem;
  right: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  font-size: 1rem;
  background: #262626;
  border: 0.0625rem solid #262626;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 1051;
}
@media (max-width: 767.98px) {
  #ScrollToTop {
    bottom: 0.9375rem;
    right: 0.625rem;
  }
}
#ScrollToTop.show {
  opacity: 1;
}
#ScrollToTop i,
#ScrollToTop svg {
  color: white;
}
#ScrollToTop:hover {
  background: #2D6E93;
  border-color: #2D6E93;
}
#ScrollToTop:focus {
  background: #262626;
  border-color: #79ADCA;
}
#ScrollToTop:active {
  background: #2D6E93;
  border-color: #262626;
}

@media (max-width: 991.98px) {
  .theme-shop-offset {
    bottom: 2.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .theme-shop-offset {
    bottom: 7.5rem !important;
  }
}

body.chat-active #ScrollToTop {
  bottom: 9.75rem;
}
@media (max-width: 767.98px) {
  body.chat-active #ScrollToTop {
    right: 0.625rem;
    bottom: 7.375rem;
  }
}
@media (max-width: 991.98px) {
  body.chat-active .chat {
    z-index: 1100;
  }
  body.chat-active .chat .chat-box {
    z-index: 1101;
  }
}
body.chat-active.whatsapp-chat-active #ScrollToTop {
  bottom: 9.75rem;
}
@media (max-width: 767.98px) {
  body.chat-active.whatsapp-chat-active #ScrollToTop {
    right: 0.625rem;
    bottom: 9.0625rem;
  }
}
@media (max-width: 991.98px) {
  body.chat-active.whatsapp-chat-active .chat {
    z-index: 1100;
  }
  body.chat-active.whatsapp-chat-active .chat .chat-box {
    z-index: 1101;
  }
}
body.whatsapp-chat-active #ScrollToTop, body.chat-active:not(.whatsapp-chat-active) #ScrollToTop {
  bottom: 5.3125rem;
}
body.hide-recaptcha .grecaptcha-badge {
  opacity: 0;
}
body.hide-recaptcha #ScrollToTop {
  bottom: 0.9375rem;
}

html.usercentrics-loaded #gdpr-toggle {
  display: none !important;
}

#NotificationsContainer {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1230;
}
@media (max-width: 575.98px) {
  #NotificationsContainer {
    right: 0;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
  }
}
#NotificationsContainer .notification {
  background-color: #EAFDDC;
  border: 1px solid #DDDDDD;
  box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(92, 92, 92, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(92, 92, 92, 0.1);
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  width: 24.4375rem;
  transition: right 0.6s;
  position: relative;
  right: -26.25rem;
}
#NotificationsContainer .notification.show {
  right: 0;
}
@media (max-width: 767.98px) {
  #NotificationsContainer .notification {
    transition: transform 0.6s;
    top: -8.4375rem;
    width: 100%;
    right: 0;
    transform: translate(0, 0);
  }
  #NotificationsContainer .notification:first-child {
    margin-top: 0 !important;
  }
  #NotificationsContainer .notification.show {
    right: 0;
    transform: translate(0, 8.4375rem);
  }
}
#NotificationsContainer .notification .product-image-wrapper {
  margin-right: 1rem;
  border-radius: 0.25rem;
  background-color: white;
  padding: 0.5rem;
  width: 4.125rem;
  height: 4.125rem;
  text-align: center;
}
#NotificationsContainer .notification .product-image-wrapper img {
  max-height: 3.125rem;
  min-height: 3.125rem;
  max-width: none;
  width: auto;
}
#NotificationsContainer .notification .product-image-wrapper img.error {
  width: 100%;
  margin-top: 0.875rem;
}
#NotificationsContainer .notification .product-info .text {
  color: black;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 991.98px) {
  #NotificationsContainer .notification .product-info .text {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    line-height: 0.875rem;
  }
}
#NotificationsContainer .notification .product-info .text strong {
  font-weight: 700;
}
#NotificationsContainer .notification .product-info .coupon {
  color: #248232;
  display: flex;
  align-items: flex-start;
}
#NotificationsContainer .notification .product-info .coupon img {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.5625rem;
  padding: 0.5rem 0.3125rem;
  background-color: #9bcc98;
  border-radius: 0.25rem;
}
#NotificationsContainer .notification .product-info .coupon span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
}
#NotificationsContainer .notification .product-info .coupon span strong {
  font-weight: 700;
}
#NotificationsContainer .notification .product-info .action {
  text-align: right;
}
#NotificationsContainer .notification .product-info .action .text-link {
  text-decoration: underline;
  color: #248232;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
#NotificationsContainer .notification .product-info .action .text-link:hover {
  text-decoration: none;
}

.section-default {
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .section-default {
    padding: 1rem 0;
  }
}
.section-default .headline {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .section-default .headline {
    margin-bottom: 2rem;
  }
}
.section-default .headline h1,
.section-default .headline h2,
.section-default .headline h3,
.section-default .headline h4,
.section-default .headline h5,
.section-default .headline h6 {
  margin-bottom: 0;
}
.section-default .headline .find-out-more {
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .section-default .headline .find-out-more {
    display: none;
  }
}
.section-default .headline .find-out-more a {
  position: relative;
  top: 0.125rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
  line-height: 1;
}
.section-default .headline .find-out-more a:hover, .section-default .headline .find-out-more a:active, .section-default .headline .find-out-more a:focus {
  color: #D43034;
  text-decoration: none;
}
.section-default .find-out-more-mobile {
  text-align: center;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .section-default .find-out-more-mobile {
    display: none;
  }
}
.section-default .find-out-more-mobile a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.pharmacy-information {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-information {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.pharmacy-information.small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pharmacy-information.small .content .basic-information .information-data {
  display: flex;
  align-items: center;
}
.pharmacy-information.small .content .basic-information .information-data .name {
  display: block;
}
.pharmacy-information.small .content .basic-information .information-data .address {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .pharmacy-information.small .content .basic-information .information-data .address {
    display: flex;
    align-items: center;
  }
}
.pharmacy-information.small .content .basic-information .information-data .address span {
  display: none;
}
@media (max-width: 991.98px) {
  .pharmacy-information.small .content .basic-information .information-data .address span {
    display: inline-block;
  }
}
.pharmacy-information.small .content .other-information {
  display: flex;
}
.pharmacy-information.small .content .other-information .information-block {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .pharmacy-information.small .content .other-information .information-block {
    justify-content: center;
  }
}
.pharmacy-information.small .content .other-information .information-block .label {
  display: none;
}
.pharmacy-information.small .content .other-information .information-block .dropdown ul li .label {
  display: block;
}
.pharmacy-information.d-none + #breadcrumbs {
  margin-top: 1.25rem;
}
.pharmacy-information.d-none + .apofinder-static {
  padding: 2.5rem 0 !important;
}
@media (max-width: 991.98px) {
  .pharmacy-information.d-none + .apofinder-static {
    padding: 1.25rem 0 !important;
  }
}
.pharmacy-information.d-none + .product-listing-module,
.pharmacy-information.d-none + .product-search-module {
  padding: 2.5rem 0 !important;
}
.pharmacy-information + .apofinder-static {
  padding: 1.25rem 0 !important;
}
@media (max-width: 991.98px) {
  .pharmacy-information + .apofinder-static {
    padding: 0.625rem 0 !important;
  }
}
.pharmacy-information .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #DDDDDD;
  padding: 1rem;
  background-color: #DAE9F1;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content {
    border-bottom: unset !important;
    align-items: center;
    padding: 1rem 0.75rem;
  }
  .pharmacy-information .content .show-more-icon {
    display: inline-flex;
    background: #262626;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .pharmacy-information .content .show-more-icon svg {
    margin: auto;
  }
}
.pharmacy-information .content .basic-information .information-data {
  width: 100%;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .information-data .name:hover, .pharmacy-information .content .basic-information .information-data .name:active, .pharmacy-information .content .basic-information .information-data .name:focus {
    color: #262626 !important;
  }
}
.pharmacy-information .content.without-border {
  background-color: #F5F5F5;
  border-bottom: 0;
}
.pharmacy-information .content .basic-information {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown {
    font-size: 0.75rem;
  }
  .pharmacy-information .content .basic-information .dropdown a {
    color: #262626;
    -webkit-appearance: unset;
  }
  .pharmacy-information .content .basic-information .dropdown a:hover, .pharmacy-information .content .basic-information .dropdown a:active, .pharmacy-information .content .basic-information .dropdown a:focus {
    text-decoration: none;
    outline: none;
  }
  .pharmacy-information .content .basic-information .dropdown .opened {
    color: #248232;
  }
  .pharmacy-information .content .basic-information .dropdown .closed {
    color: #D43034;
  }
  .pharmacy-information .content .basic-information .dropdown .opening-soon {
    color: #C28B0A;
  }
  .pharmacy-information .content .basic-information .dropdown .opening-soon__text {
    color: #B27D00;
  }
  .pharmacy-information .content .basic-information .dropdown-menu {
    padding: 1.5rem;
    top: 2.875rem;
    right: -3.1875rem;
    left: unset;
    min-width: 22.5rem;
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    border: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu {
    right: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu {
    top: 2.125rem;
    left: 0.5rem;
    right: 0.5rem;
    padding: 1.5rem;
    min-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 0 2.5rem 2.625rem;
    top: -1.625rem;
    right: 1.125rem;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu::after {
    left: 1.125rem;
    right: unset;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu::after {
    right: 0;
    left: 40%;
    top: -1rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pharmacy-information .content .basic-information .dropdown-menu .headline .title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #262626;
  }
  .pharmacy-information .content .basic-information .dropdown-menu .headline .close {
    display: none;
    font-size: 1.5rem;
    color: #262626;
    opacity: 1;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu .headline .close {
    display: block;
    top: -0.75rem;
    position: relative;
    right: -0.625rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul {
    list-style: none;
    margin: 1.375rem 0 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul {
    margin: 0.75rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    font-weight: 400;
    color: #555555;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #DDDDDD;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.align-start {
    align-items: flex-start;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.white-space-normal {
    white-space: normal;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li {
    font-size: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opened {
    font-weight: 500;
    text-transform: none;
    color: #248232;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opened .label {
    color: #248232;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.closed {
    font-weight: 500;
    text-transform: none;
    color: #D43034;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.closed .label {
    color: #D43034;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opening-soon {
    font-weight: 500;
    text-transform: none;
    color: #C28B0A;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li.opening-soon .label {
    color: #C28B0A;
  }
  .pharmacy-information .content .basic-information .dropdown-menu ul li .label {
    flex: 1;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.125rem;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li .label {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .dropdown-menu ul li .delivery-distance-value {
    max-width: 13.75rem;
    font-size: 0.75rem;
    white-space: normal;
  }
}
.pharmacy-information .content .basic-information .pharmacy-icon {
  margin-right: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.125rem 1.25rem;
  flex: 0;
}
@media (max-width: 1199.98px) {
  .pharmacy-information .content .basic-information .pharmacy-icon {
    display: none;
  }
}
.pharmacy-information .content .basic-information .pharmacy-icon:hover {
  cursor: pointer;
}
.pharmacy-information .content .basic-information .pharmacy-icon img {
  width: auto;
  height: 2.75rem;
  max-width: none;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .basic-information .information-data {
    flex: 1;
  }
}
.pharmacy-information .content .basic-information .information-data .name {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #D43034;
  transition: all 0.4s ease-in-out;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 0.5rem;
}
.pharmacy-information .content .basic-information .information-data .name:hover, .pharmacy-information .content .basic-information .information-data .name:active, .pharmacy-information .content .basic-information .information-data .name:focus {
  color: #262626;
}
.pharmacy-information .content .basic-information .information-data .name:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .basic-information .information-data .name {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.pharmacy-information .content .other-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pharmacy-information .content .other-information .information-block-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pharmacy-information .content .other-information .information-block {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.opening-times .dropdown .dropdown-menu::after {
    right: 3%;
  }
}
.pharmacy-information .content .other-information .information-block__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block__content {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.payment {
    flex: 3;
    max-width: 30%;
    padding-right: 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.payment .information {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery-conditions {
    min-width: 6.875rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery-conditions .information-block__content {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery {
    flex: 3;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.delivery .information {
    text-align: center;
    flex: 1;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block.opening-times {
    flex: 4;
  }
}
.pharmacy-information .content .other-information .information-block .label {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 500;
  color: #262626;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .label {
    display: none;
  }
}
.pharmacy-information .content .other-information .information-block .text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.pharmacy-information .content .other-information .information-block .information {
  font-size: 0.875rem;
  font-weight: 500;
  color: #262626;
  line-height: 1.25rem;
  white-space: nowrap;
}
.pharmacy-information .content .other-information .information-block .information img {
  max-width: 7.5rem;
  max-height: 1rem;
}
.pharmacy-information .content .other-information .information-block .information img.notdienst-icon {
  margin: auto;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information img {
    max-width: 100%;
  }
}
.pharmacy-information .content .other-information .information-block .information .closed {
  color: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .opened {
  color: #248232;
}
.pharmacy-information .content .other-information .information-block .information .closed-dark {
  color: #9A2326;
}
.pharmacy-information .content .other-information .information-block .information .opened-dark {
  color: #1D6828;
}
.pharmacy-information .content .other-information .information-block .information .opening-soon {
  color: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .opening-soon__text {
  color: #8F6400;
}
.pharmacy-information .content .other-information .information-block .information .dropdown {
  display: flex;
  align-items: center;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon {
  display: inline-flex;
  background: #FFF;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg {
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg.opened {
  fill: #248232;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg.closed {
  fill: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .icon svg.opening-soon {
  fill: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .show-more-button {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown {
    position: unset;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown a {
  color: #262626;
  -webkit-appearance: unset;
}
.pharmacy-information .content .other-information .information-block .information .dropdown a:hover, .pharmacy-information .content .other-information .information-block .information .dropdown a:active, .pharmacy-information .content .other-information .information-block .information .dropdown a:focus {
  text-decoration: none;
  outline: none;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu {
  padding: 1.5rem;
  top: 2.875rem;
  right: -3.1875rem;
  left: unset;
  min-width: 22.5rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  border: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu {
    right: -4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu {
    display: none;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 0 2.5rem 2.625rem;
  top: -1.625rem;
  right: 1.125rem;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu::after {
    right: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu::after {
    right: 43%;
    left: unset;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #262626;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline .close {
  display: none;
  font-size: 1.5rem;
  color: #262626;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu .headline .close {
    display: block;
    top: -0.75rem;
    position: relative;
    right: -0.625rem;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul {
  list-style: none;
  margin: 1.375rem 0 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul {
    margin: 0.75rem 0 0;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.align-start {
  align-items: flex-start;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.white-space-normal {
  white-space: normal;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li {
    font-size: 0.75rem;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opened {
  font-weight: 500;
  text-transform: none;
  color: #248232;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opened .label {
  color: #248232;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.closed {
  font-weight: 500;
  text-transform: none;
  color: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.closed .label {
  color: #D43034;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opening-soon {
  font-weight: 500;
  text-transform: none;
  color: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li.opening-soon .label {
  color: #C28B0A;
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li .label {
  flex: 1;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #555555;
}
@media (max-width: 767.98px) {
  .pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li .label {
    display: block;
  }
}
.pharmacy-information .content .other-information .information-block .information .dropdown .dropdown-menu ul li .delivery-distance-value {
  max-width: 13.75rem;
  font-size: 0.75rem;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content {
    padding: 2rem 3rem;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header {
    align-items: center;
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
  }
  .modal-default .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #262626;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 320px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-close {
    font-size: 2rem;
    font-weight: 700;
    color: #262626;
    opacity: 1;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-close {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-header .modal-close:hover, .modal-default .modal-dialog .modal-content .modal-header .modal-close:active, .modal-default .modal-dialog .modal-content .modal-header .modal-close:focus {
    outline: none;
  }
  .modal-default .modal-dialog .modal-content .modal-header + .modal-body,
  .modal-default .modal-dialog .modal-content .modal-header + .modal-footer {
    margin-top: 1rem;
  }
  .modal-default .modal-dialog .modal-content .modal-body {
    padding: 0;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-body {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
@media (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-body + .modal-footer {
    margin-top: 1rem;
  }
  .modal-default .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border-top: 0;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default .modal-dialog .modal-content .modal-footer {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
@media (max-width: 767.98px) {
  .modal-default.modal-media .modal-dialog .modal-content .modal-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon {
    position: absolute;
    font-size: 1.5rem;
    color: #353535;
    cursor: pointer;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon.visibility-hidden {
    display: none;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon:nth-child(1) {
    left: -2rem;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .arrow-icon:nth-child(3) {
    right: -2rem;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container {
    flex: 1;
    text-align: center;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img {
    width: 50%;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container .video-container .video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container video source {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.25rem;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-full-screen {
    margin: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-full-screen .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours {
    z-index: 1101;
    top: auto;
  }
  .modal-pharmacy-working-hours.modal.fade:not(.show) .modal-dialog {
    transform: translate(0, 100%);
  }
  .modal-pharmacy-working-hours .modal-dialog {
    align-items: flex-end;
    min-height: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) and (max-width: 1199.98px) {
  .modal-pharmacy-working-hours .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content {
    padding-top: 0.75rem;
    min-height: auto;
    border-radius: 1rem 1rem 0 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-header {
    flex-direction: column;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-header .swipe-indicator {
    width: 6.25rem;
    border: 0.125rem solid #BBBBBB;
    border-radius: 0.5rem;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-header .modal-title {
    margin-top: 1.5rem;
    align-self: flex-start;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body {
    flex: 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding: 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    font-weight: 400;
    color: #555555;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #DDDDDD;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.align-start {
    align-items: flex-start;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.white-space-normal {
    white-space: normal;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opened {
    font-weight: 500;
    text-transform: none;
    color: #248232;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opened .label {
    color: #248232;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.closed {
    font-weight: 500;
    text-transform: none;
    color: #D43034;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.closed .label {
    color: #D43034;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opening-soon {
    font-weight: 500;
    text-transform: none;
    color: #C28B0A;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li.opening-soon .label {
    color: #C28B0A;
  }
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li .label {
    flex: 1;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.125rem;
    color: #555555;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li .label {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .modal-pharmacy-working-hours .modal-dialog .modal-content .modal-body ul li .delivery-distance-value {
    max-width: 13.75rem;
    font-size: 0.75rem;
    white-space: normal;
  }
}
.inverted {
  background-color: #122C3B;
}
.inverted .headline h1, .inverted .headline h2, .inverted .headline h3, .inverted .headline h4, .inverted .headline h5, .inverted .headline h6 {
  color: #fff;
}
.inverted .siema-navigation button.btn, .inverted .siema-navigation a.btn, .inverted .find-out-more-button button.btn, .inverted .find-out-more-button a.btn {
  border-color: #fff;
  color: #fff;
}
.inverted .siema-navigation button.btn:hover, .inverted .siema-navigation a.btn:hover, .inverted .find-out-more-button button.btn:hover, .inverted .find-out-more-button a.btn:hover {
  background-color: #555555;
  border-color: #fff;
  color: #fff;
}
.inverted .siema-navigation button.btn:focus, .inverted .siema-navigation a.btn:focus, .inverted .find-out-more-button button.btn:focus, .inverted .find-out-more-button a.btn:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.inverted .siema-navigation button.btn:active, .inverted .siema-navigation a.btn:active, .inverted .find-out-more-button button.btn:active, .inverted .find-out-more-button a.btn:active {
  background-color: #DDDDDD;
  border-color: #fff;
  color: #262626;
}

.inverted-white {
  background-color: #fff !important;
}
.inverted-white .headline h1, .inverted-white .headline h2, .inverted-white .headline h3, .inverted-white .headline h4, .inverted-white .headline h5, .inverted-white .headline h6 {
  color: #262626;
}

.modal-message-box .modal-dialog .modal-content {
  flex-basis: 30rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body {
  padding: 2rem;
  text-align: center;
}
.modal-message-box .modal-dialog .modal-content .modal-body.modal-body-align-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body {
    padding: 1.5rem 1rem;
  }
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-photo {
  max-width: 7.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-photo + .message-content {
  margin-top: 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-content .title {
  color: #262626;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-content .description {
  color: #555555;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  line-height: 1.3125rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action {
  margin-top: 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn:hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn:active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading):hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading):active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-block {
  width: 100%;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-square i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg svg {
  font-size: 1rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-icon i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-icon svg {
  margin: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency {
  opacity: 0.8;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:focus, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn.btn-transparency:focus:active {
  opacity: 1;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn + .btn {
  margin-left: 0.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn + .btn-group {
  margin-left: 0.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-primary:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .loading-primary {
  background: #DDDDDD !important;
  color: white;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-secondary:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-tertiary:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-outline:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-action:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-exception:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger:hover,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger:focus,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-danger:active,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow:focus, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm:focus, .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm i,
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-arrow-sm svg {
  margin-right: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn {
  font-size: 0.75rem;
  min-width: 6.25rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body .message-action .btn + .btn {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width {
  display: flex;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn {
  flex: 1;
}
.modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn.btn-secondary:hover, .modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn.btn-secondary:active, .modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn.btn-secondary:focus {
  color: #003f54;
  background: #edeff5;
  border-color: #edeff5;
}
@media (max-width: 767.98px) {
  .modal-message-box .modal-dialog .modal-content .modal-body .message-action.message-action-full-width .btn + .btn {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
.modal-message-box #modalCancelNew {
  position: relative;
  top: -1.25rem;
  right: -1rem;
  font-size: 2rem;
  color: #262626;
  opacity: 1;
}
.modal-message-box #modalCancelNew:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .modal-message-box #modalCancelNew {
    top: -1rem;
    right: 0;
  }
}

body.message-modal-show {
  overflow-y: auto;
}
body.message-modal-show .modal-message-box.show {
  overflow-y: hidden;
}
@media (max-width: 991.98px) {
  body.landscape-mode .modal-message-box .modal-dialog .modal-content .modal-body .message-photo {
    max-width: 5.625rem;
  }
}
@media (max-width: 991.98px) {
  body.landscape-mode .modal-message-box .modal-dialog .modal-content .modal-body .message-content,
  body.landscape-mode .modal-message-box .modal-dialog .modal-content .modal-body .message-action {
    margin-top: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .modal-confirm {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .modal-confirm {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.modal-confirm .modal-dialog {
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-dialog {
    max-width: 20.625rem;
  }
}
.modal-confirm .modal-content {
  padding: 2rem 3rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-content {
    padding: 1.5rem 1rem;
  }
}
.modal-confirm .modal-header {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.modal-confirm .modal-header .modal-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #262626;
}
.modal-confirm .modal-header .header-photo {
  width: 7.5rem;
  height: 7.5rem;
}
.modal-confirm .modal-body {
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  text-align: center;
}
.modal-confirm .modal-body p {
  margin: 0;
  padding: 0 0.75rem;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-body p {
    padding: 0 0.375rem;
  }
}
@media only screen and (max-width: 350px) {
  .modal-confirm .modal-body p {
    padding: 0;
  }
}
.modal-confirm .modal-footer {
  margin-top: 1.5rem;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm .modal-footer {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }
}
.modal-confirm .modal-footer .btn {
  margin: 0;
  padding: 0.875rem 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  flex: 1;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-footer .btn {
    max-width: none;
    padding: 0.875rem;
  }
}
.modal-confirm .modal-footer .btn.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-primary:hover {
  background: #9A2326;
  border-color: #9A2326;
}
.modal-confirm .modal-footer .btn.btn-primary:focus {
  background: #D43034;
  border-color: #262626;
}
.modal-confirm .modal-footer .btn.btn-primary:active {
  background: #EF787B !important;
  border-color: #9A2326 !important;
}
.modal-confirm .modal-footer .btn.btn-primary:focus:active {
  box-shadow: none !important;
}
.modal-confirm .modal-footer .btn.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-confirm .modal-footer .btn.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.modal-confirm#deleteUserModal .btn {
  max-width: 9.75rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm#deleteUserModal .btn {
    max-width: 100%;
  }
}
.modal-confirm.delete-address-modal .modal-dialog {
  max-width: 27.125rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.delete-address-modal .modal-dialog {
    max-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .modal-confirm.delete-address-modal .modal-header .modal-title {
    padding: 0 1rem;
  }
}
.modal-confirm.delete-address-modal .btn {
  max-width: 9rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm.delete-address-modal .btn {
    max-width: 100%;
  }
}
.modal-confirm.logout-modal .modal-dialog {
  max-width: 31.625rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.logout-modal .modal-dialog {
    max-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .modal-confirm.logout-modal .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.modal-confirm.logout-modal .modal-footer .btn {
  padding: 0.875rem 1rem;
  max-width: none;
}
.modal-confirm.coupon-rabatt-modal .modal-header .modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.modal-confirm.coupon-rabatt-modal .modal-footer .btn {
  flex: 0;
}
.modal-confirm.coupon-rabatt-modal .modal-footer .btn {
  text-transform: none;
}

@media (max-width: 991.98px) {
  #logoutModal .modal-confirm {
    margin-left: 0;
  }
}

.modal-app-download-info {
  padding: 0;
}
.modal-app-download-info .modal-dialog {
  max-width: 21.25rem;
  margin: auto;
}
.modal-app-download-info .modal-dialog .modal-content {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .modal-app-download-info .modal-dialog .modal-content {
    flex-direction: column;
  }
}
.modal-app-download-info .modal-dialog .modal-content button.close {
  position: absolute;
  right: 0.8125rem;
  top: 0.8125rem;
  color: #262626;
  opacity: 1;
}
.modal-app-download-info .modal-dialog .modal-content button.close:focus {
  outline: none;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body {
  margin-top: 1.25rem;
  padding: 0;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .modal-title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  color: #D43034;
  text-align: center;
}
@media (max-width: 991.98px) {
  .modal-app-download-info .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 1.375rem;
  }
}
.modal-app-download-info .modal-dialog .modal-content .modal-body p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #262626;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .store-wrapper .photo {
  display: flex;
  justify-content: center;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .store-wrapper .photo.desktop img {
  max-width: 6.25rem;
}
.modal-app-download-info .modal-dialog .modal-content .modal-body .store-wrapper .photo a img {
  width: auto;
  height: 2.375rem;
}

body.ios {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.ios header .navigation-wrapper .navigation-list .navigation-popup-close {
  z-index: 1350;
}
@media (max-width: 767.98px) {
  body.ios header .navigation-wrapper .menu {
    padding: 4rem 0 8rem;
  }
  body.ios header .navigation-wrapper .menu:not(.show) {
    top: -101vh;
  }
}
body.ios.navigation-popup-shown {
  overflow-y: hidden !important;
}
body.ios.navigation-popup-shown #Navigation {
  -webkit-overflow-scrolling: touch;
}

html.ios,
body.ios {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  html.ios .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img,
  body.ios .modal-default.modal-media .modal-dialog .modal-content .modal-body .modal-media-container img {
    touch-action: manipulation;
  }
}

.opening-times-desktop #OpeningTimesDropdownInModal {
  -webkit-appearance: none;
}

@media (max-width: 767.98px) {
  .modal-confirm {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .modal-confirm {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.modal-confirm .modal-dialog {
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-dialog {
    max-width: 20.625rem;
  }
}
.modal-confirm .modal-content {
  padding: 2rem 3rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-content {
    padding: 1.5rem 1rem;
  }
}
.modal-confirm .modal-header {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.modal-confirm .modal-header .modal-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #262626;
}
.modal-confirm .modal-header .header-photo {
  width: 7.5rem;
  height: 7.5rem;
}
.modal-confirm .modal-body {
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  text-align: center;
}
.modal-confirm .modal-body p {
  margin: 0;
  padding: 0 0.75rem;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-body p {
    padding: 0 0.375rem;
  }
}
@media only screen and (max-width: 350px) {
  .modal-confirm .modal-body p {
    padding: 0;
  }
}
.modal-confirm .modal-footer {
  margin-top: 1.5rem;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm .modal-footer {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }
}
.modal-confirm .modal-footer .btn {
  margin: 0;
  padding: 0.875rem 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  flex: 1;
}
@media (max-width: 767.98px) {
  .modal-confirm .modal-footer .btn {
    max-width: none;
    padding: 0.875rem;
  }
}
.modal-confirm .modal-footer .btn.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-primary:hover {
  background: #9A2326;
  border-color: #9A2326;
}
.modal-confirm .modal-footer .btn.btn-primary:focus {
  background: #D43034;
  border-color: #262626;
}
.modal-confirm .modal-footer .btn.btn-primary:active {
  background: #EF787B !important;
  border-color: #9A2326 !important;
}
.modal-confirm .modal-footer .btn.btn-primary:focus:active {
  box-shadow: none !important;
}
.modal-confirm .modal-footer .btn.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.modal-confirm .modal-footer .btn.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.modal-confirm .modal-footer .btn.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.modal-confirm#deleteUserModal .btn {
  max-width: 9.75rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm#deleteUserModal .btn {
    max-width: 100%;
  }
}
.modal-confirm.delete-address-modal .modal-dialog {
  max-width: 27.125rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.delete-address-modal .modal-dialog {
    max-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .modal-confirm.delete-address-modal .modal-header .modal-title {
    padding: 0 1rem;
  }
}
.modal-confirm.delete-address-modal .btn {
  max-width: 9rem;
}
@media only screen and (max-width: 350px) {
  .modal-confirm.delete-address-modal .btn {
    max-width: 100%;
  }
}
.modal-confirm.logout-modal .modal-dialog {
  max-width: 31.625rem;
}
@media (max-width: 767.98px) {
  .modal-confirm.logout-modal .modal-dialog {
    max-width: 20.625rem;
  }
}
@media (max-width: 767.98px) {
  .modal-confirm.logout-modal .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.modal-confirm.logout-modal .modal-footer .btn {
  padding: 0.875rem 1rem;
  max-width: none;
}
.modal-confirm.coupon-rabatt-modal .modal-header .modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.modal-confirm.coupon-rabatt-modal .modal-footer .btn {
  flex: 0;
}
.modal-confirm.coupon-rabatt-modal .modal-footer .btn {
  text-transform: none;
}

@media (max-width: 991.98px) {
  #logoutModal .modal-confirm {
    margin-left: 0;
  }
}

.ia-carousel-wrapper {
  position: relative;
  z-index: 0;
}
.ia-carousel-wrapper > * {
  z-index: 0;
}
.ia-carousel-wrapper.ia-carousel-products .ia-carousel-arrow {
  top: -50%;
  transform: unset;
}
.ia-carousel-wrapper.ia-carousel-products .ia-carousel-dots {
  bottom: 0;
  margin: 18px 0 0;
}
@media (max-width: 991.98px) {
  .ia-carousel-wrapper.pharmacy-themenshop-carousel .ia-carousel-arrow.ia-arrow-left {
    left: -15px;
  }
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper.pharmacy-themenshop-carousel .ia-carousel-arrow.ia-arrow-left {
    left: -16px;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .ia-carousel-wrapper.pharmacy-themenshop-carousel .ia-carousel-arrow.ia-arrow-right {
    right: -15px;
  }
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper.pharmacy-themenshop-carousel .ia-carousel-arrow.ia-arrow-right {
    right: -16px;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper.benefits-slider .ia-carousel-arrow.ia-arrow-left {
    left: 4px;
  }
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper.benefits-slider .ia-carousel-arrow.ia-arrow-right {
    right: 4px;
  }
}
.ia-carousel-wrapper.benefits-slider .ia-carousel-dots {
  bottom: 0.3rem;
}
.ia-carousel-wrapper.ia-carousel-gallery {
  z-index: 1;
}
.ia-carousel-wrapper.ia-carousel-gallery ia-slide {
  align-items: center;
}
.ia-carousel-wrapper .ia-carousel {
  z-index: 1;
}
.ia-carousel-wrapper .ia-carousel > div {
  display: flex;
}
.ia-carousel-wrapper .ia-carousel > div .ia-slide {
  height: 100%;
  display: flex;
}
.ia-carousel-wrapper .ia-carousel.ia-carousel-responsive .ia-slide {
  padding-left: 6%;
  padding-right: 6%;
}
.ia-carousel-wrapper .ia-carousel.ia-carousel-responsive[data-name=logo-carousel] > div > div {
  display: flex;
}
.ia-carousel-wrapper .ia-carousel .ia-slide a:not(.product-title) {
  width: 100%;
}
.ia-carousel-wrapper .ia-carousel .ia-slide a:not(.product-title) img.error {
  max-width: 75%;
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper .ia-carousel[data-name=logo-carousel] .ia-slide {
    margin: 0 auto;
    text-align: center;
  }
}
.ia-carousel-wrapper .ia-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -0.6rem;
  list-style: none;
  padding: 0;
}
.ia-carousel-wrapper .ia-carousel-dots .ia-carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0.3rem;
  background: #32788f;
  border-radius: 100%;
  cursor: pointer;
}
.ia-carousel-wrapper .ia-carousel-dots .ia-carousel-dot:not(:last-child) {
  margin-right: 0.5rem;
}
.ia-carousel-wrapper .ia-carousel-dots .ia-carousel-dot.active {
  background: #003f54;
}
.ia-carousel-wrapper .ia-carousel-dots .ia-carousel-dot:hover {
  background: #003f54;
}
.ia-carousel-wrapper .ia-carousel-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: none;
  border: none;
  font-size: 3rem;
  height: 3rem;
  padding: 0;
  line-height: 3rem;
  color: #1a6d8d;
  outline: none;
  cursor: pointer;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper .ia-carousel-arrow {
    font-size: 2rem;
  }
}
.ia-carousel-wrapper .ia-carousel-arrow.hide {
  display: none;
}
.ia-carousel-wrapper .ia-carousel-arrow.ia-arrow-left {
  left: -14px;
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper .ia-carousel-arrow.ia-arrow-left {
    left: -10px;
  }
}
.ia-carousel-wrapper .ia-carousel-arrow.ia-arrow-right {
  right: -14px;
}
@media (max-width: 767.98px) {
  .ia-carousel-wrapper .ia-carousel-arrow.ia-arrow-right {
    right: -10px;
  }
}

body.IE #pharmacyMarkenshopList .ia-slide {
  display: table;
  table-layout: fixed;
  width: 100%;
}
body.IE #pharmacyMarkenshopList .ia-slide a {
  display: table-cell;
  vertical-align: middle;
}

body h2.section-title {
  color: #458ca7;
  font-weight: 400;
  border-bottom: 1px solid rgba(69, 140, 167, 0.5);
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  body h2.section-title {
    font-size: 22px;
  }
}
body h2.section-title .title-link {
  color: inherit;
  font-size: 14px;
  font-variation-settings: "opsz" 14;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body h2.section-title .title-link a {
  color: inherit;
}
body .toggle-container {
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}
body .toggle-container img {
  height: 80px;
}
body .toggle-container:not(.active) {
  display: none;
}
body .toggle-container.active {
  overflow: visible;
}
body .text-decoration-none {
  text-decoration: none !important;
}
@media only screen and (min-width: 992px) {
  body.pharmacyPage .text-overflow-three-dots,
  body #pharmacyThemenshopList .text-overflow-three-dots {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  body .limit-max-height-under-768 {
    max-height: 250px;
    width: auto;
  }
}
body .limit-max-height-under-992 {
  max-height: 160px;
}
@media (max-width: 1199.98px) {
  body .limit-max-height-under-992 {
    max-height: 160px;
    width: auto;
  }
}
body ¸ .rounded-up {
  border-radius: 10px 10px 0 0;
}
body .line-through {
  text-decoration: line-through;
}
body .border-bottom-1px-white {
  border-bottom: 1px solid white;
}
body .break-word {
  word-break: break-word;
}
body .text-underline {
  text-decoration: underline;
}
body .title-with-middle-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: normal;
  color: #6c757d;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
body .title-with-middle-line::before, body .title-with-middle-line::after {
  position: absolute;
  top: 75%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: " ";
  background-color: #6c757d;
  z-index: -1;
}
body .title-with-middle-line::before {
  margin-left: -50%;
  text-align: right;
}
body .title-with-bottom-line {
  display: table;
  white-space: nowrap;
  color: #777;
  font-size: 1.5rem;
}
body .title-with-bottom-line::before, body .title-with-bottom-line::after {
  content: "";
  display: table-cell;
  position: relative;
  top: 1.375rem;
  width: 45%;
  border-top: 0.0625rem solid #777;
}
body .title-with-bottom-line::before {
  right: 0.5%;
}
body .title-with-bottom-line::after {
  left: 0.5%;
}
body .max-width-25px {
  max-width: 25px;
}
body .i-fixed-with-in-p {
  width: 22px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 1rem;
  color: #32788f;
}
body img.max-height-25 {
  max-height: 25vh;
}
body img.max-height-33 {
  max-height: 33vh;
}
body img.max-height-50 {
  max-height: 50vh;
}
body img.max-height-75 {
  max-height: 75vh;
}
body img.max-height-100 {
  max-height: 100vh;
}
body .on-hover-default-cursor:hover {
  cursor: default !important;
}
body :focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  body .float-right-under-768 {
    float: right;
  }
}
body .square-image-holder {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .rounded-small-radius {
  border-radius: 10px;
}
body .btn {
  white-space: nowrap;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
body .btn.loading .spinner-border {
  display: inline-block;
}
body .btn .spinner-border {
  display: none;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}
body .btn .spinner-border.spinner-border-sm {
  height: 1rem;
  width: 1rem;
  border-width: 0.15em;
}
body .btn.btn-ia-primary {
  color: #fff;
  font-weight: 700;
  background: #007bff;
  border-color: #007bff;
}
body .btn.btn-ia-primary:hover {
  background: #3b8baa;
  border-color: #3b8baa;
  color: #fff;
}
body .btn.btn-ia-primary:active {
  background-color: #3b8baa !important;
  color: white !important;
  border-color: #007bff;
}
body .btn.btn-ia-secondary {
  color: #007bff;
  font-weight: 600;
  background: #fff;
  border: 1px solid #007bff;
}
body .btn.btn-ia-secondary:hover {
  background: #007bff;
  color: #fff;
}
body .btn.btn-ia-secondary:active {
  background-color: #3b8baa !important;
  color: white !important;
  border-color: #007bff;
}
body .btn.btn-ia-tertiary {
  color: #fff;
  font-weight: 700;
  background: #3c839e;
  border-color: #3c839e;
}
body .btn.btn-ia-tertiary:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
body .btn.btn-ia-tertiary:active {
  background-color: #3b8baa !important;
  color: white !important;
  border-color: #3c839e;
}
body .btn.btn-light {
  color: #32788f;
  background: #f9fafd;
  border-color: #f9fafd;
  text-transform: uppercase;
}
body .btn.btn-light:hover, body .btn.btn-light:active, body .btn.btn-light:focus, body .btn.btn-light:focus:active {
  background: #f1f1f1;
}
body .rounded,
body .btn-rounded {
  border-radius: 10px !important;
}
body .rounded.holder-for-plus-minus-input,
body .btn-rounded.holder-for-plus-minus-input {
  border-radius: 10px !important;
}
body .h-25px {
  height: 25px;
}
@media only screen and (max-width: 768px) {
  body .h-25px {
    height: auto;
  }
}
body .font-weight-300 {
  font-weight: 300;
}
body .font-weight-400 {
  font-weight: 400;
}
body .font-weight-500 {
  font-weight: 500;
}
body .font-weight-600 {
  font-weight: 600;
}
body .font-weight-700 {
  font-weight: 700;
}
body .font-weight-900 {
  font-weight: 900;
}
body .font-size-11 {
  font-size: 11px !important;
}
body .font-size-12 {
  font-size: 12px !important;
}
body .font-size-13 {
  font-size: 13px !important;
}
body .font-size-14 {
  font-size: 14px !important;
}
body .font-size-16 {
  font-size: 16px !important;
}
body .font-size-18 {
  font-size: 18px !important;
}
body .font-size-20 {
  font-size: 20px !important;
}
body .font-size-22 {
  font-size: 22px !important;
}
body .font-size-24 {
  font-size: 24px !important;
}
body .font-size-30 {
  font-size: 30px !important;
}
body .font-size-32 {
  font-size: 32px !important;
}
body .lh-1 {
  line-height: 1;
}
body .lh-1-5 {
  line-height: 1.5;
}
body .lh-2 {
  line-height: 2;
}
body .lh-2-5 {
  line-height: 2.5;
}
body .lh-3 {
  line-height: 3;
}
body .lh-3-5 {
  line-height: 3.5;
}
body .min-h-45px {
  min-height: 45px;
}
@media only screen and (max-width: 768px) {
  body .min-h-45px {
    min-height: 0;
  }
}
body .min-h-75px {
  min-height: 75px;
}
@media only screen and (max-width: 768px) {
  body .min-h-75px {
    min-height: 0;
  }
}
body .h-21px {
  min-height: 21px;
}
@media only screen and (max-width: 768px) {
  body .h-21px {
    min-height: 0;
  }
}
body img {
  max-width: 100%;
}
body .image-holder {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .image-holder-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .w-25px {
  width: 25px;
}
body .w-40px {
  width: 40px;
}
body .w-72px {
  width: 72px;
}
body .w-160px {
  width: 160px;
}
body .py-2_5 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
body .p-15px {
  padding: 15px;
}
body .pt-56 {
  padding-top: 56%;
}
body .pt-100 {
  padding-top: 100%;
}
body .mb-35 {
  margin-bottom: 2rem !important;
}
body .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
body .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .color-primary {
  color: #32788f;
}
body .color-red {
  color: #D43034;
}
body .color-green {
  color: #248232;
}
body .color-gray {
  color: #464646;
}
body .color-gray-medium {
  color: #ced4da;
}
body .color-white {
  color: #fff !important;
}
body .color-gray-500 {
  color: #adb5bd;
}
body .color-gray-600 {
  color: #6c757d;
}
body .color-purple {
  color: #6f42c1;
}
body .color-blue {
  color: #007bff;
}
body .color-blue-medium {
  color: #3c839e;
}
body .color-blue-h1 {
  color: #3b8baa;
}
body .color-blue-dark {
  color: #1a6d8d;
}
body .color-black {
  color: #000;
}
body .background-purple {
  background-color: #6f42c1;
}
body .border-purple {
  border-color: #6f42c1;
}
body .border-gray-medium {
  border-color: #ced4da;
}
body .background-gray-light {
  background-color: #f8f9fa;
}
body .background-green-light {
  background-color: #dfefd6;
}
body .background-gray-medium {
  background-color: #ced4da;
}
body .background-blue-light2 {
  background-color: #6f9eb2;
}
body .background-blue-light4 {
  background-color: #f8fbfc;
}
body .background-blue-light-menu {
  background-color: #d1e2e8;
}
body .background-gray-50 {
  background-color: #f3f8f9;
}
body .background-gray-100 {
  background-color: #f8f9fa;
}
body .background-gray-500 {
  background-color: #adb5bd;
}
body .background-gray {
  background-color: #464646;
}
body .background-red {
  background-color: #dc3545;
}
body .background-primary {
  background-color: #32788f;
}
body .background-primary.color-white:hover {
  color: #32788f !important;
}
body .background-white {
  background-color: #fff;
}
body .background-gray-menu {
  background-color: #aaa;
}
body .background-blue-dark {
  background-color: #1a6d8d;
}
body .background-blue-dark-transparent {
  background-color: rgba(26, 109, 141, 0.7);
}
body .background-blue-medium-dark {
  background-color: #2b7896;
}
body .background-blue-medium-dark-after {
  position: relative;
}
body .background-blue-medium-dark-after::after {
  background-color: #2b7896;
  position: absolute;
  content: "";
  right: 100%;
  width: 9999px;
  bottom: 0;
  top: 0;
}
body .background-blue-medium {
  background-color: #3c839e;
}
body .background-blue-light {
  background-color: #5392aa;
}
body .background-blue-light-after {
  position: relative;
}
body .background-blue-light-after::after {
  background-color: #5392aa;
  position: absolute;
  content: "";
  left: 100%;
  width: 9999px;
  bottom: 0;
  top: 0;
}

#breadcrumbs + .container.row-from-page-builder {
  margin-top: 2rem;
}
#breadcrumbs .breadcrumb {
  background-color: #fff;
}
#breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
#breadcrumbs .breadcrumb .breadcrumb-item h1 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
}

.price-note {
  position: relative;
  bottom: 3ex;
  left: -1ex;
  font-size: 45%;
}

.ia-carousel .ia-slide .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.ia-carousel .ia-slide .btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.ia-carousel .ia-slide .btn:hover, .ia-carousel .ia-slide .btn:active, .ia-carousel .ia-slide .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.ia-carousel .ia-slide .btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.ia-carousel .ia-slide .btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.ia-carousel .ia-slide .btn[disabled]:not(.loading):hover, .ia-carousel .ia-slide .btn[disabled]:not(.loading):active, .ia-carousel .ia-slide .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.ia-carousel .ia-slide .btn i,
.ia-carousel .ia-slide .btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.ia-carousel .ia-slide .btn-block {
  width: 100%;
}
.ia-carousel .ia-slide .btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.ia-carousel .ia-slide .btn-square i,
.ia-carousel .ia-slide .btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.ia-carousel .ia-slide .btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.ia-carousel .ia-slide .btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.ia-carousel .ia-slide .btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.ia-carousel .ia-slide .btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.ia-carousel .ia-slide .btn.btn-lg i,
.ia-carousel .ia-slide .btn.btn-lg svg {
  font-size: 1rem;
}
.ia-carousel .ia-slide .btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.ia-carousel .ia-slide .btn.btn-icon i,
.ia-carousel .ia-slide .btn.btn-icon svg {
  margin: 0;
}
.ia-carousel .ia-slide .btn.btn-transparency {
  opacity: 0.8;
}
.ia-carousel .ia-slide .btn.btn-transparency:hover, .ia-carousel .ia-slide .btn.btn-transparency:active, .ia-carousel .ia-slide .btn.btn-transparency:focus, .ia-carousel .ia-slide .btn.btn-transparency:focus:active {
  opacity: 1;
}
.ia-carousel .ia-slide .btn + .btn {
  margin-left: 0.5rem;
}
.ia-carousel .ia-slide .btn + .btn-group {
  margin-left: 0.5rem;
}
.ia-carousel .ia-slide .btn-primary,
.ia-carousel .ia-slide a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.ia-carousel .ia-slide .btn-primary:hover,
.ia-carousel .ia-slide a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.ia-carousel .ia-slide .btn-primary:focus,
.ia-carousel .ia-slide a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.ia-carousel .ia-slide .btn-primary:active,
.ia-carousel .ia-slide a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.ia-carousel .ia-slide .loading-primary {
  background: #DDDDDD !important;
  color: white;
}
.ia-carousel .ia-slide .btn-secondary,
.ia-carousel .ia-slide a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.ia-carousel .ia-slide .btn-secondary:hover,
.ia-carousel .ia-slide a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.ia-carousel .ia-slide .btn-secondary:focus,
.ia-carousel .ia-slide a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.ia-carousel .ia-slide .btn-secondary:active,
.ia-carousel .ia-slide a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.ia-carousel .ia-slide .btn-tertiary,
.ia-carousel .ia-slide a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.ia-carousel .ia-slide .btn-tertiary:hover,
.ia-carousel .ia-slide a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.ia-carousel .ia-slide .btn-tertiary:focus,
.ia-carousel .ia-slide a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.ia-carousel .ia-slide .btn-tertiary:active,
.ia-carousel .ia-slide a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}
.ia-carousel .ia-slide .btn-outline,
.ia-carousel .ia-slide a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.ia-carousel .ia-slide .btn-outline:hover,
.ia-carousel .ia-slide a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.ia-carousel .ia-slide .btn-outline:focus,
.ia-carousel .ia-slide a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.ia-carousel .ia-slide .btn-outline:active,
.ia-carousel .ia-slide a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}
.ia-carousel .ia-slide .btn-action,
.ia-carousel .ia-slide a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.ia-carousel .ia-slide .btn-action:hover,
.ia-carousel .ia-slide a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.ia-carousel .ia-slide .btn-action:focus,
.ia-carousel .ia-slide a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.ia-carousel .ia-slide .btn-action:active,
.ia-carousel .ia-slide a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.ia-carousel .ia-slide .btn-exception,
.ia-carousel .ia-slide a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.ia-carousel .ia-slide .btn-exception:hover,
.ia-carousel .ia-slide a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.ia-carousel .ia-slide .btn-exception:focus,
.ia-carousel .ia-slide a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.ia-carousel .ia-slide .btn-exception:active,
.ia-carousel .ia-slide a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.ia-carousel .ia-slide .btn-danger,
.ia-carousel .ia-slide a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.ia-carousel .ia-slide .btn-danger:hover,
.ia-carousel .ia-slide a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.ia-carousel .ia-slide .btn-danger:focus,
.ia-carousel .ia-slide a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.ia-carousel .ia-slide .btn-danger:active,
.ia-carousel .ia-slide a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}
.ia-carousel .ia-slide .btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.ia-carousel .ia-slide .btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.ia-carousel .ia-slide .btn-arrow:focus, .ia-carousel .ia-slide .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.ia-carousel .ia-slide .btn-arrow i,
.ia-carousel .ia-slide .btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}
.ia-carousel .ia-slide .btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.ia-carousel .ia-slide .btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.ia-carousel .ia-slide .btn-arrow-sm:focus, .ia-carousel .ia-slide .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.ia-carousel .ia-slide .btn-arrow-sm i,
.ia-carousel .ia-slide .btn-arrow-sm svg {
  margin-right: 0;
}
.ia-carousel .ia-slide .btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.ia-carousel .ia-slide .btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.ia-carousel .ia-slide .btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767.98px) {
  .ia-carousel .ia-slide.active .product-in-grid {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .ia-carousel .ia-slide .product-in-grid {
    border-bottom: 0 solid transparent;
  }
}
@media (max-width: 767.98px) {
  .ia-carousel .ia-slide .product-in-grid a picture img {
    max-width: 80%;
  }
}
.ia-carousel .ia-slide .product-in-grid .full-price {
  margin: 4px 0 0;
  height: 25px;
}

.product .savings {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e4111d;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  opacity: 0.85;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.product .remove-amount,
.product .add-amount {
  cursor: pointer;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.product .variations-dropdown-holder a.hasDropdown {
  background-color: #f8f9fa;
}
@media (min-width: 992px) {
  .product .product-in-grid {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .product .product-in-grid {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f9fafd;
  }
}
.product .product-in-grid .add-to-cart {
  cursor: pointer;
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  text-transform: uppercase;
  text-indent: 0;
  width: auto;
  border-radius: 5px;
  height: auto;
  display: inline-block;
  padding: 0.5rem 0.6rem;
  opacity: 1;
  box-shadow: none;
  margin: 1rem 0;
  font-weight: 600;
  font-size: 0.7rem;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.product .product-in-grid .add-to-cart:hover {
  background: #2D6E93;
  border-color: #2D6E93;
}
@media only screen and (min-width: 768px) {
  .product .product-in-grid .add-to-cart {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 468px) {
  .product .product-in-grid .add-to-cart {
    padding: 0.5rem 0.2rem;
    display: block;
  }
}
.product .product-in-grid .add-to-cart.just-icon {
  margin: 0;
  padding: 0.4rem 0.5rem 0.3rem 0.45rem;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .product .product-in-grid .add-to-cart.just-icon {
    margin: -3px 0 0;
  }
}
@media (max-width: 767.98px) {
  .product .product-in-grid .add-to-cart.just-icon {
    padding: 0.4rem 0.2rem !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}
.product .product-in-grid a.product-title {
  word-break: break-word;
  overflow-wrap: break-word;
  color: #1a6d8d;
  font-weight: 700;
  line-height: 1.2;
  min-height: 38px;
  display: block;
  margin: 18px 0 8px;
}
@media (max-width: 767.98px) {
  .product .product-in-grid a.product-title {
    min-height: 30px;
    font-size: 13px;
    font-weight: 600;
  }
}
.product .product-in-grid a picture {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-height: 150px;
  position: relative;
}
@media (max-width: 767.98px) {
  .product .product-in-grid a picture {
    min-height: 135px;
  }
}
.product .product-in-grid a picture img {
  width: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 145px;
}
@media (max-width: 767.98px) {
  .product .product-in-grid a picture img {
    max-height: 115px;
  }
}
.product .product-in-grid a small {
  display: block;
  font-size: 14px;
  font-variation-settings: "opsz" 14;
}
@media (max-width: 767.98px) {
  .product .product-in-grid a small {
    white-space: pre-line;
  }
}
.product .price {
  font-size: 30px;
  font-weight: 400;
  max-height: 40px;
}
@media (max-width: 1199.98px) {
  .product .price {
    font-size: 26px;
    max-height: 30px;
  }
}
.product .pricePerLiter {
  height: 18px;
  margin: 4px 0 0;
}
@media (max-width: 1199.98px) {
  .product .pricePerLiter {
    font-size: 12px !important;
  }
}

.variations label {
  display: block;
  padding-left: 0;
  margin: 5px 0;
  font-size: 12px;
}

body.ios {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.ios.disable-hover {
  pointer-events: none;
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: #262626;
}
body h1 {
  font-family: "IBM Plex Serif", serif;
}
body h1,
body h2 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  body h1,
  body h2 {
    font-size: 22px;
  }
}

.variations-dropdown-holder {
  position: relative;
}
.variations-dropdown-holder.show svg[data-fa-transform] {
  display: none;
}
.variations-dropdown-holder.show svg:not([data-fa-transform]) {
  display: inline-block;
  transform: translateY(-30%);
}
.variations-dropdown-holder svg {
  position: absolute;
  right: 0.7rem;
  color: #007bff;
  top: 50%;
  will-change: transform;
  transform: translateY(-60%);
}
.variations-dropdown-holder svg:not([data-fa-transform]) {
  display: none;
}
.variations-dropdown-holder .variations-dropdown {
  position: relative;
}
.variations-dropdown-holder .dropdown-menu {
  border-top-width: 0;
  margin-top: -10px;
  border-color: #ced4da !important;
  border-radius: 0 0 0.25rem 0.25rem;
  width: 100%;
}
.variations-dropdown-holder.show .rounded {
  border-radius: 10px 10px 0 0 !important;
  border-bottom-width: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.variations-dropdown-holder .dropdown-menu[x-placement^=bottom] {
  right: 30px;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

input.custom[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
}
input.custom[type=checkbox]::before {
  content: " ";
  background-color: #fff;
  border: 1px solid #32788f;
  border-radius: 3px;
  display: inline-block;
  visibility: visible;
  width: 16px;
  height: 16px;
  position: absolute;
}
input.custom[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: -4px;
  left: 3px;
  color: #32788f;
}
@media (max-width: 767.98px) {
  input.custom[type=checkbox]:checked::after {
    left: 0;
  }
}

body.ios input.custom[type=checkbox]:checked::after {
  left: 0;
}

.inline-block-childs > .checkbox {
  display: inline-block;
}

.is-invalid input[type=checkbox][required].custom {
  color: #dc3545;
}
.is-invalid input[type=checkbox][required].custom::before {
  border-color: #dc3545;
}
.is-invalid label {
  color: #dc3545 !important;
}
.is-invalid label a {
  color: inherit;
}

@media screen and (max-width: 468px) {
  .form-check {
    padding-left: 0;
  }
}
#registrationForm select,
#guestForm select,
#deliveryCourierForm select,
#billingAddressForm select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("https://img.ihreapotheken.de/fec/icons/dropdown-chevron-grey.svg?force_format=svg");
  background-position: right 10px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  line-height: 1;
  height: 36px;
}
#registrationForm select:focus,
#guestForm select:focus,
#deliveryCourierForm select:focus,
#billingAddressForm select:focus {
  outline: 0;
}
#registrationForm select:-moz-focusring,
#guestForm select:-moz-focusring,
#deliveryCourierForm select:-moz-focusring,
#billingAddressForm select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#registrationForm .progress,
#guestForm .progress,
#deliveryCourierForm .progress,
#billingAddressForm .progress {
  margin-bottom: 1rem;
}

.border-2px-blue-h1 {
  border: 2px solid #3b8baa !important;
  font-weight: 700;
}
.border-2px-blue-h1:focus {
  border: 2px solid #3b8baa !important;
}

.phoneNumberWrapper .dropdown.fit-content {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.phoneNumberWrapper .dropdown .dropdown-toggle {
  box-shadow: none !important;
  background-color: #fff !important;
  color: inherit !important;
  border-color: #ced4da !important;
}
.phoneNumberWrapper .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #007bff;
  color: #fff;
}
.phoneNumberWrapper .dropdown .dropdown-menu .dropdown-item:hover {
  cursor: pointer;
}
.phoneNumberWrapper input[type=number], .phoneNumberWrapper input[type=number]::-webkit-inner-spin-button, .phoneNumberWrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 6px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #dde1e5;
}
[type=range]:focus::-ms-fill-lower {
  background: #ced4da;
}
[type=range]:focus::-ms-fill-upper {
  background: #dde1e5;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #ced4da;
  border: 2px solid #ced4da;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  cursor: default;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}
[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 8px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #ced4da;
  border: 2px solid #ced4da;
  border-radius: 5px;
  height: 4px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  cursor: default;
  height: 20px;
  width: 20px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 8px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #bfc7cf;
  border: 2px solid #ced4da;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #ced4da;
  border: 2px solid #ced4da;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  cursor: default;
  height: 20px;
  width: 20px;
  margin-top: 2px;
}
[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-fill-lower {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.mandatory-information {
  border-radius: 0.5rem;
  border: 0.0625rem solid #DDDDDD;
  padding: 1.5rem 2rem;
  max-height: 12.125rem;
  background-color: #fff !important;
  overflow-y: scroll;
  position: relative;
}
.mandatory-information.show {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}
.mandatory-information.show .toggle-mandatory-information {
  transform: rotate(180deg);
  top: auto;
  bottom: 0.625rem;
}
.mandatory-information .toggle-mandatory-information {
  position: absolute;
  top: 8.75rem;
  color: red;
  width: 95%;
  background-color: #fff;
  text-align: center;
  transition: none;
  padding: 0.625rem 0 2.25rem;
}
.mandatory-information .toggle-mandatory-information::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -0.9375rem;
  height: 0.9375rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767.98px) {
  .mandatory-information {
    padding: 1.5rem;
  }
}
.mandatory-information.beige-background {
  background-color: #E9F2F6;
  border-color: #E9F2F6;
}
.mandatory-information .title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.mandatory-information .summary {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #DDDDDD;
  min-height: 9.6875rem;
}
.mandatory-information + div {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .mandatory-information + div {
    margin-top: 1.5rem;
  }
}

.themenshop-old .z-index-holder {
  position: relative;
  overflow-y: hidden;
  height: 100%;
  z-index: 1;
  margin-top: 20px;
}
.themenshop-old .mehr-erfahren {
  margin-top: 1rem;
  border-radius: 18px;
  color: #464646;
  background-color: white;
  display: inline-flex;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .themenshop-old .mehr-erfahren {
    font-size: 0.7rem;
    white-space: nowrap;
    padding: 0.5rem 0.5rem;
  }
}
@media (min-width: 1200px) {
  .themenshop-old .mehr-erfahren {
    font-size: 0.82rem;
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
  }
}
.themenshop-old .blue-back-after {
  position: relative;
}
.themenshop-old .blue-back-after::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAFCCAYAAAAwrrf/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAAIDSURBVDhP7ctXW5pREATg5UtiAQHpHSkiYkNFRURQQUVBEBFQ1PTeey+m9+Q3Z8/J7vkDuc3FvBfzzIAudvj7P//A4NEv5EBw+JPp/BDdd9BF9wWdb8z+V8UXpI1E9j4jLUH7k+Aj0kSirQ9EuPme2X2neAtapHFMhBpvkLpg5zVTf0WE6y9BG6gJtl8g9edIVVB7RoSqT0ELCILVJ0hFsPWYKT/CXeUhEdh8wJTvIxuSe0zpLuEr3QHNv3EbWZfcYtZuKm6A5i1KrjOr1/BbuMoUryArksugeSSFS8iSYPki4c1fQJbOK86B5soh7txZgL/kzyBZweJpxRGAZ+EQwCnJHjCZDuHK7DPpPWa+DeDItJA5SZNJ7yIzkgbhnN1hUnUAW2qbmakhU5IqYZ/eYpIVZLKs2ASwSCY2FCXCmlxHRgVja8j4KmEbLyIJwUgBwCwZXWHiy0T/8BKSyCtySAyxDC0qsoQxvoBEJRlkcJ6JpQlTbA4JS2aZyAxhjqaQ4DShH5hSTDKhJGHwTTD+ccEYExgl+oIjiFuSYDzDhNEbFwwBdEl8McSOdDsGFVHGGWFcYUGI6HEPIP0CS1ARIHqtfoGPsXkJvd3D6N2EweAiwOBE+hwKO2O0MSYrY7Yo+hGLmbGaEJAYFX0Kg0Iv6FX0KLoVXYpTipOCEwpNocOA7g9NF8t4oTXsJAAAAABJRU5ErkJggg==) repeat-x top left;
}
.themenshop-old h3 {
  font-size: 1.55rem;
  word-break: break-word;
}
.themenshop-old .col-12 .image-holder-cover {
  padding-top: 100%;
}
@media only screen and (max-width: 992px) {
  .themenshop-old .col-12 .image-holder-cover {
    padding-top: 15px;
  }
}
.themenshop-old .col-12 .image-holder-cover .mehr-erfahren {
  margin-top: 1rem;
  border-radius: 18px;
  color: #464646;
  background-color: white;
  padding: 0.5rem 1rem;
  display: inline-flex;
  text-transform: uppercase;
}
.themenshop-old .col-12 .image-holder-cover .z-index-holder {
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  .themenshop-old .col-12 .image-holder-cover .z-index-holder {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.themenshop-old .image-holder-cover {
  position: relative;
  z-index: 1;
}
.themenshop-old .image-holder-cover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms linear;
}
@media only screen and (min-width: 1200px) {
  .themenshop-old .image-holder-cover:hover::after {
    background-color: #000;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1200px) {
  .themenshop-old .image-holder-cover.hover_effect::after {
    opacity: 0.8;
    background: #000;
  }
}
.themenshop-old .image-holder-cover .displayNote {
  right: 10px;
  top: 0;
  font-size: 0.7rem;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  z-index: 1;
}
.themenshop-old .image-holder-cover .theme-label {
  position: absolute;
  left: -2px;
  top: -1px;
  background: white;
  padding: 0.2rem 0.7rem 0 0.3rem;
  border-bottom-right-radius: 0.6rem;
  color: #777;
  font-size: 0.875rem;
  z-index: 2;
}
.themenshop-old .image-holder-cover.color-white h3,
.themenshop-old .image-holder-cover.color-white p {
  color: white;
}

.themenshop-new {
  margin-bottom: 3rem;
}
.themenshop-new .my-life-block p {
  display: none;
}
.themenshop-new .my-life-block h3 {
  background: rgba(73, 166, 174, 0.9);
}
.themenshop-new .themenshop-dynamic-background {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  height: 100%;
}
.themenshop-new .themenshop-dynamic-background:hover {
  cursor: pointer;
}
.themenshop-new .themenshop-dynamic-background:not(.no-overlay)::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
}
.themenshop-new .themenshop-dynamic-background .themenshop-image-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.themenshop-new .themenshop-dynamic-background .themenshop-image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.themenshop-new .themenshop-dynamic-background .themenshop-image-wrapper img:not(.error) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .themenshop-new .themenshop-dynamic-background.col-lg-3 {
    padding-top: 100%;
  }
}
.themenshop-new .themenshop-dynamic-background.themenshop-info-header {
  min-height: 320px;
}
.themenshop-new .themenshop-dynamic-background .displayNote {
  right: 10px;
  top: 0;
  font-size: 0.7rem;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  z-index: 1;
}
.themenshop-new .themenshop-dynamic-background .theme-label {
  position: absolute;
  top: -2px;
  left: -2px;
  background: white;
  padding: 0.2rem 0.7rem 0 0.3rem;
  border-bottom-right-radius: 0.6rem;
  color: #777;
  font-size: 0.875rem;
}
.themenshop-new .themenshop-dynamic-background .theme-label .my-life-logo {
  height: 1.0625rem;
  margin-bottom: 0.125rem;
  margin-right: 0.1875rem;
}
.themenshop-new .themenshop-dynamic-background a:not(.themenshopProductInformationAnchor):hover {
  color: #fff;
}
.themenshop-new .themenshop-dynamic-background a:not(.themenshopProductInformationAnchor) .theme-title {
  font-size: 16px;
  line-height: 1.4rem;
  color: #fff;
  word-break: break-word;
  margin: 0;
  padding: 7px;
  background: rgba(0, 14, 19, 0.5);
  mix-blend-mode: normal;
}
.themenshop-new .themenshop-dynamic-background a.mehr-erfahren {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  color: #464646;
  background-color: white;
  padding: 0.5rem 1rem;
  display: inline-flex;
  text-transform: uppercase;
}
.themenshop-new .themenshop-dynamic-background a.mehr-erfahren:hover {
  color: #464646;
}
@media (max-width: 991.98px) {
  .themenshop-new .themenshop-dynamic-background a.mehr-erfahren {
    margin-left: 0;
    margin-right: 0;
  }
}
.themenshop-new .themenshop-dynamic-background .theme-description {
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 468px) {
  .themenshop-new .themenshop-dynamic-background .theme-description {
    min-height: 100px;
  }
}

.ia-slide .themenshop-new .themenshop-dynamic-background {
  z-index: 0;
}
@media (max-width: 767.98px) {
  .ia-slide .themenshop-new .themenshop-dynamic-background::before {
    background-position: 0% 21%;
  }
}
.ia-slide .themenshop-new .themenshop-dynamic-background .theme-label {
  left: 0;
}
.ia-slide .themenshop-new .themenshop-dynamic-background .my-life-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 110px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .ia-slide .themenshop-new .themenshop-dynamic-background .my-life-logo {
    max-width: 60px;
  }
}
.ia-slide .themenshop-new .themenshop-dynamic-background .themenshop-image-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ia-slide .themenshop-new .themenshop-dynamic-background .themenshop-image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ia-slide .themenshop-new .themenshop-dynamic-background .themenshop-image-wrapper img:not(.error) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ia-slide .themenshop-new .themenshop-dynamic-background .content-wrapper {
  padding: 0 15px;
}
.ia-slide .themenshop-new .themenshop-dynamic-background .content-wrapper .theme-description {
  background: rgba(73, 166, 174, 0.9);
}

.themenshopProductInformationAnchor {
  position: absolute;
  bottom: 0;
  font-size: 0.7rem;
  left: 7px;
}

#pflichtangaben {
  background-color: #f8f9fa;
  overflow: hidden;
  padding-bottom: 1rem;
}
#pflichtangaben .themenshopProductInformationWrapper {
  font-size: 0.8rem;
  max-height: 97px;
  overflow-y: auto;
  overflow-x: hidden;
}
#pflichtangaben .themenshopProductInformationWrapper::-webkit-scrollbar {
  width: 10px;
}
#pflichtangaben .themenshopProductInformationWrapper::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#pflichtangaben .themenshopProductInformationWrapper::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
  border-color: #aaa;
}
#pflichtangaben .themenshopProductInformationWrapper::-webkit-scrollbar-thumb:hover {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
#pflichtangaben .themenshopProductInformationWrapper h4 {
  font-size: 1.1rem;
  font-family: inherit;
  margin-bottom: 0;
}
#pflichtangaben .themenshopProductInformationWrapper p {
  line-height: 1.3;
}

.product-info-block {
  margin-bottom: 1.625rem;
}
@media (max-width: 767.98px) {
  .product-info-block {
    padding-right: 0.9375rem;
  }
}
.product-info-block .photo-and-content {
  display: flex;
  align-items: center;
}
.product-info-block .photo-and-content .photo {
  width: 7.5rem;
  position: relative;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-info-block .photo-and-content .photo {
    padding: 0.5rem;
    width: 30%;
  }
}
.product-info-block .photo-and-content .photo .discount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem;
  border-radius: 0 0.25rem;
  min-width: 4.5rem;
  background-color: #D71D36;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .product-info-block .photo-and-content .photo .discount {
    min-width: 3rem;
    font-size: 0.75rem;
  }
}
.product-info-block .photo-and-content .photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.9375rem;
  height: 5.9375rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .product-info-block .photo-and-content .photo a {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.product-info-block .photo-and-content .photo a img {
  width: auto;
  max-height: 5.9375rem;
  max-width: 5.9375rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .product-info-block .photo-and-content .photo a img {
    max-height: 5.625rem;
    max-width: 5.625rem;
  }
}
.product-info-block .photo-and-content .content {
  width: 80%;
  margin-left: 1rem;
}
.product-info-block .photo-and-content .content .title {
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .product-info-block .photo-and-content .content .title {
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
    min-height: 2rem;
  }
}
.product-info-block .photo-and-content .content .title a {
  color: #353535;
  transition: all 0.4s ease-in-out;
}
.product-info-block .photo-and-content .content .title a:hover, .product-info-block .photo-and-content .content .title a:active, .product-info-block .photo-and-content .content .title a:focus {
  text-decoration: none;
}
.product-info-block .photo-and-content .content .information {
  margin-top: 0.5rem;
}
.product-info-block .photo-and-content .content .information .manufacturer,
.product-info-block .photo-and-content .content .information .package {
  display: -webkit-box;
  font-size: 0.75rem;
  font-weight: 400;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-info-block .photo-and-content .content .information .manufacturer a,
.product-info-block .photo-and-content .content .information .package a {
  color: #555555;
  transition: all 0.4s ease-in-out;
}
.product-info-block .photo-and-content .content .information .manufacturer a:hover, .product-info-block .photo-and-content .content .information .manufacturer a:active, .product-info-block .photo-and-content .content .information .manufacturer a:focus,
.product-info-block .photo-and-content .content .information .package a:hover,
.product-info-block .photo-and-content .content .information .package a:active,
.product-info-block .photo-and-content .content .information .package a:focus {
  text-decoration: none;
}
.product-info-block .photo-and-content .content .information .details a {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  color: #555555;
  transition: all 0.4s ease-in-out;
}
.product-info-block .pricing-and-action {
  display: flex;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action {
    margin-top: 1rem;
  }
}
.product-info-block .pricing-and-action .pricing {
  width: 7.5rem;
  text-align: right;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .pricing {
    width: 30%;
  }
}
.product-info-block .pricing-and-action .pricing .price {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #353535;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .pricing .price {
    font-size: 1.125rem;
  }
}
.product-info-block .pricing-and-action .pricing .price sup {
  top: -1rem;
  font-size: 0.625rem;
  margin-left: 0.25rem;
  color: #555555;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .pricing .price sup {
    top: -0.625rem;
    font-size: 0.625rem;
  }
}
.product-info-block .pricing-and-action .pricing .old-price {
  font-size: 0.75rem;
  color: #D43034;
}
.product-info-block .pricing-and-action .pricing .old-price sup {
  top: -0.375rem;
  right: -0.125rem;
  font-size: 0.625rem;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .pricing .old-price sup {
    top: -0.25rem;
    right: 0rem;
    font-size: 0.5625rem;
  }
}
.product-info-block .pricing-and-action .pricing .old-price span {
  text-decoration: line-through;
}
.product-info-block .pricing-and-action .pricing .base-price {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .pricing .base-price {
    margin-top: 0.125rem;
  }
}
.product-info-block .pricing-and-action .action {
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .action {
    flex: 1;
  }
}
.product-info-block .pricing-and-action .action .btn {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.25rem;
  padding: 0.875rem 1rem;
}
@media (max-width: 767.98px) {
  .product-info-block .pricing-and-action .action .btn {
    width: 100%;
  }
}

html.menu-open,
body.menu-open {
  overflow-y: hidden;
}

html {
  height: 100vh;
  min-height: 100vh;
}
html.ios {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html.ios,
body.ios {
  width: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.ios header .navigation-wrapper .navigation-list .navigation-popup-close {
  z-index: 1350;
}
body.ios main {
  -webkit-overflow-scrolling: touch;
}
body.ios.rezept-upload-modal-open #rezeptUploadModal {
  z-index: 1251;
}
@media (max-width: 767.98px) {
  body.ios .container {
    max-width: 540px !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body.ios .container {
    max-width: 720px !important;
  }
}
@media (min-width: 768px) {
  body.ios .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  body.ios .container {
    max-width: 1140px !important;
  }
}
body.scrolling input[type=text].ios-input,
body.scrolling textarea.ios-input {
  color: transparent;
  text-shadow: 0 0 0 #495057;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body > iframe {
  display: none;
}
@media (min-width: 768px) {
  body main {
    min-height: 60.3vh;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  body main {
    min-height: 87.3vh;
  }
}
body img[data-src]:not(.loaded) {
  max-width: 80px !important;
  max-height: 80px !important;
}
body .grey-background {
  background-color: #dee2e6;
}
body .black-text {
  color: #000;
}
body .width-118px {
  width: 118px;
}
body .ath-container {
  border: 4px solid rgba(26, 109, 141, 0.7);
  box-shadow: none !important;
  font-size: 1rem !important;
}
body .ath-container.ath-phone::after {
  border-bottom: 4px solid rgba(26, 109, 141, 0.7);
  border-right: 4px solid rgba(26, 109, 141, 0.7);
  bottom: -1.2em !important;
}
body .ath-container.ath-tablet::after {
  border-top: 4px solid rgba(26, 109, 141, 0.7);
  border-left: 4px solid rgba(26, 109, 141, 0.7);
  top: -1.2em !important;
}
@media only screen and (max-width: 992px) {
  body #filter {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  body #filter.show, body #filter.collapsing {
    display: block;
  }
}
body .round-div {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  line-height: 1;
  position: relative;
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
body .round-div:hover {
  cursor: pointer;
  border: 1px solid #f8f9fa;
  opacity: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
body .round-div svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body .form-control:focus {
  color: #464646;
  background-color: #fff;
  border-color: #f8f9fa;
  outline: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
body .box-shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
body .steps img {
  max-height: 52px;
  margin-top: -30px;
  margin-left: 10px;
}
body .alphabet {
  list-style: none;
  padding-left: 0;
}
body .alphabet li {
  float: left;
  text-align: center;
  width: 3.7%;
}
body #contact.tab-pane.active #temp_form_contactInfo_phone_wrapper label {
  position: relative;
  width: 100%;
}
body #contact.tab-pane.active #temp_form_contactInfo_phone_wrapper label::after {
  content: "(12345678901)";
  position: absolute;
  left: 8rem;
  bottom: 0;
  font-size: smaller;
}
body .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
body .fix-for-checkbox-div div.checkbox {
  display: inline-block;
}
body #userOrders .action {
  margin-bottom: 24px;
}
body #userOrders .action button {
  border-radius: 0.25rem;
  padding: 12px 24px;
}
body #userOrders .action button + button {
  margin-top: 4px;
}
body #userOrders .re-add-to-cart {
  color: #003f54;
  background-color: transparent;
  border-color: #32788f;
  text-indent: unset;
  border-radius: 0.25rem;
  padding: 12px 24px;
}
body #userOrders .re-add-to-cart:hover {
  background-color: #32788f;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  body .horizontal-scroller-holder {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body .horizontal-scroller-holder .horizontal-scroller {
    display: block;
    width: 1230px;
  }
  body .dropdown-menu {
    overflow-y: auto;
  }
  body .dropdown-menu#dropdown-categories, body .dropdown-menu#dropdown-sort {
    border-radius: 0;
  }
}

.change-pharmacy-open .change-pharmacy {
  z-index: 10000;
}
.change-pharmacy-open .change-pharmacy .modal-dialog {
  transform: translateY(-50%);
  left: 0 !important;
  right: 0 !important;
  top: 50%;
}
@media only screen and (max-width: 320px) {
  .change-pharmacy-open .change-pharmacy .modal-dialog {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 996px) {
  .change-pharmacy-open .change-pharmacy .modal-dialog .cp-paragraph {
    min-height: 100px;
  }
}

.kontakt-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.kontakt-form select {
  min-height: 50px;
  line-height: 50px;
}
.kontakt-form button.country-telephone {
  min-height: 30px;
  line-height: 33px;
}
.kontakt-form .variations-dropdown-holder {
  min-height: 30px;
  line-height: 30px;
  position: relative;
}
.kontakt-form .custom {
  float: left;
  margin-top: 4px;
}
.kontakt-form .consent {
  float: left;
  width: 90%;
  display: block;
  margin-left: 10px;
}
.kontakt-form button[disabled=disabled]:hover {
  color: #007bff !important;
}
.kontakt-form .form-control {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 468px) {
  .notifyjs-corner span {
    white-space: pre-wrap;
  }
}

@media only screen and (min-width: 768px) {
  .col-padding-7 .col-1,
  .col-padding-7 .col-2,
  .col-padding-7 .col-3,
  .col-padding-7 .col-4,
  .col-padding-7 .col-5,
  .col-padding-7 .col-6,
  .col-padding-7 .col-7,
  .col-padding-7 .col-8,
  .col-padding-7 .col-9,
  .col-padding-7 .col-10,
  .col-padding-7 .col-11,
  .col-padding-7 .col-12,
  .col-padding-7 .col,
  .col-padding-7 .col-auto,
  .col-padding-7 .col-sm-1,
  .col-padding-7 .col-sm-2,
  .col-padding-7 .col-sm-3,
  .col-padding-7 .col-sm-4,
  .col-padding-7 .col-sm-5,
  .col-padding-7 .col-sm-6,
  .col-padding-7 .col-sm-7,
  .col-padding-7 .col-sm-8,
  .col-padding-7 .col-sm-9,
  .col-padding-7 .col-sm-10,
  .col-padding-7 .col-sm-11,
  .col-padding-7 .col-sm-12,
  .col-padding-7 .col-sm,
  .col-padding-7 .col-sm-auto,
  .col-padding-7 .col-md-1,
  .col-padding-7 .col-md-2,
  .col-padding-7 .col-md-3,
  .col-padding-7 .col-md-4,
  .col-padding-7 .col-md-5,
  .col-padding-7 .col-md-6,
  .col-padding-7 .col-md-7,
  .col-padding-7 .col-md-8,
  .col-padding-7 .col-md-9,
  .col-padding-7 .col-md-10,
  .col-padding-7 .col-md-11,
  .col-padding-7 .col-md-12,
  .col-padding-7 .col-md,
  .col-padding-7 .col-md-auto,
  .col-padding-7 .col-lg-1,
  .col-padding-7 .col-lg-2,
  .col-padding-7 .col-lg-3,
  .col-padding-7 .col-lg-4,
  .col-padding-7 .col-lg-5,
  .col-padding-7 .col-lg-6,
  .col-padding-7 .col-lg-7,
  .col-padding-7 .col-lg-8,
  .col-padding-7 .col-lg-9,
  .col-padding-7 .col-lg-10,
  .col-padding-7 .col-lg-11,
  .col-padding-7 .col-lg-12,
  .col-padding-7 .col-lg,
  .col-padding-7 .col-lg-auto,
  .col-padding-7 .col-xl-1,
  .col-padding-7 .col-xl-2,
  .col-padding-7 .col-xl-3,
  .col-padding-7 .col-xl-4,
  .col-padding-7 .col-xl-5,
  .col-padding-7 .col-xl-6,
  .col-padding-7 .col-xl-7,
  .col-padding-7 .col-xl-8,
  .col-padding-7 .col-xl-9,
  .col-padding-7 .col-xl-10,
  .col-padding-7 .col-xl-11,
  .col-padding-7 .col-xl-12,
  .col-padding-7 .col-xl,
  .col-padding-7 .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
  }
}
.col-padding-7 .pl-15px {
  padding-left: 15px;
}
.col-padding-7 .pr-15px {
  padding-right: 15px;
}

.row-from-page-builder + .container {
  margin-bottom: 3rem !important;
}
@media (max-width: 767.98px) {
  .row-from-page-builder + .container {
    margin-bottom: 1.5rem !important;
  }
}
.row-from-page-builder + .container#ImageAndTextModule, .row-from-page-builder + .row-from-page-builder {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .row-from-page-builder + .container#ImageAndTextModule, .row-from-page-builder + .row-from-page-builder {
    margin-bottom: 1.5rem;
  }
}
.row-from-page-builder img.error {
  max-width: 200px;
  padding: 2rem 0;
}

.errorAlertWrapper {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.errorAlertWrapper.show {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.errorAlertWrapper .alert p:last-child {
  margin-bottom: 0 !important;
}

.fos_user_registration_register input.form-control + ul {
  margin-left: 0;
  padding-left: 1rem;
}
.fos_user_registration_register input.form-control + ul li {
  color: #dc3545;
  list-style: none;
}

.free-delivery {
  display: none;
  text-align: right;
}
.free-delivery.show {
  display: block;
}

.card {
  border-radius: 0;
  border: 0;
}
.card .card-header {
  border-bottom-color: #464646;
  padding: 10px 15px;
}
.card .card-header button {
  position: relative;
  padding: 0.375rem 20px 0.375rem 0;
  color: #464646;
  font-size: 1.2rem;
  text-align: left;
  white-space: inherit;
  font-weight: 600;
}
.card .card-header button:focus {
  text-decoration: none;
}
.card .card-header button.collapsed {
  font-weight: 500;
}
.card .card-header button.collapsed svg.fa-sort-down {
  display: inline-block;
}
.card .card-header button.collapsed svg.fa-sort-up {
  display: none;
}
.card .card-header button:not(.collapsed) svg.fa-sort-down {
  display: none;
}
.card .card-header button:not(.collapsed) svg.fa-sort-up {
  display: inline-block;
  transform: translateY(-20%);
}
.card .card-header button svg {
  position: absolute;
  right: 0;
  top: 50%;
  color: #007bff;
  transform: translateY(-50%);
}

i.same-width {
  width: 20px;
  text-align: center;
  display: inline-block;
}

a.external:not(.btn) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAgMAAADwXCcuAAAADFBMVEX///8HSpCZzP9mmcx9+otnAAAAAXRSTlMAQObYZgAAADNJREFUeF4NyrENABAQhtFPYoB/CXscEY3mCtdbR29g+gfhJBO4iC3qEaM48xqtg+VPFg97QwZDZOxcFAAAAABJRU5ErkJggg==) center right no-repeat;
  padding-right: 13px;
}

.sitemap .h3 {
  list-style-type: none;
}

.break-text {
  overflow-wrap: break-word;
  word-break: break-all;
}

#location-marker {
  position: relative;
  top: 2px;
}

.magazine-image-wrapper {
  min-height: 295px;
  height: 295px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  position: relative;
}
.magazine-image-wrapper picture {
  width: 100%;
}
@media (max-width: 767.98px) {
  .magazine-image-wrapper picture {
    text-align: center;
  }
}
.magazine-image-wrapper picture img {
  min-width: 10%;
  max-width: 100%;
  min-height: 10%;
  max-height: 100%;
}
.magazine-image-wrapper label {
  position: absolute;
  bottom: 6px;
  left: 16px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .magazine-image-wrapper {
    min-height: 385px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .magazine-image-wrapper {
    min-height: 670px;
  }
}

#goToPharmacyPage {
  z-index: 9999999;
}

.validate-wrapper {
  position: relative;
}
.validate-wrapper.has-error input,
.validate-wrapper.has-error select,
.validate-wrapper.has-error textarea,
.validate-wrapper.has-error input.custom[type=checkbox]::before {
  border-color: #D43034 !important;
}
.validate-wrapper.has-success input,
.validate-wrapper.has-success textarea,
.validate-wrapper.has-success select {
  border-color: #28a745;
}
.validate-wrapper .messages {
  clear: both;
}
.validate-wrapper .messages p {
  color: #D43034;
  font-size: 13px;
  margin-bottom: 5px;
}
.validate-wrapper .input-spinner {
  display: none;
  position: absolute;
  right: 2%;
  top: 13%;
  width: 35px;
  height: 35px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibGRzLXNwaW5uZXIiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC45MTY2NjY2NjY2NjY2NjY2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgzMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC44MzMzMzMzMzMzMzMzMzM0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg2MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC43NXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDAwMDAwIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNjY2NjY2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iOS40IiByeT0iNC44IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjU4MzMzMzMzMzMzMzMzMzRzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDE1MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC41cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDAwMDAwIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNDE2NjY2NjY2NjY2NjY2N3MiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMjEwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iOS40IiByeT0iNC44IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjMzMzMzMzMzMzMzMzMzMzNzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI0MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4yNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMjcwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iOS40IiByeT0iNC44IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzAwMDAwMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjE2NjY2NjY2NjY2NjY2NjY2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDAwMDAwIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuMDgzMzMzMzMzMzMzMzMzMzNzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDMzMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDAwMDAiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
}
.validate-wrapper .input-spinner.show {
  display: block;
}

@media (min-width: 768px) {
  #editDeliveryAddress {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .padding-y-80px-over-992 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.notifyjs-corner {
  z-index: 9999999 !important;
}

.botendienst-fields {
  display: none;
}

.botendienst-fields.active {
  display: flex;
}

@media (max-width: 767.98px) {
  #form_orderType-prices li {
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #form_orderType-prices li[data-deliverytype="2"] {
    top: 9px;
  }
}
@media screen and (max-width: 360px) {
  #form_orderType-prices li[data-deliverytype="2"] {
    top: 9px;
  }
}
@media screen and (max-width: 320px) {
  #form_orderType-prices li[data-deliverytype="2"] {
    top: 35px;
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
  #deliveryAddresses tbody tr td a {
    min-width: 42px;
  }
  input[type=checkbox].custom {
    background: transparent;
    border-color: transparent;
  }
}
.IE #change-pharmacy .modal-dialog {
  width: 100%;
  max-width: 900px;
}

#themenshop-list .card-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  orphans: 1;
  widows: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 991.98px) {
  #themenshop-list .card-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
#themenshop-list .card {
  display: inline-block;
}
#themenshop-list .card.card-single {
  overflow: hidden;
  width: -webkit-fill-available;
}
#themenshop-list .card .card-double div:nth-child(2) {
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  #themenshop-list .card .card-double div:nth-child(2) {
    padding-left: unset;
  }
}
#themenshop-list .card .card-double .card-item-half {
  width: 50%;
}
@media (max-width: 991.98px) {
  #themenshop-list .card .card-double .card-item-half {
    width: 100%;
  }
}
#themenshop-list .themenshop-old .card-single .image-holder-cover {
  padding-bottom: 50%;
}
@media (max-width: 991.98px) {
  #themenshop-list .themenshop-old .card-single .image-holder-cover {
    padding-bottom: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #themenshop-list .card.mb-0 {
    margin-bottom: -5px !important;
  }
}

.sponsor-brandshop-module {
  padding: 1.875rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.sponsor-brandshop-module .text {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 1.125rem;
  font-family: "IBM Plex Serif", serif;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sponsor-brandshop-module .text {
    border-bottom: none;
    font-size: 0.875rem;
    font-variation-settings: "opsz" 14;
  }
}
.sponsor-brandshop-module .sponsor-module-content {
  text-align: center;
  margin: 1.75rem 0 0;
}
@media (max-width: 991.98px) {
  .sponsor-brandshop-module .sponsor-module-content {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .sponsor-brandshop-module .sponsor-module-content .logo img {
    width: 50%;
    margin: 0 0 1.125rem;
  }
}
.sponsor-brandshop-module .sponsor-module-content .title {
  color: #353535;
  font-size: 1.375rem;
  font-family: "IBM Plex Serif", serif;
}
@media (max-width: 991.98px) {
  .sponsor-brandshop-module .sponsor-module-content .title {
    font-size: 1.25rem;
    padding: 0 0 1.125rem;
  }
}
.sponsor-brandshop-module .sponsor-module-content .button a {
  border-radius: 0.25rem;
  background-color: #32788f;
  padding: 0.75rem 1.125rem;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  min-width: 150px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sponsor-brandshop-module .sponsor-module-content .button a {
    min-width: 200px;
    width: 50%;
  }
}

.bottom-sheet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.1s linear;
  z-index: 1101;
}
.bottom-sheet.show {
  opacity: 1;
  pointer-events: auto;
}
.bottom-sheet.show .content {
  transform: translateY(0%);
}
.bottom-sheet .sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}
.bottom-sheet .content {
  width: 100%;
  position: relative;
  background: #fff;
  max-height: 100vh;
  height: 50vh;
  padding: 0.75rem 1.5rem 1.5rem;
  transform: translateY(100%);
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}
.bottom-sheet.dragging .content {
  transition: none;
}
.bottom-sheet.fullscreen .content {
  border-radius: 0;
  overflow-y: hidden;
}
.bottom-sheet .header {
  display: flex;
  justify-content: center;
}
.bottom-sheet .header .drag-icon {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
}
.bottom-sheet .header .drag-icon span {
  height: 0.25rem;
  width: 6.25rem;
  display: block;
  background: #BBBBBB;
  border-radius: 3.125rem;
}
.bottom-sheet .body {
  height: 100%;
  overflow-y: auto;
  padding-top: 1.5rem;
  scrollbar-width: none;
}
.bottom-sheet .body::-webkit-scrollbar {
  width: 0;
}
.bottom-sheet .body .heading {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #262626;
  font-weight: 700;
  text-align: center;
}
.bottom-sheet .body .description {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #555555;
}
