/**
 * 888 Pokies Widget — Desktop Components CSS (Part 3)
 * @version 1.4.0
 * Auto-generated from 888.html
 */

.pokies-888-wrap .ww-track {
    animation: wwSlide 30s linear infinite;
}

.pokies-888-wrap .ww-track:hover {
    animation-play-state: paused;
}

.pokies-888-wrap .ww-card {
    transition: .2s;
}

.pokies-888-wrap .ww-card:hover {
    transform: translateY(-2px);
}

.pokies-888-wrap .mob-visual::before {
    content: '';
    pointer-events: none;
}

.pokies-888-wrap .mob-store {
    transition: .2s;
}

.pokies-888-wrap .geo-wrap {
    animation: geoSlideDown .6s cubic-bezier(.22,1,.36,1) both;
}

.pokies-888-wrap .geo-offer {
    transition: .25s;
}

.pokies-888-wrap .geo-offer:hover {
    transform: translateY(-2px);
}

@media(max-width:900px) {
    .pokies-888-wrap .gbs-header-filters {
        -webkit-overflow-scrolling: touch;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .tb-nav {
        -webkit-overflow-scrolling: touch;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-menu-btn {
        cursor: pointer;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-panel {
        transform: translateX(100%);
        transition: transform .22s ease;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-modal.open .mh-panel {
        transform: translateX(0);
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-close {
        cursor: pointer;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-acc-toggle {
        cursor: pointer;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-chevron {
        transition: transform .2s ease;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-acc.open .mh-chevron {
        transform: rotate(180deg);
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-sub {
        transition: max-height .25s ease;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-sub-toggle {
        cursor: pointer;
    }
}

@media(max-width:900px) {
    .pokies-888-wrap .mh-sub-sub {
        transition: max-height .22s ease;
    }
}

@media(max-width:600px) {
    .pokies-888-wrap .tab-nav {
        -webkit-overflow-scrolling: touch;
    }
}