/* 
 Theme Name:     Waermebild24.com
 Author:         design worker
 Author URI:     http://www.design-worker.de
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.3
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*@btn-border-radius-base:         0;
@btn-border-radius-large:        0;
@btn-border-radius-small:        0;*/
/**
 * Roboto Font
 * created with https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin,latin-ext
 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/roboto-v30-latin-ext_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v30-latin-ext_latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/roboto-v30-latin-ext_latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v30-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v30-latin-ext_latin-italic.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/roboto-v30-latin-ext_latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v30-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v30-latin-ext_latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/roboto-v30-latin-ext_latin-500italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v30-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v30-latin-ext_latin-500italic.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/roboto-v30-latin-ext_latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v30-latin-ext_latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/roboto-v30-latin-ext_latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v30-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v30-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v30-latin-ext_latin-700italic.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/**
 * Material Design Icons
 * downloaded from https://github.com/google/material-design-icons/tree/master/font
 * converted to WOFF via "sfnt2woff" in "woff-tools" package:
 *   https://github.com/google/material-design-icons/issues/1092#issuecomment-707505343
 * converted to WOFF2 via "woff2_compress" in "woff2" package:
 *   https://github.com/google/material-design-icons/issues/1092#issuecomment-707505343
 * converted to EOT via "mkeot" in "eot-utils" package:
 *   https://packages.debian.org/stable/eot-utils
 */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    /*src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');*/
    src: url('/fonts/MaterialIcons-Regular-4.0.0.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/MaterialIcons-Regular-4.0.0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/MaterialIcons-Regular-4.0.0.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/MaterialIcons-Regular-4.0.0.woff') format('woff'), /* Modern Browsers */ url('/fonts/MaterialIcons-Regular-4.0.0.ttf') format('truetype');
    /* Safari, Android, iOS */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

/* OUR CUSTOM STYLES */
html,
body {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'Lucida', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #071108;
    background-color: #ffffff;
}

.et_pb_section,
#main-content {
    background: transparent;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'Lucida', sans-serif;
    /*font-family: 'Rajdhani', 'Helvetica', 'Arial', 'Lucida', sans-serif !important;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: .1em;*/
    color: #1A936F;
    font-weight: 700;
}

.headline-h1,
.headline-h2,
.headline-h3,
.headline-h4,
.headline-h5,
.headline-h6 {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'Lucida', sans-serif;
    font-weight: 700;
    color: #1A936F;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.headline-h1 {
    font-size: 26px;
}

.headline-h2 {
    font-size: 23px;
}

.headline-h3 {
    font-size: 20px;
}

.headline-h4 {
    font-size: 18px;
}

.headline-h5 {
    font-size: 16px;
}

.headline-h6 {
    font-size: 16px;
}

.et_pb_bg_layout_dark .headline-h1,
.et_pb_bg_layout_dark .headline-h2,
.et_pb_bg_layout_dark .headline-h3,
.et_pb_bg_layout_dark .headline-h4,
.et_pb_bg_layout_dark .headline-h5,
.et_pb_bg_layout_dark .headline-h6 {
    color: #fff !important;
}

strong,
b {
    font-weight: 500 !important;
}

.semi-bold {
    font-weight: 500 !important;
}

.letter-spacing {
    letter-spacing: 3px;
}

small,
.small {
    font-size: 80% !important;
}

.large {
    font-size: 150% !important;
    text-transform: uppercase;
}

.large h1,
.large h2,
.large h3,
.large h4,
.large h5 {
    font-size: 150% !important;
}

.single-post h2,
.single-post h3,
.single-post h4 {
    line-height: 1.4em !important;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: @headings-font-family;
    font-weight: @headings-font-weight;
    line-height: @headings-line-height;
    color: @black;
}

h1 {
    font-size: 42px;
    //line-height: 68px;
    text-transform: uppercase;
}*/
.gradient-dark {
    background-image: radial-gradient(circle at center, #071108 0%, #364652 100%);
}

.green {
    color: #1A936F !important;
}

.green h1,
.green h2,
.green h3,
.green h4,
.green h5 {
    color: #1A936F !important;
}

.h-green-light h1,
.h-green-light h2,
.h-green-light h3,
.h-green-light h4,
.h-green-light h5 {
    color: #88D498 !important;
}

.white {
    color: #ffffff !important;
}

.white a {
    color: #ffffff !important;
}

.position-bottom {
    position: absolute;
    bottom: 10px;
}

.inline {
    float: left;
}

/*.et-db #et-boc .et-l a {
    color: inherit !important;
}*/
.et_pb_button.et_pb_bg_layout_dark {
    border-color: #ffffff;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce-message a.button.wc-forward {
    background-color: #ffffff;
}

.cross-sells h2:not(.woocommerce-loop-product__title) {
    display: none;
}

.woocommerce-error a {
    color: #ffffff;
    text-decoration: underline;
}

.bg-cover {
    background-size: cover;
}

.woocommerce-message a {
    color: #fff;
}

.full-width-btn {
    width: 100%;
    text-align: center;
}

ol li {
    list-style-position: outside;
}

ol.padding li {
    padding-bottom: 20px;
}

ol ul {
    padding-bottom: 0 !important;
}

.free-du-plugin-header {
    z-index: 89998;
}

.free-du-plugin-header .logo {
    font-size: 300%;
    color: #88D498;
    position: absolute;
    bottom: 0;
}

.et_pb_section.header-bg-img-banner {
    background-size: cover !important;
}

.dp_regular_menu_3.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li > a {
    padding: 37px 15px !important;
    color: #ffffff !important;
}

.dp_regular_menu_3.et_pb_fullwidth_menu a {
    color: #ffffff !important;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover,
.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
    color: #88D498;
}

.free-menu-hover-1 .free-header-menu nav > ul > li::after {
    background: #1A936F !important;
}

.et_menu_container.container {
    width: 90% !important;
}

#mobile-cart-icon {
    float: right;
    padding: 5px;
    margin-bottom: 0;
}

