/**
 * Filters
 */
.wbk-dynamic-content-filters .filters {
    z-index: 1000;
    width: 100px;
    display: block;
    position: absolute;
    right: -12px;
    top: 0;

    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.wbk-dynamic-content-filters .filters + .clearfix {
    height: 47px; /*~ 57 * 0.8*/
}

.wbk-dynamic-content-filters .no-filters {
    height: 20px;
}

.wbk-dynamic-content-filters .filters .btn-group,
.wbk-dynamic-content-filters .filters .tab-link {
    /*width: 100%;*/
    width: 105%;
    right: 0;
}

.wbk-dynamic-content-filters .filters .dropdown-menu {
    margin: 0;
    padding: 0;
    background: url('../images/desktop/gallery/dropdown-menu-bg.png') top left no-repeat;
    background-size: 100%;
    box-shadow: none;
    border: none;
    top: calc(100% - 2px);
    border-radius: 0 4px 0 4px;
    overflow: hidden;
    width: 100%;
}

.wbk-dynamic-content-filters .filters .dropup .dropdown-menu {
    top: auto;
    left: 4px;
    bottom: calc(100% - 2px);
    border-radius: 4px 0 4px 0;
}

.wbk-dynamic-content-filters .filters .tab-link {
    display: block;
    cursor: pointer;
    float: left;
    height: 57px;
    margin-right: 0;
    margin-left: 0;
}

.wbk-dynamic-content-filters .filters .dropdown-menu .tab-link.active {
    display: none;
}

.wbk-dynamic-content-filters .filters .tab-link span span { /* KW-3373 */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.wbk-dynamic-content-filters .filters li.tab-link:first-child {
    padding-left: 1px;
}

.wbk-dynamic-content-filters .filters li.tab-link:last-child {
    background-position: top right;
}

.wbk-dynamic-content-filters .filters .tab-link .wbk-btn {
    color: #fff;
    cursor: pointer;
    display: block; /* rwc: please stop using table! */
    width: 100%;
    font-family: "Tobi", "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 100%;
    line-height: 57px;
    vertical-align: middle;
    position: relative;
    left: 0;
}

.wbk-dynamic-content-filters .filters .tab-link .wbk-btn span {
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 100%;
    vertical-align: top;
    position: relative;
}

.wbk-dynamic-content-filters .filters .tab-link .wbk-btn span:nth-child(1) {
    width: 90px;
    height: 65px;
}

.wbk-dynamic-content-filters .filters .tab-link .wbk-btn span:nth-child(2) {
    text-align: left;
    padding-left: 4px;
    text-shadow: -1px -1px 0 #002a58, 1px -1px 0 #002a58, -1px 1px 0 #002a58, 1px 1px 0 #002a58, -1px 1px 3px rgba(0, 0, 0, .9);
}

.wbk-dynamic-content-filters .filters .tab-link.dropdown-toggle .wbk-btn {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.wbk-layout-desktop.wbk-dynamic-content-filters .filters .dropdown-menu .tab-link.active .wbk-btn,
.wbk-layout-desktop.wbk-dynamic-content-filters .filters .dropdown-menu .tab-link .wbk-btn:hover {
    background-position-x: -12px;
}

.wbk-layout-phone.wbk-dynamic-content-filters .filters .tab-link.dropdown-toggle .wbk-btn,
.wbk-layout-phone.wbk-dynamic-content-filters .filters .dropdown-menu .wbk-btn {
    background-size: 200vw 459px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.wbk-dynamic-content-filters .filters .tab-link.landing .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-all.png');
    background-position: center 2px;
    background-size: 65px;
}

.wbk-dynamic-content-filters .filters .tab-link.landing.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.landing .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.landing .wbk-btn:hover span:nth-child(1) {
    padding: 0px 24px 0 22px;
    background-position: center 2px;
    background-size: 65px, auto;
}

.wbk-dynamic-content-filters .filters .tab-link.landing.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.landing .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.landing .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -67px;
}

.wbk-dynamic-content-filters .filters .tab-link.videos .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-videos.png');
    background-position: center -1px;
}

.wbk-dynamic-content-filters .filters .tab-link.videos.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.videos .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.videos .wbk-btn:hover span:nth-child(1) {
    background-position: center -104px;
}

.wbk-dynamic-content-filters .filters .tab-link.videos.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.videos .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.videos .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -268px;
}

.wbk-dynamic-content-filters .filters .tab-link.comics .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-comics.png');
    background-position: center -5px;
}

.wbk-dynamic-content-filters .filters .tab-link.comics.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.comics .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.comics .wbk-btn:hover span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-comics.png');
    background-position: center -104px;
}

.wbk-dynamic-content-filters .filters .tab-link.comics.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.comics .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.comics .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -335px;
}

.wbk-dynamic-content-filters .filters .tab-link.games .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-games.png');
    background-position: center -3px;
}

