:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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, "Noto Sans", "Liberation Sans", 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
}

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

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

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

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

b, strong {
  font-weight: bolder
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

figure {
  margin: 0 0 1rem
}

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

table {
  border-collapse: collapse
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1, h1 {
  font-size: 2.5rem
}

.h2, h2 {
  font-size: 2rem
}

.h3, h3 {
  font-size: 1.75rem
}

.h4, h4 {
  font-size: 1.5rem
}

.h5, h5 {
  font-size: 1.25rem
}

.h6, h6 {
  font-size: 1rem
}

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px
  }
}

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

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

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

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

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

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

@media (min-width: 768px) {
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

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

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

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.fade {
  transition: opacity .15s linear
}

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .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, .15);
  border-radius: .25rem
}

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.bg-dark {
  background-color: #343a40 !important
}

.d-none {
  display: none !important
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important
  }
}

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.w-100 {
    width: 100%!important
}
.m-0 {
    margin: 0!important
}
.mb-0,.my-0 {
    margin-bottom: 0!important
}
r-1,.mx-1 {
    margin-right: .25rem!important
}

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

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

.m-2 {
    margin: .5rem!important
}

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

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

.pb-0,.py-0 {
    padding-bottom: 0!important
}
-2 {
    padding: .5rem!important
}

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


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

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

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

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

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

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

