/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.home-section-caption .image_with_caption figure.wp-caption {
    position: relative;
    background: linear-gradient(to bottom, #EFCD7F, #AB812E) border-box;
    border: 8px solid transparent;
    border-radius: 12px;
    overflow: hidden;
}
.home-section-caption .image_with_caption figure.wp-caption figcaption.widget-image-caption {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: linear-gradient(346deg, #AA802D -100.78%, #F0CF80 100%);
    padding: 13px 16px;
    border-radius: 8px;
}
.th-img-border {
    background: linear-gradient(to bottom, #EFCD7F, #AB812E) border-box;
    border-radius: 12px;
    border: 8px solid transparent;
}

.course-gradient-border {
    position: relative;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to bottom, #EFCD7F, #AB812E) border-box;
    border: 6px solid transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 30px;
    margin: 0;
    transition: background 0.3s ease-in-out;
    width: calc((100% - (2 * 30px)) / 3);
    z-index: 1;
}
.course-container .elementor-row {
    width: 100%;
    display: flex;
    gap: 30px;
}

.course-container .course-gradient-border::before {
    content: "";
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #EFCD7F, #AB812E) padding-box, linear-gradient(to bottom, #EFCD7F, #AB812E) border-box;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    pointer-events: none;
}
.course-container .course-gradient-border:hover::before {
    opacity: 1;
}

.elementor-widget-pkblog .simpleblog__listing__post .simpleblog__listing__post__wrapper > a {
    border: 6px solid var(--th-purple1, #6655A1);
    border-radius: 12px;
    display: block;
    overflow: hidden;
}

.elementor-widget-pkblog .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .simpleblog__listing__post__wrapper__content__footer .btn.btn-primary {
    border-radius: 50px;
}
.elementor-widget-pkblog .simpleblog__listing__post .simpleblog__listing__post__wrapper .blog-headline {
    margin-top: 0 !important;
}

.homepage_category_section {
    .elementor-column {
        .elementor-widget-wrap {
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            column-gap: 30px;
            row-gap: 30px;
        }

        .homepage_category_element {
            width: calc((100% - (3 * 30px)) / 4);

            .elementor-image-box-title {
                margin-top: 10px;
                padding: 0px 30px;
                transition: color 0.3s ease;
                margin-bottom: 0;
            }

            .elementor-image-box-img {
                margin-bottom: 0 !important;
                a {
                    display: flex;
                    border-radius: 12px;
                    /*border: 6px solid var(--Gold, #EFCD7F);*/
                    background: linear-gradient(to bottom, #EFCD7F, #AB812E) border-box;
                    border: 8px solid transparent;
                    overflow: hidden;
                }
            }

            &:hover {
                .elementor-image-box-title {
                    color: var(--th-gold2, #D69A02);
                }

                .elementor-image-box-img {
                    a {
                        img {
                            transform: scale(1.1);
                        }
                    }
                }
            }
        }
    }
}



.custom-customers .elementor-carousel-wrapper .swiper-slide {
    margin-top: calc(var(--th-testimonial-img-height) / 2);
    background: linear-gradient(var(--th-light-yellow, #FFFBF0), var(--th-light-yellow, #FFFBF0)) padding-box, linear-gradient(to bottom, #EFCD7F, #AB812E) border-box;
    border: 4px solid transparent;
    border-radius: 12px !important;
}
.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper .elementor-testimonial-image img {
    background: linear-gradient(var(--th-light-yellow, #FFFBF0), var(--th-light-yellow, #FFFBF0)) padding-box, linear-gradient(135deg, #EFCD7F, #AB812E) border-box;
    border: 4px solid transparent;
    border-radius: 100%;
    margin-top: 22px;
    margin-bottom: 18px;
}
.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper {
    background-color: #fff;
    padding: 0 20px 20px 20px !important;
}
.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper .elementor-testimonial-content {
    color: var(--th-dark-grey, #252525);
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.264px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper .elementor-testimonial-name {
    color: var(--th-purple1, #42376A);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    margin-top: 12px;
}
.custom-customers .elementor-carousel-wrapper .swiper-wrapper {
    align-items: center;
}



.homepage-newsletter {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0)), linear-gradient(90deg, #C9A253 0%, #eecb79 30%, #f7dc97 55%, #f7dc97 70%, #eecb79 80%, #C9A253 100%);
    border-radius: 12px;
    max-width: 1207px;
    padding: 52px;
    color: #fff;
    position: relative;
    overflow: visible;
}
.homepage-newsletter::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(46%, 19%);
    background: url('https://create.sonnenhauswelt.com/img/cms/Cat-Pictures/home-newsletter-img.png') no-repeat center center;
    background-size: contain;
    width: 450px;
    height: 530px;
    z-index: 2;
    pointer-events: none;
}
.homepage-newsletter {

    .newsletter-form {
        display: flex;
        flex-direction: column;
        max-width: 876px;
        align-items: stretch;

        .newsletter-info {
            flex-basis: 100%;
            margin-bottom: 24px;
            font-size: 16px;
            font-weight: 600;

            p {
                margin-top: 0;
                margin-bottom: 16px;
            }
        }

        .input-fields-container {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            column-gap: 16px;
            width: 94%;

            .input-field-wrap:first-child {
                flex-basis: 29%;
                max-width: 250px;
            }

            .input-field-wrap:nth-child(2) {
                flex-grow: 1;
            }

            .newsletter-input {
                flex: 1 1 auto;
                background: #fff;
                color: var(--th-purple1, #6655A1FF);
                font-family: "Poppins";
                height: 48px;
                border-radius: 25px;
                border: none;
                padding: 0 30px;
                font-size: 14px;

                &::placeholder {
                    color: var(--th-purple1, #6655A1);
                }
            }

            .submit-widget-newsletter {
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                align-content: center;
                align-items: center;
                column-gap: 6px;

                height: 48px;
                border-radius: 25px;
                border: none;
                padding: 8px 26px;
                cursor: pointer;
                position: relative;
                min-width: 140px;
                width: auto;
                background-color: var(--th-purple1, #6655A1);
                color: var(--th-white, #fff);
                font-weight: 600;
                transition: background 0.3s ease-in-out;
                transform: none;
                right: 0;

                .button-text {
                    font-family: Poppins;
                    font-weight: 400;
                }

                &:after {
                    content: "\f0e0";
                    font-family: 'Font Awesome 6 Free';
                    font-style: normal;
                    display: inline-flex;
                    align-items: center;
                    -webkit-font-smoothing: antialiased;
                    margin-left: 0;
                }

                &:hover {
                    background-color: #55468C;
                }
            }
        }

        .newsletter-terms-wrap{
            margin-top: 16px;

            p{
                margin-top: 0;
                margin-bottom: 0;
                color: #000000;
                font-family: "Poppins", sans-serif;
                font-size: 12px;
                font-weight: 400;
                font-style: normal;
                line-height: 18px;
                letter-spacing: 0px;

                &:first-of-type{
                    margin-bottom: 6px;
                }
            }
        }
    }
}

/* .homepage-newsletter .newsletter-form input {
    background: #F9F8FF;
    color: #000;
    height: 48px;
    border-radius: 25px;
    border: none;
    padding: 0 30px;
    font-size: 14px;
}
.homepage-newsletter .newsletter-form .pknlinput-wrap {
    width: 100% !important;
    margin-bottom: 16px !important;
}
.homepage-newsletter .newsletter-widget.flex-container {
    max-width: 876px;
    width: 100%;
} */
 


article.product-miniature .thumbnail-container {
    padding: 12px;
    border-radius: 12px;
    border: 4px solid #EFCD7F;
    background: #FFFBF0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
} 
article.product-miniature .thumbnail-container {
    min-height: 470px;
}
.product_list article.product-miniature .thumbnail-container {
    min-height: unset;
}
.ruby-image-carousel article.product-miniature .thumbnail-container,
.page-product article.product-miniature .thumbnail-container {
    min-height: 450px;
}
.pk-category-products .ps_bestsellers article.product-miniature .thumbnail-container {
    min-height: 440px;
}
article.product-miniature .thumbnail-container .product-desc-wrap .product-title {
    color: #42376A;
    font-family: Cinzel;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.264px;
    min-height: unset;
    max-height: unset;
    order: unset !important;
}
article.product-miniature .thumbnail-container .product-desc-wrap .product-price-and-shipping {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 3px;
    order: unset !important;
}
article.product-miniature .thumbnail-container .product-desc-wrap .product-price-and-shipping span.regular-price {
    color: var(--th-red, #B00300);
    font-family: Poppins;
    letter-spacing: -0.14px;
    margin-right: 8px;
    order: 1;
}
article.product-miniature .thumbnail-container .product-desc-wrap .product-price-and-shipping span.price {
    color: var(--th-gold, #D69A02);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.01px;
    letter-spacing: -0.14px;
    background: transparent;
    padding: 0;
    margin-right: 8px;
}
article.product-miniature .thumbnail-container .product-desc-wrap ul.product-flags {
    left: 15px;
    right: auto;
}
article.product-miniature .thumbnail-container .product-desc-wrap ul.product-flags .product-flag.discount {
    border-radius: 4px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    background: #EE0000;
        width: fit-content;
}

.home-icon-block {

    .home-icon-block-col-img {
        width: fit-content;
        max-width: 80px;

        img {
            max-width: 64px !important;
        }
    }

    .home-icon-block-col-content {
        flex-grow: 1;
        max-width: 330px;
    }
}

.elementor-widget.elementor-widget-text-editor {
    .elementor-text-editor {
        p {
            margin: 0;

            &:empty {
                margin-bottom: 24px;
            }
        }
    }
}


.footer-newsletter .input-fields-container {
    display: flex;
    flex-wrap: wrap; /* allow the button to wrap onto a new line */
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
}

.footer-newsletter .input-field-wrap:first-child {
    flex: 0 0 156px;
}

.footer-newsletter .input-field-wrap:nth-child(2) {
    flex: 1;
    min-width: 0;
}

.footer-newsletter .submit-widget-newsletter {
    flex: 0 0 100%;
}

.footer-newsletter .input-field-wrap:first-child .newsletter-input {
    width: 156px;
}

.footer-newsletter .input-field-wrap:last-child .newsletter-input {
    width: 100%;
}

/*
/f0e0
*/

.footer-newsletter .submit-widget-newsletter {
    position: static;
    width: 100%;
    height: 48px;
    border-radius: 41px;
    background: #D0AA5A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 26px;
    border: none;
    margin-top: 0;
    transform: translate(0px);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    grid-column: 1 / -1;
}

.footer-newsletter .submit-widget-newsletter::after {
    content: "\f0e0";
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}

#footer {
    .thcopyright {
        color: var(--th-light-purple, #F9F8FF);
        text-align: center;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
    }

    .newsletter-widget .newsletter-terms-wrap{
        margin-top: 8px;

        p{
            margin-top: 0;
            margin-bottom: 0;
            color: #F9F8FF;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
            font-weight: 400;
            font-style: normal;
            line-height: 18px;
            letter-spacing: 0px;
            display: inline;

            &:first-of-type {
                margin-bottom: 6px;
            }
        }
    }
}
.footer-newsletter .newsletter-info {
    margin-bottom: 16px !important;
    grid-column: 1 / -1;
}
.background-gradient-purple {
    background: linear-gradient(97.36deg, #42376A -35%, #242335 55%, #42376A 99%);
}
.custom-social-media-icons i {
    background: linear-gradient(to top, #AB812E, #EFCD7F) border-box;
    border-radius: 33px;
    border: 0;
    padding: 0;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Style for list items in the redirect_link section */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item {
    margin-bottom: 6px !important;
}
/* Text color */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    color: #fff !important;
}

/* Style for list items in the redirect_link section */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item {
    margin-bottom: 6px !important;
}

/* Style for links and text in the list items */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16.5px !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
}

/* Text color */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    color: #fff !important;
}

/* Icon styling */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    color: #fff !important;
    margin-right: 8px !important;
}

/* Icon size */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
    font-size: 16px !important;
    vertical-align: middle !important;
}

/* Hover effect for links */
.redirect_link .elementor-icon-list-items .elementor-icon-list-item a:hover {
    text-decoration: underline!important;
}

#footer .redirect_link .elementor-icon-list-items .elementor-icon-list-item a:hover {
    text-decoration: underline!important;
    text-decoration-color: #fff !important;
    text-underline-offset: 3px;
}


.custom-header-redirect .elementor-icon-list-items {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Individual list items with spacing */
.custom-header-redirect .elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

/* Add spacing between list items */
.custom-header-redirect .elementor-icon-list-item:not(:last-child) {
    margin-right: 32px;
}

/* Links styling */
.custom-header-redirect .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 8px;
    transition: all 0.3s ease;
    color: var(--th-white);
}

/* SVG icons container with margin */
.custom-header-redirect .elementor-icon-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

/* SVG styling - target the path elements directly */
.custom-header-redirect .elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

/* Override the hardcoded fill in SVG paths */
.custom-header-redirect .elementor-icon-list-icon svg path {
    fill: var(--th-white) !important;
    transition: all 0.3s ease;
}

/* Hover effect for links and SVG paths */
.custom-header-redirect .elementor-icon-list-item a:hover {
    color: var(--th-gold2);
}

.custom-header-redirect .elementor-icon-list-item a:hover .elementor-icon-list-icon svg path {
    fill: var(--th-gold2) !important;
}

/* Make sure text color is not overridden by theme */
.elementor-widget-icon-list .elementor-icon-list-text {
    color: inherit !important;
}

/* Text styling with specific font requirements */
.custom-header-redirect .elementor-icon-list-text {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all 0s ease;
    margin-bottom: -2px;
    white-space: nowrap;
    color: #fff !important;
}
.custom-header-redirect .elementor-icon-list-icon i {
    color: #fff;
}

.th-header-country {
    .th_country_selector_top {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        color: #252525;
        padding: 0;

        .th_country_selector_top_inner {
            border-bottom: unset;
            column-gap: 10px;
            margin-left: 10px;
            padding: 0;
            transition: color 0.3s ease-in;

            .th_country_selector_top_flag {
                margin: 0;
                max-width: 20px;
            }

            i {
                font-size: 13px;
            }

            &:hover {
                border-bottom: unset !important;
                color: var(--th-gold2);
            }
        }
    }
}


.header-col-menu {
    /* width: fit-content !important;
    min-width: fit-content; */

    .compare-select {
        .pk-compare {
            .pk-item-content {

                svg,
                span:not(.header-item-counter) {
                    transition: color 0.3s ease !important;
                }

                .header-item-counter {
                    left: 67%;
                    color: var(--th-purple, #42376A);
                }
            }
        }
    }

    .favorites-select {
        .pk-favorites {
            .pk-item-content {

                svg,
                span:not(.header-item-counter) {
                    transition: color 0.3s ease !important;
                }

                .header-item-counter {
                    left: 62%;
                    color: var(--th-purple, #42376A);
                }
            }
        }
    }

    .custom-my-account .menu-item-account-0 {
        > a.elementor-item.has-submenu {

            svg,
            i,
            span {
                transition: color 0.3s ease !important;
            }
        }
    }

    .cart-select .pk-cart .header-item-counter.cart-products-count{
        left: 32px;
    }

    .cart-select .pk-cart:hover *:not(.header-item-counter) {

        svg,
        span:not(.header-item-counter) {
            transition: color 0.3s ease !important;
        }
    }


    .compare-select .pk-compare:hover *:not(.header-item-counter),
    .favorites-select .pk-favorites:hover *:not(.header-item-counter),
    .custom-my-account .menu-item-account-0 > a:hover *,
    .cart-select .pk-cart:hover *:not(.header-item-counter) {
        color: var(--th-gold2) !important;
    }

    .custom-my-account {
        position: relative;
        height: 25px;
        align-content: center;
        border-left: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
        z-index: 10;

        .elementor-widget-container,
        .elementor-widget-container > .elementor-sign-in,
        .elementor-widget-container > .elementor-sign-in > .elementor-nav,
        .elementor-widget-container > .elementor-sign-in > .elementor-nav > .menu-item-account-0 {
            position: unset !important;
        }

        .menu-item-account-0 {

            ul.sub-menu {
                /*width: calc(100% + 39px) !important;*/
                width: calc(100% - 1px) !important;
                left: 50% !important;
                transform: translateX(-50%) !important;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
                overflow: hidden;
                border: 1px solid #D9D9D9;
                border-top: unset;
                box-sizing: content-box !important;
                padding-top: 10px;

                .menu-item {
                    a {
                        padding: 8px 12px 8px 20px;
                        font-weight: 600;

                        i {
                            font-size: 16px;
                        }

                        &:hover {
                            color: var(--th-gold2) !important;
                            background: #fff !important;
                        }
                    }
                }
            }
        }
    }
}

#header {
    & .desktop-header-wrapper {
        & .desktop-megamenu-section {
            & .desktop-megamenu-menu-col {
                & .th-secondary-menu {
                    .elementor-icon-list-items {
                        flex-wrap: nowrap;
                        gap: 0px
                    }
                }
            }
        }
    }
}
#header .custom-background-icon.item-custom-space .elementor-widget-container {
    margin-right: 0;
}

.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper {
    min-height: inherit;
}
.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top:first-child {
    transform: translateY(-100px);
}

.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper {
    overflow: unset;
}

.custom-customers .elementor-carousel-wrapper  .swiper-slide {
    overflow: unset;
}
.custom-customers .elementor-carousel-wrapper .elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-top: -80px;
}


.homepage-brand-carousel-sec .pk-ce-carousel .slick-track .slick-slide div {
    margin-inline: 0 !important;
    width: 100%;
}
.homepage-brand-carousel-sec .pk-ce-carousel .slick-track .slick-slide div figure img {
    width: 94%;
}
.homepage-training-courses-slider article.product-miniature .thumbnail-container {
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: block;
    height: auto !important;
}

.homepage-training-courses-slider article.product-miniature .thumbnail-container .product-thumbnail {
    padding: 0px;
    border-radius: 12px;
    border: 4px solid #EFCD7F;
    background: #FFFBF0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.homepage-training-courses-slider article.product-miniature .thumbnail-container .product-thumbnail img {
    height: 290px;
    object-fit: contain;
}

.ets_mm_megamenu_content {
    & .mm_menus_ul {
        & .mm_menus_li {
            &.custom-mega-menu {
                .mm_menu_content_title {
                    min-height: unset;
                    font-family: 'Cinzel' !important;
                }
            }
        }
    }
}

.ets_mm_megamenu {
    margin-top: 0 !important;
}

/* .desktop-megamenu-section {

    .desktop-megamenu-col {
        width: fit-content;
        margin-left: 0px;
    }

    .desktop-megamenu-menu-col {
        flex-grow: 1;

        .th-secondary-menu {

            .elementor-icon-list-items {
                flex-wrap: nowrap;
            }
        }

        .th-header-country {

            .th_country_selector_top {
                font-family: 'Cinzel', serif;
                font-size: 14px;
                font-weight: 700;
                color: var(--th-white);

                .th_country_selector_top_inner {
                    border-bottom: unset;
                    column-gap: 10px;
                    margin-left: 10px;
                    padding: 0;
                    transition: color 0.3s ease-in;

                    .th_country_selector_top_flag {
                        margin: 0;
                        max-width: 20px;
                    }

                    i {
                        font-size: 13px;
                    }

                    &:hover {
                        border-bottom: unset !important;
                        color: var(--th-gold2);
                    }
                }
            }
        }
    }
} */
.desktop-megamenu-menu-col .elementor-widget-wrap {
    flex-wrap: nowrap;
}
.desktop-megamenu-menu-col .elementor-widget-wrap .custom-header-redirect {width: 100%;margin-bottom: 0;}

.desktop-megamenu-menu-col .elementor-widget-wrap .elementor-widget-ps-widget-module {
    flex: unset;
    width: -webkit-fill-available;
}

article.product-miniature .thumbnail-container .product-desc-wrap .product-price-and-shipping .product-price-discount {
    order: 1;
}

.category-filters-col .elementor-widget-wrap nav.ps_categorytree .category-tree summary a,
.page-search nav.ps_categorytree .category-tree summary a {
    color: var(--th-purple, #42376A);
    font-family: Cinzel;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: unset !important;
}

.product-thumbnail .product-actions .favorites-button {
    padding: 0;
    border: 0;
}
.product-thumbnail .product-actions .favorites-button svg.svgic {
    width: 18px;
    height: auto;
}
.thumbnail-container .displayProductButtonFixed .add_to_compare {
    padding: 10px;
    box-shadow: unset;
}
.thumbnail-container .displayProductButtonFixed .add_to_compare svg.svgic {
    width: 20px;
    height: auto;
}
.pagination {
    & .page-list {
        & li {
            &.current a {
                border: 0px;
            }
        }
    }
}

.category-filters-col .elementor-widget-wrap nav.ps_categorytree .category-tree ul,
.page-search nav.ps_categorytree .category-tree ul {
    list-style: none;
    min-height: unset;
    padding: 0 0 0 10px;
    max-height: unset;
}
.category-filters-col .elementor-widget-wrap nav.ps_categorytree .category-tree ul li a,
.page-search nav.ps_categorytree .category-tree ul li a,
.page-manufacturer nav.ps_categorytree .category-tree ul li a {
    color: var(--th-purple, #42376A);
    font-family: 'Cinzel';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.pk-fixed-bottom .pk-scroll-totop {
    position: relative;
}

#_desktop_search_filters_clear_all .js-search-filters-clear-all {
    border-radius: 50px;
    letter-spacing: 0;
    font-size: 14px;
    background-color: #6655A1;
    border-color: #6655A1;
    color: #fff;
    padding-block: 11px;
}
#_desktop_search_filters_clear_all .js-search-filters-clear-all::after {
    width: 100%;
    inset: auto;
    left: 0;
    top: 0;
    background: linear-gradient(94deg, #6655A1 -0.46%, #372B61 102.42%);
}

.cms-print-button-container {
    margin-top: 26px;
}
.page-content .content-cms-wrapper img {
    width: 100%;
    height: auto;
    max-width: 220px;
}

.custom-header-input-search .inner-search-button input[type="search"]::placeholder {
    color: #42376A;
    opacity: 1;
}


.ets_mm_block_content ul.ets_mm_categories li.has-sub ul.ets_mm_categories {
    /* position: static;
    height: auto;
    max-height: unset;
    border: 0;
    white-space: unset; */
        /* visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto; */
    left: 0;
    right: auto !important;
    top: 42px;
    border-radius: 12px;
    width: 100%;
    margin-left: 0;
}

.ets_mm_block_content ul.ets_mm_categories li a.ets_mm_url:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0)),    linear-gradient(90deg, #C9A253 0%, #eecb79 30%, #f7dc97 55%, #f7dc97 70%, #eecb79 80%, #C9A253 100%) !important;
}
.ets_mm_block_content ul.ets_mm_categories li a.ets_mm_url {
    border-radius: 10px !important;
    display: inline-block;
    width: unset;
    line-height: 26px;
    white-space: normal;
}

/* .ets_mm_block_content ul.ets_mm_categories li.has-sub ul.ets_mm_categories a.ets_mm_url {
    font-family: 'Poppins';
    font-weight: 400 !important;
} */
/* .ets_mm_block_content ul.ets_mm_categories li.has-sub a.ets_mm_url::after {
    visibility: hidden;
} */

/* .ets_mm_megamenu .ets_mm_megamenu_content .container {
    padding-left: 0;
} */

/* li.mm_columns_li.mm_has_sub li.has-sub ul.ets_mm_categories {
    opacity: 1 !important;
    visibility: visible;
} */
.custom-header-redirect .elementor-icon-list-item a:hover span, 
.custom-header-redirect .elementor-icon-list-item a:hover span i {
    color: #D69A02 !important;
}

.category-filters-col .elementor-widget-wrap nav.ps_categorytree .category-tree ul li details li a,
.page-search nav.ps_categorytree .category-tree ul li details li a,
.page-manufacturer nav.ps_categorytree .category-tree ul li details li a {
    font-family: 'Roboto';
}

.category-bestseller-divider {
    margin-block: 40px 20px;
}
.page-manufacturer #left-column .ps_categorytree .module-body .category-tree li {
    padding-block: 10px !important;
}

.page-manufacturer #left-column .ps_categorytree .module-body .category-tree > ul > li {
    padding-block: 10px !important;
}
.page-content .content-cms-wrapper .content-page-middle-img img,
.page-content .content-cms-wrapper .versand-page-middle-img img,
.page-content .content-cms-wrapper .content-page-payment-img img {
    width: revert-layer;
    height: auto;
}

/* .product_list_top #js-product-list-top .listing_view .view_btn[data-gridcols="5"], 
.product_list_top #js-product-list-top .listing_view .view_btn[data-gridcols="6"] {
    display: none;
} */
.product_list_top #js-product-list-top .listing_view {
    margin-left: auto;
}
.custom-customers .elementor-carousel-wrapper .swiper-pagination {
    bottom: -6px;
}


.myaccount-select .pk-myaccount .current-item::before, 
.favorites-select .pk-favorites .current-item::before, 
.compare-select .pk-compare .current-item::before, 
.cart-select .pk-cart .current-item::before {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}


/* New Mega Menu Css */
/* .custom-new-megamenu .ets_mm_megamenu_content {
    background: transparent !important;
    border: 0 !important;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul {
    list-style: none;
    background: transparent !important;
    gap: 20px;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li > a.ets_mm_url {
    color: #fff !important;
    font-family: 'cinzel';
    font-weight: 700;
}

.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li a.ets_mm_url span.mm_menu_content_title {
    height: auto;
    min-height: unset;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li {
    position: relative;
    border: 0;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li:hover a.ets_mm_url {
    background: transparent !important;
    line-height: normal;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li a.ets_mm_url::before {
    visibility: hidden;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul {
    padding: 10px 0px;
    margin: 0;
    list-style: none;
    min-width: 350px;
    background: #FFFFFF;
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    border-color: #EFCD7F;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories {
    list-style: none;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul li.mm_blocks_li {
    margin: 0;
    padding: 0;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul {
    width: revert-layer;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul::before {
    display: none;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li {
    margin-block: 0px;
    padding-inline: 12px;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li:hover {
    background: #F0F0F0;
}
.custom-new-megamenu .ets_mm_megamenu {
    height: auto !important;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul .custom-mega-menu {
    display: none;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li a.ets_mm_url {
    padding-inline: 0;
    width: fit-content;
}

.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li > ul.mm_columns_ul ul.ets_mm_categories a.ets_mm_url {
    font-family: 'Roboto';
    font-weight: 700;
    line-height: normal;
    font-weight: 500 !important;
    font-size: 14px;
    color: #42376A !important;
    text-transform: uppercase;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li.has-sub ul.ets_mm_categories {
    background: #FFFFFF;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: #EFCD7F;
    border-radius: 5px;
    padding: 12px 5px;
    margin: 0;
    left: 100%;
    white-space: unset;
    min-width: 350px;
}
.custom-new-megamenu .ets_mm_megamenu::before {
    visibility: hidden !important;
}
body #main-content .home-slider-rev > .elementor-widget-container > rs-module-wrap#rev_slider_3_1_wrapper {
    width: 100% !important;
}

.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.three-column-seprater ul.mm_columns_ul {
    min-width: 1100px !important;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.two-column-seprater ul.mm_columns_ul {
    min-width: 600px !important;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.right-align-menu ul.mm_columns_ul {
    left: auto;
    right: 0;
}

.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.more-submenu .ets_mm_block_content ul {
    list-style: none;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.more-submenu .ets_mm_block_content ul li {
    padding-inline: 12px;
    width: 100%;
    display: block;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.more-submenu .ets_mm_block_content ul li:hover {
    background-color: #F0F0F0;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.more-submenu .ets_mm_block_content ul li a {
    font-family: 'Roboto';
    font-weight: 700;
    line-height: normal;
    font-weight: 500 !important;
    font-size: 14px;
    color: #42376A !important;
    padding-block: 8px !important;
    display: inline-block;
    text-transform: uppercase;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li.has-sub > a.ets_mm_url::after {
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    color: #42376A;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li.has-sub > a.ets_mm_url::before {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    background: #F0F0F0;
    visibility: visible;
    transform: translateY(-50%);
    border-radius: 50%;
}
.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul ul.ets_mm_categories li.has-sub:hover > a.ets_mm_url::before {
    background: #fff;
}

.custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.res-sub-de ul.mm_columns_ul li.mm_columns_li:last-child ul.ets_mm_categories li.has-sub ul.ets_mm_categories {
    right: 0;
    left: auto;
    top: 50px;
} */
/* New Mega Menu Css End */


/* body {
    overflow-x: hidden;
} */

/* Product Footer Section Hide Css */
.page-width.product-footer .row {
    display: none;
}


.page-product .elementor-carousel-wrapper .elementor-swiper-button-prev i, 
.page-product .elementor-carousel-wrapper .elementor-swiper-button-next i {
    color: #42376A;
    font-size: 30px;
}
.page-product .elementor-carousel-wrapper .elementor-swiper-button-prev {
    left: -42px;
}
.page-product .elementor-carousel-wrapper .elementor-swiper-button-next {
    right: -42px;
}
.page-product .elementor-carousel-wrapper .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #42376A;
}
.page-product .elementor-section-boxed .elementor-container {
    width: 100% !important;
}
/* Product Footer Section Hide Css End */




.offer-home-carousel .product-miniature .thumbnail-container .product-desc-wrap .product-description {
    min-height: 136px;
}

.page-product .product-footer > * {
    margin-top: 0;
}

.page-product .product-miniature .thumbnail-container .product-desc-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 136px;
}

.category-content-title {
    margin-bottom: 0 !important;
}

.custom-background-header .ets_mm_megamenu::before {
    visibility: hidden !important;
}

.custom-background-icon .pk-ce-widget .current-item,
.custom-my-account .pk-ce-widget .current-item {
    gap: 4px;
}

.home-banner-slider .elementor-image-carousel figure.swiper-slide-inner {
    display: flex;
    min-height: 520px;
}
.home-banner-slider .elementor-image-carousel figure.swiper-slide-inner img {
    object-fit: cover;
}

.home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-prev, 
.home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-next {
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease-in-out;
}

.home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-prev:hover, 
.home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-next:hover {
    background: #fff;
}


/* .in_progress {
    border-radius: 50%;
    background: url('/themes/alysum/assets/svg/loader.svg') no-repeat 50% 50% / cover !important;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;

    use {
        opacity: 0;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */


.th_country_selector_top_flag::before {
  display: none;
}

.th_country_selector_top_inner span {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}

.simpleblog__listing__post__wrapper img {
    border-radius: 0;
}

main#main-content .page-width.top-content {
max-width: 1280px;
padding-inline: 10px;
}
#product main#main-content .page-width.top-content,
.page-cms main#main-content .page-width.top-content {
    padding-inline: 2px;
}
#notifications .pk-notification {
    margin-inline: 0 0 !important;
}

div#mollie-applepay-direct-button {
    margin-bottom: 0 !important;
}

#footer .newsletter-widget .newsletter-terms-wrap {
    line-height: 19px;
}

#module-ph_simpleblog-list main#main-content .page-width.main-content,
#module-ph_simpleblog-category main#main-content .page-width.main-content,
.page-authentication main#main-content .page-width.main-content,
#checkout #main-content .page-width,
.page-cart #main-content .page-width,
#identity #main-content .page-width,
#my-account #main-content .page-width,
#addresses #main-content .page-width,
#history #main-content .page-width,
#module-mollie-subscriptions #main-content .page-width,
#module-ets_marketplace-contactseller #main-content .page-width,
#module-ets_marketplace-registration #main-content .page-width,
#module-pkfavorites-account #main-content .page-width,
#order-slip #main-content .page-width,
#registration #main-content .page-width,
#search #main-content .page-width,
#order-confirmation #main-content .page-width,
#module-ph_simpleblog-single #main-content .page-width,
#module-pkcompare-compare #main-content .page-width,
#manufacturer #main-content .page-width,
#product #main-content .page-width,
#password #main-content .page-width,
.page-cms #main-content .page-width {
    max-width: 1280px;
}

#checkout #main-content .page-width {
    padding-inline: 10px;
}
/* devCSS */
#checkout .paypal-mark {
    border: none !important;
    padding: 0px !important;
}
.js-conditions-to-approve ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-my-account .ce-user-menu.elementor-nav__container {
    position: static !important;
}
.custom-my-account .ce-user-menu.elementor-nav__container a.elementor-item {
    padding: 0;
}

