.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 9999;
    display: none;
}

.zoom {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9998;
    display: none;
}

.loading {
    display: none;
}

.ui-slider-handle {
    background: #FFA500 !important;
    border-color: #FFAC00 !important;
}