#mobile-cart-icon .fas,
#mobile-cart-icon a {
    color: #ffffff;
    font-size: 120%;
}

/*
/ Steuerung mobile Menu WP Standard / D Custom
*/
#main-header {
    display: none !important;
    height: 0px;
}

#wb24-main-header {
    /*.et_pb_column_53 {
          display: inline-grid !important;
      }*/
    /*** Responsive Styles Smartphone Only ***/
}

#wb24-main-header .et_pb_column {
    display: flex !important;
    align-items: center;
}

#wb24-main-header .et_pb_module {
    margin-bottom: 0 !important;
}

#wb24-main-header .mini-cart-shortcode-wrap {
    padding: 0 !important;
    justify-content: flex-end;
}

#wb24-main-header .original-cart {
    position: relative;
    top: 6px;
}

#wb24-main-header .fad,
#wb24-main-header .original-cart {
    font-size: 2em;
    color: #fff;
    transition: 0.5s ease;
}

#wb24-main-header a:hover .fad,
#wb24-main-header a:hover .original-cart {
    color: #1A936F;
    transition: 0.5s ease;
}

#wb24-main-header .mini-cart-info {
    height: 38px;
}

#wb24-main-header .label,
#wb24-main-header .label a.mini-cart-info {
    font-size: 13px !important;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 1em;
}

#wb24-main-header #wb24-head-search-container {
    width: 100%;
}

#wb24-main-header #wb24-head-search-container label {
    display: none;
}

#wb24-main-header #wb24-head-search-container .wc-block-product-search__fields::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 7px 20px;
}

#wb24-main-header #wb24-head-search-container input {
    color: #071108;
    font-size: 16px;
    padding: 0.5em 55px 0.5em 0.715em;
    border: none;
    border-radius: 3px;
}

#wb24-main-header #wb24-head-search-container input::placeholder {
    font-size: 16px;
    color: #666;
}

#wb24-main-header #wb24-head-search-container.ds-icon-search input.et_pb_searchsubmit,
#wb24-main-header #wb24-head-search-container .wc-block-product-search__button {
    display: none;
}

#wb24-main-header #wb24-head-ts-container {
    width: 33%;
}

#wb24-main-header #wb24-head-ts-container img {
    width: auto;
}

#wb24-main-header #wb24-head-account-container {
    width: 33%;
}

#wb24-main-header #wb24-head-cart-container {
    width: 33%;
}

#wb24-main-header .et_mobile_menu li a {
    padding: 5px 5% !important;
    font-size: 18px !important;
}

@media all and (max-width: 767px) {
    #wb24-main-header {
        position: relative !important;
        /* X icon in expanded mobile menu */
    }

    #wb24-main-header .et_pb_row {
        flex-wrap: wrap;
    }

    #wb24-main-header #col1 {
        flex-basis: 30%;
        margin-bottom: 0;
    }

    #wb24-main-header #col2 {
        order: 99;
        margin-bottom: 20px;
    }

    #wb24-main-header #col3 {
        flex-basis: 70%;
        position: unset;
    }

    #wb24-main-header #wb24-head-logo-container {
        margin-right: 0px !important;
    }

    #wb24-main-header #wb24-head-ts-container {
        text-align: right;
    }

    #wb24-main-header #wb24-head-ts-container img {
        height: 55px;
    }

    #wb24-main-header .dp_regular_menu {
        position: unset !important;
        display: flex;
        z-index: 9 !important;
        padding: 0;
    }

    #wb24-main-header .dp_regular_menu .mobile_menu_bar::before {
        font-size: 42px;
    }

    #wb24-main-header #mobile_menu1 {
        top: 80px;
        background-image: radial-gradient(circle at center, #071108 0%, #364652 100%);
    }

    #wb24-main-header .et_mobile_nav_menu {
        align-self: center;
    }

    #wb24-main-header .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';
    }
}

#trust-banner-1 .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#trust-banner-1 .et_pb_module {
    margin-bottom: 0 !important;
}

#trust-banner-2 .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#trust-banner-2 .et_pb_module {
    margin-bottom: 0 !important;
}

#trust-banner-2 .box1 {
    /*font-weight: bold;
          text-transform: uppercase;*/
}

#trust-banner-2 .box2 .et_pb_code_inner {
    margin: -35px 0;
}

#trust-banner-2 .box3 {
    font-weight: bold;
    text-transform: uppercase;
}

#trust-banner-2 .phone .profile-img {
    position: absolute;
    bottom: -5px;
    height: 50px;
}

#trust-banner-2 .phone .flag-img {
    position: absolute;
    top: 3px;
    height: auto;
    padding-left: 3px;
}

#trust-banner-2 .phone span {
    position: relative;
    left: 100px;
}

#trust-banner-2 .phone a {
    font-size: 1.2em;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    #trust-banner-2 {
        position: relative;
        z-index: 0;
        border-bottom: 1px solid #364652;
    }
}

.minicart-content {
    padding-right: 15px;
}

.minicart-content .dmc-image {
    display: inline-table;
}

.minicart-content .dmc-item-title-quantity {
    font-size: 0.9em;
    line-height: 1.3em;
}

.minicart-content .dmc-item-title-quantity span {
    color: #364652;
}

.minicart-content .dmc-remove-link {
    color: #cc0000 !important;
}

.minicart-content .dmc-btn {
    color: #fff !important;
}

.subheader {
    background-color: #f8f8f8 !important;
    padding: 0 !important;
    font-size: 80%;
    line-height: 100%;
}

.subheader .et_pb_row {
    padding: 5px auto !important;
}

.subheader .fad {
    color: #1A936F;
    font-size: 160%;
}

.subheader.kontakt .call {
    line-height: 1.4em;
}

.subheader.kontakt .call img {
    padding-right: 5px;
}

.subheader.kontakt .call span {
    font-size: 150%;
    font-weight: 700;
    color: #1A936F;
}