#product-images-cont .elementor-slick-slider .slick-prev::before, .elementor-slick-slider .slick-next::before{
color: black;
}


.th_country_selector_right_body .th_country_selector_content_item span.select2-container .select2-selection {
    color: var(--th-purple1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background-color: var(--th-light-purple);
    border: none;
    height: 48px;
    border-radius: 25px;
    padding: 0px 30px 0px 30px;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-container .select2-selection .select2-selection__rendered {
    color: var(--th-purple1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background-color: var(--th-light-purple);
    border: none;
    height: 48px;
    display: flex;
    align-items: center;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-container .select2-selection span.select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-container .select2-selection span.select2-selection__arrow b {
    border-color: #42376A transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown {
    background-color: #F9F8FF;
    top: 3px;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown .select2-results__options {
    font-size: 15px;
    color: #42376A;
    max-height: calc(100vh - 32vh);
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown .select2-results__options .select2-results__option {
    padding-block: 5px;
    line-height: normal;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown span.select2-search input.select2-search__field {
    padding: 7px 14px;
    color: #42376A;
    font-size: 14px;
    border-color: #42376A;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: normal;
    margin-top: 10px;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown span.select2-search input.select2-search__field:focus {
    box-shadow: none;
    outline: none;
}



.custom-checkout #checkout-addresses-step .form-group .select2-container .select2-selection {
    font-family: 'Poppins', sans-serif;
    height: 48px;
    border-radius: 25px;
    color: var(--th-purple);
    border: none !important;
    background-color: var(--th-light-purple);
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    transition: border-color 0.2s ease-in-out;
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    text-align: left;
    max-width: none !important;
    display: grid;
}
.custom-checkout #checkout-addresses-step .form-group .select2-container .select2-selection span.select2-selection__rendered {
    align-self: anchor-center;
    color: #42376A;
}
.custom-checkout #checkout-addresses-step .form-group .select2-container .select2-selection span.select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
.custom-checkout #checkout-addresses-step .form-group .select2-container .select2-selection span.select2-selection__arrow b {
    border-color: #42376A transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.custom-checkout #checkout-addresses-step .form-group .select2-container span.select2-dropdown {
    background-color: #F9F8FF;
    top: 3px;
}
.custom-checkout #checkout-addresses-step .form-group .select2-container span.select2-dropdown .select2-results__options {
    font-size: 15px;
    color: #42376A;
}
.custom-checkout #checkout-addresses-step .form-group .select2-container span.select2-dropdown .select2-results__options .select2-results__option {
    padding-block: 5px;
    line-height: normal;
}
.custom-checkout #checkout-addresses-step .form-group .select2-container span.select2-dropdown span.select2-search input.select2-search__field {
    padding: 7px 14px;
    color: #42376A;
    font-size: 14px;
    border: 1px solid #42376A !important;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: normal;
    background-color: #fff;
}
.th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown span.select2-search input.select2-search__field:focus {
    box-shadow: none;
    outline: none;
}

.pk-favorite-account-custom {
    padding: 24px 30px 30px 30px !important;
    border-radius: 12px;
    border: 4px solid #EFCD7F;
    margin-top: 40px;
}


.my-account-main.pk-favorite-title-custom .my-account-title-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.my-account-main.pk-favorite-title-custom .my-account-title-content .col-left .page-title {
    color: var(--th-purple, #42376A);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.14px;
    margin: 0;
}
.my-account-main.pk-favorite-title-custom .my-account-title-content .col-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}
.my-account-main.pk-favorite-title-custom .my-account-title-content .col-right .my-account-customer-name {
    font-size: 14px;
    color: var(--th-light-grey, #A19BB5);
}
.my-account-main.pk-favorite-title-custom .my-account-title-content .col-right .my-account-customer-name span.my-account-customer-name-content {
    color: var(--th-purple1, #42376A);
}

#registration #main-content .page-width header.page-header h1 {
    color: #42376A;
}


#product .product-add-to-cart div#ps_checkout-payment-method-logo-block-container {
        width: 100%;
        display: none;
}


                    
/* ::placeholder {
  color: transparent !important;
} */

/* Browser-specific fallbacks */
#checkout ::placeholder {
 color: transparent;
}

.cookiefirst-root.notranslate span.cfGMLl > button.cf3Mob[data-cookiefirst-button=primary]:not([disabled]) {
    background-color: var(--th-purple1) !important;
    border: 0;
}
.cookiefirst-root.notranslate span.cfGMLl > button.cf3Mob[data-cookiefirst-button=primary]:not([disabled]):hover {
    background-color: var(--banner-btn-floating-bg)!important;
}
#module-ets_marketplace-contactseller .content-wrapper .page-footer a.account-link,
#module-ets_marketplace-registration .content-wrapper .page-footer a.account-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
#checkout .footer-newsletter .input-field-wrap input::placeholder {
    color: #42376A !important;
}


