@keyframes kh-leftright {
    from {
        transform: translate3d(15px, 0, 0);
    }

    to {
        transform: translate3d(25px, 0, 0);
    }
}

.keuzehulp.kh-base {
    counter-reset: keuzehulp;
    z-index: 20;
    position: relative;
}

.kh-title-number .autonumber {
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    border: 1px solid #ccc;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.panel-lock~.panel-lock .kh-title-number .autonumber {
    background: #e0e0e0 !important;
    color: #555 !important;

}

.kh-title-number .autonumber::after {
    counter-increment: keuzehulp;
    content: counter(keuzehulp);
}

.att-is-set .kh-title-number .autonumber {
    background: var( --ttp-amazon );
    color: #fff;
}


.keuzehulp-panel.panel-hidden .kh-title-number .autonumber::after {
    counter-increment: initial;
}

.keuzehulp-panel .kh-flyout {
    position: absolute;
    right: 100%;
    top: -52px;
    bottom: -1px;
    margin-right: 10px;
    width: 45vw;
    min-height: 530px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    background: rgba(250, 250, 250, 0.9);
    background: #fff;
    display: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.kh-panel-color .kh-options .kh-options-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.kh-panel-color .kh-options .kh-options-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.kh-panel-color .kh-options .kh-options-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 5px !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #555;
}

.keuzehulp-panel .kh-flyout .kh-flyout-inner {
    padding: 15px;
    height: 100%;
    min-height: 485px;
    overflow-x: hidden;
    overflow-y: auto;
}

.keuzehulp-panel.closed .kh-flyout {
    display: none;
}

.keuzehulp-panel.open .kh-flyout {
    display: block;
}

.keuzehulp {
    position: relative;
}




.kh-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.kh-title-inner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    justify-content: flex-start;
    /* justify-content: ; */
    /* padding-right: ; */
    color: inherit;
    width: 45px;
    opacity: 0;
    color: transparent;
    transition: color 0.1s linear;
}

.panel-lock~.keuzehulp-panel .kh-title {
    cursor: default;
}

.panel-lock .kh-title .kh-title-inner::after {
    content: '\f13e';
    content: '';
    /*  content: '\f3c2';
 */
}

.panel-lock~.keuzehulp-panel.panel-lock .kh-title .kh-title-inner::after {
    content: '\f192';
    font-weight: 900;
    opacity: 1;
    color: inherit;
}

.panel-lock~.keuzehulp-panel.panel-lock .kh-title {}

.keuzehulp-panel.att-is-set .kh-title .kh-title-inner::after {
    content: '\f058';
    color: var( --ttp-amazon );
    opacity: 1;
}

.att-is-set+.panel-lock.closed .kh-title .kh-title-inner::after {
    content: '\f06a';
    /*  color: #de0028; */
    opacity: 0;
}

.att-is-set+.panel-lock .kh-title .kh-title-inner::after {
    content: '\f06a';
    /*  color: #de0028; */
}

.att-is-set.closed+.keuzehulp-panel.panel-misses-side.closed .kh-title .kh-title-inner {
    color: #de0028;
}

.att-is-set.closed+.keuzehulp-panel.panel-misses-side.closed .autonumber {
    color: #fff;
}


.att-is-set.closed+.keuzehulp-panel.panel-misses-side.closed .autonumber {
    background-color: #de0028;
}

.open~.keuzehulp-panel.panel-misses-side .kh-title .kh-title-inner::after .keuzehulp-panel.panel-misses-side.open .kh-title .kh-title-inner::after {
    content: '';
}

.att-is-set.closed+.keuzehulp-panel.panel-misses-side.closed .kh-title .kh-title-inner::after {
    content: '\f06a';
    color: #de0028;
    opacity: 1;
}


.open~.keuzehulp-panel.panel-misses-side.panel-misses-side.panel-misses-side .autonumber,
.keuzehulp-panel.panel-misses-side.open .autonumber {
    background: #fff;
    color: #000;
}

.open~.att-is-set+.keuzehulp-panel.panel-misses-side.panel-misses-side.panel-misses-side .kh-title-main,
.open.att-is-set+.keuzehulp-panel.panel-misses-side.panel-misses-side.panel-misses-side .kh-title-main {
    color: #000;
}

.open~.att-is-set+.keuzehulp-panel.panel-misses-side.panel-misses-side .kh-title .kh-title-inner::after,
.open.att-is-set+.keuzehulp-panel.panel-misses-side.panel-misses-side .kh-title .kh-title-inner::after {
    content: '';
}

.keuzehulp-panel .kh-title h3 {
    color: inherit;
    font-size: 14px
}

.keuzehulp-panel .kh-title:hover h3 {
    color: inherit;
}

