@font-face {
  font-family: "fl-icons";
  font-display: block;
  src: url(fl-icons.eot?v=3.18.6);
  src: url(fl-icons.eot#iefix?v=3.18.6) format("embedded-opentype"),
    url(fl-icons.woff2?v=3.18.6) format("woff2"),
    url(fl-icons.ttf?v=3.18.6) format("truetype"),
    url(fl-icons.woff?v=3.18.6) format("woff"),
    url(fl-icons.svg?v=3.18.6#fl-icons) format("svg");
}
:root {
  --primary-color: #8c0035;
  --fs-color-primary: #8c0035;
  --fs-color-secondary: #8c0035;
  --fs-color-success: #7a9c59;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #000000;
  --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
  --tooltip-color: #fff;
  --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
  --drawer-width: 360px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1370px;
}

.row.row-collapse {
  max-width: 1340px;
}

.row.row-small {
  max-width: 1362.5px;
}

.row.row-large {
  max-width: 1400px;
}

.header-main {
  height: 110px;
}

#logo img {
  max-height: 110px;
}

#logo {
  width: 410px;
}

.header-top {
  min-height: 30px;
}

.transparent .header-main {
  height: 90px;
}

.transparent #logo img {
  max-height: 90px;
}

.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
  padding-top: 90px;
}

.header.show-on-scroll,
.stuck .header-main {
  height: 70px !important;
}

.stuck #logo img {
  max-height: 70px !important;
}

.header-bg-color {
  background-color: #ffffff;
}

.header-bottom {
  background-color: #f1f1f1;
}

.header-main .nav > li > a {
  line-height: 16px;
}

.stuck .header-main .nav > li > a {
  line-height: 50px;
}

@media (max-width: 549px) {
  .header-main {
    height: 70px;
  }

  #logo img {
    max-height: 70px;
  }
}

body {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  color: #000000;
}

body {
  font-family: Montserrat, sans-serif;
}

body {
  font-weight: 400;
  font-style: normal;
}

.nav > li > a {
  font-family: Montserrat, sans-serif;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family: Montserrat, sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: Montserrat, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: 700;
  font-style: normal;
}

.alt-font {
  font-family: "Dancing Script", sans-serif;
}

.alt-font {
  font-weight: 400 !important;
  font-style: normal !important;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
  color: #000000;
}

.has-equal-box-heights .box-image {
  padding-top: 100%;
}

@media screen and (min-width: 550px) {
  .products .box-vertical .box-image {
    min-width: 300px !important;
    width: 300px !important;
  }
}

.header-main .social-icons,
.header-main .cart-icon strong,
.header-main .menu-title,
.header-main .header-button > .button.is-outline,
.header-main .nav > li > a > i:not(.icon-angle-down) {
  color: #000000 !important;
}

.header-main .header-button > .button.is-outline,
.header-main .cart-icon strong:after,
.header-main .cart-icon strong {
  border-color: #000000 !important;
}

.header-main .header-button > .button:not(.is-outline) {
  background-color: #000000 !important;
}

.header-main .current-dropdown .cart-icon strong,
.header-main .header-button > .button:hover,
.header-main .header-button > .button:hover i,
.header-main .header-button > .button:hover span {
  color: #fff !important;
}

.header-main .menu-title:hover,
.header-main .social-icons a:hover,
.header-main .header-button > .button.is-outline:hover,
.header-main .nav > li > a:hover > i:not(.icon-angle-down) {
  color: #000000 !important;
}

.header-main .current-dropdown .cart-icon strong,
.header-main .header-button > .button:hover {
  background-color: #000000 !important;
}

.header-main .current-dropdown .cart-icon strong:after,
.header-main .current-dropdown .cart-icon strong,
.header-main .header-button > .button:hover {
  border-color: #000000 !important;
}

.absolute-footer,
html {
  background-color: #333333;
}

.page-title-small + main .product-container > .row {
  padding-top: 0;
}