#checkout-payment-step .payment-options .js-payment-option-form label.ps_checkout-vault-label {
    padding-left: 25px;
    position: relative;
    margin-left: 25px;
}
#checkout-payment-step .payment-options .js-payment-option-form label.ps_checkout-vault-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: 2px solid var(--th-gold);
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
#checkout-payment-step .payment-options .js-payment-option-form label.ps_checkout-vault-label:has(input:checked)::before {
    background: var(--th-bg-border-gradient-yellow) !important;
    border: 0;
}
#checkout-payment-step .payment-options .js-payment-option-form label.ps_checkout-vault-label:has(input:checked)::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('https://sonnenhauswelt.com/img/cms/Cat-Pictures/check.png') !important;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
#checkout-payment-step .payment-options .js-payment-option-form label.ps_checkout-vault-label input {
    position: absolute;
    opacity: 0;
}


.contact-form .ce-contact-form .elementor-field-group label.elementor-field-option {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
}
.contact-form .ce-contact-form .elementor-field-group label.elementor-field-option input[type="checkbox"] {
    margin-right: 6px;
}
.cms-id-22.page-cms #main-content .page-width {
    max-width: 100%;
    width: 100%;
}
.cms-id-22.page-cms #main-content .page-width.top-content, 
.cms-id-22.page-cms #main-content header.page-header {
    max-width: 1280px;
    margin-inline: auto !important;
}


