﻿/*#region Fonts*/

@font-face {
    font-family: 'Grotex-Light';
    src: url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Light.eot'); /* IE9 Compat Modes */
    src: local('Grotex-Light'), url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Light.woff') format('woff'), /* Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}

@font-face {
    font-family: 'Grotex-Medium';
    src: url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Medium.eot'); /* IE9 Compat Modes */
    src: local('Grotex-Medium'), url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Medium.woff') format('woff'), /* Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}

@font-face {
    font-family: 'Grotex-Bold';
    src: url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Bold.eot'); /* IE9 Compat Modes */
    src: local('Grotex-Bold'), url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Bold.woff') format('woff'), /* Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}

@font-face {
    font-family: 'Grotex-Regular';
    src: url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Regular.eot'); /* IE9 Compat Modes */
    src: local('Grotex-Regular'), url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Regular.woff') format('woff'), /* Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/Grotex-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}

@font-face {
    font-family: 'Self-Modern-Regular';
    src: url('https://casarista.com/wp-content/themes/casarista/assets/fonts/bretagne_self-modern_regular.otf') format('opentype');
    src: local('Self-Modern-Regular'), url('https://casarista.com/wp-content/themes/casarista/assets/fonts/bretagne_self-modern_regular_web.eot'), /* IE9 Compat Modes */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/bretagne_self-modern_regular_web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/bretagne_self-modern_regular_web.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/bretagne_self-modern_regular_web.woff') format('woff'), /* Modern Browsers */
    url('https://casarista.com/wp-content/themes/casarista/assets/fonts/bretagne_self-modern_regular_web.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}


/*#endregion*/

/*html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;*/ /* verhindert doppeltes Scrollen auf body */
/*}

.mobile {
    height: 100%;
    overflow-y: auto;*/ /* erlaubt kontrolliertes Scrollen innerhalb */
    /*-webkit-overflow-scrolling: touch;*/ /* smooth scrolling auf iOS */
/*}*/

:root {
    --main-bg-color: brown;
    --main-cas-font-family: 'Grotex-Regular';
    --main-cas-font-family-gmedium: 'Grotex-Medium';
    --main-cas-font-family-smregular: 'Self-Modern-Regular';
    --main-cas-font-family-glight: 'Grotex-Light';
    --main-cas-font-family-lglmedium: 'Grotex-Medium';
    --padding-btns: 10px 20px;
    --btn-yellow-active-bg-color: #E3D816;
    --black: #000;
    --yellow: #F3E600;
    --grey: #F2F2F2;
    --mediumGrey: #ccc;
    --lightGrey: #EFEFEF;
    --white: #fff;
    --text-primary: #212529;
    --text-secondary: #000;
    --text-secondary-color: #707070;
    --text-green-color: #28a835;
    --text-red-color: #d4381b;
    --body-bg-color: hsl(0deg 0% 97%);
    --nav-bg: hsl(0deg 0% 93%);
}

.btn.checkout {
    border-radius: 5px;
}


.button-leiste-container > .btn-configurator:hover,
.button-leiste-container > .alternated-footer-bar > .btn-configurator:hover,
.button-leiste-container > .classic-footer-bar > .btn-configurator:hover,
.modal-item-content > .btn-configurator:hover{
    background-color: #000 !important;
    color: #FFF !important;
}

.btn.btn-configurator.btn-kaufen:hover svg,
.alternated-footer-bar > .btn-configurator:hover svg {
    filter: invert(1);
}


    [Configurator] .btn-kaufen {
        color: var(--black) !important;
        background-color: var(--yellow) !important;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.36);
    }

[Configurator] .btn.btn-configurator.btn-kaufen:hover,
[Configurator] .btn.btn-configurator.btn-save:hover,
.btn.btn-configurator.btn-fuehlen:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.36);
    color: #000 !important;
}

[Configurator] .btn.btn-configurator.btn-kaufen:hover {
    background-color: black !important;
    color: white !important;
    border: 2px solid black;
}
/* Menu Components */
[ConfiguratorLayout] [Label].menuItemGroupCaption {
    font-size: medium;
    font-weight: 800;
}

[ConfiguratorLayout] [Button].menuItemCaption {
    font-size: medium;
}

[Button] [Label].root {
    font-family: 'Grotex-Regular';
    font-size: 16px;
}

[button].menuButton:focus,
[button].panelHeader:focus {
    outline: none !important;
}

/* Menu Components */

p[checkout] a[checkout] svg {
    filter: invert(1);
}

.checkout.input-wrapper input.input.input-checkbox:focus {
    border-color: var(--yellow);
}

.checkout.input-wrapper .input.checkout-select:focus ~ .svg-arrow .path {
    fill: var(--yellow);
}

.btn.checkout:focus-visible,
.btn.btn-secondary.checkout:focus-visible {
    -webkit-box-shadow: 0 0 3px 5px rgba(243,230,0,0.3);
    box-shadow: 0 0 3px 5px rgba(243,230,0,0.3);
}

.btn-yellow:active {
    background: var(--btn-yellow-active-bg-color);
    box-shadow: none;
}

.configurator-sum-text {
    font-family: var(--main-cas-font-family-gmedium);
}

.option-selector-close-btn.option-selector-wrapper-open.option-selector-close-btn-text-open {
    background-color: #f3e600 !important;
    color: #000000;
    box-shadow: 0px -4px 18px rgb(0 0 0 / 16%);
}

.option-selector-wrapper-open.option-selector-close-btn-text-open .edit-mobil {
    display: none;
}

.option-selector-open-option-text {
    color: black;
}

.col-12.col-md-10.product-configuration-list-detail > p,
.col-12.col-md-10.product-configuration-list-detail > h5 {
    font-family: var(--main-cas-font-family), sans-serif;
}

#canvasdivref > div > div.fas.fa-play, #canvasdivref > div > div.fas.fa-step-backward, #canvasdivref > div > div.fas.fa-step-forward {
    display: none;
}

.single-select-option-value.product-price-higher {
    color: #CC0000;
}

.single-select-option-value.product-price-lower {
    color: #004d00;
}

.btn-request-image {
    width: 100%;
    height: 70px;
    border: 0px;
    background-color: #000;
    color: #fff;
    min-height: 80px;
}

    .btn-request-image:hover {
        color: #fff;
    }

.modal-content.popup-content {
    overflow: unset;
}

.btn-modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px;
}

    .btn-modal-close.image-modal:focus {
        outline: none;
    }

.btn-image-request-close {
    margin: 0 23%;
    max-width: 54%;
    margin-top: 20px;
}

/*Zurückbutton bei Lösungsvorschlägen ausblenden*/
.configurator-custom-configuration-error-solution-popup-container.flyout-container .flyout-footer .flyout-close-btn {
    display: none;
}

.btn-configurator.btn-request-image:hover {
    background-color: #f3e600 !important;
    color: #000 !important;
}

.btn-configurator.btn-fuehlenActiv:hover {
    background-color: var(--black) !important;
    color: var(--black) !important;
    border-color: transparent !important;
}

.btn-request-image:hover svg {
    filter: invert(1);
}

.option-selector-footer-content,
.option-selector-header-content {
    padding-left: 0px;
    padding-right: 11px;
    padding-top: 0px;
}

    .option-selector-footer-content .btn-area-mobile.half-size-column[Configurator] {
        padding: 0px;
    }


    .option-selector-header-content:is(.mobile *) {
        padding-top: 0px;
    }

@media (min-width: 1050px) {
    .btn.checkout:hover {
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.36);
        box-shadow: 0 3px 3px rgba(0,0,0,.36);
    }

    .option-selector-footer-content {
        display: none; /* Anzeige nur auf mobile! */
    }
}