.nav-vertical-fly-out > li + li {
  border-top-width: 1px;
  border-top-style: solid;
}

/* Custom CSS */
.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
  display: block;
}

.header-vertical-menu__opener {
  font-size: initial;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  max-width: 320px;
  width: 100%;
}

.off-canvas-left.mfp-ready .mfp-close {
  color: black;
}

.product-summary .woocommerce-Price-currencySymbol {
  font-size: inherit;
  vertical-align: inherit;
  margin-top: inherit;
}

.product-section-title-related {
  text-align: center;
  padding-top: 45px;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  margin-bottom: 30px;
}

.page-title {
  margin-top: 20px;
}

@media screen and (min-width: 850px) {
  .page-title-inner {
    padding-top: 0;
    min-height: auto;
  }
}

/*** START Sticky Banner ***/
.sticky-add-to-cart__product img {
  display: none;
}

.sticky-add-to-cart__product .product-title-small {
  display: none;
}

.sticky-add-to-cart--active .cart {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 250px;
  flex-grow: 1;
  font-size: smaller;
  margin-bottom: 0;
}

.sticky-add-to-cart.sticky-add-to-cart--active .single_add_to_cart_button {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 99px;
  width: 100%;
  line-height: 1.5;
}

.single_add_to_cart_button,
.sticky-add-to-cart:not(.sticky-add-to-cart--active)
  .single_add_to_cart_button {
  padding: 5px;
  max-width: 300px;
  width: 100%;
  margin: 0;
}

.sticky-add-to-cart--active {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  display: flex;
  justify-content: center;
  padding: 3px 10px;
}

.sticky-add-to-cart__product .product-title-small {
  height: 14px;
  overflow: hidden;
}

.sticky-add-to-cart--active .woocommerce-variation-price,
.sticky-add-to-cart--active .product-page-price {
  font-size: 24px;
}

.sticky-add-to-cart--active .price del {
  font-size: 50%;
  margin-bottom: 4px;
}

.sticky-add-to-cart--active .price del::after {
  width: 50%;
}

.sticky-add-to-cart__product {
  margin-right: 5px;
}

/*** END Sticky Banner ***/
.yadore {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.col-4 .yadore {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.yadore .yadore-item {
  background: #fff;
  border-radius: 15px;
}

.yadore .yadore-item li.delivery_time,
.yadore .yadore-item li.stock_status,
.yadore .yadore-item li.stock_status.nicht {
  list-style-type: none;
  padding: 0px 0 0px 24px;
  margin: 0px !important;
}

.yadore .yadore-item img:not(.logo) {
  min-height: 170px;
  max-height: 170px;
}

.yadore .yadore-item img.logo {
  max-width: 70px;
  max-height: 30px;
}

.ayo-logo-name {
  margin-top: 12px;
  display: block;
  white-space: nowrap;
  font-size: xx-small;
}

.product-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.product-info.product-title {
  order: 1;
}

.product-info .is-divider {
  order: 2;
}

.product-info .product-short-description {
  order: 3;
}

.product-info .product-short-description li {
  list-style-type: none;
  padding: 0px 0 0px 24px;
  margin: 0px 0px 3px 0px !important;
}

li.delivery_time,
.product-info .product-short-description li.delivery_time {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODg4ODg4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjUsNWgtMS45VjIuNUgxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMnY2LjloMS4yYzAsMSwwLjgsMS45LDEuOSwxLjlzMS45LTAuOCwxLjktMS45aDMuOAoJYzAsMSwwLjgsMS45LDEuOSwxLjlzMS45LTAuOCwxLjktMS45aDEuMlY3LjVMMTIuNSw1eiBNMy44LDExLjZjLTAuNSwwLTAuOS0wLjQtMC45LTAuOXMwLjQtMC45LDAuOS0wLjlzMC45LDAuNCwwLjksMC45CglTNC4zLDExLjYsMy44LDExLjZ6IE0xMi4yLDUuOWwxLjIsMS42aC0yLjhWNS45SDEyLjJ6IE0xMS4yLDExLjZjLTAuNSwwLTAuOS0wLjQtMC45LTAuOXMwLjQtMC45LDAuOS0wLjlzMC45LDAuNCwwLjksMC45CglTMTEuOCwxMS42LDExLjIsMTEuNnoiLz4KPC9zdmc+Cg==)
    no-repeat left center;
}

li.delivery_time,
.product-info .product-short-description li.delivery_time {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNjVBMzBEO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjUsNWgtMS45VjIuNUgxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMnY2LjloMS4yYzAsMSwwLjgsMS45LDEuOSwxLjlzMS45LTAuOCwxLjktMS45aDMuOAoJYzAsMSwwLjgsMS45LDEuOSwxLjlzMS45LTAuOCwxLjktMS45aDEuMlY3LjVMMTIuNSw1eiBNMy44LDExLjZjLTAuNSwwLTAuOS0wLjQtMC45LTAuOXMwLjQtMC45LDAuOS0wLjlzMC45LDAuNCwwLjksMC45CglTNC4zLDExLjYsMy44LDExLjZ6IE0xMi4yLDUuOWwxLjIsMS42aC0yLjhWNS45SDEyLjJ6IE0xMS4yLDExLjZjLTAuNSwwLTAuOS0wLjQtMC45LTAuOXMwLjQtMC45LDAuOS0wLjlzMC45LDAuNCwwLjksMC45CglTMTEuOCwxMS42LDExLjIsMTEuNnoiLz4KPC9zdmc+Cg==)
    no-repeat left center;
}

