/*------LOADER*/
.bx-core-waitwindow-full-to-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    background-image: url(/ajax/testloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
}
.bx-core-waitwindow-full-to-element.--fixed {
    position: fixed;
    z-index: 999;
}
.h-position-relative {
    position: relative;
}
.bx-core-waitwindow-full-to-element-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: 70px;
    text-align: center;
}
/*LOADER - END*/

/*------SHARE*/
#yaShare {
    display: none;
}
/*SHARE - END*/

.topSpace {
    margin-top: 25px;
}
.hidden {
    display: none;
}
.w-100 {
    width: 100%;
}

.loaderTextSetting {
    /*font-size: 14px !important;*/
    text-align: center;
    padding: 0 40px;
}

.loadingoverlay {
    justify-content: center !important;
}

.item-disable-prev::before {
    content: "" !important;
}