@media (max-width: 1050px) {

    .option-selector-hide-option-text::after {
        content: "Konfiguration einklappen";
    }

    .option-selector-hide-option-text::before {
        content: "";
        position: absolute;
        right: -6%;
        top: -115%;
        width: 150px;
        height: 94px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='150' height='150'%3E%3Cpath stroke-linecap='round' d='m-23.719 5.292-3.175 3.175 3.175 3.175' style='stroke:%23000;stroke-width:.529167;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:none;fill-rule:nonzero;opacity:1' transform='matrix(0 -8.86 8.86 0 -.044 -149.247)'/%3E%3C/svg%3E");
        scale: 54%;
    }
}

@media (max-width: 768px) {

    .option-selector-hide-option-text::before {
        right: -10%;
    }

    /*region Sum */
    .content-root.configurator-root.configuratorIsOpen ~ .configurator-sum-mobile {
        display: block;
        bottom: calc(calc(0.7*var(--vh)) - 35px);
        position: absolute;
        background-color: transparent;
    }

        .content-root.configurator-root.configuratorIsOpen ~ .configurator-sum-mobile .p-configurator-sum-mobile {
            display: none;
        }
    /*endregion Sum*/
}

@media (max-width: 575.9px) {

    .option-selector-hide-option-text::before {
        right: -17%;
    }

    .image-modal {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 25px;
        padding-right: 25px;
        backdrop-filter: blur(4px);
    }

    .btn-modal-close.image-modal svg {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-47%, -79%);
    }
}

