/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
	--white: #fff;
	--black: #000;
	--grey: #808080;
	--blue: #0080E2;
}
.header {
    z-index: 9999999999!important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

.optWrapper { top: 44px !important; min-width: 200px !important; }

/* Google reviews badge */
div.rplg-badge-cnt.rplg-badge_left-fixed {
    left: 70px !important;
}

div.rplg-badge-cnt.rplg-badge_left-fixed {
    z-index: 99998 !important;
}

@media (max-width: 850px) {
    /*************** ADD TABLET ONLY CSS HERE  ***************/
    /* google review badge */
    div.rplg-badge-cnt.rplg-badge_left-fixed {
        left: 20px !important;
        bottom: 20px !important;
    }

    div.rplg-badge2-btn.rplg-badge2-clickable > svg {
        height: 20px !important;
        width: 20px !important;
    }

    div.rplg-badge2-btn {
        padding: 2px !important;
    }

    .rplg-badge2 div.rplg-badge2-score {
        font-size: 10px !important;
    }

    div.rplg-stars {
        font-size: 12px !important;
    }

    .rplg .rplg-stars svg[height="17"] {
        height: 12px !important;
        width: 12px !important;
    }

    .rplg .rplg-badge2 .rplg-biz-rating > div.rplg-biz-score {
        font-size: 12px !important;
    }

    div.rplg-badge2-btn.rplg-badge2-clickable {
        padding: 3px !important;
    }

    div.rplg-badge-cnt.rplg-badge_left-fixed {
        left: 10px !important;
        bottom: 10px !important;
    }

    .rplg-badge2 div.rplg-badge2-close {
        width: 24px !important;
        line-height: 24px !important;
        display: block !important;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    /* google review badge */
    div.rplg-badge-cnt.rplg-badge_left-fixed {
        left: 20px !important;
        bottom: 20px !important;
    }

    div.rplg-badge-cnt.rplg-badge_left-fixed {
        z-index: 1000 !important;
    }

    div.rplg-badge2-btn.rplg-badge2-clickable > svg {
        height: 20px !important;
        width: 20px !important;
    }

    div.rplg-badge2-btn {
        padding: 2px !important;
    }

    .rplg-badge2 div.rplg-badge2-score {
        font-size: 10px !important;
    }

    div.rplg-stars {
        font-size: 12px !important;
    }

    .rplg .rplg-stars svg[height="17"] {
        height: 12px !important;
        width: 12px !important;
    }

    .rplg .rplg-badge2 .rplg-biz-rating > div.rplg-biz-score {
        font-size: 12px !important;
    }

    div.rplg-badge2-btn.rplg-badge2-clickable {
        padding: 3px !important;
    }

    div.rplg-badge-cnt.rplg-badge-fixed {
        left: 10px !important;
        bottom: 10px !important;
    }

    .rplg-badge2 div.rplg-badge2-close {
        width: 24px !important;
        line-height: 24px !important;
        display: block !important;
    }
}

/* END Google reviews badge */

/* Hide product count on shop pages */
.shop-page-title .woocommerce-result-count {
    display: none;
}

/* Display data policy check box of CF7 inline with text hint */
.wpcf7 .wpcf7-form-control-wrap {
    display: inline !important;
}

.wpcf7 span.wpcf7-list-item {
    margin-right: 0 !important;
}

/* newsletter signup data policy checkbox in footer */
#wpcf7-f70-o1 .wpcf7-form label {
    font-size: 0.7em !important;
    letter-spacing: -0.2px !important;
}

/* Hide reCAPTCHA v3 badge // DONT use display:none since it deactivates recaptcha funcionality */
.grecaptcha-badge {
    visibility: hidden;
}

/* Cookie Banner Adjustments Code Part 1 */
#cookie-law-info-bar a.large.cli-plugin-button {
    border-radius: 3px !important;
    margin: 0px 10px !important;
    padding: 10px 34px 10px !important;
}

#cookie-law-info-bar {
    font-size: 13px !important;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    /* Cookie Banner Adjustments Code Part 2 */
    #cookie-law-info-bar {
        font-size: 10px !important;
        padding: 8px 13px !important;
    }

    #cookie-law-info-bar a.large.cli-plugin-button {
        margin-top: 8px !important;
    }

}

/* Edit configuration btn */
.shop_table.cart td.product-name {
    display: flex;
    flex-direction: column;
}

.button.edit-configuration-btn {
    order: 1;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
    text-align: unset;
    padding: 5px 5px;
    margin-right: 0;
}

/* Cart item meta info */
.woocommerce .shop_table .variation__item,
.woocommerce-mini-cart .variation__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3px;
    font-size: 0.85em;
    color: #666;
}

.woocommerce .shop_table .variation__title,
.woocommerce-mini-cart .variation__title {
    font-weight: 700;
    margin: 0 5px 0 0;
    white-space: nowrap;
}

.woocommerce .shop_table .variation__value,
.woocommerce-mini-cart .variation__value {
    margin: 0 5px 0 0;
}