.text-center {
    text-align: center!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

.text-info {
    color: #17a2b8!important
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%
}

body, html {
  height: 100%
}

body {
  font: normal 300 1.4rem/1.86 Poppins, sans-serif;
  color: #3b3b3b;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}

::-moz-selection {
  color: #fff;
  background-color: #c96
}

::selection {
  color: #fff;
  background-color: #c96
}

p {
  margin-bottom: 1.5rem
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem
}

b, strong {
  font-weight: 700
}

i {
  font-style: italic
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 3rem auto 2.5rem
}

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

.no-webp .page-header {
  padding: 2rem 0 2rem;
  background-color: #ebebeb;
  background-size: cover;
  background-image: url('/static/base_app/img/home/page-header-bg-home.jpg?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.page-header {
  padding: 2rem 0 2rem;
  background-color: #ebebeb;
  background-size: cover;
  background-image: url('/static/base_app/img/home/page-header-bg-home.webp?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.no-webp .page-header-1 {
  background-size: cover;
  background-image: url('/static/base_app/img/home/undis_banner_mixitup.jpg?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.page-header-1 {
  background-size: cover;
  background-image: url('/static/base_app/img/home/undis_banner_mixitup.webp?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.no-webp .bg-image-ambags{
  background-size: cover;
  background-image: url('/static/base_app/img/home/ambags_banner.jpg?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.bg-image-ambags{
  background-size: cover;
  background-image: url('/static/base_app/img/home/ambags_banner.webp?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.no-webp .bg-image-banner-1{
  background-size: cover;
  background-image: url('/static/base_app/img/home/page-header-bg-home.jpg?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.bg-image-banner-1{
  background-size: cover;
  background-image: url('/static/base_app/img/home/page-header-bg-home.webp?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}

.no-webp .bg-image-urlaub{
  background-size: cover;
  background-image: url('/static/base_app/img/home/wir_sind_im_urlaub.jpg?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.bg-image-urlaub{
  background-size: cover;
  background-image: url('/static/base_app/img/home/wir_sind_im_urlaub.webp?4f54a65e793d');
  background-position: center center;
  background-repeat: no-repeat
}
.bg-image-weihnachtsaktion {
  padding: 2rem 0 2rem;
  background-color: #fff;
  background-size: cover;
  background-image: url('/static/base_app/weihnachtsaktion/weihnachtsaktion.jpg?86ec61afe604');
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 130px;
  background: #ebebeb;
}


.no-webp .page-header-taschen {
  background-size: cover;
  background-image: url('/static/taschen_app/img/banner_taschen.png?192c5ba4d3ef');
  background-position: center center;
  background-repeat: no-repeat
}
.page-header-taschen {
  background-size: cover;
  background-image: url('/static/taschen_app/img/banner_taschen.webp?192c5ba4d3ef');
  background-position: center center;
  background-repeat: no-repeat
}


.page-header h1 {
  font: normal 400 3.2rem/1.1 Poppins, sans-serif;
  letter-spacing: -.025em;
  margin-bottom: 0
}

.page-header h1 span {
  display: block;
  color: #22577a font-size: 1.6rem;
  margin-top: .8rem
}

.page-header h1 span {
  color: #22577a
}

.page-header.page-header-big {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 5rem
}

.page-header.page-header-big h1 span {
  font-size: 1.6rem;
  margin-top: .4rem;
  letter-spacing: 0
}

@media screen and (min-width:768px) {
  .page-header h1 {
    font-size: 3.6rem
  }

  .page-header h1 span {
    font-size: 1.8rem
  }

  .page-header.page-header-big {
    min-height: 350px
  }
}

@media screen and (min-width:992px) {
  .page-header h1 {
    font-size: 4rem
  }

  .page-header h1 span {
    font-size: 2rem
  }

  .page-header.page-header-big {
    min-height: 450px
  }
}

.bg-light {
  background-color: #f8f8f8 !important
}

.bg-light-2 {
  background-color: #f9f9f9 !important
}

.bg-lighter {
  background-color: #b4c9D61C !important
}

.bg-primary {
  background-color: #c96 !important
}

.bg-image {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.bg-overlay {
  position: relative
}

.bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  background-color: #333
}

.mmenu-active .page-wrapper {
  transform: translateX(200px)
}
.bg-overlay .container, .bg-overlay .container-fluid {
  position: relative;
  z-index: 2
}

@keyframes rotating {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.4rem;
  color: #333;
  letter-spacing: -.03em
}

.h1, h1 {
  font-size: 4rem
}

.h2, h2 {
  font-size: 3.6rem
}

.h3, h3 {
  font-size: 2.6rem
}

.h4, h4 {
  font-size: 2.2rem
}

.h5, h5 {
  font-size: 2rem;
  letter-spacing: -.025em
}

.h6, h6 {
  font-size: 1.6rem;
  letter-spacing: -.01em
}

a {
  color: #c96;
  text-decoration: none;
  transition: color .3s ease
}

a:focus, a:hover {
  color: #bf8040;
  text-decoration: none
}

.text-primary {
  color: #c96 !important
}

.text-dark {
  color: #333 !important
}

.text-light {
  color: #ccc !important
}

.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.2rem
}

@media screen and (min-width:768px) {
  .h1, h1 {
    font-size: 5rem
  }

  .h2, h2 {
    font-size: 4rem
  }

  .h3, h3 {
    font-size: 3rem
  }

  .h4, h4 {
    font-size: 2.4rem
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px
}

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

.container {
  width: 1288px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px
}

.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .4s ease
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .page-wrapper {
    display: block
  }
}

.main {
  flex: 1;
  width: 100%
}

.page-content {
  padding-bottom: 5rem;
  padding-top: 2.5rem
}

@media screen and (min-width:992px) {
  .col-5col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.col-xl-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px
}

.col-xl-4-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px
}

.col-xl-2-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px
}

.col-xl-3-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px
}

@media screen and (min-width:1200px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px
  }

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

  .col-xl-4-5col {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .col-xl-2-5col {
    -ms-flex: 0 0 calc(40%);
    flex: 0 0 calc(40%);
    max-width: calc(40%)
  }

  .col-xl-3-5col {
    -ms-flex: 0 0 calc(60%);
    flex: 0 0 calc(60%);
    max-width: calc(60%)
  }
}

@media screen and (min-width:1280px) {
  .container {
    max-width: 1200px
  }
}

@media screen and (min-width:1600px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px
  }
}

@media screen and (min-width:1920px) {
  .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
  }
}

.header {
  width: 100%;
  background-color: #fff
}

.header .container, .header .container-fluid {
  position: relative;
  display: flex;
  align-items: center
}

.header-center, .header-left, .header-right {
  display: flex;
  align-items: center
}

.header-right {
  margin-left: auto;
  align-self: stretch
}

.header-center {
  margin-left: auto;
  margin-right: auto
}

.logo {
  display: block;
  margin-top: 2.55rem;
  margin-bottom: 2.95rem;
  flex-shrink: 0;
  min-height: 25px
}

.logo img {
  display: block;
  max-width: 100%;
  height: auto
}

.header-top {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: .1rem
}

.header-top a {
  color: inherit
}

.header-top a:focus, .header-top a:hover {
  color: #c96
}

.header-top .container, .header-top .container-fluid {
  position: relative
}

.header-top .container-fluid:after, .header-top .container:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 10px;
  right: 10px;
  background-color: #ebebeb
}

.header-top .top-menu li+li {
  margin-left: 2.6rem
}

@media screen and (min-width:1200px) {
  .header-top .container-fluid:after {
    left: 30px;
    right: 30px
  }
}

@media screen and (min-width:1600px) {
  .header-top .container-fluid:after {
    left: 70px;
    right: 70px
  }
}

.top-menu {
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0
}

.top-menu>li {
  position: relative
}

.top-menu>li>a {
  display: none
}

.top-menu ul {
  display: flex;
  align-items: center
}

.top-menu li+li {
  margin-left: 3rem
}

.top-menu a {
  display: inline-flex;
  align-items: center
}

.top-menu i {
  font-size: 1.5rem;
  margin-right: .8rem;
  line-height: 1
}

.top-menu i.icon-heart-o {
  margin-top: -.2rem
}

.top-menu span {
  color: #c96;
  margin-left: .3rem
}

.header-dropdown {
  position: relative;
  padding-top: .8rem;
  padding-bottom: .8rem
}

.header-dropdown+.header-dropdown {
  margin-left: 2.9rem
}

.header-dropdown>a, .header-dropdown>span {
  position: relative;
  display: inline-flex;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: 2.2rem;
  align-items: center;
  text-transform: uppercase
}

.header-dropdown>a::after, .header-dropdown>span::after {
  font-family: molla;
  content: '\f110';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -.7rem
}

.header-dropdown a:focus, .header-dropdown a:hover {
  text-decoration: none
}

.header-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  z-index: 20;
  padding-top: .6rem;
  padding-bottom: .6rem;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 2px 5px 8px rgba(51, 51, 51, .05), -2px 5px 8px rgba(51, 51, 51, .05);
  transition: all .25s;
  margin-top: 1px
}

.header-dropdown:first-child .header-menu {
  left: 0
}

.header-menu:before {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  position: absolute;
  top: -1px;
  left: 0
}

.header-dropdown:focus>.header-menu, .header-dropdown:hover>.header-menu {
  visibility: visible;
  opacity: 1
}

.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.header-menu ul li {
  margin: 0
}

.header-menu ul a {
  padding: .3rem 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap
}

.header-menu a {
  color: inherit
}

.header-menu a:focus, .header-menu a:hover {
  color: #c96
}

.header-right .header-dropdown:first-child .header-menu, .header-right .header-menu {
  left: auto;
  right: 0
}

.header-right .top-menu+.header-dropdown {
  margin-left: 2.5rem
}

.header-middle {
  border-bottom: .1rem solid #f4f4f4
}

.header-middle .menu>li>a {
  letter-spacing: .01em
}

.cart-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center
}

.cart-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333
}

.cart-dropdown .dropdown-toggle::after {
  display: none
}

.cart-dropdown .dropdown-menu {
  display: block;
  width: 300px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  padding: 2.2rem 3rem 2.5rem;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, .05), -5px 10px 16px rgba(51, 51, 51, .05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .25s
}

.cart-dropdown .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px
}

.cart-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px
}