@media (max-width: 320px) {
    .content-root.configurator-root.configuratorIsOpen ~ .configurator-sum-mobile {
        bottom: calc(calc(0.7*var(--vh)) - 30px);
    }
}

.modal-item-wrapper,
.popup-content,
.modal-header,
.modal-body.qr-code-modal-body {
    /*background: #FFF;*/
}

.option-selector-subheader-border[Option] {
    border-top: 0px;
}


.root.configurator[ConfiguratorLayout] {
    grid-template-areas:
        "activePanel    activePanel         activePanel     menu"
        "activePanel    activePanel         activePanel     activeMenuItem"
        "footer         footer              footer          activeMenuItem";
}

    .root.configurator[ConfiguratorLayout]:is(.mobile *) {
        grid-template-areas:
            "activePanel    activePanel         activePanel"
            "activePanel    activePanel         activePanel"
            "menu           menu                menu"
            "footer         footer              footer"
            "activeMenuItem activeMenuItem activeMenuItem ";
    }

    .root.configurator[ConfiguratorLayout] .panelSelector,
    .root.configurator[ConfiguratorLayout] .activePanelMenu,
    .root.configurator[ConfiguratorLayout] .appMenu {
        display: none;
    }

.my-reconnect-modal > div > .errorMessage > .errorMessage-headline {
    font-family: var(--main-cas-font-family-gmedium);
}

.overlay-price-display:is(.desktop *) {
    display: none;
}

.overlay-price-display:is(.mobile *) {
    display: block;
    font-family: var(--main-cas-font-family-gmedium);
    position: fixed;
    left: 5%;
    bottom: calc(66% + 14px);
}

.configurator-toggle-swatch-btn.toggle-swatch-inactive:hover,
.btn.configurator-toggle-swatch-btn.toggle-swatch-active:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.36);
}

.footer-bottom-deliver-text-textzeile {
    font-family: var(--main-cas-font-family-glight);
}

.footer-bottom-deliver-text-headline {
    font-family: var(--main-cas-font-family-gmedium);
}

.configurator-tax-text {
    font-family: var(--main-cas-font-family-glight);
}

.configurator-sum-mobile-h3 {
    font-family: var(--main-cas-font-family-gmedium);
}

.configurator-sum-mobile-small {
    font-family: var(--main-cas-font-family-gmedium);
    font-weight: 500;
}

.classic-footer-bar {
    display: none;
}

.alternated-footer-bar {
    display: unset;
}

.btn.btn-configurator.btn-schliessen {
    height: 54px;
    display: grid;
    margin: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 0rem;
}

[PopUp].header:not(:empty) {
    border-bottom: 0px;
}

.modal-title {
    font-size: 24px;
}