#module-pkcompare-compare #main-content .page-width table#product_comparison td.ajax_block_product img.db.w-100 {
    width: 100% !important;
    min-width: unset;
    max-width: unset;
    height: auto;
}

a.btn.btn-primary font {
color: var(--th-purple, #42376A) !important;
background: transparent !important;
}

#blockcart-modal {
    .modal-content {
        .modal-body {
            .product-card {
                .product-properties {
                    i {
                        font-style: normal;
                    }
                }
            }
        }
    }
}

.homepage-training-courses-slider article.product-miniature .thumbnail-container .product-desc-wrap .product-title {
    min-height: 50px;
}


.ps_categorytree {
    & .category-tree {
        & details {
            &[open]>ul {
                max-height: unset;
            }
        }
    }
}

.page-cms #main-content .page-width .row {
    margin-left: -6px;
    margin-right: -6px;
}
#product-images-cont .slick-arrow.slick-next {
    right: 7px;
    background: #fff;
    width: 30px;
    border-radius: 50%;
    height: 30px;
}
#product-images-cont .slick-arrow.slick-prev {
    left: 12px;
    background: #fff;
    width: 30px;
    border-radius: 50%;
    height: 30px;
}
#product-images-cont .slick-arrow.slick-next::before,
#product-images-cont .slick-arrow.slick-prev::before {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: normal;
    width: auto;
    height: auto;
}