.subheader.kontakt .et_pb_column:not(.call) {
    padding-top: 5px;
}

.subheader .et_pb_column {
    line-height: 1.3em;
}

/*Hide the search button*/
.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    width: 55px;
    z-index: 2;
    position: absolute;
    right: 0;
}

/*Add padding to the search input field*/
.ds-icon-search input.et_pb_s,
.widget_search input#s {
    padding-right: 55px !important;
}

/*Add the icon*/
.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 8px 20px;
}

.teaser-btn {
    /*** Responsive Styles Standard Desktop And Above ***/
    /*** Responsive Styles Tablet Only ***/
    /*** Responsive Styles Smartphone Only ***/
}

@media all and (min-width: 981px) {
    .teaser-btn .et_pb_column_1_4:not(:first-child) .et_pb_module {
        margin-left: 3px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .teaser-btn .et_pb_column_1_4:nth-child(-n + 2) .et_pb_module {
        margin-bottom: 3px !important;
    }

    .teaser-btn .et_pb_column_1_4:nth-child(2n + 2) .et_pb_module {
        margin-left: 3px !important;
    }
}

@media all and (max-width: 767px) {
    .teaser-btn .et_pb_column:not(:last-child) .et_pb_module {
        margin-bottom: 3px !important;
    }
}

.teaser-btn small {
    display: inline-block;
    line-height: 1.2em !important;
    padding-top: 5px;
}

.teaser-btn .et_pb_column {
    display: flex;
}

.teaser-btn .et_pb_text {
    flex-grow: 1;
}

.info.oneline .et_pb_blurb_content {
    display: flex;
    align-items: center;
}

.info.oneline .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.info.oneline .et_pb_blurb_container {
    padding-left: 45px;
}

.info.oneline h4.et_pb_module_header {
    padding-bottom: 0;
}

.tile {
    min-height: 350px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: 110%;
    transition: all 0.5s ease;
    overflow: hidden;
    mix-blend-mode: lighten;
}

.tile:hover {
    background-size: 120%;
}

.et_pb_wptools_product_carousel .slick-slide .text {
    background-image: radial-gradient(circle at center, #071108 0%, #364652 100%);
}

.et_pb_wptools_product_carousel .slick-slide a {
    color: #ffffff !important;
}

.promo-banner {
    padding: 2%;
    line-height: 1.2em;
}

.promo-banner h2 {
    line-height: 1.2em;
}

.promo-banner a,
.promo-banner .et-db #et-boc .et-l a {
    color: #ffffff !important;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
    z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1;
}

.woocommerce div.product p.price {
    padding-bottom: 0;
}

.woocommerce div.product .legal-price-info {
    padding-bottom: 1em;
}

.woocommerce div.product p.stock {
    display: inline !important;
}

.woocommerce div.product p.stock.in-stock,
.woocommerce div.product p.delivery-time-info {
    color: #1A936F;
    font-size: 1em !important;
}

@media (min-width: 767px) {
    .woocommerce div.product p.delivery-time-info {
        display: inline !important;
    }

    .woocommerce div.product p.delivery-time-info:before {
        content: ' | ';
    }

    .woocommerce div.product p.stock.in-stock,
    .woocommerce div.product p.delivery-time-info {
        font-size: .9em !important;
    }
}

.woocommerce-Tabs-panel .et_pb_tab {
    padding: 30px 0px !important;
}

.single-product .et_pb_row_0_tb_body,
.single-product .et_pb_row_1_tb_body {
    padding: 0;
}

.single-product .facts li {
    list-style-type: none;
    display: table-row;
}

.single-product .facts li::before {
    display: table-cell;
    padding-right: 0.5em;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 1.5em;
    color: #1A936F;
}

.single-product .woocommerce-tabs {
    border: 0 !important;
}

.single-product .woocommerce-tabs .panel {
    padding: 0 !important;
}

.single-product ul.tabs {
    display: none;
}

.single-product .woocommerce-Tabs-panel {
    display: block !important;
}

.single-product .woocommerce-Tabs-panel:not(:last-child) {
    padding-bottom: 3em !important;
}

.single-product #tab-video {
    text-align: center;
}

.single-product #tab-video h2 {
    display: none;
}

.single-product #tab-video .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.single-product #tab-video .embed-responsive .fluid-width-video-wrapper {
    position: initial !important;
}

.single-product #tab-video .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

@media all and (min-width: 980px) {
    .single-product #tab-video .embed-responsive {
        padding-bottom: 40%;
        width: 70%;
        margin: 0 auto;
    }
}

.single-product .paypal-button {
    margin-bottom: 20px !important;
}

.tax-product_cat ul.products,
.archive ul.products,
.cross-sells ul.products {
    display: flex;
    flex-wrap: wrap;
}

.tax-product_cat li.product,
.archive li.product,
.cross-sells li.product {
    display: flex;
    flex-wrap: wrap;
}

.tax-product_cat .product,
.archive .product,
.cross-sells .product {
    border: 1px solid;
}

.tax-product_cat .product.instock,
.archive .product.instock,
.cross-sells .product.instock {
    border-color: #1A936F;
    /*.price {
                  color: @brand-primary !important;
              }*/
}

.tax-product_cat .product .woocommerce-LoopProduct-link,
.archive .product .woocommerce-LoopProduct-link,
.cross-sells .product .woocommerce-LoopProduct-link {
    align-self: flex-start;
    width: 100%;
}

.tax-product_cat .product.outofstock,
.archive .product.outofstock,
.cross-sells .product.outofstock {
    border-color: #cc0000;
    /*.price {
                  color: #cc0000 !important;
              }*/
}

.tax-product_cat .product .woocommerce-loop-product__title,
.archive .product .woocommerce-loop-product__title,
.cross-sells .product .woocommerce-loop-product__title {
    padding: 0.5em 10px !important;
    line-height: 1.4em;
}

