#editorFrame,
#page-editor {
    height:70vh;
     
    height : -webkit-calc(100vh - 260px);
    height :-moz-calc(100vh - 260px);
    height :-o-calc(100vh - 260px);
    height :-ms-calc(100vh - 260px);
    height :calc(100vh - 260px);
     
    height : -webkit-calc((var(--vh, 1vh) * 100) - 260px);
    height :-moz-calc((var(--vh, 1vh) * 100) - 260px);
    height :-o-calc((var(--vh, 1vh) * 100) - 260px);
    height :-ms-calc((var(--vh, 1vh) * 100) - 260px);
    height :calc((var(--vh, 1vh) * 100) - 260px);
    min-height:340px;
    border:0;
}
#finishOrderPage .previewImg, .video-thumb {
   width: 100%;
   margin-top: 20px;
}


.i-gallery-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 7px;
    margin:10px;
}
.add-frame,
.remove-frame,
.qty-frame{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#deleteButton,
#copyButton{
    cursor:pointer;
    border-radius: 15px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    padding:12px;
    width:100%;
    min-width:72px;
    max-width:72px;
    font-weight:bold;
}
#deleteButton{
    color:#E71D36;
}
#deleteButton:hover,
#deleteButton:active,
#deleteButton:focus{
    background-color:#E71D36;
    color:#ffffff;
}

#copyButton{
    color:#0489F5;
}
#copyButton:hover,
#copyButton:active,
#copyButton:focus{
    background-color:#0489F5;
    color:#ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}
#deleteButton.disabled,
#copyButton.disabled{
    color:#ccc;
    cursor:not-allowed;
    pointer-events:none;
    background-color:#fff;
}
.qty-frame span h4 {
    margin-bottom: 5px;
}
.qty-frame .qty-frame-price{
    padding:5px;
    border-top:1px solid #ccc;
}
.swiper-container-wrapper {
    display: block;
    width: 100%;
    float: left;
}



@media (min-width: 399px) {}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    #editorFrame,
    #page-editor{
        height : -webkit-calc(100vh - 150px);
        height :-moz-calc(100vh - 150px);
        height :-o-calc(100vh - 150px);
        height :-ms-calc(100vh - 150px);
        height :calc(100vh - 150px);
    border-radius: 0;
    }
    #editorPage{
        border-radius: 15px;
        border: 1px solid #ccc;
        padding: 5px;
    }
    
    .i-gallery-wrapper {
        max-width: 500px;
        width: 500px;
    }
    .add-frame,
    .remove-frame,
    .qty-frame{
        display: flex;
        flex-direction: row;
    }
    #deleteButton,
    #copyButton{
        min-width:120px;
        max-width:120px;
    }
    #deleteButton span,
    #copyButton span{
        margin: 0 5px;
    }
    .qty-frame span{
        margin-left: 5px;
    }
    .qty-frame .qty-frame-price {
        border-top: none;
        border-left: 1px solid #ccc;
    }
    #saveAndNextButtonsWrapper {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .swiper-container-wrapper {
        pointer-events:none;
    }
    .swiper-pagination-gallery,
    .swiper-button-prev-gallery,
    .swiper-button-next-gallery{
        display:none;
    }
    .imr-acrylic-specs {
        margin: 0;
        border-top: none;
    }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}