.keuzehulp-panel .kh-title {
    opacity: 1;
    color: #333;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.keuzehulp-panel .kh-title:hover,
.keuzehulp-panel.keuzehulp-panel.open .kh-title {
    opacity: 1;
    color: #000;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;

}

.panel-lock .kh-title {
    opacity: 0.9;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.keuzehulp-panel+.panel-lock .kh-title {
    opacity: 0.9;
    color: #555;
}

.panel-lock~.keuzehulp-panel .kh-title:hover {
    background: rgba(222, 0, 40, 0.1);
    opacity: 0.7;
    background: #fff;
}

.kh-title .kh-title-number {
    width: 15%;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kh-title-inner {
    width: 85%;
    padding: 10px 30px;
    min-height: 66px;
    position: relative;
    display: flex;
    align-items: center;
}

.kh-title-main h3 {
    margin-bottom: 0;
}

.kh-selected {
    padding-top: 2px;
    font-size: 12px;
}

.kh-selected:empty {
    display: none;
}

.kh-options-list {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    width: calc(100% + 8px);
}

.kh-options-list>.kh-option {
    padding: 4px;
    display: block;
    width: 50%;
    margin: 0;
    flex-grow: 0;
}

@media (max-width: 991px) {
    .kh-options-list>.kh-option {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .kh-options-list>.kh-option {
        width: 50%;
    }
}


.kh-options-list>.kh-option>.kh-option-inner {
    background: #fff;
    height: 100%;
    padding: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: right;
}

.kh-options-list>.kh-option>.kh-option-inner label {
    white-space: nowrap;
    color: inherit;
    margin-bottom: 0;
    line-height: 1;
}

.kh-options-list>.kh-option>.kh-option-inner label,
.kh-options-list>.kh-option>.kh-option-inner input {
    cursor: pointer;
}


.kh-options-list>.kh-option>.kh-option-inner.active,
.kh-options-list>.kh-option>.kh-option-inner:active {
    /* background: #666; */
    /* color: #fff; */
    background: #e0e0e0 !important;
}

.kh-options-list>.kh-option>.kh-option-inner:hover {
    border-color: #666;
}


.kh-options-list>.kh-option>.kh-option-inner input[type="radio"] {
    margin-bottom: 0;
    -webkit-appearance: none;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    border: 1px solid;
    border-radius: 0;
    position: relative;
    float: left;
    /* Hidden checkbox - start */
    width: 0;
    height: 0;
    display: none;
    /* Hidden checkbox - End */

}

.kh-options-list>.kh-option>.kh-option-inner input[type="radio"]::after {
    content: '\f00c';
    font-size: 0.65em;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2px 2px 1px;
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.kh-options-list>.kh-option>.kh-option-inner input[type="radio"]:checked::after {
    display: block;
}

.kh-options-list>.kh-option>.kh-option-inner {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: space-between;
    align-content: stretch;
    flex-flow: row wrap;
    justify-content: flex-start;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    /* padding-top: 0px; */
}


.kh-options-list>.kh-option>.kh-option-inner label {
    flex-grow: 1;
    text-align: left;
    flex-shrink: 0;
    max-width: 100%;
    white-space: break-spaces;
}

.kh-options-list>.kh-option>.kh-option-inner .kh-single-att-price {
    display: block;
    display: inline-block;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
}

.kh-description {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
}

.variations {
    display: none;
}

.kh-panel-color .kh-options {
    overflow: hidden;
    height: 450px;
    min-height: 335px;
    max-height: 75%;
    /*  max-height: 75%;
    height: 75%; */
    width: 100%;
    margin-bottom: 15px;
}

.kh-panel-color .kh-options .kh-options-list {
    flex-flow: column wrap;
    height: 100%;
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    margin: 0;
}

.kh-panel-color .kh-options .kh-options-list>.kh-option {
    height: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    width: 18%;
    display: block;
}

@media (max-width: 991px) {
    .kh-panel-color .kh-options .kh-options-list>.kh-option {
        width: 80%;
    }
}


.kh-panel-color .kh-options-list>.kh-option>.kh-option-inner {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    align-content: flex-start;
    text-align: left;
    height: 100%;
    max-height: 100%;
    padding: 8px;
}

.kh-option-image-block {
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 3px;
    border-radius: 3px;
}

.kh-panel-color .kh-option-image-block {}

.kh-panel-color .kh-options-list>.kh-option>.kh-option-inner {
    overflow: visible;
    position: relative;
    z-index: 5;
}

.kh-panel-color .kh-options-list>.kh-option:hover>.kh-option-inner {
    z-index: 6;
}

.kh-panel-color.kh-panel-color .kh-options-list>.kh-option>.kh-option-inner .kh-option-image-block {
    width: 100%;
    height: 90px;
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 12px;
    background-size: cover !important;
    background-color: transparent;
    /*  position: relative;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.kh-color-tooltip {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    bottom: -1px;
    width: 100%;
    border: 1px solid #ccc;
    transition: opacity 0.15s linear, transform 0.1s 0.5s linear;
    z-index: 8;
    margin-left: 3px;
    transform: translate3d(-5%, 0, 0);
}

.kh-option-type-color:nth-last-of-type(3)~.kh-option .kh-color-tooltip {
    right: 100%;
    left: initial;
    transform: translate3d(5%, 0, 0);
}

.kh-color-tooltip::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border: 4px solid #fff;
    top: 0;
    bottom: 0;
}

.kh-panel-color .kh-options-list .kh-option-inner:hover .kh-option-image-block .kh-color-tooltip {
    opacity: 1;
    transform: translate3d(-00%, 0, 0);
    transition: opacity 0.3s linear, transform 0.3s linear;
}

.kh-panel-color .kh-options-list>.kh-option>.kh-option-inner input[type="radio"] {
    display: none;
    float: none;
}

.kh-panel-color .kh-options-list>.kh-option>.kh-option-inner .kh-single-att-price {
    /* width: 100%; */
    text-align: right;
}

.single_variation_wrap .woocommerce-variation-price {
    display: none;
}

.keuzehulp-price-box {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 30px;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 15px;
}

.keuzehulp-price-box .keuzehulp-price-box-price {
    font-size: 30px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .keuzehulp-panel .kh-flyout {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        border-left: 0;
        border-right: 0;
        height: auto;
        min-height: 0;

    }

    .keuzehulp-panel .kh-flyout>.kh-flyout-inner {
        height: auto;
        min-height: 0;
    }
}



.kh-conditional-default-show.kh-conditional-active-hide,
.kh-conditional-default-show.kh-conditional-active-hide.kh-conditional-show-reason-size.kh-conditional-show-if-condition:not(.kh-conditional-active-show),
.kh-conditional-default-show.kh-conditional-active-hide.kh-conditional-show-reason-size,
.kh-conditional-default-hide.kh-conditional-default-hide {
    display: none;
}

.kh-conditional-default-hide.kh-conditional-default-hide.kh-conditional-active-show,
.kh-conditional-default-hide.kh-conditional-default-hide.kh-conditional-show-reason-size:not(.kh-conditional-show-if-condition),
.kh-conditional-default-hide.kh-conditional-default-hide.kh-conditional-show-reason-size.kh-conditional-show-if-condition.kh-conditional-active-show,
.kh-conditional-default-show.kh-conditional-default-show {
    display: block;
}

.kh-conditional-hide-reason-size {
    display: none !important;
}




.kh-size-double~.kh-panel-split .kh-flyout-inner {}

.kh-size-double~.kh-panel-split .kh-options {
    width: 100%;
    width: calc(100% + 8px);
    display: flex;

    flex-flow: row nowrap;
    margin-left: -4px;
    margin-right: -4px;
    ;
}

.kh-size-double~.kh-panel-split .kh-options-list {
    margin-left: 0;
    margin-right: 0;
}

.kh-size-double~.kh-panel-split .kh-options-list+.kh-options-list {}

.kh-size-double~.kh-panel-split .kh-options-list .kh-option {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}

.kh-size-double~.kh-panel-split .kh-options .kh-options-list {
    padding-left: 4px;
    padding-right: 4px;
    flex-basis: 50%;
    flex-grow: 1;
    display: block;
}


.kh-size-double~.kh-panel-split .kh-options-list-split-right::before {
    content: 'Rechts';
}

.kh-size-double~.kh-panel-split .kh-options-list-split-left::before {
    content: 'Links';
}

.kh-size-double~.kh-panel-split .kh-options-list::before {
    margin-left: 0px;
    font-weight: 700;
}

.kh-size-single~.kh-panel-split .kh-options-list-split-right {
    display: none;
}

.kh-size-double~.kh-panel-split .kh-options .kh-options-list .kh-option {
    width: 100%;
}

.kh-size-double~.kh-panel-split .kh-options .kh-options-list .kh-option-inner {
    padding-top: 4px;
}

.kh-quickstart {
    position: absolute;
    width: auto;
    left: 50%;
    top: -76px;
    transform: translateX(-50%);
}

.quickstart-inner {
    animation: kh-leftright;
    animation-play-state: paused;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    min-height: 60px;
    position: relative;
    background: var( --ttp-amazon );
    /*  background: #fff; */
    border: 3px solid var( --ttp-amazon );
    color: #fff;
    font-weight: 700;
    padding: 8px;
    filter: drop-shadow(0px 0px 5px #ccc) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    /*  border: 2px solid #ccc; */
    display: flex;
    text-align: center;
    align-items: center;
    color: #fff;
    /*    color: var( --ttp-amazon ); */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transform: translateY(0px);
    transition: background 0.2s, transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transform: translateY(15px);
}

.quickstart-inner:hover {
    animation-play-state: running;
    transform: translateY(15px);
}

.quickstart-inner::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #339933;
    position: absolute;
    left: 49%;
    bottom: -20px;
    transform: rotate(90deg);
}

@media (min-width: 992px) {}

.keuzehulp-panel.open~.kh-quickstart,
.keuzehulp-panel.att-is-set~.kh-quickstart {
    display: none;
}


/**
 * Panel Size
 */
.kh-panel-size .kh-options {
    padding-left: 45px;
    position: relative;
}

.kh-panel-size .kh-options .kh-options-list {
    position: relative;
}

.kh-panel-size .kh-options .kh-options-list::before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 100%;
    text-align: center;
    top: 4px;
    left: -50px;
    font-size: 24px;
}

.kh-options .kh-options-list p.stock {
    /* display: inline-block; */
    margin: 0;
    /* margin-left: 0.5em; */
    line-height: inherit;
    white-space: break-all !important;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 0.25em;
}

.kh-options .kh-options-list p.stock.out-of-stock,
.kh-options .kh-options-list p.stock.available-on-backorder {
    color: #de0028;
}

.kh-panel-size .kh-options .kh-options-list.kh-options-list-sizes-one::before {
    content: '\f007';
}

.kh-panel-size .kh-options .kh-options-list.kh-options-list-sizes-two::before {
    content: '\f500';
}

.single_add_to_cart_button.button.alt:not(.disabled) {
    background-color: var( --ttp-primary );
    transition: opacity 0.2s linear, background 0.2s linear;
    opacity: 1;
    width: 100%;
    border-radius: 5px;
}

.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: hsla(71, 0%, 39%, 1);
    background-color: #de0028;
    opacity: 0;
    transition: opacity 0.2s linear, background 0.2s;
}

.prod-config-title.prod-config-title {
    display: block;
}

.col-product-config {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 15px 0 !important;
    background-color: #f6f5f5;
}

.col-product-config .woocommerce-variation-add-to-cart .quantity.buttons_added {
    display: none !important;
}

@media (max-width: 549px) {
    .kh-quickstart {
        top: -70px;
        left: 0;
        right: unset;
        transform: unset;
    }

    .quickstart-inner::after {
        top: unset;
        left: 15px;
        bottom: -15px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;  
        border-top: 12px solid var( --ttp-amazon );
        border-bottom: 0;
        transform: unset;
    }

    .col-product-config {
        border: 0;
    }
}

.first-row-detail-product .prod-col-mid.prod-col-mid.prod-col-mid {
    display: block;
}

/* @media screen and (min-width: 550px) {
    .first-row-detail-product .col-product-config.col-product-config.col-product-config.col-product-config {
        width: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
}

@media screen and (min-width: 850px) {
    .first-row-detail-product .col-product-config.col-product-config.col-product-config.col-product-config {
        width: 33.33333%;
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
} */

.col-product-config.col-product-config .product-title-container,
.col-product-config.col-product-config .single-product-description,
.col-product-config.col-product-config .product-short-description {
    display: none;
}


.ttp-delivery-time {
    padding: 0 15px;
}


/*
 * 2023 Mobile keuzehulp popup
 */
 
/* html.keuzehulp-active,
body.keuzehulp-active {
    overflow-y: hidden;
} */

.kh-flyout-close {
    display: none;
    position: fixed;
    right: 15px;
    top: 15px;
}

.kh-flyout-close span {
    margin-right: 6px;
}

.kh-flyout-close i {
    font-size: 28px;
    color: #cd3535;
}

.kh-option-tooltip-icon.kh-color-tooltip {
    background-size: cover;
}

@media ( max-width: 767px ) {
    .keuzehulp.kh-base {
        z-index: unset;
    }

    .keuzehulp-panel .kh-flyout {
        position: fixed;
        left: 0;
        top: 0;
        padding-top: 40px;
        /* padding-bottom: 80px; */
        background-color: #fff;
        overflow-y: auto;
        z-index: 9999;
    }

    .kh-mobile-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kh-flyout-close {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kh-panel-color.kh-panel-color .kh-options-list>.kh-option>.kh-option-inner .kh-option-image-block {
        height: 150px;
    }

    .kh-option-tooltip-icon.kh-color-tooltip {
        display: none;
    }
}

/* Verify */
