/* .archive-page ul li, .entry-content ul li, .entry-content ol, .entry-content ul {
    list-style-type: none;
    margin: 0 0 0 0;
} */

li.lslide {
    margin: 0 !important;
}

.lSSlideWrapper .lSFade {
    position: unset !important;
}

/* fifu slider as woo gallery */

div.fifu-woo-gallery img.fifu {
    cursor: zoom-in;
}

div.fifu-woo-gallery ul.lSPager.lSGallery {
    display: block;
    padding: unset !important;
}

ul.lSPager.lSGallery {
    /* display: none; */
}

/* fix thumbnail gallery for some themes: Twenty Twenty, Rehub, etc */
ul.lSPager.lSGallery li {
    list-style: none;
    margin: 0;
    height: auto !important;
}

/* fix lightGallery for storefront */
button::after, button::before {
    display: inline !important;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
/* video lightbox */

.pswp__zoom-wrap {
    text-align: center;
}

.pswp__zoom-wrap::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pswp div.wrapper {
    line-height: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    z-index: 1045;
}

ul#image-gallery {
    cursor: pointer;
}