.cart-loading #main:after {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.page-cart #main:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / .7) url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) 50% 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    content: '';
    transition: all 0.5s ease-in-out;
    z-index: 1000;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    visibility: hidden;
}
.page-cart.cart-loading #main:after {
    visibility: visible;
}

#search #search_widget input[type='text'], #search #search_widget_mobile input[type='text'] {
    padding-right: 40px;
}


#cms #main .page-content .content-cms-wrapper p a:hover {
    color: #D69A02;
}


#checkout-guest-form #customer-form,
#checkout-login-form #login-form,
#checkout-addresses-step .js-address-form form,
#checkout-delivery-step .delivery-options-list form,
#checkout-payment-step .content {
    padding: 24px;
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to bottom,#EFCD7F,#AB812E) border-box;
    border: 4px solid #fff0;
    border-radius: 12px;
    margin-bottom: 30px;
}


.home-banner-slider .elementor-carousel-wrapper .swiper-slide .swiper-lazy-preloader {
    display: none;
}


.product-variants>.product-variants-item select {
    border-color: #42376A;
    padding: 10px 14px;
    height: auto !important;
    color: #000;
    font-size: 15px;
}


.pk-notification.no-results {
    background-color: rgb(66 55 106 / 20%);
    color: #42376A;
    border-color: #42376A;
}
.pk-notification.no-results svg.svgic {
    color: #c79838;
    filter: unset;
}