.tax-product_cat .product .price,
.archive .product .price,
.cross-sells .product .price {
    /*display: inline !important;*/
    display: inline-block !important;
    padding: 0 10px;
    font-size: 1em !important;
}

.tax-product_cat .product .tax-info,
.archive .product .tax-info,
.cross-sells .product .tax-info {
    margin-top: 0px;
    padding-left: 10px;
    font-size: 12px !important;
    line-height: 1em;
    color: #666;
}

.tax-product_cat .product .tax-info::after,
.archive .product .tax-info::after,
.cross-sells .product .tax-info::after {
    content: '|';
    padding: 0 5px;
}

.tax-product_cat .product .shipping-costs-info,
.archive .product .shipping-costs-info,
.cross-sells .product .shipping-costs-info {
    margin-top: 0px;
    font-size: 12px !important;
    line-height: 1em;
    color: #666;
}

.tax-product_cat .product .delivery-time-info,
.archive .product .delivery-time-info,
.cross-sells .product .delivery-time-info {
    width: 100%;
    padding: 0 10px;
    margin-top: 0 !important;
    font-size: 80% !important;
}

.tax-product_cat .product .button,
.archive .product .button,
.cross-sells .product .button {
    width: 100%;
    height: 2.5em;
    align-self: flex-end;
    text-align: center;
    margin: 0 10px !important;
}

.tax-product_cat .stock,
.archive .stock,
.cross-sells .stock {
    order: 10;
    align-self: flex-end;
    width: 100%;
    margin-top: 10px;
    font-size: 80% !important;
    text-align: center;
    color: #fff !important;
}

.tax-product_cat .stock.in-stock,
.archive .stock.in-stock,
.cross-sells .stock.in-stock {
    background: #1A936F;
}

.tax-product_cat .stock.in-stock::before,
.archive .stock.in-stock::before,
.cross-sells .stock.in-stock::before {
    padding-right: 0.3em;
    content: '\f058';
    font-family: FontAwesome;
}

.tax-product_cat .stock.out-of-stock,
.archive .stock.out-of-stock,
.cross-sells .stock.out-of-stock {
    background: #cc0000;
}

.tax-product_cat .stock.out-of-stock::before,
.archive .stock.out-of-stock::before,
.cross-sells .stock.out-of-stock::before {
    padding-right: 0.3em;
    content: '\f057';
    font-family: FontAwesome;
}

.pwb-single-product-brands a:nth-child(2) {
    background: #1a936f;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
    font-size: 80%;
    font-weight: bold;
    padding: 0 10px 0 10px;
    align-content: center;
    height: 30px;
}

.pwb-single-product-brands a:nth-child(2):hover {
    background-color: rgba(26, 147, 111, .8);
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 150px;
}

.woocommerce-cart-form .wc-gzd-cart-info.item-desc,
.woocommerce-cart-form .variation {
    color: #999;
}

.woocommerce-cart-form .delivery-time-info {
    font-size: 0.9em;
}

.payment_methods {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.payment_methods label {
    color: #1A936F;
}

.payment_methods li {
    margin: 30px auto;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.et_pb_blog_grid .et_pb_post {
    background-image: radial-gradient(circle at center, #071108 0%, #364652 100%);
    border-top: 5px solid #071108;
    border-bottom: 5px solid #88D498;
}

.et_pb_blog_grid .et_pb_post .published {
    color: #f8f8f8;
}

/*.home .et_pb_wptools_product_carousel {
    width: 70%;
    margin: 0 auto;
}*/
.product-teaser {
    border-radius: 10px;
}

.product-teaser .et_pb_promo_description {
    display: block;
    padding: 20px;
}

.product-teaser .et_pb_button_wrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.cookie-notice-container {
    padding: 10px 10px 30px 10px;
}

.cookie-notice-container #cn-notice-text {
    font-size: 11pt;
    display: block;
    padding-bottom: 25px;
}

.cookie-notice-container a {
    color: #fff !important;
}

.cookie-notice-container #cn-accept-cookie {
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12pt;
}

.cookie-notice-container #cn-more-info {
    color: #fff;
}

#cookie-notice .cn-button {
    margin-left: 20px;
}

footer {
    margin-top: 10%;
}

footer .copyright.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
    height: 0px !important;
}

footer .et_pb_bg_layout_dark a {
    color: #ffffff;
}

.pre-footer {
    background: #f8f8f8;
    padding: 0;
    font-size: 80% !important;
    line-height: 1.2em;
}

.pre-footer .et_pb_row_1_tb_footer {
    /*** Responsive Styles Tablet And Below ***/
}

.pre-footer .et_pb_row_1_tb_footer .et_pb_column:not(:last-child) {
    border-right: 1px solid #364652;
}

@media all and (max-width: 980px) {
    .pre-footer .et_pb_row_1_tb_footer .et_pb_column {
        padding-bottom: 20px;
        border-right: 0 !important;
        border-bottom: 1px solid #364652;
    }
}

.pre-footer .fab,
.pre-footer .fas {
    color: #364652;
}

[class*="icon-duotone"] {
    position: relative;
}

[class*="icon-duotone"]::before,
[class*="icon-duotone"]::after {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    /* position both layers of the icon to the left, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
}

[class*="icon-duotone"]::before {
    color: #1A936F;
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

[class*="icon-duotone"]::after {
    color: #88D498;
    opacity: var(--fa-secondary-opacity, 0.4);
}

[class*="icon-duotone"][class*="-300"] {
    padding-left: 3em;
}

[class*="icon-duotone"][class*="-300"]::before,
[class*="icon-duotone"][class*="-300"]::after {
    font-size: 300% !important;
}

/* Reference Individual Icon's Layers */
.icon-user-headset::before {
    content: "\f82d";
}

.icon-user-headset::after {
    content: "\10f82d";
}

.icon-cc-card::before {
    content: "\f389";
}

.icon-cc-card::after {
    content: "\10f389";
}

.icon-file-certificate::before {
    content: "\f5f3";
}

.icon-file-certificate::after {
    content: "\10f5f3";
}

.icon-tachometer-fast::before {
    content: "\f62a";
}

.icon-tachometer-fast::after {
    content: "\10f62a";
}

.icon-badge-percent::before {
    content: "\f646";
}

.icon-badge-percent::after {
    content: "\10f646";
}

.icon-file-signature::before {
    content: "\f573";
}

.icon-file-signature::after {
    content: "\10f573";
}

.fad.green {
    color: #1A936F;
}

/* Map */
#map .fluid-width-video-wrapper {
    padding-top: 0 !important;
    min-height: 600px;
}