.cart-dropdown.show .dropdown-toggle, .cart-dropdown:hover .dropdown-toggle {
  color: #c96
}

.cart-dropdown {
  padding-left: 2.5rem
}

.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem
}

.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px
}

.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: .2rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #c96
}

.cart-dropdown .dropdown-cart-products {
  margin-top: -1rem
}

.cart-dropdown .product {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 2.4rem 1.6rem 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important
}

.cart-dropdown .product-image-container {
  position: relative;
  height: 100%;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
  top: 50%
}

.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #3b3b3b;
  text-align: left;
  margin-bottom: .4rem
}

.cart-dropdown .product-title a {
  color: inherit
}

.cart-dropdown .product-title a:focus, .cart-dropdown .product-title a:hover {
  color: #c96
}

.cart-dropdown .product-cart-details {
  font-weight: 400;
  width: 400px;
  font-size: 1.3rem;
  color: #22577a;
  text-align: left
}

.cart-dropdown .product-cart-details p {
  font-weight: 400;
  font-size: 1rem;
  color: #22577a
}

.dropdown-cart-total {
  padding: 1rem 0 .5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #3b3b3b;
  margin-bottom: 1.1rem
}

.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto
}

.dropdown-cart-action .btn {
  font-size: 1.8rem;
  min-width: 110px;
  padding-top: 0;
  padding-bottom: 0
}

.dropdown-cart-action svg {
  color: #fff
}

.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: .3rem .2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11
}

.search-toggle.active, .search-toggle:focus, .search-toggle:hover {
  color: #c96;
  outline: 0 !important
}

.header-search {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none
}

.header-search .header-search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  margin-top: -20px;
  display: none;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: .1rem solid #ebebeb;
  border-radius: 20px;
  z-index: 10
}

.header-search .header-search-wrapper.show {
  display: flex
}

.header-search form {
  margin: 0
}

.header-search .select-custom {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  align-self: center
}

.header-search .select-custom:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: .1rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb
}

.header-search .select-custom::after {
  right: 2rem;
  color: #22577a;
  font-size: 1.2rem
}