@media screen and (min-width:1301px) and (max-width:1560px) {
    /* .home-hero .elementor-container.elementor-column-gap-default  .home-banner-slider {
    width: 100%;
    max-width: 80%;
    } */
    .home-hero .elementor-container.elementor-column-gap-default figure.swiper-slide-inner {
    min-width: unset !important;
    }
    .home-hero .elementor-container.elementor-column-gap-default {
    min-height: unset !important;
    }
    .home-hero .elementor-container.elementor-column-gap-default .home-banner-slider {
        width: 956px;
    }
    /* .ets_mm_megamenu_content .mm_menus_ul .mm_columns_ul .mm_tabs_li .mm_tab_li_content {
        width: 292px !important;
    } */
    .ets_mm_megamenu_content {
         .mm_menus_ul {
             .mm_columns_ul {
                 .mm_tabs_li {
                    .mm_tab_li_content {
                        height: 40px;
                    }
                }
            }
        }
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .home-hero .elementor-container.elementor-column-gap-default  .home-banner-slider {
    width: 100%;
    max-width: 100%;
    }
}

@media only screen and (min-width:1181px) and (max-width: 1560px) {
    #main-content #products.view_grid .product_list #js-product-list .grid-container {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
    /* .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li a.ets_mm_url span.mm_menu_content_title {
    font-size: 14px;
    }
    .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul {
    gap: 10px;
    }
    .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.right-align-menu ul.mm_columns_ul ul.mm_blocks_ul li.has-sub ul.ets_mm_categories {
    right: 0;
    left: auto !important;
    top: 45px;
    }
    .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.responsive-right-menu ul.mm_columns_ul {
    left: auto;
    right: 0;
    } */
}

@media screen and (min-width:1181px) and (max-width:1250px) {
    /* .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li a.ets_mm_url span.mm_menu_content_title {
    font-size: 14px;
    }
    .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul {
    gap: 0;
    } */
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    /* .custom-new-megamenu .ets_mm_megamenu_content ul.mm_menus_ul li.mm_menus_li.three-column-seprater ul.mm_columns_ul {
    min-width: 990px !important;
    }
    .custom-new-megamenu .ets_mm_megamenu {
    height: 50px !important;
    } */

    .hide-on-ipad-landscape {
        display: none !important;
    }

    #header .desktop-header-wrapper .dekstop-header .header-col-search {
    max-width: 400px;
    padding-left: 20px;
    }
    #header .desktop-header-wrapper .dekstop-header .header-col-menu {
    width: 74%;
    }
    #header .desktop-header-wrapper .dekstop-header .header-col-search .pk-search-widget form.relative {
    width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .homepage-newsletter {
        & .newsletter-form {
            .input-fields-container {
                flex-direction: column;
                width: calc(100% - 100px);
            }
        }
    }
    .homepage-newsletter {
        & .newsletter-form {
            & .input-fields-container {
                .submit-widget-newsletter {
                    width: 100%;
                }
            }
        }
    }

    .homepage_category_section {
        & .elementor-column {
            .homepage_category_element {
                width: calc((100% - (3 * 20px)) / 3);
            }
        }
    }
    
    .home-icon-block {
        .home-icon-block-col-img {
            max-width: 100%;
        }
    }

    .footer-newsletter .input-field-wrap:first-child {
    flex: unset;
    }

    #header .mobile-header-menu-col .elementor-widget-container nav.elementor-nav__container {
    margin: 0 !important;
    padding: 0 !important;
    top: 110px !important;
    color: var(--th-purple) !important;
    max-height: calc(100vh - 110px) !important;
    }

    #main-content #products.view_grid .product_list #js-product-list .grid-container {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    .content-page-col-img .elementor-image img {
    max-width: 54% !important;
    }
    .content-page-mobile-logo .elementor-image img {
    max-width: 22% !important;
    }

    .home-banner-slider .elementor-image-carousel figure.swiper-slide-inner {
    min-height: 100px;
    }

    .custom-my-account.mobile-my-account a.elementor-item.has-submenu span {
    padding-left: 3px;
    }
    .custom-my-account.mobile-my-account a.elementor-item.has-submenu {
    padding-right: 3px !important;
    padding-block: 0 !important;
    }    
    .custom-my-account.mobile-my-account nav.ce-user-menu.elementor-nav__container {
    overflow: unset;
    z-index: 2;
    }  
    .custom-my-account.mobile-my-account nav.ce-user-menu.elementor-nav__container ul.sub-menu {
    margin-left: 0 !important;
    right: auto !important;
    left: -130px !important;
    min-width: 200px !important;
    border: 1px solid #D9D9D9;
    border-top: unset;
    }
    .custom-my-account.mobile-my-account nav.ce-user-menu.elementor-nav__container ul.sub-menu a.elementor-sub-item {
    font-weight: 600;
    padding-block: 6px !important;
    }

    #header .custom-background-icon.item-custom-space.elementor-widget-pkfavorites .elementor-widget-container {
    border: 0;
    margin-left: 5px;
    }
    #header .custom-background-icon.elementor-widget-pkcompare .elementor-widget-container {
    padding-right: 5px;
    border: 0;
    }

    #product-images-cont .slick-arrow.slick-prev {
    left: 7px;
    }

}

