.pswp__button--arrow--next,
.pswp__button--arrow--prev {
    width: 15px !important;
    height: 30px !important;
    margin-top: -20px !important;

    .pswp__icn {
        display: none;
    }

    &::before{
        background-image: url("../../../images/arrow-left.svg");
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        display: block;
        width: 15px;
        height: 20px;
    }
}

.pswp__button--arrow--next {
    &::before{
        rotate: 180deg;
    }
}

.pswp__button--arrow--prev {
    left: 15px !important;
}
.pswp__bg {
    background: white !important;
}

.pswp__button--arrow--next {
    left: auto !important;
    right: 15px !important;

    .pswp__icn {
        left: -5px !important;
    }
}

.pswp__top-bar {
    background-color: transparent !important;
    color: black !important;

    --pswp-icon-color: black;
    --pswp-icon-color-secondary: white;
    --pswp-icon-stroke-color: transparent;

    button + button {
        margin-left: 10px;
    }

    .pswp__counter {
        text-shadow: unset !important;
        font-size: 13px;
        margin: 0;
        padding: 0 10px;
    }

    .pswp__button{
        height: 32px;
        width: 32px;
    }

    .pswp__icn{
        position: static;
    }
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 20px !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    visibility: visible !important;
}