.header-search .form-control, .header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0
}

.header-search .form-control {
  flex: 1 1 auto;
  padding: .9rem 5rem .9rem 2.3rem;
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: none
}

.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: .1rem 4rem .1rem 2rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none
}

.header-search select:focus {
  outline: 0 !important
}

.header-search option {
  font-size: 1.3rem;
  padding: .1rem .3rem
}

.header-search .btn {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1rem;
  border-radius: 0 20px 20px 0
}

.header-search .btn i {
  margin: 0 !important
}

.header-search-no-round .header-search-wrapper {
  border-radius: .3rem
}

.header-search-no-round .form-control {
  border-radius: .3rem 0 0 .3rem
}

.header-search-no-round .btn {
  border-radius: 0 .3rem .3rem 0
}

.mobile-menu-toggler {
  border: none;
  background: 0 0;
  color: #22577a;
  padding: .2rem .25rem;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem
}

.disabled-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden
}

@media screen and (max-width:991px) {
  .top-menu:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch
  }

  .banner-content {
    margin: 20px
  }

  .top-menu:not(.top-link-menu)>li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 2.2rem
  }

  .top-menu:not(.top-link-menu)>li>a {
    display: block;
    padding-left: 0;
    padding-right: 0
  }

  .top-menu:not(.top-link-menu)>li::after {
    font-family: molla;
    content: '\f110';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem
  }

  .top-menu:not(.top-link-menu) ul {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, .05), -2px 5px 8px rgba(51, 51, 51, .05);
    text-transform: capitalize
  }

  .top-menu:not(.top-link-menu) ul:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0
  }

  .top-menu:not(.top-link-menu):focus ul, .top-menu:not(.top-link-menu):hover ul {
    visibility: visible;
    opacity: 1
  }

  .top-menu:not(.top-link-menu) li+li {
    margin-left: 0 !important
  }

  .top-menu:not(.top-link-menu) a {
    padding: .3rem 1.5rem
  }

  .header-left .top-menu ul {
    right: auto;
    left: 0
  }

  .header-search {
    display: none
  }

  .header-bottom {
    display: none
  }
}

@media screen and (max-width:767px) {
  .header-search .select-custom {
    flex: 0 0 180px;
    max-width: 180px
  }
}

@media screen and (max-width:575px) {
  .header-search .select-custom {
    display: none
  }

  .cart-dropdown {
    padding-left: 1.4rem
  }
}

.main-nav {
  margin-left: 2rem;
  display: none
}

.menu, .menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu {
  display: flex;
  align-items: center
}

.menu li {
  position: relative
}

.menu li.show>ul, .menu li:hover>.megamenu, .menu li:hover>ul {
  display: block
}

.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002
}

.menu ul ul {
  top: -1.6rem;
  left: 100%
}

.menu ul {
  margin-top: 1px
}

.menu ul:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0
}

.menu ul ul {
  margin-top: 0
}

.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none
}

.menu a:not(.btn):focus {
  outline: 0 !important
}

.menu {
  line-height: 1.5
}

.menu li>a {
  color: #22577a;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 3rem;
  padding-right: 3rem
}

.menu li>a span:not(.tip) {
  position: relative
}

.menu>li>a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  padding: 3.95rem 3rem;
  text-transform: uppercase
}

.menu>li+li {
  margin-left: 0
}

.menu ul {
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, .05), -5px 10px 16px rgba(51, 51, 51, .05)
}

.menu ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem
}

.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%
}

.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem
}

.menu .menu-title {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: .6rem
}

.menu ul+.menu-title {
  margin-top: 1.5rem
}

.menu .banner-content {
  padding-top: 0
}

.menu .banner-content.banner-content-bottom {
  left: 2.4rem;
  bottom: 2.4rem
}

.menu .banner-content.banner-content-top {
  left: 2rem;
  top: 2.4rem;
  transform: translateY(0);
  -ms-transform: translateY(0)
}

.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0
}

.menu .banner-title span {
  font-size: 2.4rem
}

.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem
}

.menu li.active>a, .menu li.show>a, .menu li:hover>a {
  color: #c96
}

.header-bottom .main-nav {
  margin-left: 0
}

.header-bottom .menu>li+li {
  margin-left: 1rem
}

.header-bottom .menu>li>a {
  padding: 1.65rem 1rem
}

.header-bottom .menu>li>.sf-with-ul {
  padding-right: 3rem
}

.header-bottom .menu>li>a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #22577a;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s ease
}

.header-bottom .menu li.active>a:before, .header-bottom .menu li.show>a:before, .header-bottom .menu li:hover>a:before {
  transform-origin: left center;
  transform: scale(1, 1)
}