.btn-mobile-checkout[Configurator] {
    background-color: var(--yellow);
}

.optionCategoryTabHeader[OptionSelector] i.state {
    display: none;
}

.optionCategoryTabFooter[OptionSelector] {
    min-height: 70px;
}

.option-selector-footer-content,
.activeMenuItem:not(:has( .option-selector-footer-content)) .optionCategoryTabFooter[OptionSelector] {
    margin-bottom: 80px;
}


@media (min-width: 1025px) {
    .button-leiste-container > .btn-configurator:hover, .modal-item-content > .btn-configurator:hover, .modal-item-wrapper .btn-configurator:hover {
        background-color: #f3e600;
    }
}

.btn.configurator-add-related-btn[Configurator] {
    display: none;
}

.swiper-info-area .single-select-option-value.product-price-lower,
.swiper-info-area .single-select-option-value.product-price-higher {
    font-family: 'Grotex-Light';
    font-size: 18px;
}

.menu[ConfiguratorLayout] {
    justify-content: flex-start;
}

    .menu[ConfiguratorLayout] > .menuButton.root[Button]:is(.mobile *) {
        width: 60px;
        height: 60px;
    }

.product-selector-list-item-container.active {
    background-color: darkgrey;
}

.product-selector-card {
    background-color: darkgrey;
}

.product-selector-list-name {
    word-wrap: break-word;
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: var(--main-cas-font-family-lglmedium)!important;
}

.product-selector-list-desc {
    margin-bottom: 5px;
    margin-right: 5px;
    font-family: var(--main-cas-font-family-lglmedium)!important;
    color: black;
    font-size: 14px;
    margin-top: 0px;
    line-height: 1;
}

.product-selector-list-price{
    font-size:16px!important;
    color:black!important;
}

.product-selector-list-item-container.active {
    box-shadow: unset;
}

.product-selector-list-name[ProductConfigurationList] {
    color: black;
}

.menu:is(.mobile *) > .menuButton > .menuButton > .captionElements {
    display: none;
}

[ConfiguratorLayout] .menuButton:is(.mobile *) [Label].icon {
    font-size: xx-large;
}

[ConfiguratorLayout] .menuButton:is(.mobile *) [Label].root {
    border-style: none;
    background-color: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

[ConfiguratorLayout] .activeMenuItemOpenButton {
    bottom: 60px;
    right: 8px;
}

[ConfiguratorLayout] .menu:is(.mobile *) {
    background-color: #FFF;
    padding-bottom: 4px;
    padding-left: 16px;
    grid-auto-columns: unset;
}

.mobile-delivery-box {
    position: absolute;
    bottom: 145px;
}

.btn.btn-configurator.btn-fuehlen{
    display:none;
}

.menuItemGroup > .menuItemGroupCaption{
    display:none;
}

#ShareWithFriends input:focus-visible,
.formIsCollaborateWithCasaristaSuccessMessageData .btn-configurator:focus-visible,
.formIsCollaborateWithCasaristaSuccessMessageData input:focus-visible {
    margin: 0 3px 0 3px;
    width: -webkit-fill-available;
}

.input-label.label-present.radio:focus-visible {
    border: 1px solid var(--black)!important;
}

/* CE Code */

.input-label:focus-within:not(:has( .input-checkbox)) {
/*    border-color: var(--black);
    outline: 1px solid var(--black);*/
}

.checkout.input-wrapper:not(:has( .input-checkbox)) .input:focus,
.checkout.input-wrapper:not(:has( .input-checkbox)) .input:focus-visible { /* overwrite default diomex styles, because we got a parent style element */
    outline: none !important;
    /*box-shadow:unset !important;/**/
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}


.checkout.input-wrapper .input-label:focus-within .input-focus-tooltipp,
.checkout.input-wrapper .input:focus ~ .input-focus-tooltipp { /* selector-fix --> with the lastpass addon the selector is not working & with the within selector */
    display: flex;
}


.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background: #fff;
    background-clip: content-box !important;
}

/* CE Code */