/*div.v-modal {*/
/*    display: none;*/
/*}*/

.customizer-mobile-block__button {
    display: none;
    width: 100%;
    margin: 5px 0;
}

.customizer-mobile-block-editor {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    max-width: 100%;
}

.customizer-mobile-block-editor.visible {
    visibility: visible;
}

.customizer-mobile-block-editor .foxpsd-swiper {
    visibility: hidden !important;
}