@media screen and (min-width:992px) {
  .main-nav {
    display: block
  }
}

.menu-vertical, .menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column
}

.menu-vertical li {
  position: relative
}

.menu-vertical li.show>ul, .menu-vertical li:hover>.megamenu, .menu-vertical li:hover>ul {
  display: block
}

.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none
}

.menu-vertical a:not(.btn):focus {
  outline: 0 !important
}

.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem
}

.menu-vertical ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, .05), -5px 10px 16px rgba(51, 51, 51, .05)
}

.menu-vertical ul:before {
  display: none
}

.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0
}

.menu-vertical .banner img {
  border-radius: 0
}

.menu-vertical li>a {
  color: #3b3b3b;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3rem;
  padding-right: 3rem
}

.menu-vertical li>a span:not(.tip) {
  position: relative
}

.menu-vertical li>a strong {
  font-weight: 600
}

.menu-vertical>li {
  width: 100%
}

.menu-vertical>li>a {
  display: block;
  color: #3b3b3b;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%
}

.menu-vertical>li.item-lead>a {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9
}

.menu-vertical>li+li {
  margin-left: 0
}

.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #eee;
  margin-bottom: .7rem
}

.menu-vertical ul+.menu-title {
  margin-top: 1.2rem
}

.menu-vertical i {
  display: inline-block;
  color: #ccc;
  min-width: 3.4rem
}

.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem
}

.menu-vertical .menu-col li>a {
  padding-left: 0;
  padding-right: 0
}

.menu-vertical li.active>a, .menu-vertical li.show>a, .menu-vertical li:hover>a {
  color: #c96
}

.menu-vertical>li.active>a, .menu-vertical>li.show>a, .menu-vertical>li:hover>a {
  color: #c96
}

.menu-brands.menu-col {
  padding-top: 2rem;
  margin-top: 0 !important;
  border-top: .1rem solid #ebebeb
}

.menu-brands .brand {
  display: flex !important
}

.menu-brands .col, .menu-brands [class*=col-] {
  display: flex;
  align-items: center;
  justify-content: center
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: scroll;
  box-shadow: .1rem 0 .6rem 0 rgba(51, 51, 51, .5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all .4s ease
}

.mobile-menu-container .social-icons {
  justify-content: center;
  margin-bottom: 0
}

.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  background-color: transparent;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .45);
  border-color: rgba(255, 255, 255, .45)
}

.mobile-menu-container .social-icon+.social-icon {
  margin-left: .8rem
}

.mobile-menu-container .social-icon:focus, .mobile-menu-container .social-icon:hover {
  background-color: transparent
}

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0
}

.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: .7rem;
  right: 1rem;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  transition: color .35s
}

.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #c96
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, .25);
  z-index: 1000;
  transition: all .4s;
  visibility: hidden;
  opacity: 0
}

.mobile-nav {
  padding: 0;
  margin: 0 0 2.5rem
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none
}

.mobile-menu>li>a {
  text-transform: uppercase
}

.mobile-menu li {
  display: block;
  position: relative
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: #fff;
  border-bottom: .1rem solid rgba(255, 255, 255, .08)
}

.mobile-menu li a:focus, .mobile-menu li a:hover {
  color: #c96;
  text-decoration: none;
  outline: 0 !important
}

.mobile-menu li.active>a, .mobile-menu li.open>a {
  color: #c96
}

.mobile-menu li ul {
  margin: 0;
  padding: .7rem 0 .9rem;
  display: none;
  margin-bottom: 0;
  border-bottom: .1rem solid rgba(255, 255, 255, .08)
}

.mobile-menu li ul li a {
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3.5rem;
  border-bottom: none
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, .8)
}

.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0
}

.mobile-menu li ul ul {
  border-top: .1rem solid rgba(255, 255, 255, .08)
}

.mobile-menu li ul ul li a {
  padding-left: 5rem
}

.mobile-menu>li>a {
  text-transform: uppercase
}

.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative
}

.mobile-search {
  margin: 1rem 0 1.5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center
}

.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: .8rem 1.5rem;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, .1);
  border-right-width: 0
}

.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, .45)
}

.mobile-search .form-control:focus {
  color: #fff;
  border-color: #c96;
  background-color: #333
}

.mobile-search .btn {
  font-size: 1.2rem;
  min-width: 3.6rem;
  padding: .8rem .2rem
}

.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 2.5rem;
  border: none
}

.mobile-menu-container .tab-content .mobile-nav {
  margin-bottom: 0
}

.mobile-menu-container .tab-pane {
  padding: 0
}

