/*----------------------------------Header Style*/
.elementor-location-header {
    position: absolute;
    width: 100%;
}

header .cpel-switcher__lang {
    line-height: 1;
}

header .cpel-switcher__lang:last-child {
    border-left: 1px solid #ffffff;
}

/*---------------------------------------------------------------------Slider Style*/

@media only screen and (min-width: 1025px) {
    .fp-viewing-pdp_slider header .logo img{
        content: url("/wp-content/uploads/2023/09/Wiethe_Logo_black.png");
    }
    .fp-viewing-pdp_slider .cpel-switcher__lang a {
        color: #000000 !important;
    }
    .fp-viewing-pdp_slider .cpel-switcher__lang:last-child{
        border-color: #000000;
    }
}
.pdp_slider.pdp_slider .swiper-pagination span {
    border: 1px solid #000000 !important;
}

.epdp_slider .swiper-pagination span {
    border: 1px solid #ffffff !important;
}

.pdp_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000 !important;
}

.epdp_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.fp-viewing-epdp-22 .fp-next,
.fp-viewing-pdp-4 .fp-next {
    display: none;
}