.load-more{
    cursor: pointer;
}
.filter-loader {
    z-index: 9999999999;
    margin-top: 0;
    margin-bottom: 50px;
    background: #ffffff;
    display: none;
    width: 100%;
    height: 100%;
    /*height: 70px;*/
    /*top: 50%;*/
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
}

.filter-loader:before {
    position: fixed;
    top: calc(50% + 50px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    content: "Товари довантажуються";
    color: #999;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}

.filter-loader:after {
    position: fixed;
    width: 20px;
    height: 20px;
    content: "";
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /*background-image: url(../img/preloader-circle.gif);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/

    border: 1px solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-03 linear infinite;
}

@keyframes loader-03 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.filter-loader {
    text-align: center;
    margin: 10px 0 30px;
}

.is-searching .filter-loader{
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.is-loading .filter-loader:before {
    content: "Фільтр застосовується";
}

.is-searching .filter-loader:before{
    content: "Пошук";
}

.is-loadmore {
    overflow: visible !important;
}
.is-searching .filter-loader, .is-loadmore .filter-loader, .is-loading .filter-loader {
    display: block;
    opacity: 1;
}

.is-searching, .is-loadmore, .is-loading {
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.button-wrap.center.load-more{
    position: relative;
}
.is-searching .filter-loader, .is-loadmore .filter-loader{
    position: absolute;
    top: -10px;
    height: 100px;
}

.is-searching .filter-loader:before, .is-loadmore .filter-loader:before{
    position: absolute !important;
}

.is-searching .filter-loader:after, .is-loadmore .filter-loader:after {
    position: absolute !important;
}

.is-searching .global-loader, .is-loadmore .global-loader{
    display: none !important;
}

.is-loadmore .filter-loader:before {
    position: fixed;
    top: calc(50% + 50px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    content: "Товари довантажуються";
    color: #999;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}