.nav.nav-pills-mobile {
  display: flex;
  align-items: center;
  border-bottom: .1rem solid rgba(255, 255, 255, .1);
  margin: 0 0 .2rem
}

.nav.nav-pills-mobile .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 0 -.1rem
}

.nav.nav-pills-mobile .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: .2rem solid transparent;
  background: 0 0;
  padding: .8rem 2rem;
  transition: all .35s ease
}

.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:focus, .nav.nav-pills-mobile .nav-link:hover {
  color: #c96;
  border-bottom-color: #c96
}

.mobile-menu-light {
  background-color: #fff
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #3b3b3b
}

.mobile-menu-light .social-icon {
  color: #22577a;
  border-color: #22577a
}

.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #3b3b3b
}

.mobile-menu-light .mobile-menu li.active>a, .mobile-menu-light .mobile-menu li.open>a {
  color: #c96
}

.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #3b3b3b
}

.mobile-menu-light .mobile-menu li ul ul {
  border-top-color: #efefef
}

.mobile-menu-light .mobile-search .form-control {
  color: #3b3b3b;
  background-color: #fff;
  border-color: #e5e5e5
}

.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #3b3b3b
}

.mobile-menu-light .mobile-search .form-control:focus {
  color: #3b3b3b;
  border-color: #c96;
  background-color: #fff
}

.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333
}

a {
  font-family: Poppins
}

p {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 350;
  font-family: Poppins;
  letter-spacing: 0;
  color: #000
}

@media screen and (max-width:991px) {
  .header-middle .header-center {
    display: none
  }

  .top-menu:not(.top-link-menu) ul {
    min-width: 141px
  }

  .top-menu>li {
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .top-menu .header-dropdown {
    padding: 0
  }

  .top-menu .header-dropdown ul {
    left: -100%;
    right: 100%
  }

  .top-menu .header-menu {
    padding: 0
  }
}

.header-6 .header-dropdown {
  padding-top: .55rem;
  padding-bottom: .55rem
}

.header-6 .header-dropdown+.header-dropdown {
  margin-left: 2rem
}

.header-6 .header-right .top-menu+.header-dropdown {
  margin-left: 2rem
}

.header-6 .header-dropdown>a, .header-6 .header-dropdown>span {
  font-weight: 400;
  text-transform: initial;
  padding-right: 2.8rem
}

.header-6 .header-menu {
  margin-top: 0;
  font-size: 1.5rem
}

.header-6 .top-menu {
  text-transform: capitalize
}

.header-6 .top-menu i {
  font-size: 1.6rem
}

.header-6 .top-menu li+li {
  margin-left: 2rem
}

.header-6 .header-middle {
  display: flex;
  min-height: 84px;
  color: #777;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: none;
  margin-bottom: .1rem
}

.header-6 .header-middle a {
  color: #3b3b3b
}

.header-6 .header-middle a:focus, .header-6 .header-middle a:hover {
  color: #c96
}

.header-6 .header-middle .container {
  position: relative;
  min-height: 0
}

.header-6 .header-middle .header-center a {
  display: flex;
  align-items: center
}

.header-6 .cart-dropdown {
  padding-left: 2.3rem
}

.header-6 .cart-dropdown .dropdown-menu {
  margin-top: 0
}

.header-6 .cart-dropdown:focus .cart-txt, .header-6 .cart-dropdown:hover .cart-txt {
  color: #c96
}

.header-6 .header-bottom {
  background-color: #222
}

.header-6 .header-bottom .menu>li+li {
  margin-left: .6rem
}

.header-6 .header-bottom .menu>li>a {
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
  letter-spacing: .05em;
  color: #fff
}

.header-6 .header-bottom .menu>li>a:before {
  bottom: 1rem
}

.header-6 .header-bottom .header-right i {
  font-size: 3.6rem;
  letter-spacing: -.01em;
  margin-right: 1.5rem;
  color: #c96
}

.header-6 .header-bottom .header-right p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase
}

.header-6 .menu ul {
  margin-top: 0
}

.header-6 .header-top .social-icons {
  margin-right: 3rem
}

.header-6 .header-top .social-icons a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff
}

.header-6 .header-top .social-icons a:hover {
  color: #57cc99
}

.header-6 .header-right .top-menu+.header-dropdown {
  margin-left: 3rem
}

.header-6 .cart-dropdown .cart-count {
  min-width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 1.5rem;
  margin-left: -1.2rem
}

.header-6 .cart-txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #222;
  margin-left: 1rem;
  margin-top: -.5rem;
  transition: all .3s
}

.header-6 .cart-txt {
  font-weight: 500
}