@media screen and (min-width:992px) and (max-width:1024px) {
    .category-main-row .category-hero-content {
    width: 73% !important;
    }
}

@media screen and (max-width:991px) {
    .homepage-newsletter::before {
        display: none;
    }
    .course-container .elementor-row {
    gap: 15px;
    }

    /* .page-category #main .product_list_top .products-selection .pk-filter-button, 
    .page-manufacturer #main .product_list_top .products-selection .th-filter-button, 
    .page-search #main .product_list_top .products-selection .th-filter-button {
	 display: block !important;
    } */

    [data-overlayscrollbars-viewport~='scrollbarHidden'] {
    padding: 0 0px 0 0 !important;
    }
    .page-product main#main-content .page-width {
    width: 96%;
    }
    #product .product-info-section .product-information .product-stock span#product-availability {
    flex-wrap: wrap !important;
    row-gap: 10px;
    }

    .content-page-mobile-logo .elementor-image img {
    max-width: 24% !important;
    }

    #product-images-cont .slick-arrow.slick-next {
    right: 8px;
    }
    #product-images-cont .slick-arrow.slick-prev {
    left: 8px;
    }

    
}   


 
/* Responsive adjustments */
@media (max-width: 767px) {
    .custom-header-redirect .elementor-icon-list-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .custom-header-redirect .elementor-icon-list-item {
        margin-bottom: 10px;
    }

    .custom-header-redirect .elementor-icon-list-item:not(:last-child) {
        margin-right: 0;
    }
    
}