/* Trusted Shop  Mobile Position */
@media all and (max-width: 648px) {
    #minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
        inset: auto 10px 10px auto !important;
        left: auto !important;
        right: 10px !important;
    }

    #minimized-trustbadge-98e3dadd90eb493088abdc5597a70810:hover {
        inset: auto 9px 9px auto !important;
    }

    #maximized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
        left: auto !important;
        right: 10px !important;
    }
}

/* Suche */
.widget_product_search {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.woocommerce_product_search {
    position: relative;
}

.search-field {
    padding-top: 0.715em !important;
    padding-right: 0.715em !important;
    padding-bottom: 0.715em !important;
    padding-left: 0.715em !important;
    height: auto;
    min-height: 0;
    -webkit-appearance: none;
    background: transparent;
    display: inline-block;
    padding-right: 80px;
    width: 100%;
    padding: 0.715em;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: none;
    color: #666;
}

.woocommerce-product-search button {
    min-height: 100% !important;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding: 0.715em;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: none;
    color: #666;
    border-radius: 0 3px 3px 0;
}

.wc-deposits-options-form {
    height: auto !important;
}

#garantien .et_pb_row {
    padding: 1% 0;
}

#garantien .layout1 .et_pb_code {
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    line-height: 1.4em;
    font-size: 80% !important;
    /*&.small {
              padding: 10px;
              text-align: left;
          }
          .header_wrapper {
              display: flex;
              align-items: center;
          }*/
}

#garantien .layout1 .et_pb_code h3 {
    padding-top: 10px;
}

#garantien .layout1 .et_pb_code .fas {
    color: #1A936F;
}

#garantien .layout2 {
    display: flex;
    line-height: 1.3em;
    font-size: 80% !important;
}

#garantien .layout2 h3 {
    padding-top: 5px;
}

#garantien .layout2 .fad,
#garantien .layout2 .fab {
    color: #1A936F;
    float: left;
    padding-right: 10px;
}

#garantien .border .et_pb_code {
    height: 100%;
    border: 1px solid #1A936F;
    border-radius: 3px;
}

.icon_kachel .et_pb_row {
    padding: 1% 0;
}

.icon_kachel .layout1 .et_pb_code {
    position: relative;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 1.4em;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    transition: transform 300ms ease 0ms;
    font-size: 80% !important;
}

.icon_kachel .layout1 .et_pb_code h3 {
    padding-top: 10px;
}

.icon_kachel .layout1 .et_pb_code .fas {
    color: #1A936F;
}

.icon_kachel .layout1 .et_pb_code:hover {
    transform: rotate(-2deg);
}

.icon_kachel .layout1 .et_pb_code_inner {
    height: 100%;
    padding: 15px;
}

.icon_kachel .link .et_pb_code a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.icon_kachel .border .et_pb_code {
    height: 100%;
    border: 1px solid #1A936F;
    border-radius: 3px;
}

/* Sale Badge/ Tag Layout */
.woocommerce-page ul.products li.product .sale,
.woocommerce ul.products li.product .sale {
    left: 0px;
    margin: 0;
    right: auto;
}

.woocommerce-page span.sale,
.woocommerce span.sale {
    z-index: 1;
    background: #cc0000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    left: 10px;
    line-height: inherit;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 4px 14px;
    position: absolute;
    text-shadow: none;
    top: 15px;
}

/* Checkout */
.woocommerce-checkout {
    /*#order_review {
      .legal {
          border: 1px solid @brand-primary;
          padding: 15px !important;

          label {
              line-height: 1 !important;
          }
      }
  }*/
}

.woocommerce-checkout .woocommerce-account-fields {
    border: 1px solid #cc0000;
    padding: 10px;
    margin: 10px 0;
}

.woocommerce-checkout .woocommerce-account-fields .account-note {
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: bold;
    color: #cc0000;
}

.woocommerce-checkout #order_review {
    margin-top: 1em;
}

.woocommerce-checkout .payment_methods {
    padding-left: 1em !important;
}

.product-template-default .clearfix .legal-price-info,
.product-template-default .clearfix .delivery-time-info {
    display: none;
    visibility: hidden;
}

.product-template-default .summary.entry-summary .legal-price-info,
.product-template-default .summary.entry-summary .delivery-time-info {
    display: inherit;
    visibility: inherit;
}

.product-template-default div.product form.cart {
    margin-bottom: 15px;
}

.product-template-default div.product form.cart .button {
    float: none !important;
}

/*.wc-gzd-additional-info {
  font-size: 0.95em !important;
  display: inline;
}*/
.single_add_to_cart_button {
    width: 76%;
    background-color: #1A936F !important;
    color: #ffffff !important;
}

.postid-54390.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container {
    padding-top: 58px;
}

