body,
body *:not(i):not([class*="fa-"]):not([class*="icon-"]):not([class*="dashicons"]) {
    font-family: 'Exo 2', sans-serif !important;
}

*,
*::before,
*::after {
    border-radius: 0 !important;
}

h1:not(.wpi-course-banner__title), h2, h3, .modul_lekcja_tytul a{
    color: black !important;
}

.experimental-cart-header{
    margin-bottom: 0 !important;
}

body .site-header {
    top: 0;
}
body .site-header--scrolled {
    box-shadow: none;
}

.mobile-menu__search input,
.site-header__search-input {
    margin: 0;
}

body {
    padding-top: 145px !important;
}

#logo-cell {
    display: none !important;
}

.publigo-main-menu-wrapper {
    justify-content: flex-start !important;
}

#page > #header {
    position: fixed !important;
    top: 81px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 900 !important;
    background: var(--bg-color, #fbfbfd) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

#home-page-slider .item{
    background-position: right;
}

#page > #content {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 1024px) {
    body {
        padding-top: 110px !important;
    }
    #page > #header {
        top: 64px !important;
    }
}

@media (max-width: 768px) {
    body #main-content-cell {
        padding-top: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 4px;
        min-height: 46px;
    }

    body #menu_mobile {
        display: none !important;
    }

    body .menu_glowne {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-height: none !important;
        overflow: visible !important;
        background: transparent !important;
        display: inline-block !important;
        padding: 0 !important;
    }

    body #menu {
        display: flex !important;
        flex-wrap: wrap !important;
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body #menu > li,
    body .menu_glowne li,
    body #menu li {
        display: inline-block !important;
        width: auto !important;
        padding: 6px 8px !important;
        border-bottom: none !important;
        position: relative !important;
    }

    body #menu li a {
        display: inline !important;
        padding: 0 !important;
        border-left: none !important;
        border-bottom: none !important;
        background: transparent !important;
        font-size: 13px !important;
        color: var(--link-color) !important;
    }

    body #menu li a .fa {
        position: static !important;
        height: auto !important;
        width: auto !important;
        padding: 0 0 0 4px !important;
        top: auto !important;
        right: auto !important;
        color: inherit !important;
    }
}

#experimental-cart-footer {
    display: contents;
}

.koszyk_right .secure_payments {
    display: none;
}

body.single-download #page {
    overflow-x: clip;
    overflow-y: visible;
}

body.single-download .wp-block-column:has(> .strona_kursu_sidebar) {
    align-self: stretch;
}

body.single-download .strona_kursu_sidebar {
    position: sticky;
    top: 171px;
}

@media (max-width: 1130px) {
    body.single-download .strona_kursu_sidebar {
        position: static;
        top: auto;
    }
}