.woocommerce .shop_table .variation__value p,
.woocommerce-mini-cart .variation__value p {
    margin: 0;
}

/* Table image */

.st-table-img {
    display: block;
    position: relative;
}

.st-table-img__top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.woocommerce-mini-cart .st-table-img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.st-conf-btn-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}

.sticky-add-to-cart--active .st-conf-btn-wrapper button[name="add-to-cart"] {
    display: none;
}

.fc-order-review__remove-product {
    z-index: 2;
}

/* Checkout cross sell */

.fc-checkout-steps .st-cross-sell-next-step {
    margin-bottom: 15px;
    color: #404040;
    background-color: #E6E6E6;
    box-shadow: none;
}

.st-table-cross-sells article {
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
}

.st-table-cross-sells article header {
    height: 230px;
}

.st-table-cross-sells article header img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.st-table-cross-sells article main {
    padding: 15px 15px 20px;

    border-top: none;
}

.st-table-cross-sells article main h3 {
    padding-top: 0;
    margin-bottom: 3px;
    font-size: 17px;
    text-transform: none;
}

.st-table-cross-sells article .st-description {
    margin-bottom: 10px;
    font-size: 15px;
    color: #666666;
}

.st-table-cross-sells article .st-attributes {
    margin-bottom: 10px;
    padding: 15px 15px 20px;
    background-color: #EEEEEE;
}

.st-table-cross-sells article .st-attributes h5 {
    display: flex;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.st-table-cross-sells article .st-attributes h5 img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.st-table-cross-sells article .st-attributes ul {
    margin-bottom: 6px;
}

.st-table-cross-sells article .st-attributes ul li {
    display: flex;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.2;
}

.st-table-cross-sells article .st-attributes ul li h6 {
    margin: 0;
    flex-basis: 40%;
    color: #666;
    font-weight: normal;
    text-transform: none;
    opacity: 1;
    line-height: inherit;
    letter-spacing: 0;
}

.st-table-cross-sells article .st-attributes ul li span {
    color: #000;
    font-weight: bold;
}

.st-table-cross-sells article .st-attributes a {
    font-weight: 700;
    font-size: 15px;
}

.st-table-cross-sells article .st-price {
    margin-bottom: 2px;
    font-size: 13px;
    color: #666;
}

.st-table-cross-sells article .st-price > span,
.st-table-cross-sells article .st-price .amount {
    font-size: 18px;
    color: #03BE00;
    font-weight: bold;
}

.st-table-cross-sells article .st-delivery {
    margin-bottom: 12px;
    font-size: 13px;
    color: #000;
}

.st-table-cross-sells article .st-remove {
    display: none;
    margin: 8px 0 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    min-height: initial;
}

.st-cross-sell-variation-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 355px;
    margin: 20px auto;
}

.st-cross-sell-variation-popup .st-header {
    position: relative;
    height: 175px;
}

.st-cross-sell-variation-popup .st-header img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.st-cross-sell-variation-popup .st-header h3 {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-size: 17px;
    color: #fff;
    max-width: 90%;
    line-height: 1.2;
}

.st-cross-sell-variation-popup .st-variation-form {
    padding: 10px 15px 20px;
}

.st-cross-sell-variation-popup .st-field select {
    margin-bottom: 10px;
}

.st-cross-sell-variation-popup .st-field label {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 700;
}