.postid-54390 .woocommerce-Tabs-panel--description h2:not(.subheadline) {
    display: none !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive .fluid-width-video-wrapper {
    position: initial !important;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

@media all and (min-width: 980px) {
    .embed-responsive {
        padding-bottom: 40%;
        width: 70%;
        margin: 0 auto;
    }
}

.fsp-promo-small {
    padding: 10px;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    background-image: linear-gradient(175deg, #49484d 0%, #020203 100%);
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
}

.fsp-promo-small .et_pb_code_inner {
    display: flex;
    align-items: center;
}

.fsp-promo-small a {
    color: #fff;
}

.fsp-promo-small .badge {
    min-width: 80px;
    margin-right: 10px;
}

.fsp-promo-small .headline-h4 {
    color: #fff;
}

.fsp-promo-small .wrapper {
    display: flex;
    flex-direction: column;
}

@media all and (min-width: 768px) {
    .fsp-promo-small .wrapper {
        flex-direction: row;
    }
}

.fsp-promo-small .price {
    padding-top: 10px;
    margin-left: 0;
    width: 50%;
}

@media all and (min-width: 768px) {
    .fsp-promo-small .price {
        padding-top: 0px;
        margin-left: 10px;
        padding-right: 10px;
        min-width: 150px;
    }
}

.extra-promo-small {
    padding: 10px;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    background-image: linear-gradient(175deg, #49484d 0%, #020203 100%);
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    overflow: visible;
    background-image: linear-gradient(175deg, #c5b358 0%, #996515 100%);
}

.extra-promo-small .et_pb_code_inner {
    display: flex;
    align-items: center;
}

.extra-promo-small a {
    color: #fff;
}

.extra-promo-small .badge {
    min-width: 80px;
    margin-right: 10px;
}

.extra-promo-small h4 {
    color: #fff;
}

.extra-promo-small .wrapper {
    display: flex;
    flex-direction: column;
}

@media all and (min-width: 768px) {
    .extra-promo-small .wrapper {
        flex-direction: row;
    }
}

.extra-promo-small .price {
    padding-top: 10px;
    margin-left: 0;
    width: 50%;
}

@media all and (min-width: 768px) {
    .extra-promo-small .price {
        padding-top: 0px;
        margin-left: 10px;
        padding-right: 10px;
        min-width: 150px;
    }
}

.extra-promo-small .badge {
    position: absolute;
}

.extra-promo-small .description {
    margin-left: 90px;
}

.woocommerce-account #main-header,
.woo_custom_account #main-header {
    display: none;
}

.woo_custom_account .woocommerce-MyAccount-navigation {
    display: none;
}

.woo_custom_account .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woo_custom_account .free-header-menu .free-cart-menu,
.woo_custom_account .free-header-menu .free-search-menu,
.woo_custom_account .free-header-menu .free-search-container {
    display: none !important;
}

.woo_custom_account .history_back {
    display: none;
}

.woo_custom_account .history_back a {
    color: #fff;
    font-weight: bold;
}

.woo_custom_account .history_back_fsp a {
    color: #fff;
    font-weight: bold;
}

.woo_custom_account.woocommerce-orders .icon_kachel,
.woo_custom_account.woocommerce-edit-address .icon_kachel,
.woo_custom_account.woocommerce-edit-account .icon_kachel {
    display: none;
}

.woo_custom_account.woocommerce-orders .history_back,
.woo_custom_account.woocommerce-edit-address .history_back,
.woo_custom_account.woocommerce-edit-account .history_back {
    display: inherit;
}

.et_pb_toggle .wpcf7 .cf7md-file--label .cf7md-file--value {
    padding-left: 170px !important;
}

[class*="lightbox-trigger-"] {
    cursor: pointer;
}

[class*="lightbox-content-"] {
    position: relative;
    z-index: unset !important;
}

[class*="lightbox-content-"] .mfp-close {
    color: #999999 !important;
}

[class*="lightbox-content-"] .mfp-close:active {
    top: 0px !important;
}

#waermebild24-shipping-info {
    display: flex;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    /*.icon {
          //font-family: "Font Awesome 5 Duotone";
          width: 2em;
          font-size: 1.5em;
          &::before {
              content: '\f48c';
          }
          &::after {
              content: '\10f48c';
          }
      }*/
}

#waermebild24-shipping-info .text {
    font-size: 0.8em;
}

#waermebild24-shipping-info .text strong {
    color: #1A936F;
}

.delivery-time-info .delivery-extra-info {
    display: block;
    line-height: 1.2em;
    color: #c59e00;
}

.page-id-241468 .products li {
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
}

.page-id-241468 .products h2,
.page-id-241468 .products .price,
.page-id-241468 .products .wc-gzd-additional-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.page-id-241468 .products .price {
    font-size: 1em !important;
}

.page-id-241468 .products .wc-gzd-additional-info {
    margin-top: 0 !important;
}

.page-id-241468 .products .wc-gzd-additional-info {
    display: block;
    font-size: 0.857em !important;
    color: #666;
}

@media all and (max-width: 767px) {
    .page-id-241468 .woocommerce ul.products[class*=columns-] li.product,
    .page-id-241468 .woocommerce-page ul.products[class*=columns-] li.product {
        width: 99% !important;
    }
}

.marquee p {
    -moz-animation: marquee 17s linear infinite;
    -webkit-animation: marquee 17s linear infinite;
    animation: marquee 17s linear infinite;
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.product-type-gift-card {
    margin-top: 20px;
}

.product-type-gift-card .woocommerce-product-gallery {
    margin-bottom: 30px !important;
}

.product-type-gift-card hr {
    border-top: 1px;
}

.product-type-gift-card .legal-price-info {
    display: none !important;
}

.product-type-gift-card button {
    font-size: 1em;
    line-height: 1;
    padding: 0.8em 1.5em 0.7em;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.3s;
    font-family: inherit;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-type-gift-card input[type="text"],
.product-type-gift-card input[type="email"],
.product-type-gift-card input[type="url"],
.product-type-gift-card input[type="password"],
.product-type-gift-card input[type="search"],
.product-type-gift-card input[type="number"],
.product-type-gift-card input[type="tel"],
.product-type-gift-card input[type="range"],
.product-type-gift-card input[type="date"],
.product-type-gift-card input[type="month"],
.product-type-gift-card input[type="week"],
.product-type-gift-card input[type="time"],
.product-type-gift-card input[type="datetime"],
.product-type-gift-card input[type="datetime-local"],
.product-type-gift-card input[type="color"],
.product-type-gift-card textarea,
.product-type-gift-card input[type="file"],
.product-type-gift-card select,
.product-type-gift-card .select2-container .select2-selection,
.product-type-gift-card .woocommerce a.selectBox.selectBox-dropdown,
.product-type-gift-card #yith-stripe-card-elements,
.product-type-gift-card #wc-yith-stripe-cc-form .yith-stripe-elements-field {
    color: #666;
    border-color: #e6e6e6;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
    font-family: inherit;
    min-height: 35px;
    height: auto;
    max-width: 100%;
    transition: border-color ease 0.3s;
    background-color: #fff;
    min-width: 50%;
}

.product-type-gift-card input[type="text"]:focus,
.product-type-gift-card input[type="email"]:focus,
.product-type-gift-card input[type="url"]:focus,
.product-type-gift-card input[type="password"]:focus,
.product-type-gift-card input[type="search"]:focus,
.product-type-gift-card input[type="number"]:focus,
.product-type-gift-card input[type="tel"]:focus,
.product-type-gift-card input[type="range"]:focus,
.product-type-gift-card input[type="date"]:focus,
.product-type-gift-card input[type="month"]:focus,
.product-type-gift-card input[type="week"]:focus,
.product-type-gift-card input[type="time"]:focus,
.product-type-gift-card input[type="datetime"]:focus,
.product-type-gift-card input[type="datetime-local"]:focus,
.product-type-gift-card input[type="color"]:focus,
.product-type-gift-card textarea:focus,
.product-type-gift-card input[type="file"]:focus,
.product-type-gift-card select:focus,
.product-type-gift-card .select2-container .select2-selection:focus,
.product-type-gift-card .woocommerce a.selectBox.selectBox-dropdown:focus,
.product-type-gift-card #yith-stripe-card-elements:focus,
.product-type-gift-card #wc-yith-stripe-cc-form .yith-stripe-elements-field:focus {
    box-shadow: 0 0 2px #1A936F;
    outline: none;
    border-color: #1A936F;
}

.product-type-gift-card #ywgc-manual-amount {
    width: 6.5em;
    min-width: unset;
    border-radius: 0;
    font-size: 1em;
}