.wbk-dynamic-content-filters .filters .tab-link.games.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.games .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.games .wbk-btn:hover span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-games.png');
    background-position: center -102px;
}

.wbk-dynamic-content-filters .filters .tab-link.games.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.games .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.games .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -201px;
}

.wbk-dynamic-content-filters .filters .tab-link.downloads .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-downloads.png');
    background-position: center -2px;
}

.wbk-dynamic-content-filters .filters .tab-link.downloads.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.downloads .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.downloads .wbk-btn:hover span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-downloads.png');
    background-position: center -103px;
}

.wbk-dynamic-content-filters .filters .tab-link.downloads.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.downloads .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.downloads .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -402px;
}

.wbk-dynamic-content-filters .filters .tab-link.showsmore .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-showsmore.png');
    background-position: center -2px;
}

.wbk-dynamic-content-filters .filters .tab-link.showsmore.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.showsmore .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.showsmore .wbk-btn:hover span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-showsmore.png');
    background-position: center -102px;
}

.wbk-dynamic-content-filters .filters .tab-link.showsmore.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.showsmore .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.showsmore .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -402px;
}

.wbk-dynamic-content-filters .filters .tab-link.products .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-product.png');
    background-position: center -3px;
    background-size: 77%; /* icon is slightly larger than the others */
}

.wbk-gallery-bottom.wbk-dynamic-content-filters .filters .tab-link.products .wbk-btn span:nth-child(1) {
    background-position: center 1px;
}

.wbk-dynamic-content-filters .filters .tab-link.products.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.products .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.products .wbk-btn:hover span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-product.png');
    background-position: center -87px;
}

.wbk-gallery-bottom.wbk-dynamic-content-filters .filters .tab-link.products.active .wbk-btn span:nth-child(1),
.wbk-gallery-bottom.wbk-dynamic-content-filters .filters .tab-link.products .wbk-btn:hover span:nth-child(1) {
    background-position: center -74px;
}

.wbk-dynamic-content-filters .filters .tab-link.products.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.products .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.products .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -402px;
}

.wbk-dynamic-content-filters .filters .tab-link.characters .wbk-btn span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-characters.png');
    background-position: center -3px;
    background-size: 77%; /* icon is slightly larger than the others */
}

.wbk-dynamic-content-filters .filters .tab-link.characters.active .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.characters .wbk-btn span:nth-child(1),
.wbk-dynamic-content-filters .filters .tab-link.characters .wbk-btn:hover span:nth-child(1) {
    background-image: url('../images/desktop/nav-top/icon-characters.png');
    background-position: center -87px;
}

.wbk-dynamic-content-filters .filters .tab-link.characters.active .wbk-btn,
.wbk-dynamic-content-filters .filters .open .dropdown-toggle.tab-link.characters .wbk-btn,
.wbk-dynamic-content-filters .filters .tab-link.characters .wbk-btn:hover {
    background-image: url('../images/desktop/carousel/button-gallery-filters.png');
    background-position-y: -201px;
}

.wbk-dynamic-content-filters .filters .tab-link .wbk-btn span.caret {
    width: 50px;
    height: 50px;
    margin-top: 4px;
    border: none;
    background: url('../images/desktop/gallery/dropdown-caret-icon.png');
    background-size: 100% auto;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wbk-dynamic-content-filters .filters .tab-link:hover .wbk-btn span.caret,
.wbk-dynamic-content-filters .filters .open .tab-link .wbk-btn span.caret {
    /*background-position: 0 63px;*/
}

.wbk-dynamic-content-filters .filters .dropup .tab-link .wbk-btn span.caret {
    margin-top: 4px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/**
 * Filters RWD
 */
@media screen and (max-width: 1200px) {
    .wbk-dynamic-content-filters .filters {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    .wbk-dynamic-content-filters .filters + .clearfix {
        height: 41px; /*~ 57 * 0.7*/
    }
}

@media screen and (max-width: 1024px) {
    .wbk-dynamic-content-filters .filters {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }

    .wbk-dynamic-content-filters .filters + .clearfix {
        height: 36px; /*~ 57 * 0.6*/
    }
}

@media screen and (max-width: 1000px) {
    .wbk-dynamic-content-filters .filters {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    .wbk-dynamic-content-filters .filters + .clearfix {
        height: 30px; /*~ 57 * 0.5*/
    }
}

.wbk-layout-phone.wbk-dynamic-content-filters .filters {

    position: fixed;
    bottom: 0;
    top: auto;

    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    width: calc(125% + 24px); /* 100% / 0.8 + 24px */
}

@media screen and (max-width: 330px), screen and (max-height: 330px) {
    .wbk-layout-phone.wbk-dynamic-content-filters .filters {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        width: calc(143% + 24px); /* 100% / 0.7 + 24px */
    }
}

.wbk-layout-phone.wbk-dynamic-content-filters .filters + .clearfix,
.wbk-layout-phone.wbk-dynamic-content-filters .no-filters {
    display: none;
}