/* General */
.theme-blog-list-seo,
.theme-header-topbar {
    display: none;
}

/* Desktop (min-width: 992px) */
@media (min-width: 992px) {
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
        padding-inline-end: unset;
    }
}

.zpheader-style-02 .theme-header .zpcontainer .theme-branding-info {
    padding-inline-end: unset;
}

/* Mobile (max-width: 991px) */
@media (max-width: 991px) {
    .theme-mobile-header-style-03.theme-mobile-header-top .theme-mobile-header-nav-wrapper {
        justify-content: center;
    }

    .theme-mobile-header-style-03.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo {
        padding-inline-end: unset;
    }

    .theme-mobile-header-style-03.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-nav .theme-mobile-header-goback,
    .theme-mobile-header-style-03.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-nav .theme-mobile-header-pagename,
    .theme-lang-container-res {
        display: none;
    }
}
html {
    overflow-y: scroll;
}