.product-type-gift-card input.hasDatepicker {
    background-image: url(../img/calendar.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.product-type-gift-card .ywgc-delivery-notification-checkbox-container {
    text-align: left;
}

.product-type-gift-card .ywgc-delivery-notification-checkbox-container input {
    float: none;
    width: auto;
    scale: 150%;
    margin-right: 10px;
}

.product-type-gift-card .ywgc-delivery-notification-checkbox-container label {
    line-height: 1.4em;
    text-align: left;
}

.product-type-gift-card .gift_card_template_button {
    float: none;
}

.woocommerce-cart .wgb-header-cnt {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.woocommerce-cart .wgb-header-cnt::before,
.woocommerce-cart .wgb-header-cnt::after {
    border-top: 0;
}

.woocommerce-cart .wgb-add-gift-btn {
    text-transform: none;
}

.woocommerce-cart .it-gift-products-table thead,
.woocommerce-cart .dataTables_wrapper .dataTables_info,
.woocommerce-cart .dataTables_wrapper .dataTables_paginate {
    display: none;
}

@media all and (min-width: 981px) {
    .woocommerce-cart .adv-gift-section {
        width: 50%;
        float: left;
    }

    .woocommerce-cart .cart-collaterals {
        padding-top: 25px;
    }
}

.follow-up-product {
    background: #cc0000;
    border-radius: 3px;
    padding: 15px;
    color: #fff;
}

.follow-up-product a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.yt_playlist_preview .et_pb_column_1_3.et-last-child {
    display: flex;
    justify-content: center;
}

.yt_playlist_preview .et_pb_text {
    align-self: center;
}

.et_pb_product_grid .woocommerce .products ul,
.et_pb_product_grid .woocommerce ul.products {
    padding: 0;
    /*.delivery-time-info {
              &::before {
                  content: " | ";
              }
          }*/
}

.et_pb_product_grid .woocommerce .products ul::after,
.et_pb_product_grid .woocommerce ul.products::after {
    clear: both;
}

.et_pb_product_grid .woocommerce .products ul li,
.et_pb_product_grid .woocommerce ul.products li {
    list-style: none outside;
}

.et_pb_product_grid .woocommerce .products ul li.product,
.et_pb_product_grid .woocommerce ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

.et_pb_product_grid .woocommerce .products ul li.product:nth-child(4n),
.et_pb_product_grid .woocommerce ul.products li.product:nth-child(4n) {
    margin-right: 0;
}

.et_pb_product_grid .woocommerce .products ul li.product img,
.et_pb_product_grid .woocommerce ul.products li.product img {
    margin: 0 !important;
}

.et_pb_product_grid .woocommerce .products ul li.product img::after,
.et_pb_product_grid .woocommerce ul.products li.product img::after {
    content: '-10% extra';
}

.et_pb_product_grid .woocommerce .products ul .et_shop_image,
.et_pb_product_grid .woocommerce ul.products .et_shop_image {
    margin-bottom: 20px;
}

.et_pb_product_grid .woocommerce .products ul del .woocommerce-Price-amount bdi,
.et_pb_product_grid .woocommerce ul.products del .woocommerce-Price-amount bdi {
    display: block;
    font-size: 1.2em;
    opacity: 0.7;
}

.et_pb_product_grid .woocommerce .products ul .woocommerce-Price-amount bdi,
.et_pb_product_grid .woocommerce ul.products .woocommerce-Price-amount bdi {
    font-size: 2em;
}

.et_pb_product_grid .woocommerce .products ul .wc-gzd-additional-info.tax-info,
.et_pb_product_grid .woocommerce ul.products .wc-gzd-additional-info.tax-info {
    font-size: 0.8em !important;
}

.et_pb_product_grid .woocommerce .products ul .wc-gzd-additional-info.delivery-time-info,
.et_pb_product_grid .woocommerce ul.products .wc-gzd-additional-info.delivery-time-info {
    display: block;
    font-size: 1em !important;
}

.et_pb_product_grid.et_pb_bg_layout_dark .price bdi {
    color: #fff !important;
}

@media (min-width: 768px) and (max-width: 980px) {
    .et_pb_product_grid li.product:nth-child(n) {
        margin: 0 7.5% 7.5% 0 !important;
        width: 28.333% !important;
        clear: none;
        float: left !important;
    }

    .et_pb_product_grid li.product:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media all and (max-width: 767px) {
    .et_pb_product_grid li.product:nth-child(n) {
        margin: 0 9.5% 9.5% 0 !important;
        width: 45.25% !important;
        float: left !important;
    }

    .et_pb_product_grid li.product:nth-child(2n+1) {
        clear: both;
    }

    .et_pb_product_grid li.product:nth-child(2n) {
        float: right;
        clear: none !important;
        margin-right: 0 !important;
    }
}

@media all and (max-width: 479px) {
    .et_pb_product_grid li.product:nth-child(n) {
        margin: 0 0 11.5% !important;
        width: 100% !important;
    }

    .et_pb_product_grid img {
        width: 100%;
    }
}

.fact_box {
    background: #e9e9e9;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 2em;
}

.fact_box ol {
    list-style-position: inside;
}

.fact_box ol li {
    list-style-position: inside !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fact_box ul li {
    list-style-type: none;
    display: table-row;
}

.fact_box ul.check li::before {
    display: table-cell;
    padding-right: 0.5em;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #1A936F;
}

.fact_box ul.cross li::before {
    display: table-cell;
    padding-right: 0.5em;
    content: '\f057';
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #cc0000;
}

.fact_box table td {
    vertical-align: top;
}

table.fact_box {
    border-collapse: separate !important;
    border-spacing: 10px;
}

.et_pb_blog_extras .read-time::before {
    display: table-cell;
    padding-right: 0.3em;
    content: '\f017';
    font-family: FontAwesome;
    font-size: 1.2em;
    color: #1A936F;
}

.single-post .woocommerce-product-gallery {
    opacity: 1 !important;
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    body:not(.et-tb) #main-content .container,
    body:not(.et-tb-has-header) #main-content .container {
        padding-top: 20px;
    }
}

body:not(.single-product) .xoo-wl-popup {
    display: none !important;
}

/* 2024-09-27: Bundle-Darstellung zwei Produkte (Vorsatz + Infiray Affo AP13) */

.woofs-additional,
.woofs-total {
    display: none !important;
}

.wb24-bundle-section {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-block: 25px;
}

.wb24-bundle-section > * {
    flex: 1 1 100%;
}

@media (min-width: 767px) {
    .wb24-bundle-section > * {
        flex: 1 0 50%;
    }
}

.wb24-bundle-section .woosb-products[class*="woosb-products-layout-grid"] .woosb-product,
.wb24-bundle-section .woofs-products[class*="woofs-products-layout-grid"] .woofs-product {
    width: calc(100% - 20px);
}

.wb24-bundle-section .woosb-item-product.woosb-product.woosb-product-type-simple,
.wb24-bundle-section .woofs-item-product {
    border: 1px solid transparent !important;
    margin-block: 0 !important;
    padding-block: 0 !important;
}

.wb24-bundle-section p.delivery-time-info:before {
    content: ' ' !important;
}

.woocommerce div.product .wb24-bundle-section p.stock.in-stock,
.wb24-bundle-section p {
    flex: 1 1 100%;
    padding: 0;
    order: 20;
    text-align: center;
}

.wb24-bundle-section .woosb-wrap {
    order: 1;
    width: 50%;
}

.wb24-bundle-section .woosb-wrap.woosb-bundled {
    order: 0;
}

.woocommerce div.product .wb24-bundle-section p.stock.in-stock,
.wb24-bundle-section .woofs-alert.woofs-text {
    display: none !important;
}

.woocommerce div.product .wb24-bundle-section .woosb-availability p.stock.in-stock,
.woocommerce div.product .wb24-bundle-section .woofs-availability p.stock.in-stock {
    display: inherit !important;
}

/* 2024-09-27: rote "Ecke" bei Bundles auf Produktbild mit Test "Bundle" */
.product_cat-aktionsbundle.product-type-woosb > a.woocommerce-LoopProduct-link,
.product_cat-aktionsbundle.product-type-woosb .woocommerce-product-gallery__image,
.product_cat-aktionsbundle.product-type-woosb .woocommerce-product-gallery__image--placeholder {

    position: relative;
    overflow: hidden;
    --wb24-bundle-flag-dim: 150px;
}

.product_cat-aktionsbundle.product-type-woosb a.woocommerce-LoopProduct-link::before,
.product_cat-aktionsbundle.product-type-woosb .woocommerce-product-gallery__image--placeholder::before,
.product_cat-aktionsbundle.product-type-woosb .woocommerce-product-gallery__image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--wb24-bundle-flag-dim);
    height: var(--wb24-bundle-flag-dim);
    content: 'BUNDLE';
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: end;
    justify-content: center;
    transform: rotate(-45deg) translate(-0, -120px);
    padding: 10px;
}

/* in Kategorie-Liste Darstellung etwas kleiner */
.product_cat-aktionsbundle.product-type-woosb a.woocommerce-LoopProduct-link::before {
    width: calc(var(--wb24-bundle-flag-dim) * 0.8);
    height: calc(var(--wb24-bundle-flag-dim) * 0.8);
    transform: rotate(-45deg) translate(-0, -100px);
    padding: 5px;
    font-size: 70%;
}

@media (min-width: 980px) {

    .et_pb_salvattore_content {
        display: flex;

        .column {
            flex-grow: 1;
            display: flex;

            > .et_pb_post {
                overflow: hidden;
            }
        }
    }
}