.st-cross-sell-variation-popup .st-price {
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

.st-cross-sell-variation-popup .st-price .amount {
    font-size: 18px;
    font-weight: 700;
    color: #03BE00;
}


.st-table-cross-sells .st-product.st-in-cart .st-variation-popup-open {
    display: none;
}

.st-table-cross-sells .st-product.st-in-cart .st-remove {
    display: block;
}

.st-table-cross-sells .st-product.st-in-cart .st-submit:not(.loading) {
    box-shadow: none;
    pointer-events: none;
    border: none;
    overflow: hidden;
}

.st-table-cross-sells .st-product.st-in-cart .st-submit:not(.loading):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #03BE00;
    background-image: url("assets/images/check-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

/* Extra attributes table */

.st-extra-attributes {
    margin-top: -1em;
}

.st-extra-attributes td {
    vertical-align: middle;
    padding: .2em 0;
    border: 0
}


/* Category styling banner */

.archive .categorybanner{
    padding: 20px 0;
}

.archive .categorybanner .bannerimage{
    padding: 0 0 0;
}

.archive .categorybanner .bannerimage .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;

}

.archive .categorybanner .bannertext{
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    width: 100%;
    padding: 40px 30px;
}

.archive .categorybanner .bannertext .scrollDown {
    background-color: #0080e2;
    width: 100%;
    position: relative;
    margin: 0;
}

/* Category styling subcategories */
.archive .subcategories{
    padding: 0 0 30px;
}

.archive .subcategories h3.title{
    text-transform: uppercase;
    padding: 40px 0 10px 0;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
}

.archive .subcategories .row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.archive .subcategories .row .col{
    flex: 0 0 14.28%;
    max-width: 14.28%;
    margin-right: auto;
    padding: 0 5px 20px;
}

.archive .subcategories .row .col .item {
    transition: 200ms ease background-color;
    text-decoration: none;
    background-color: #f2f2f2;
    color: black;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.archive .subcategories .row .col .item:hover {
    background-color: #cdcdcd;;
}

.archive .subcategories .row .col .item img{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    max-height: 94px;
}

.archive .subcategories .row .col .item .title{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.archive .productstitle{
    padding: 0 0 25px;
}

.archive .productstitle h3.title{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    letter-spacing: 1px;
}

.archive .category-page-row{
    padding-top: 0px;
}

/* Category styling filters */

.archive .filters{
    padding: 6.5px 15px;
    height: fit-content;
    border: 1px solid #797979;
}

.archive .filters h3.filter{
    display: none;
}

.archive .filters .filtertitle{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: black;
    margin-bottom: 5px;
    display: block;
}

.archive .filters .facetwp-facet-nach_preis_filtern{
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.archive .filters .facetwp-facet-nach_preis_filtern input{
    max-width: 70px;
}

.archive .filters .facetwp-facet-nach_preis_filtern .facetwp-submit{
    margin-right: 0px;
    color: black;
}

/* Category styling related products */

.archive .related{
    background-color: #f2f2f2;
    padding: 30px 30px 10px 30px;
    margin-bottom: 40px;
}

.archive .related h3.title{
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-track .slide{
    padding: 10px;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-next:before, .archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-prev:before{
    display: none;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-next{
    background-image: url('../flatsome/assets/img/right-chevron.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-right: -15px;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-prev{
    background-image: url('../flatsome/assets/img/left-arrow.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-left: -15px;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-track .slide .inner{
    background-color: white;
    padding: 0 10px 10px;
    text-align: center;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-track .slide .inner img{
    padding: 20px 15px;
}
.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-track .slide .inner span.name span.catname{
    font-weight: 100;
    color: lightgrey;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2px;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-track .slide .inner span.name{
    font-weight: 400;
    color: #0080e2;
    font-size: 14px;
    line-height: 10px;
}
.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-track .slide .inner span.price{
    color: black;
    font-weight: bold;
}

.archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-dots li button:before{
    font-size: 20px;
}

    /* Category styling recent blogs */

.archive .recentblogs h3.title{
    text-transform: uppercase;
    padding: 40px 0 10px 0;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
}

.archive .recentblogs .item a{
    text-decoration: none;
    color: black;
}

.archive .recentblogs .item a img{
    width: 100%;
    min-height: 390px;
    max-height: 390px;
    position: relative;
}

.archive .recentblogs .item a .text{
    display: inline-block;
    position: relative;
    padding: 20px;
}

.archive .recentblogs .item a .text h3.blogtitle{
    margin: 0;
    font-size: 18px;
    line-height: 21px;
}

.archive .recentblogs .item a .text span.date{
    padding: 10px 0;
    display: inline-block;
    position: relative;
}

.archive .recentblogs .item a .text .excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Category styling pagination */

.archive nav.woocommerce-pagination{
    display: none;
}

.archive .medium-flex-wrap {
    padding-top: 0;
    min-height: 1px;
    padding-bottom: 20px;
}

.archive .medium-text-center{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.archive .medium-text-center .facetwp-facet-pagination{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 50px;
}

.archive .medium-text-center .woocommerce-ordering select{
    background-color: white;
    color: black;
    text-transform: none;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin: 0;
    min-height: 40px;
    background-image: url("assets/images/cevron-down.png");
    background-size: 15px;
    border: 1px solid black;
}

.archive .facetwp-facet-pagination{
    text-align: center;
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.archive .facetwp-facet-pagination .facetwp-pager a{
    margin: 0;
    padding: 4px 14px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    position: relative;
    display: inline-block;
    color: black;
    text-decoration: none;
}

.archive .facetwp-facet-pagination .facetwp-pager a:nth-child(1){
    border-left: 1px solid grey;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.archive .facetwp-facet-pagination .facetwp-pager a:nth-last-child(1){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 850px) {
    .archive .filters h3.filter{
        display: block;
        margin: 0;
    }

    .archive .filters{
        margin: 0 15px;
    }

    .archive .filters .panel{
        display: none;
        margin-top: 20px;
    }

    .archive .categorybanner .bannertext a.button{
        order: 1;
    }
    .archive .categorybanner .bannertext p{
        order: 2;
    }

    .archive .subcategories{
        padding: 0 15px 30px;
    }

    .archive .subcategories .row{
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .archive .subcategories .row .col{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .archive .subcategories .row .col .item img{
        width: auto;
    }

    .archive .categorybanner .bannerimage .img{
        height: 310px;
    }

    .archive .productstitle{
        padding: 0 15px 30px;
    }

    .archive .medium-text-center{
        flex-direction: column;
        align-items: flex-start;
    }

    .archive .medium-text-center .facetwp-facet-pagination{
        display: none;
    }

    .archive .medium-text-center .woocommerce-ordering{
        width: 100%;
    }
    .archive .small-columns-2>.col, .small-columns-2 .flickity-slider>.col{
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-next{
        margin-right: 0;
        z-index: 100;
    }

    .archive .related .dev-slider-wrppr-related-products .dev-slider-row-related-products .slick-prev{
        margin-left: 0;
        z-index: 100;
    }
}

.image-tools.bottom.left{
    display: none !important;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a{
    border-color: transparent !important;
}
[data-for="pagination"]{
    display: none;
}
/*Change Font weight */
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: 900;
}
/* Payment */
.fc-payment-methods img {
	float:right;
}
.angelleye_ppcp_message_home, .angelleye_ppcp_message_product, .angelleye_ppcp_message_cart, .angelleye_ppcp_message_payment, .angelleye_ppcp_message_category {
    display: none;
}
/*Change Product gallery variation image size */ 
.woocommerce-product-gallery__image a img {
    width:600px!important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
	opacity: 1;
}


.hide-for-small.wvs-attachment-image{
	display: block !important;
}
/*Change font of Klaviyo */ 
button, html [type="button"], [type="reset"], [type="submit"] {
    font-family: 'Lato'!important;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea {
    font-family: 'LATO'!important;
}
/* ###################### Alteiche ###################### */
/* ### Custom table picker ### */
.oak-variation-picker-v2_container__1iHwr > div:first-child { margin-top: 0 !important; }
.oak-variation-picker-v2_filters__qUP99 {
	display: grid !important;
    grid-template-columns: repeat(10, 1fr);
	gap: 15px;
}
.oak-variation-picker-v2_filters__qUP99 div { width: 100% !important; }
.oak-variation-picker-v2_filters__qUP99 div:first-child { grid-column: 1/2; }
.oak-variation-picker-v2_filters__qUP99 div:nth-child(2) { grid-column: 2/3; }
.oak-variation-picker-v2_filters__qUP99 div:nth-child(3) { grid-column: 3/4; }
.oak-variation-picker-v2_filters__qUP99 div:nth-child(4) { grid-column: 4/5; }
.oak-variation-picker-v2_filters__qUP99 div:last-child { grid-column: 5/11; gap: 15px; }
.oak-variation-picker-v2_filters__qUP99 .oak-variation-picker-v2_select__3bITe,
.oak-variation-picker-v2_info-boxes__box__1fJDi { margin: 0 !important; }
.FilterSelect_wrapper__215xL .SumoSelect .SelectBox { width: 100%; }
.oak-variation-picker-v2_info-boxes__box__1fJDi { padding: 20px 25px 25px !important; }
.oak-variation-picker-v2_info-boxes__box__header__bR1fs svg { height: 25px !important; }
.oak-variation-picker-v2_info-boxes__box__header__bR1fs { font-size: 20px; }
.TableTopCard_card__heading__1V6kt,
.TableTopCard_card__price__3k3So { margin-left: 20px !important; margin-right: 20px !important; }
.TableTopCard_card__heading__1V6kt { margin-top: 15px !important; }
.TableTopCard_card__heading__1V6kt span { font-weight: 600; }
.oak-variation-picker-v2_cards-slider__card--active__1N7Od,
.oak-variation-picker-v2_color-picker__item--active__SQt-t:before { border-width: 2px !important; }


.oak-variation-picker-v2_cards-slider__card__3Eri_ { position: relative; }
.FrameCard_card__header__3UxJP { position: relative; z-index: 2; margin: 0 !important; }

.FrameCard_card__header__3UxJP .FrameCard_card__price__KKT9O { position: absolute; top: 10px; left: 10px; }
.FrameCard_card__header__3UxJP .FrameCard_card__active-icon__2XNDS { position: absolute; top: 10px; right: 10px; }

.FrameCard_card__image__S-3iO img {
	position: absolute;
    z-index: 1;
	top: 0;
	height: 100%;
    width: 100%;
    border-radius: 15px !important;
    object-fit: cover;
}
@media (max-width: 1019px) {
	.oak-variation-picker-v2_filters__qUP99 { grid-template-columns: repeat(4, 1fr); }
	.oak-variation-picker-v2_filters__qUP99 div:first-child { grid-column: 1/2; }
	.oak-variation-picker-v2_filters__qUP99 div:nth-child(2) { grid-column: 2/3; }
	.oak-variation-picker-v2_filters__qUP99 div:nth-child(3) { grid-column: 3/4; }
	.oak-variation-picker-v2_filters__qUP99 div:nth-child(4) { grid-column: 4/5; }
	.oak-variation-picker-v2_filters__qUP99 div:last-child { grid-column: 1/5; }
}
@media (max-width: 689px) {
	.oak-variation-picker-v2_filters__qUP99 div:first-child { grid-column: 1/7; }
	.oak-variation-picker-v2_filters__qUP99 div:nth-child(2) { grid-column: 1/7; }
	.oak-variation-picker-v2_filters__qUP99 div:nth-child(3) { grid-column: 1/7; }
	.oak-variation-picker-v2_filters__qUP99 div:nth-child(4) { grid-column: 1/7; }
	.oak-variation-picker-v2_info-boxes__3MkBN { display: grid !important; gap: 15px; }
}
/* ### Custom table picker ### */
/* ### Hero ### */
.alteiche-hero { min-height: 80vh; }
.alteiche-hero:after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
}
.alteiche-hero-row h1,
.alteiche-hero-row p { text-shadow: 3px 3px 12px rgba(0,0,0,.5); }
.alteiche-hero-row p { color: #fff; margin-bottom: 50px; }
.alteiche-hero-row .button.primary {
	position: relative;
	display: block;
	width: fit-content;
	background: transparent !important;
	border: 1.5px solid #fff;
	overflow: hidden;
}
.alteiche-hero-row .button.primary span:after {
	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url('/wp-content/uploads/2022/11/arrow-down_white.svg');
	margin-left: 20px;
}
.alteiche-hero-row .button.primary span {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	font-family: 'Lato';
	padding: 15px 20px;
	transition: color 350ms ease;
}
.alteiche-hero-row .button.primary::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	background: rgb(255,255,255,.25);
	transform: translateX(0);
	transition: transform 350ms ease;
}
.alteiche-hero-row .button.primary::before { z-index: 1; transform: translateX(-100%); }
.alteiche-hero-row .button.primary:hover:before { transform: translateX(0); transition: transform 350ms ease; }
@media (max-width: 849px) {
	.alteiche-hero-row h1 { font-size: 1.4em; }
}
@media (max-width: 575px) {
	.alteiche-hero-row { padding-top: 50px; }
	.alteiche-hero-row h1 { font-size: 1em; }
}
/* ### Hero ### */
/* ### Overlap slider ### */
.alteiche-overlap-slider { padding: 0 !important; margin-top: -150px; }
@media (max-width: 849px) {
	.alteiche-overlap-slider { margin-top: -50px; }
	.alteiche-overlap-slider .col { max-width: 100% !important; flex-basis: 100% !important; }
}
/* ### Overlap slider ### */
/* ### Section 1 | In drei Schritten zum Unikat ### */
.alteiche-step-by-step:before {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 100px;
	left: 0;
	height: 45px;
	width: calc(100% - 150px);
	background: url('/wp-content/uploads/2022/11/step-by-step_bg.svg') no-repeat;
	background-position: center;
	margin: 0 75px;
}
.alteiche-step-by-step p { margin: 0; }
.alteiche-step-by-step .col { position: relative; z-index: 2; }
.alteiche-step-by-step .col-inner {
	background: #fff;
	border-radius: 25px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 25px;
}
@media (max-width: 849px) {
	.alteiche-step-by-step:before {
		top: unset;
		bottom: unset;
		right: 0;
		height: -webkit-fill-available;
		width: 25px;
		background: url('/wp-content/uploads/2022/11/step-by-step_bg-vertical.svg') no-repeat;
		background-position: center;
		margin: -35px auto;
	}
	.alteiche-step-by-step .col { max-width: 100% !important; flex-basis: 100% !important; margin-bottom: 25px; }
	.alteiche-step-by-step .col:last-child { margin-bottom: 0; }
}
/* ### Section 1 | In drei Schritten zum Unikat ### */
/* ### Section 2 | Gebürstet/geschliffen ### */
.alteiche-table-difference .img-inner { overflow: inherit; }
.alteiche-table-difference img { height: 300px; min-width: 300px; }
.alteiche-table-difference p { margin: 0; }
.alteiche-table-difference .white-shadow-box .col-inner {
	background: #fff;
	border-radius: 25px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 25px;
}
@media (max-width: 1199px) {
	.alteiche-table-difference img { height: 250px; min-width: 250px; }
}
@media (max-width: 849px) {
	.alteiche-table-difference img { height: 150px; min-width: 150px; max-width: 150px; }
	.alteiche-table-difference .col { max-width: 100% !important; flex-basis: 100% !important; }
	.alteiche-table-difference .white-shadow-box .col-inner { top: -25px; }
}
/* ### Section 2 | Gebürstet/geschliffen ### */
/* ### Section 3 | Produkte, die Du interessant finden könntest ### */
.alteiche-products h2 { margin: 0; }
.alteiche-products h3 { font-size: 1.17em; }
.alteiche-products h3 a {
    position: absolute;
	top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	height: 100%;
	width: 100%;
    margin: auto;
	transition: all .35s;
}
.alteiche-products h3 a:focus,
.alteiche-products h3 a:hover {
	text-shadow: 6px 6px 24px rgba(0,0,0,1);
	transition: all .35s;
}
.alteiche-products .overlay-img .box-image > div:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.35);
	border-radius: 25px;
}
.alteiche-products .overlay-img img { border-radius: 25px; }
.alteiche-products .overlay-img .box-text {
    position: absolute;
    top: 0;
	right: 0;
    bottom: 0;
	left: 0;
    height: 100%;
    width: 100%;
	padding: 0;
	margin: auto;
}
.alteiche-products .overlay-img .box-text .box-text-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
	.overlay-img { row-gap: 30px; }
	.overlay-img .col { max-width: 50% !important; flex-basis: 50% !important; }
}
@media (max-width: 575px) {
	.overlay-img .col { max-width: 100% !important; flex-basis: 100% !important; }
}
/* ### Section 3 | Produkte, die Du interessant finden könntest ### */
/* ### Section 4 | Das sagen unsere Kunden über uns ### */
.alteiche-testimonials p { color: #000; }
.alteiche-testimonials strong { color: #AAA; font-size: 14px; }
.testimonial-box .col-inner {
	background: #fff;
    border-radius: 25px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 50px 25px 25px;
}
.testimonial-box .col-inner:before {
	content: '';
	position: absolute;
	top: -30px;
	right: 25px;
	display: block;
	height: 60px;
	width: 60px;
	background: url('/wp-content/uploads/2022/11/quote.svg') no-repeat;
}
.testimonial-box .icon-box-text { display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; }
.testimonial-box .star-rating { margin: 0; }
.testimonial-box .star-rating:before,
.testimonial-box .star-rating span:before { color: #000; }
.testimonial-box .testimonial-meta { padding: 0; margin: 0; }
@media (max-width: 991px) {
	.testimonial-box .col { max-width: 100% !important; flex-basis: 100% !important; margin-bottom: 25px; }
	.testimonial-box .col:last-child { margin-bottom: 0; }
}
@media (max-width: 575px) {
	.testimonial-box .col { max-width: 100% !important; flex-basis: 100% !important; margin-bottom: 25px; }
	.testimonial-box .col:last-child { margin-bottom: 0; }
	
	.testimonial-box .icon-box-text { flex-wrap: wrap; }
	.testimonial-box .star-rating,
	.testimonial-box .testimonial-meta { flex-basis: 100%; text-align: center; }
	.testimonial-box .star-rating:before,
	.testimonial-box .star-rating span:before { display: flex; justify-content: center; width: 100%; }
	.testimonial-box .testimonial-meta { margin-top: 5px; }
}
/* ### Section 4 | Das sagen unsere Kunden über uns ### */
/* ### Section 5 | Häufig gestellte Fragen ### */
.alteiche-questions p,
.alteiche-questions a { color: #000; }
.alteiche-questions a { font-weight: 600; }
.question-box .accordion { display: grid; gap: 20px; }
.question-box .accordion .toggle {
	position: unset;
	color: #000;
	width: 22px;
    height: auto;
	opacity: 1;
	margin: 0;
}
.question-box .accordion .toggle i { line-height: normal; }
.question-box .accordion-item > a { display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; }
.question-box .accordion-title {
	font-weight: 600;
	background: #fff;
	border: 0;
    border-radius: 12px;
    box-shadow: rgb(149 157 165 / 20%) 0 0 12px;
	padding: 10px 20px;
}
.question-box .accordion-title.active { background: transparent; }
/* ### Section 5 | Häufig gestellte Fragen ### */
/* ###################### Alteiche ###################### */

/*Black Week Banner */

.container .section, .row .section {
    padding-left: 0px;
    padding-right: 0px;
}
   /* ### Post Purchase Survey */
/* ###################### Button Skip answer ###################### */
.fc-survey>a {
    color: white!important;
    font-size: 0.97em!important;
    background-color: #0080e2;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 1em 1.2em;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    max-width: 100%;
}
.fc-survey__options li.fc-active label, .fc-survey__options li:hover label {
    border-color: #0080e2!important;
    color: #0080e2!important;
}
.fc-survey__options li.fc-active i:after, .fc-survey__options li:hover i:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
	background-color: #0080e2!important;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    opacity: 1;
}
   /* ### Preiserhöhungen Landingpage */
/* ###################### Rounded images ###################### */
.img-rounded-corner img {
	border-radius: 15px;
}
/* ###################### Tisch Konfigurator Testimonials ###################### */

.testimonial-box .icon-box-text {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 575px) {
.testimonial-box .star-rating, .testimonial-box .testimonial-meta {
    flex-basis: auto;
    text-align: center;
}
	
}
#top-bar,
#top-bar > div { padding: 0; }
#top-bar .banner { background: #000 !important; }
#top-bar .slider { width: 800px; max-width: 800px; }
@media (max-width: 991px) {
	#top-bar .slider { width: 700px; max-width: 700px; }
	#top-bar .slider .text { font-size: 12px; }
}
@media (max-width: 639px) {
	#top-bar .slider { width: 600px; max-width: 600px; }
}
@media (max-width: 639px) {

.res-text {
    font-size: 11px;
    width: 90%!important;
}
	#top-bar .slider { width: 400px; max-width: 400px; }
	#top-bar .slider .text { font-size: 12px; }
}

/* ########## Left Navigation ########## */
.header-nav.nav-left { gap: 20px; }
.header-nav.nav-left > li { margin: 0; }
.header-nav.nav-left > li > a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
.header-nav.nav-left > li > a:focus,
.header-nav.nav-left > li > a:hover { color: #000000; }
.header-nav.nav-left > li > a::after {
    content: '';
	position: relative;
	top: 5px;
    display: block;
	height: 2px;
    width: 0;
    background: var(--black);
    transition: width .3s;
}

.header-nav.nav-left > li#menu-item-37199 > a { color: #0080E2; }
.header-nav.nav-left > li#menu-item-37199 > a::after { background: #0080E2; }
.header-nav.nav-left > li:nth-child(4) > a::after,
.header-nav.nav-left > li:nth-child(5) > a::after { background: #808080 }
.header-nav.nav-left > li > a:hover::after { width: 100%; transition: width .3s; }
.header-nav.nav-left > li:nth-last-child(1) { margin-right: 16px !important; }
.header-nav.nav-left > li:nth-last-child(2) { margin-left: auto; }
.header-nav.nav-left > li:nth-last-child(1) a,
.header-nav.nav-left > li:nth-last-child(2) a { color: #808080; }

.header-nav.nav-left .has-dropdown .icon-angle-down { display: none; }

/* ### Megamenu ### */
.nav-dropdown-has-shadow .nav-dropdown { box-shadow: none; }
.header-nav.nav-left .nav-dropdown { padding: 0 !important; }
.header-nav.nav-left .nav-dropdown .no-padding-bottom { padding-bottom: 0 !important; }
.header-nav.nav-left .nav-dropdown .col-inner { padding: 10px 0 0 !important; }
.megamenu-list .menu-item a { color: #808080; font-size: 14px; font-weight: 600; min-height: auto !important; }
.megamenu-list .menu-item a:focus,
.megamenu-list .menu-item a:hover { color: #000 !important; }
.megamenu-list .menu-item.label-popular a:after {
	content: 'BELIEBT';
	background: #0080E2;
	border-radius: 10px;
	padding: 5px 7px;
	margin-left: 7px;
}
#menu-item-37208 a:after {
	content: 'BELIEBT';
	color: #fff;
	font-size: 9px;
	background: #0080E2;
	border-radius: 10px;
	padding: 3px 7px;
	margin-left: 7px;
}
.megamenu-list .menu-item.holzmuster-button a { color: #fff; font-size: 12px; font-weight: bolder; }
.megamenu-list .menu-item.holzmuster-button a:focus,
.megamenu-list .menu-item.holzmuster-button a:hover { color: #fff !important; }
.megamenu-list .menu-item.holzmuster-button a span {
	background: #000;
	border-radius: 15px;
	padding: 5px 12px;
	margin-top: 20px;
}
/* ### Megamenu ### */
/* ########## Left Navigation ########## */

/* ########## Right Navigation ########## */
.header-nav.nav-right > li > a,
.mobile-nav.nav-right { padding: 0; }
.header-nav.nav-right .header-divider,
.mobile-nav.nav-right .header-divider { margin-right: 16px; }
.header-nav.nav-right .account-item,
.mobile-nav.nav-right .account-item { margin: 0; }
.header-nav.nav-right .account-item a,
.header-nav.nav-right .account-item a:focus,
.header-nav.nav-right .account-item a:hover,
.mobile-nav.nav-right .account-item a,
.mobile-nav.nav-right .account-item a:focus,
.mobile-nav.nav-right .account-item a:hover {
	color: #000;
	min-width: 14px;
	background: transparent;
	box-shadow: none;
	border: 0;
	margin: 0;
}
.header-nav.nav-right .icon-user:before,
.mobile-nav.nav-right .icon-user:before {
	content: '';
	display: block;
    background: url(/wp-content/uploads/2023/06/account.svg) no-repeat;
	height: 16px;
    width: 14px;
}
.header-nav.nav-right .header-wishlist-icon,
.mobile-nav.nav-right .header-wishlist-icon { margin: 0 16px; }
.header-nav.nav-right .wishlist-icon,
.mobile-nav.nav-right .wishlist-icon { color: #000 !important; }
.header-nav.nav-right .wishlist-icon:after,
.mobile-nav.nav-right .wishlist-icon:after { display: none; }
.header-nav.nav-right .cart-item,
.mobile-nav.nav-right .cart-item { margin: 0; }
.header-nav.nav-right .icon-shopping-cart,
.mobile-nav.nav-right .icon-shopping-cart { color: #000; }
/* ########## Right Navigation ########## */

/* ########## Mobile Navigation ########## */
.mobile-nav .nav-icon .icon-menu:before { color: var(--black); }

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content { width: 300px; }

.nav-slide { padding: 0; }
.mobile-sidebar .sidebar-menu { padding: 0; }
.nav-sidebar.nav-vertical > li + li { border: 0; }
.nav-sidebar.nav-vertical > li:nth-child(4):after {
	content: '';
    display: block;
	width: calc(100% - 40px);
	border-bottom: 1px solid rgba(128 128 128 / 33%);
    margin: 15px auto;
}
.off-canvas .nav-vertical > li > a { color: var(--black); font-size: 16px; font-weight: 700; }
.off-canvas .nav-vertical > li:nth-child(5) > a,
.off-canvas .nav-vertical > li:nth-child(6) > a { color: var(--grey); }

.nav-sidebar.nav-vertical > li.menu-item.active,
.nav-sidebar.nav-vertical > li.menu-item:hover { background: transparent; }

.off-canvas .nav-vertical .toggle { opacity: 1; }
.off-canvas .nav-vertical .icon-angle-right:before { position: relative; top: 2px; color: var(--black); }
.off-canvas .nav-vertical li:nth-child(6) .icon-angle-right:before { color: var(--grey); }

.off-canvas:not(.off-canvas-center) li.html:last-child,
#menu-item-40729,
#menu-item-40728,
#menu-item-40727 { position: absolute; bottom: 0; }
#menu-item-40727 .icon-box-text { display: grid; }
.mobile-holzmuster-cta { display: grid; grid-template-columns: 65% auto; align-items: center; }
.mobile-holzmuster-cta span { display: block; color: var(--black); }
.mobile-holzmuster-cta span:first-child { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.mobile-holzmuster-cta span:nth-child(2) { font-size: 11px; }
.mobile-holzmuster-cta a {
	display: inline-block !important;
	color: var(--white) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	background: var(--black);
    border-radius: 15px;
    padding: 5px 12px;
    margin-top: 10px;
}
.mobile-holzmuster-cta img { transform: scaleX(-1); }

.nav-sidebar .sub-menu li a { color: var(--grey); font-size: 16px; font-weight: 700; }
.nav-slide-header { padding-bottom: 0; }
.nav-slide-header .toggle { color: var(--black); font-size: 16px; padding-top: 50px; padding-left: 20px; }
.nav-slide-header .toggle i { color: var(--black); font-size: 1.8em; }
.nav-slide-header .toggle i:before { margin-right: 5px; }
#menu-item-38681 .icon-box-left, #menu-item-38681 .icon-box-right {
	align-items:center!important;
}
.off-canvas .mfp-close { top: 9px; left: 8px; opacity: 1; }
.off-canvas:not(.off-canvas-center) li.html:first-child {
	border-bottom: 1px solid rgba(128 128 128 / 33%);
	padding-left: 60px;
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	#masthead #logo img { width: 120px; }
}
.menu-item-object-gs_sim { padding: 20px !important; }

/* ########## Mobile Navigation ########## */

.text-right .ux-menu-link__link { justify-content: flex-end; }

/* ###################### Inspiration IG Slider ###################### */

.inspiration-slider .banner-bg {
    border-radius: 20px 20px 0 0;
}
.inspiration-slider .banner {
    border-radius: 20px 20px 0 0;
}
/* ###################### Inspiration IG Slider ###################### */

/* ###################### YouTube Video ###################### */
@media (min-width:992px) {
.youtube-video	embed, iframe, object {
    max-width: 100%;
    width: 100vw;
    height: 315px!important;
}
}
/* ###################### Mega Menu Support ###################### */

.contact-data .icon-box-text {
	display: flex!important;
	align-items: center;
}
@media (max-width:768px) {
	 .map-height {
    height: 800px!important;
}
}
.wt_sc_giveaway_products_cart_page {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

/* ###################### Circle Banner ###################### */

@media (max-width:768px) {
.circle-banner .res-text {
    font-size: 11px!important;
    width: 60%!important;
    left: 40%;
}
	.circle-banner {
		min-height:250px!important;
	}
}

/* ###################### Bundler Customization ###################### */

.custom-bundle span.bundle-variation select {
    color: #000;
    background-color: #fff;
    font-family: 'Lato';
    font-style: normal;
    padding: 0px 25px 0px 10px!important;
    font-weight: 500;
    border-radius: 3px;
    text-transform: capitalize;
    margin: 0;
    margin-right: 3px;
    line-height: 23px;
    position: static;
    opacity: 1;
    display: block;
    background-position: right 10px center !important;
    border-radius: 3px;
    border: 1px solid #c31b66;
    font-size: 16px;
    float: left;
    height: 25px;
    cursor: pointer;
    min-width: 110px!important;
    max-width: 100%;
    min-height: 25px;
}
.variations {
    display: block!important;
}
.sticky-add-to-cart--active .wbdl_widget{
display: none;
}
/* ###################### Style cart ###################### */

del span.amount {
    opacity: .6;
    margin-right: 0px;
    display: block!important;
    padding-left: 1px;
}
.woocommerce .product .quantity { display: block !important; }