.header-6 .header-middle a.btn:focus, .header-6 .header-middle a.btn:hover {
  color: #fff
}

.header-6 .btn-primary:focus, .header-6 .btn-primary:hover, .header-6 .btn-primary:not(:disabled):not(.disabled).active, .header-6 .btn-primary:not(:disabled):not(.disabled):active, .header-6 .show>.btn-primary.dropdown-toggle {
  color: #c15454;
  background-color: transparent
}

@media screen and (min-width:992px) {
  .header-6 .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0
  }
}

@media screen and (max-width:991px) {
  .header-6 .header-bottom {
    display: block
  }
}

@media screen and (max-width:575px) {
  .header-6 .social-icons.social-icons-color {
    display: none
  }

  .header-6 .cart-dropdown {
    padding-left: 1.4rem
  }
}

@media screen and (max-width:991px) {
  .header-6 .header-middle .header-left {
    display: none
  }

  .header-6 .header-middle .header-center {
    display: block
  }

  .header-6 .logo {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-bottom: 0
  }
}

.header-6 .header-middle a:focus, .header-6 .header-middle a:hover {
  color: #22577a
}

.header.header-6 .header-top {
  background-color: #22577a
}

.header.header-6 .header-top .container-fluid::after, .header.header-6 .header-top .container::after {
  height: 0
}

.header.header-6 .header-middle .container, .header.header-6 .header-middle .container-fluid {
  position: relative
}

.header.header-6 .header-middle .container-fluid::after, .header.header-6 .header-middle .container::after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: .1rem;
  bottom: 0;
  background-color: #ebebeb
}

.header.header-6 .header-bottom {
  background-color: #37a3a533
}

.header.header-6 .header-bottom .menu>li>a {
  color: #222;
  letter-spacing: .01em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.header.header-6 .header-bottom .menu>li>a::before {
  bottom: 0;
  height: .2rem
}

.header.header-6 .header-bottom .menu>li.active>a, .header.header-6 .header-bottom .menu>li:focus>a, .header.header-6 .header-bottom .menu>li:hover>a {
  color: #22577a
}

.header.header-6 .header-bottom .menu>li+li {
  margin-left: .8rem
}

.header.header-6 .header-bottom .header-right {
  padding-right: 1rem
}

.header.header-6 .header-bottom .header-right i, .header.header-6 .header-bottom .header-right p {
  color: #222;
  letter-spacing: .01em
}

.header-6 .header-menu, .header-6 .header-middle {
  font-size: 1.4rem
}

.header-6 .cart-dropdown:not(.show):not(:hover) .dropdown-toggle, .header-6 .search-toggle:not(:hover):not(.active) {
  color: #333
}

.header-6 .cart-dropdown:focus .cart-txt, .header-6 .cart-dropdown:hover .cart-txt {
  color: #22577a
}

.lang-button {
  background: 0 0;
  border: none
}

#id_waehrung_currency_form {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  background-color: #22577a;
  border: 0 solid #ebebeb;
  border-radius: 0;
  margin-bottom: 0
}

#id_language_form {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  background-color: #22577a;
  border: 0 solid #ebebeb;
  border-radius: 0;
  margin-bottom: 0
}

.header-top a:focus, .header-top a:hover {
  color: #57cc99
}

[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: molla;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-pinterest:before {
  content: '\f0d2'
}

.icon-facebook:before {
  content: '\f09a'
}

.icon-twitter:before {
  content: '\f099'
}

.icon-pinterest-p:before {
  content: '\f231'
}

.icon-facebook-f:before {
  content: '\f39e'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-youtube:before {
  content: '\f167'
}

.social-icon:not(:last-child) {
  margin-right: 1rem
}

.social-icon:focus, .social-icon:hover {
  color: #c96;
  border-color: #c96;
  background-color: transparent
}

.social-icon.social-facebook {
  color: #8f79ed
}

.social-icon.social-twitter {
  color: #79c8ed
}

.social-icon.social-instagram {
  color: #dd6d9a
}

.social-icon.social-youtube {
  color: #e66262
}

.social-icon.social-pinterest {
  color: #e66262
}

.social-label {
  margin-bottom: 0;
  margin-right: 2rem
}

.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem
}

.social-icons-sm .social-icon:not(:last-child) {
  margin-right: .5rem
}

.social-icons-sm .social-label {
  margin-right: 1rem
}

.social-icons-color, .social-icons-simple {
  line-height: 1
}

.social-icons-color .social-icon, .social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none
}

.social-icons-color .social-icon:not(:last-child), .social-icons-simple .social-icon:not(:last-child) {
  margin-right: 2rem
}