@media screen and (max-width:767px) {
    .home-section-caption .image_with_caption figure.wp-caption figcaption.widget-image-caption {
    bottom: 10px;
    left: 0;
    padding: 10px 10px;
    right: auto;
    }
    .homepage_category_section {
        & .elementor-column {
            .elementor-widget-wrap {
                display: flex;
                flex-wrap: wrap;
                align-content: flex-start;
                justify-content: flex-start;
                align-items: flex-start;
                column-gap: 10px;
                row-gap: 10px;
            }
        }
    }

    .homepage-newsletter {
        & .newsletter-form {
            .input-fields-container {
                flex-direction: column;
                width: calc(100% - 0px);
            }
        }
    }

    .homepage-newsletter {
        padding: 32px 22px;
    }
    .category-bestseller-divider {
    margin-block: 40px 30px;
    }

    .page-product main#main-content .page-width div#wrapper {
    padding-inline: 0;
    }

    .nav-tabs .nav-item {
    display: inline-block;
    width: auto;
    }
    .page-product .elementor-carousel-wrapper .elementor-swiper-button-next {
    right: -24px;
    }
    .page-product .elementor-carousel-wrapper .elementor-swiper-button-prev {
    left: -24px;
    }   
    .page-product .elementor-carousel-wrapper .elementor-swiper-button-prev i, 
    .page-product .elementor-carousel-wrapper .elementor-swiper-button-next i {
    font-size: 25px;
    }
    .page-width.product-footer .elementor[data-elementor-type="content"] {
    margin-top: 0;
    }
    .home-banner-slider .elementor-image-carousel figure.swiper-slide-inner {
    min-height: 100px;
    }

    #header .custom-background-icon .elementor-widget-container,
    #header .elementor-widget-pkmyaccount .elementor-widget-container {
    border-color: transparent;
    }

    .home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-prev, 
    .home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-prev i, 
    .home-banner-slider .elementor-carousel-wrapper .elementor-swiper-button-next i {
    font-size: 18px;
    }

    section#js-active-search-filters li.filter-block {
        border: 1px solid #42376A;
        border-radius: 50px;
        padding: 6px 15px !important;
        font-size: 11px !important;
        position: relative;
    }
    section#js-active-search-filters li.filter-block .clear-all-wrapper {
        display: inline-block !important;
    }
    section#js-active-search-filters li.filter-block:has(.clear-all-wrapper) {
        padding: 0 !important;
        border: 0;
    }
    section#js-active-search-filters li.filter-block a.js-search-link {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #product-images-cont .slick-arrow.slick-next {
    right: 10px;
    background: #fff;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    }
    #product-images-cont .slick-arrow.slick-prev {
    left: 8px;
    background: #fff;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    }
    #product-images-cont .slick-arrow.slick-next::before,
    #product-images-cont .slick-arrow.slick-prev::before {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: normal;
    width: auto;
    height: auto;
    }
}

@media screen and (max-width:575px) {
    .homepage_category_section {
        & .elementor-column {
            .homepage_category_element {
                width: calc((100% - (1 * 0px)) / 1);
            }
        }
    }

    body#cms main#main-content .page-width.main-content {
    width: 94%;
    }
    .content-word-break-psg {
        word-break: break-all;
    }
    .content-page-psg-form {
        overflow: hidden;
    }
    .content-page-psg-table {
    overflow: hidden;
    overflow-x: auto;
    }
    [data-overlayscrollbars-viewport~='scrollbarHidden'] {
    padding: 0 0px 0 0 !important;
    }
    body#cms main#main-content .page-width.main-content div#wrapper {
    padding-inline: 0;
    }
    body#cms main#main-content .page-width.main-content div#wrapper .row {
    margin-inline: 0;
    }

    .content-page-mobile-logo .elementor-image img {
    max-width: 50% !important;
    }
    .content-page-col-img .elementor-image img {
    max-width: 54% !important;
    }

    .th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown {
    min-width: 280px !important;
    }

    #cart .cart-grid {
    margin-inline: 0;
    }

    .close-sidebar {
    top: 18px;
    right: 10px;
    }

    .word-wrap-content h2.elementor-heading-title {
    word-break: break-all;
    }   
}

@media screen and (max-width:375px) {
    .th_country_selector_right_body .th_country_selector_content_item span.select2-dropdown .select2-results__options {
    max-height: calc(100vh - 36vh);
    }
}