li.stock_status,
.product-info .product-short-description li.stock_status {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTVweCIgZmlsbD0iIzY1QTMwRCI+PHBhdGggZD0iTTI0IDI0SDBWMGgyNHYyNHoiIGZpbGw9Im5vbmUiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4Ii8+PC9zdmc+)
    no-repeat left center;
}

li.stock_status.nicht,
.product-info .product-short-description li.stock_status.nicht {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTVweCIgZmlsbD0iI2RhMTc0NSI+PHBhdGggZD0iTTI0IDI0SDBWMGgyNHYyNHoiIGZpbGw9Im5vbmUiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4Ii8+PC9zdmc+)
    no-repeat left center;
}

.product-info .price-wrapper {
  order: 4;
}

.product-info .price-wrapper .price {
  margin: 0;
}

.product-info .cart,
.product-info .sticky-add-to-cart-wrapper {
  order: 5;
  margin: 25px 0;
}

.product-info .yith-wcwl-add-to-wishlist {
  order: 6;
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.banner h3 {
  line-height: 0;
}

.nowrap {
  white-space: nowrap;
}

.height-40 {
  height: 40px !important;
}

.m-0 {
  margin: 0 !important;
}

a.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-10 {
  z-index: 10;
}

.price del {
  text-decoration-line: none;
  position: relative;
}

.price del::after {
  content: "";
  position: absolute;
  border-top: 2px solid red;
  width: 100%;
  height: 100%;
  left: 0;
  transform: rotate(-10deg);
  top: 50%;
}

.product-small.box .box-image .image-cover img {
  object-fit: contain;
}

.product-small.box .box-image {
  text-align: center;
}

.product-small.box .box-text .title-wrapper {
  max-height: 75px;
  overflow: hidden;
  margin-bottom: 15px;
}

.woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  a
  img {
  max-height: 420px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.has-equal-box-heights .box-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* START Mobile Menu */
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  width: 85%;
  max-width: 360px;
}

.off-canvas-left .mfp-content .nav > li > a,
.off-canvas-right .mfp-content .nav > li > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > a {
  font-size: 1.1em;
  color: #000;
}

.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > a {
  text-transform: none;
}

/* END Mobile Menu */
/*** START MENU frühes umschalten auf MobileCSS ***/
@media (min-width: 850px) and (max-width: 1170px) {
  header [data-show="show-for-medium"],
  header .show-for-medium {
    display: block !important;
  }
}

@media (max-width: 1170px) {
  header [data-show="hide-for-medium"],
  header .hide-for-medium {
    display: none !important;
  }

  .medium-logo-center .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  header .show-for-medium.flex-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-logo-center .logo img {
    margin: 0 auto;
  }
}

/*** END MENUfrühes umschalten auf MobileCSS ***/
#masthead .flex-left .header-nav.header-nav-main.nav.nav-left {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-left .logo {
  margin-left: 0;
  margin-right: 0px;
}