.cart-dropdown.show .dropdown-toggle, .cart-dropdown:hover .dropdown-toggle {
  color: #22577a
}

.cart-dropdown .cart-count {
  background-color: #2f8ece
}

.cart-dropdown .product-title a:focus, .cart-dropdown .product-title a:hover {
  color: #22577a
}

.cursor-pointer {
  cursor: pointer
}

@media screen and (min-width:992px) {
  .mobile-menu-toggler {
    display: none
  }
}

@media screen and (min-width:1600px) {
  .header .container-fluid .megamenu-container {
    position: relative
  }

  .header .container-fluid .megamenu-container .megamenu {
    right: auto;
    width: 1170px
  }
}

@media screen and (max-width:1199px) {
  .header-search .search-wrapper-wide {
    width: 480px
  }

  .header-search-extended {
    margin-right: 10rem
  }

  .header-search-extended .btn {
    flex: 0 0 50px;
    max-width: 50px
  }
}

@media screen and (max-width:991px) {
  .top-menu:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch
  }
  .banner-content{
    margin:20px;
  }
  .top-menu:not(.top-link-menu)>li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 2.2rem
  }

  .top-menu:not(.top-link-menu)>li>a {
    display: block;
    padding-left: 0;
    padding-right: 0
  }

  .top-menu:not(.top-link-menu)>li::after {
    font-family: molla;
    content: '\f110';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem
  }

  .top-menu:not(.top-link-menu) ul {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, .05), -2px 5px 8px rgba(51, 51, 51, .05);
    text-transform: capitalize
  }

  .top-menu:not(.top-link-menu) ul:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0
  }

  .top-menu:not(.top-link-menu):focus ul, .top-menu:not(.top-link-menu):hover ul {
    visibility: visible;
    opacity: 1
  }

  .top-menu:not(.top-link-menu) li+li {
    margin-left: 0 !important
  }

  .top-menu:not(.top-link-menu) a {
    padding: .3rem 1.5rem
  }

  .header-left .top-menu ul {
    right: auto;
    left: 0
  }

  .header-search {
    display: none
  }

  .header-search-extended {
    margin-right: 0
  }

  .header-search-extended .btn {
    height: 40px
  }

  .header-search-extended .form-control {
    height: 38px;
    padding-top: .9rem;
    padding-bottom: .9rem
  }

  .header-search-extended select {
    height: 38px;
    line-height: 38px
  }

  .header-search-visible .search-toggle {
    display: block
  }

  .header-search-visible .header-search-wrapper {
    position: absolute;
    right: -10rem;
    top: 100%;
    margin-top: .8rem;
    display: none;
    border-width: .4rem
  }

  .header-search-visible .header-search-wrapper:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 10rem;
    bottom: 100%;
    border-style: solid;
    border-width: 0 11px 13px 11px;
    border-color: transparent transparent #ebebeb transparent
  }

  .header-bottom {
    display: none
  }
}

.mmenu-active .mobile-menu-container {
  visibility: visible;
  transform: translateX(280px)
}


.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1
}
@media screen and (max-width:767px) {
  .header-search .search-wrapper-wide {
    width: 420px
  }

  .header-search .select-custom {
    flex: 0 0 180px;
    max-width: 180px
  }
}

@media screen and (max-width:575px) {
  .header-search .search-wrapper-wide {
    width: 300px
  }

  .header-search .select-custom {
    display: none
  }

  .cart-dropdown {
    padding-left: 1.4rem
  }
}

@media (max-width:340px) {
  .header-search .search-wrapper-wide {
    width: 260px
  }
}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url('/static/base_app/img/loading.gif?4f54a65e793d') no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url('/static/base_app/img/prev.png?4f54a65e793d') left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url('/static/base_app/img/next.png?4f54a65e793d') right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url('/static/base_app/img/close.png?4f54a65e793d') top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #5d6da8;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #22577a;
  outline: none;
  background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 120px;
  line-height: 1;
  opacity: 1;
  color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '‹'
}

[dir='rtl'] .slick-prev:before {
  content: '›'
}

.slick-next {
  right: -25px
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;

}

.slick-next:before {
  content: '›'
}

[dir='rtl'] .slick-next:before {
  content: '‹'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;

	list-style-type: none;

}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #22577a;
  border: 0;
  outline: none;
  background: transparent

}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6rem;

  position: absolute;

  left: 0;

  content: '•';
  text-align: center;
  opacity: .5;
  color: var(--color-secondary);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--color-primary);

}


/* the slides */
.slick-slide {
    margin: 0 27px;
    width: 400px;
}

/* the parent */
.slick-list {
    margin: 0 25px;
}