/* Custom CSS Tablet */
@media (max-width: 849px) {
  .nav li a,
  .nav-vertical > li > ul li a,
  .nav-slide-header .toggle,
  .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li > a,
  .mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li > a {
    color: #000 !important;
    opacity: 1;
  }

  /*** START Sticky Banner ***/
  .sticky-add-to-cart--active {
    justify-content: space-between;
    font-size: 0.9em;
  }

  /*** END Sticky Banner ***/
  .post-title.is-large {
    font-size: 1.75em;
  }
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
  /*** START Sticky Banner ***/
  .sticky-add-to-cart:not(.sticky-add-to-cart--active) {
    width: 100% !important;
    max-width: 100%;
  }

  .sticky-add-to-cart:not(.sticky-add-to-cart--active)
    .single_add_to_cart_button {
    padding: 5px 25px;
    max-width: 100%;
  }

  /*** END Sticky Banner ***/
  .single_add_to_cart_button {
    padding: 5px 25px;
    max-width: 100%;
    width: 100%;
  }

  .yadore,
  .col-4 .yadore {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.label-new.menu-item > a:after {
  content: "Neu";
}

.label-hot.menu-item > a:after {
  content: "Hot";
}

.label-sale.menu-item > a:after {
  content: "Aktion";
}

.label-popular.menu-item > a:after {
  content: "Beliebt";
}
/*  */
#post-list .image-cover {
  height: 180px;
  padding-top: 0;
}
#post-list .image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-title a.plain {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
p.from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#recent-posts-2 li .time,
.box-text-inner .time {
  text-align: right;
  font-size: 13px;
  color: #777;
}
/* 顶部移动端导航 */
.mfp-hide {
  z-index: 9999;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  background-color: rgb(255 255 255 / 96%);
  color: #333;
  padding: 0 15px;
}
.nav.nav-vertical li {
  border-bottom: 1px solid #cfcfcf;
}
.nav.nav-vertical li:last-of-type {
  border-bottom: none;
}
#closed {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
#back_top {
  border-radius: 3px;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 100;
}
#back_top img {
  padding: 10px;
  background-color: #8c0035;
  border-radius: 6px;
  width: 40px;
  transition: all 0.2slinear;
}
.absolute-footer {
  padding: 20px 0;
  color: #fff;
}
.absolute-footer.dark {
  color: #fff;
}
.crumb {
  margin: 0 30px 10px;
}
.crumb a {
  margin-right: 5px;
}
.crumb span {
  margin-left: 5px;
}
.tax_h1{
  margin: 20px 30px 30px;
}
@media (max-width: 850px) {
  .crumb {
    margin: 0 20px 10px;
  }
  .tax_h1{
    margin: 20px 20px 30px;
  }
}
@media (min-width: 850px) {
  .row-main .large-12 {
    padding: 0 30px 30px;
  }
}
#recent-posts-2 ul li {
  margin-bottom: 10px;
}
#recent-posts-2 ul li:last-of-type {
  margin-bottom: 0;
}
.box_cats{
  margin-bottom:10px;
  font-weight:bold;
}
.box_cats a{
  color:#666;
}
.post-title a.plain:hover,
.post-title a.plain:focus,
.box_cats a:hover,.box_cats a:focus{
  color:#8c0035;
}