/* CONTAINERS */
#carousel{
    position:fixed;z-index:30;
    left:0px;bottom:0px;
    background:none;
    width:100%;
    height:100px; /* set by js */
    font-family: Arial, Helvetica, sans-serif;
    pointer-events: none;
}
.carouselRel{
    position:relative;width:100%;height:100%;
    background:none;
    pointer-events: none;
}
    #carouselHideShow{
        position:absolute;
        z-index: 3;
        left:10px;
        bottom:10px; /* set by js */
        width:26px;height:26px;
        border:2px solid #000;
        font-weight: 700;
        cursor: pointer;
        opacity: 0.25;
        text-align: center;
        padding:3px;
        color:#000;
        transition: bottom 0.25s ease;
        margin-bottom:10px;
        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-arrow-up.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        pointer-events: auto;
    }
    @media (min-width:240px){#carouselHideShow{margin-bottom:10px;left:10px;}}
    @media (min-width:800px){#carouselHideShow{margin-bottom:11px;left:11px;}}
    @media (min-width:1600px){#carouselHideShow{margin-bottom:12px;left:12px;}}
    @media (min-width:1900px){#carouselHideShow{margin-bottom:13px;left:13px;}}
    #carouselActiveArea{
        position: absolute;z-index: 1;
        bottom:0px;left:0px;width:100%;
        height:60px; 
        background:none;
        pointer-events: auto;
    }

    #carouselContent{
        position: absolute;z-index: 2;
        bottom:0px;left:0px;width:100%;
        height:100px; /* set by js */
        overflow: hidden;
        transition: height 0.25s ease;
        pointer-events: auto;
        background-color: #bbb;
    }
    #carouselFilters{
        position:absolute;z-index: 2;
        bottom:0px; /* set by js */
        left:0px;width:100%;  
        height:auto;
        background-color: #ddd;
        padding:8px 0px 4px 0px;
        border-bottom:1px solid #000;
        transition: bottom 0.25s ease;
        pointer-events: auto;
    }
    #carouselFiltersMobile{
        position:absolute;z-index: 2;
        bottom:0px; /* set by js */
        left:0px;width:100%;  
        height:auto;
        background-color: #ccc;
        padding:8px 8px 4px 8px;
        border-bottom:1px solid #000;
        border-top:1px solid #000;
        transition: bottom 0.25s ease;
        pointer-events: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        display: none !important;
    }

/* FILTERS */
@media (min-width:240px){#carouselFilters{font-size:12px;}}
@media (min-width:800px){#carouselFilters{font-size:14px;}}
@media (min-width:1600px){#carouselFilters{font-size:16px;}}
@media (min-width:1900px){#carouselFilters{font-size:18px;}}
        #carouselFiltersRow{
            display: flex;
            align-items: center; 
            flex-wrap: nowrap; /* prevents wrapping to next line */
            justify-content: center;
            width: 90%;
            height: 100%;
            margin:0px auto;
        }
        .carouselFiltersColumn{
            flex: 0 0 auto;
            margin-left: 15px;
            margin-right: 15px;
        }
            .carouselPageInfo{
                color:#000;font-weight:300;
                margin-left: 15px;
            }
            .carouselFiltersMode{

            }
            .carouselFiltersActive{
                
            }
            #carouselFiltersFormat{
                width:auto;
                margin-right: 0px !important;
            }
            #carouselSearch{
                width:100%;height:100%;
                position:absolute;
                z-index:100;
                left:0px;top:0px;
                backdrop-filter: blur(3px);
                -webkit-backdrop-filter: blur(3px);
                background: rgba(0,0,0,0.25);
                pointer-events: auto;
                display: none;
            }
            #carouselSearchRel{
                width:100%;height:100%;
                position:relative
            }
                #carouselSearchClose{
                    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-close2-black.png');
                    background-size:50px 50px;
                    width:50px;height:50px;
                    cursor: pointer;
                    position: absolute;
                    top:5px;right:5px;
                    opacity: 0.9;
                    pointer-events: auto;
                }
                #carouselSearchClose:hover{
                    opacity: 1;
                }
                #carouselSearchCloseAR{
                    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-close2-white.png');
                    background-size:50px 50px;
                    width:50px;height:50px;
                    cursor: pointer;
                    position: absolute;
                    top:5px;right:5px;
                    opacity: 0.9;
                    pointer-events: auto;
                }
                #carouselSearchCloseAR:hover{
                    opacity: 1;
                }
                #carouselSearchContainer{
                    width:265px;height:auto;
                    position:absolute;
                    z-index:100;
                    left:50%;
                    top:50%;
                    transform:translate(-50%, -50%);
                    pointer-events: auto;
                }
                    #carouselSearchInput{
                        width:210px;height:auto;
                        display:block;float:left;
                        outline:none;
                        border:none;
                        background:#fff;
                        padding:8px;
                        pointer-events: auto;
                        font-size:15px;
                    }
                    #carouselSearchInputAR{
                        width:200px;height:auto;
                        display:block;float:left;
                        outline:none;
                        border:none;
                        background:#fff;
                        padding:10px;
                        pointer-events: auto;
                        font-size:16px;
                    }
                    #carouselSearchButton{
                        width:33px;height:33px;
                        display:block;float:right;
                        background-color:#fff;
                        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-search-black.png');
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 16px 16px;
                        pointer-events: auto;
                        cursor: pointer;
                    }
                    #carouselSearchButtonAR{
                        width:40px;height:40px;
                        display:block;float:right;
                        background-color:#fff;
                        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-search-black.png');
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 16px 16px;
                        pointer-events: auto;
                        cursor: pointer;
                    }
                    #carouselSearchNoResults{
                        color:#fff;
                        font-size:16px;
                        font-weight:900;
                        text-align:center;
                        margin-top:10px;
                        width:100%;
                        display: none;
                    }
                .lds-ring-search {
                    display: inline-block;
                    position: absolute;
                    z-index: 101;
                    width: 40px;
                    height: 20px;
                    left: calc(50% - 20px);
                    top: calc(50% - 22px);
                    opacity: 0.85;
                    /* display: none; */
                }
                    .lds-ring-search div {
                        box-sizing: border-box;
                        display: block;
                        position: absolute;
                        z-index: 200;
                        width: 40px;
                        height: 40px;
                        margin: 6px;
                        border: 6px solid #fff;
                        border-radius: 50%;
                        animation: lds-ring-carousel 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
                        border-color: #fff transparent transparent transparent;
                        /* display: none; */
                    }
                    .lds-ring-search div:nth-child(1) {
                        animation-delay: -0.45s;
                    }
                    .lds-ring-search div:nth-child(2) {
                        animation-delay: -0.3s;
                    }
                    .lds-ring-search div:nth-child(3) {
                        animation-delay: -0.15s;
                    }
                    @keyframes lds-ring-search {
                        0% {
                        transform: rotate(0deg);
                        }
                        100% {
                        transform: rotate(360deg);
                        }
                    }
            #carouselSearchIcon{
                width:24px;height:24px;
                border:2px solid #000;
                border-radius: 50%;
                cursor: pointer;
                text-align: center;
                padding:3px;
                margin-bottom:1px;
                background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-search-black.png');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 16px 16px;
                pointer-events: auto;
                opacity: 1;
            }
            #carouselSearchIcon:hover{
                opacity: 0.75;
            }
            @media (min-width:240px){#carouselSearchIcon{width:24px;height:24px;background-size: 10px 10px;}}
            @media (min-width:800px){#carouselSearchIcon{width:26px;height:26px;background-size: 12px 12px;}}
            @media (min-width:1600px){#carouselSearchIcon{width:28px;height:28px;background-size: 14px 14px;}}
            @media (min-width:1900px){#carouselSearchIcon{width:30px;height:30px;background-size: 16px 16px;}} 
    .carouselFilterFormat{
        width:auto;height:auto;
        display:block;float:left;
        margin:3px 2px;
        padding:6px 8px 5px 8px;
    }
    .carouselFilterFormatDisabled{
        pointer-events: none;
        opacity: 0.30;
    }
    .carouselFilterFormatIcon{
        height:14px;width:14px;
        margin-right:8px;
        margin-bottom:-2px;
        margin-left:2px;
        aspect-ratio: 1;
        pointer-events: none;
    }
    .carouselFilterFormatIconMobile{
        height:12px;width:12px;
        aspect-ratio: 1;
        margin-top:2px;
        pointer-events: none;
    }
    .carouselFilterFormatIconSelected{
        filter: invert(1);
    }
    @media (min-width:240px){.carouselFilterFormatIcon{height:12px;width:12px;}}
    @media (min-width:800px){.carouselFilterFormatIcon{height:14px;width:14px;}}
    @media (min-width:1600px){.carouselFilterFormatIcon{height:16px;width:16px;}}
    @media (min-width:1900px){.carouselFilterFormatIcon{height:18px;width:18px;}}

    .carouselFilterFormatMobile{
        flex: 1;
        text-align: center;
        padding:5px 2px;
        margin:0px 2px 4px 2px;
        font-size:10px !important;
        font-weight: 600 !important;
        line-height: 1.15;
    }
    .carouselFilterFormatMobileActive{background-color:#000;color:#fff;border:1px solid #000;pointer-events: auto;}
    .carouselFilterFormatMobileInactive{background-color:#fff;color:#666;border:1px solid #666;opacity: 0.5;pointer-events: none;}
    .carouselFilterFormatMobileIdle{background-color:#fff;color:#000;border:1px solid #000;cursor: pointer;pointer-events: auto;}
    .carouselFilterFormatMobileCount{
        opacity:0.5;font-weight:300;
        pointer-events: none;
    }
    .carouselFilterFormatMobileIconSelected{
        filter: invert(1);
    }

    .carouselFilterFormatActive{background-color:#000;color:#fff;border:1px solid #000;}
    .carouselFilterFormatActive:hover{background-color:#000;color:#fff;border:1px solid #000;}

    .carouselFilterFormatInactive{background-color:#fff;color:#ddd;border:1px solid #ddd;opacity: 0.5;}

    .carouselFilterFormatIdle{background-color:#fff;color:#999;border:1px solid #999;cursor: pointer;}
    .carouselFilterFormatIdle:hover{background-color:#fff;color:#000;border:1px solid #000;}



    .carouselFilterModeToggle{
        width:auto;height:auto;
        display:block;float:left;
        padding:6px 12px;
        cursor: pointer;
    }
    .carouselFilterModeToggleLeft{
        margin:2px 0px 2px 8px;
        border-top:1px solid #000;
        border-left:1px solid #000;
        border-bottom:1px solid #000;
    }
    .carouselFilterModeToggleCenter{
        margin:2px 0px 2px 0px;
        border-top:1px solid #000;
        border-left:1px solid #000;
        border-right:1px solid #000;
        border-bottom:1px solid #000;
    }
    .carouselFilterModeToggleRight{
        margin:2px 8px 2px 0px;
        border-top:1px solid #000;
        border-right:1px solid #000;
        border-bottom:1px solid #000;
    }


    .carouselFilterFormatCount{
        opacity:0.66;font-weight:300;
        pointer-events: none;
    }

    .carouselFilterMode{
        width:auto;height:auto;
        display:block;float:left;
        margin-left:2px;margin-right:2px;
    }
    .carouselFilterModeInactive{
        opacity: 0.5;pointer-events: none;
        background-color: #fff;
    }
    #carouselFilterModeClear{
        background-color: #f55555; 
        color:#000;
        border:2px solid #333;
        aspect-ratio: 1;
        font-weight: 700;
        cursor: pointer;
        margin-right:14px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 100 100'%3E%3Cpath fill='%23000000' d='M88.8,77.5L60.6,49.3l28.2-28.2c1.2-1.2,1.2-3.1,0-4.2l-8.5-8.5L50,38.7L19.6,8.3l-8.5,8.5c-1.2,1.2-1.2,3.1,0,4.2l28.2,28.2L11.2,77.5c-1.2,1.2-1.2,3.1,0,4.2l8.5,8.5L50,59.9l30.4,30.4l8.5-8.5C90,80.6,90,78.7,88.8,77.5z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        padding:11px;
        width: 26px;
        height: 26px;
    }
    #carouselFilterModeClear:hover{
        background-color: #f00;
        border:2px solid #000;
    }
    #carouselFilterModeToggleLibrary{
        background-color:#fff;color:#000;
    }
    #carouselFilterModeToggleLibrary:hover{
        background-color:#000;color:#fff;
    }
    #carouselFilterModeToggleModels{
        background-color:#fff;color:#000;
    }
    #carouselFilterModeToggleModels:hover{
        background-color:#000;color:#fff;
    }
    #carouselFilterModeToggleGenres{
        background-color:#fff;color:#000;
    }
    #carouselFilterModeToggleGenres:hover{
        background-color:#000;color:#fff;
    }
    .carouselFilterModeToggleActive{
        background-color:#000 !important;
        color:#fff !important;
    }
    #carouselFilterfilterActive{
        color:#000;font-weight:900;
        margin:0px 5px;
        border-bottom:2px solid #000;
        animation: pulse-color 1.5s ease-in-out infinite;
        background-color: #fff;
        padding:5px 12px 3px 12px;
    }
    @keyframes pulse-color {
        0% { color: rgba(0,0,0,0.3); }
        50% { color: rgba(0,0,0,1.0); }
        100% { color: rgba(0,0,0,0.3); }
    }
    .carouselFilterGap0{
        width:5px; /*set by js*/
        height:1px;
        display:block;float:left;
    }
    .carouselFilterGap1{
        width:28px;height:1px;
        display:block;float:left;
    }
    .carouselFilterGap2{
        width:28px;height:1px;
        display:block;float:left;
    }

    @media (min-width:240px){.carouselPageInfo{font-size:12px;}}
    @media (min-width:800px){.carouselPageInfo{font-size:12px;}}
    @media (min-width:1600px){.carouselPageInfo{font-size:14px;}}
    @media (min-width:1900px){.carouselPageInfo{font-size:16px;}}
        #carouselPageInfoOn{
            /* border:1px solid #ccc; */
            width:35px;
            text-align:center;
            outline:none;
            margin-left:2px;margin-right:2px;
            background: #ddd;
            border-bottom:2px solid #000;
            border-left:none;
            border-top:none;
            border-right:none;
            vertical-align: 1px;
        }
        #carouselPageInfoMax{

        }


/* GRIDS */
#carouselGrids{
    background-color: #fff;
    position:absolute;
    z-index:2;
    top:0px;
    width:100px;height:100px;left:0px; /* set by js */
    transition: height 0.25s ease;
}
    .carouselGrid{
        display:block;float:left;
        overflow: hidden;
        color:#fff;
        border-left:1px solid #000; 
        background: #ccc;
        pointer-events: auto;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .carouselGridBackgroundImage{
        /* background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/blank.png'); */
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
    }
    .carouselGridFirst{

    }
    .carouselGridLast{
        border-right:1px solid #000;
    }
    .carouselGridDesktop{
        width:100px;height:100px; /* set by js */
        cursor: pointer;
        /* background-color: #ccc;
        background: #ccc; */
    }
    .carouselGridMobile{
        width:100px;height:100px; /* set by js */
        border-top:1px solid #000;
    }
    

    .carouselLibraryGridContent{
        background-color: rgba(0,0,0,0.2);
    }
    .carouselGenresGridContent{
        background-color: rgba(0,0,0,0.2);
    }
    .carouselModelsGridContent{
        background-color: rgba(0,0,0,0.2);
    }

        .carouselLibraryContent{
            width:100%;height:100%;
            position: relative;
            overflow: hidden;
            pointer-events: none;
        }
        @media (min-width:240px){.carouselLibraryContent{font-size:12px;}}
        @media (min-width:300px){.carouselLibraryContent{font-size:12px;}}
        @media (min-width:800px){.carouselLibraryContent{font-size:12px;}}
        @media (min-width:1600px){.carouselLibraryContent{font-size:14px;}}
        @media (min-width:1900px){.carouselLibraryContent{font-size:16px;}}

            .carouselLibraryLocked{
                width:14px;height:14px;
                box-sizing: border-box;
                position: absolute; 
                z-index: 2;
                top:7px;right:7px;
                pointer-events: none;
                background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-lock-white.png');
                background-size: 14px 14px;
            }
            .carouselLibraryLockedBg{
                width:20px;height:20px;
                box-sizing: border-box;
                position: absolute; 
                z-index: 1;
                top:4px;right:4px;
                pointer-events: none;
                background:rgba(240, 15, 15, 0.70);
                border-radius:3px;
            }
            .carouselLibraryInfo{
                width:100%;height:100%;
                position: absolute;
                top:0px;left:0px;
                pointer-events: none;
                background-color: rgba(0,0,0,0.66);
                z-index: 3;
                display: none;
            }
            .carouselLibraryInfoContent{
                width:100%;height:100%;
                padding:15px 20px 15px 15px;
                font-size:11px;
                line-height: 1.25;
                color:#fff;
                position: absolute;
                top:0px;left:0px;
                z-index: 1;
            }
            .carouselLibraryInfoClose{
                width:16px;height:16px;
                box-sizing: border-box;
                position: absolute; 
                z-index: 2;
                top:7px;right:7px;
                pointer-events: auto;
                cursor: pointer;
                background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-close-white.png');
                background-size: 16px 16px;
            }
            .carouselLibraryInfoIcon{
                width:14px;height:14px;
                box-sizing: border-box;
                position: absolute; 
                z-index: 2;
                bottom:7px;right:7px;
                pointer-events: auto;
                background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-info-black.png');
                background-size: 14px 14px;
                opacity: 0.0;
            }
            .carouselLibraryInfoIconBg{
                width:20px;height:20px;
                box-sizing: border-box;
                position: absolute; 
                z-index: 1;
                bottom:4px;right:4px;
                background:rgba(255,255,255,0.70);
                border-radius:3px;
                pointer-events: auto;
                opacity: 0.0;
            }
            .carouselLibraryInfoIconBg:hover{
                background:rgba(255,255,255,1);
            }
            .carouselLibraryFormats{
                font-weight:700;
                width:80%;padding:2%;
                box-sizing: border-box;
                position: absolute; 
                top:0px;left:0px;
                pointer-events: none;
                opacity: 0.0;
                text-shadow: -1px 1px 0px rgba(0,0,0,0.75);
            }
            @media (min-width:240px){.carouselLibraryFormats{font-size:10px;}}
            @media (min-width:300px){.carouselLibraryFormats{font-size:12px;}}
            @media (min-width:800px){.carouselLibraryFormats{font-size:12px;}}
            @media (min-width:1600px){.carouselLibraryFormats{font-size:12px;}}
            @media (min-width:1900px){.carouselLibraryFormats{font-size:14px;}}
            .carouselLibraryTitle{
                font-weight:600;
                width:92%;height:52px;
                position: absolute; bottom:4%;
                padding:2% 4% 2% 4%;
                overflow:hidden;
                pointer-events: none;
                opacity: 0.0;
                line-height: 1.1;
                text-shadow: -1px 1px 0px rgba(0,0,0,0.75);
            }
            @media (min-width:240px){.carouselLibraryTitle{font-size:14px;height:51px;}}
            @media (min-width:800px){.carouselLibraryTitle{font-size:14px;height:51px;}}
            @media (min-width:1600px){.carouselLibraryTitle{font-size:16px;height:57px;}}
            @media (min-width:1900px){.carouselLibraryTitle{font-size:18px;height:64px;}}
            .carouselLibraryCutout{
                margin:4%;
                position: absolute; 
                top:0px;right:0px;
                width:28px;height:28px;
                /* background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-cutout1.png'); */
                background-size: 28px 28px;
                pointer-events: none;
            }
            @media (min-width:1600px){.carouselLibraryCutout{width:32px;height:32px;background-size: 32px 32px;}}
            @media (min-width:1900px){.carouselLibraryCutout{width:36px;height:36px;background-size: 36px 36px;}}

        .carouselGenresContent{
            width:100%;height:100%;
            position: relative;
            overflow: hidden;
            pointer-events: none;
        }
            .carouselGenresTitle{
                color:#fff;
                font-weight:600;
                width:92%;height:42px;
                /* background-color:rgba(0,0,0,0.30); */
                /* box-sizing: border-box; */
                position: absolute; bottom:5%;
                padding:2% 4% 2% 4%;
                overflow:hidden;
                pointer-events: none;
                text-shadow: -1px 1px 0px rgba(0,0,0,0.75);
            }
            @media (min-width:240px){.carouselGenresTitle{font-size:14px;height:51px;}}
            @media (min-width:800px){.carouselGenresTitle{font-size:14px;height:51px;}}
            @media (min-width:1600px){.carouselGenresTitle{font-size:16px;height:57px;}}
            @media (min-width:1900px){.carouselGenresTitle{font-size:18px;height:64px;}}

        .carouselModelsContent{
            width:100%;height:100%;
            position: relative;
            overflow: hidden;
            pointer-events: none;
        }
            .carouselModelsTitle{
                color:#fff;
                font-weight:600;
                width:92%;height:42px;
                position: absolute; bottom:5%;
                padding:2% 4% 2% 4%;
                overflow:hidden;
                pointer-events: none;
                text-shadow: -1px 1px 0px rgba(0,0,0,0.75);
            }
            @media (min-width:240px){.carouselModelsTitle{font-size:14px;height:51px;}}
            @media (min-width:800px){.carouselModelsTitle{font-size:14px;height:51px;}}
            @media (min-width:1600px){.carouselModelsTitle{font-size:16px;height:57px;}}
            @media (min-width:1900px){.carouselModelsTitle{font-size:18px;height:64px;}}
                
/* UI */
#carouselNav{
    background-color:#ddd;
    position:absolute;z-index:1;
    top:0px;left:0px;
    width:100%;
    height:100px; /* set by js */
    transition: height 0.25s ease;
}
    #carouselFormats{
        width:100%;height:auto;
    }
        .carouselFormat{
            display:block;float:left;
            margin:2px 10px;
            padding:3px 6px;
        }
    #carouselCategories{
        width:100%;height:auto;
    }
    .carouselArrow{
        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/blank.png');
        background-size: cover; background-position: center; background-repeat: no-repeat; 
    }
    #carouselArrowLeft{
        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/arrowL.png');
        background-repeat: no-repeat;
        display:block;float:left;
        filter: invert(100%);
        opacity: 0.3;
        cursor: pointer;
    }
    #carouselArrowLeft:hover{
        opacity: 0.9;
    }
    #carouselArrowRight{
        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/arrowR.png');
        background-repeat: no-repeat;
        display:block;float:right;
        filter: invert(100%);
        opacity: 0.3;
        cursor: pointer;
    }
    #carouselArrowRight:hover{
        opacity: 0.9;
    }

    #carouselArrowLeftMobile{
        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/arrowL-mobile-black.png');
        background-repeat: no-repeat;
        background-size: 25px 25px; /* set by js */
        background-position: center;
        display:block;float:left;
        background-color: #ccc;
        color:#fff;
    }
    #carouselArrowRightMobile{
        background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/arrowR-mobile-black.png');
        background-repeat: no-repeat;
        background-size: 25px 25px; /* set by js */
        background-position: center;
        display:block;float:right;
        background-color: #ccc;
        color:#fff;
    }


/* LOADING */

#carouselLoading{
    background:#ddd;
    position:absolute;z-index:2;
    top:0px;left:0px;
    width:100%;
    height:100px; /* set by js */
    transition: height 0.25s ease;
}
    .lds-ring-carousel {
        display: inline-block;
        position: absolute;
        z-index: 3;
        width: 48px;
        height: 48px;
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        opacity: 0.15;
    }
    .lds-ring-carousel div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 42px;
        height: 42px;
        margin: 6px;
        border: 6px solid #000;
        border-radius: 50%;
        animation: lds-ring-carousel 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #000 transparent transparent transparent;
    }
    .lds-ring-carousel div:nth-child(1) {
        animation-delay: -0.45s;
    }
    .lds-ring-carousel div:nth-child(2) {
        animation-delay: -0.3s;
    }
    .lds-ring-carousel div:nth-child(3) {
        animation-delay: -0.15s;
    }
    @keyframes lds-ring-carousel {
        0% {
        transform: rotate(0deg);
        }
        100% {
        transform: rotate(360deg);
        }
    }






/* Mobile Fullscreen */
#carouselFullscreenMobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 30;
    pointer-events: auto;
    display: none;
}
#carouselFullscreenMobileShow{
    position:absolute;z-index: 3;
    width:100%;height:25px;
    text-align: center;
    font-size:16px;
    font-weight: 600;
    color:#333;
    left:0px;
    bottom:0px; 
    background-color:#fff;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding-top:3px;
    pointer-events: auto;
}
#carouselSearchAR{
    position:absolute;z-index:50;
    width:100%;height:100%;
    left:0px;top:0px;
    display:none;
    background-color:rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
#carouselSearchShowAR{
    position:absolute;z-index: 3;
    width:100%;height:25px;
    text-align: center;
    font-size:16px;
    font-weight: 600;
    color:#333;
    left:0px;
    bottom:0px; 
    background-color:#fff;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding-top:3px;
    pointer-events: auto;
    display:none;
}
#carouselFullscreenMobileHide{
    width:100%;height:30px;
    text-align: center;
    font-size:16px;
    font-weight: 600;
    color:#000;
    background-color: #fff;
    line-height: 30px;
}
.carouselHideShowArrowDown{
    display:inline-block;
    width:14px;height:14px;
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-arrowdown-black.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carouselHideShowArrowUp{
    display:inline-block;
    width:14px;height:14px;
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-arrowup-black.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carouselSearchIconAR{
    display:inline-block;
    width:14px;height:14px;
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-search.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#carouselFullscreenMobileSearch{
    width:100%;height:40px;    
}
#carouselFullscreenMobilePagination{
    width:100%;height:54px;
    position:relative;
}
#carouselFullscreenMobileModes{
    height:40px;
}
#carouselFullscreenMobileFilters{
    height:66px;
    pointer-events: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.carouselGridFullscreenMobile{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.carouselMobileRow{
    display:block;
    width:100%;
    border:1px solid #000;
    overflow: hidden;
}
.carouselMobileColumn{
    display:block;float:left;
    height:100%;
    border:1px solid #000;
    overflow: hidden;
}
#carouselGridsFullscreenMobile{
    width:100%;height:100%;
    background-color: #ddd;
}
.carouselFilterModeToggleFullscreenMobile{
    width:33.3%;height:100%;
    display:block;float:left;
    cursor: pointer;
    text-align: center;
    font-size:16px;
    padding-top:10px;
}
.carouselFilterModeToggleFullscreenMobileRight{
    border-left:1px solid #000;
}
/* .carouselFilterModeToggleFullscreenMobileCenter{
} */
.carouselFilterModeToggleFullscreenMobileLeft{
    border-right:1px solid #000;
}
.carouselFilterFormatFullscreenMobile{
    flex: 1;
    text-align: center;
    padding:7px 2px 5px 2px;
    margin:4px 2px 4px 2px;
    font-size:10px !important;
    font-weight: 600 !important;
    line-height: 1.15;
}
.carouselFilterFormatFullscreenMobileFirst{
    margin:4px 2px 4px 4px;
}
.carouselFilterFormatFullscreenMobileLast{
    margin:4px 4px 4px 2px;
}
#carouselSearchInputFullscreenMobile{
    width:80%;height:100%;
    display:block;float:left;
    outline:none;
    border:none;
    background:#ddd;
    padding:8px;
    pointer-events: auto;
    font-size:15px;
    box-sizing: border-box;
    border-right:2px solid #000;
}
#carouselSearchButtonFullscreenMobile{
    width:20%;height:100%;
    display:block;float:left;
    cursor: pointer;
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-search-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    pointer-events: auto;
    background-color:#eee;
}
#carouselSearchCancelButtonFullscreenMobile{
    width:20%;height:100%;
    display:block;float:left;
    cursor: pointer;
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/icon-close2-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    pointer-events: auto;
    background-color: #f55555;
    display:none;
}
#carouselNavFullscreenMobile{
    width:100%;height:100%;
    position:absolute;z-index:1;
    top:0px;left:0px;
}
#carouselInfoFullscreenMobile{
    width:50%;height:100%;
    position:absolute;z-index:2;
    top:0px;left:25%;
}
#carouselInfoContentFullscreenMobile{
    width:100%;text-align: center;
    font-size:12px;
    font-weight: 600;
    color:#000;
    margin-top:20px;
}
.carouselArrowFullscreenMobile{
    width:25%;height:100%;
}
.carouselArrowFullscreenMobileLeft{
    display:block;float:left;
    border-right:2px solid #000;
    background-color: #000;
}
.carouselArrowFullscreenMobileRight{
    display:block;float:right;
    border-left:2px solid #000;
    background-color: #000;
}
#carouselArrowLeftFullscreenMobile{
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/arrowL-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display:block;float:left;
    opacity:1;
}
#carouselArrowLeftFullscreenMobile:hover{
    opacity: 0.9;
}
#carouselArrowRightFullscreenMobile{
    background-image: url('https://w-small.naughtycdn.com/paths/www/3dassets/player3/assets/img/arrowR-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display:block;float:right;
    opacity:1;
}
#carouselArrowRightMobile:hover{
    opacity: 0.9;
}
#carouselPageInfoOnFullscreenMobile{

}
#carouselPageInfoMaxFullscreenMobile{

}
#carouselFullscreenMobileGrid{
    position:relative;
}
#carouselLoadingFullscreenMobileBg{
    background:rgba(255,255,255,0.5);
    position:absolute;z-index:100;
    top:0px;left:0px;
    width:100%;height:100%;
    display:none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#carouselSearchOverlayMobileBg{
    background:rgba(255,255,255,0.5);
    position:absolute;z-index:100;
    top:0px;left:0px;
    width:100%;height:100%;
    display:none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.rel100{
    position:relative;
    width:100%;height:100%;
}
#carouselLoadingFullscreenMobile{
    background:none;
    position:absolute;z-index:1;
    width:100px;height:100px;
    left:calc(50% - 50px);
    top:calc(50% - 50px);
    display:none;
}
#carouselSearchOverlayNoResults{
    background:none;
    position:absolute;z-index:1;
    width:300px;height:auto;
    padding:12px;
    left:calc(50% - 150px);
    top:calc(50% - 25px);
    font-size:24px;
    font-weight: 600;
    color:#000;
    text-align: center;
    background:none;
    display:none;
}
.lds-ring-carousel-2 {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 100px;   
    height: 100px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    opacity: 0.33;
}
.lds-ring-carousel-2 div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 10px solid #000;
    border-radius: 50%;
    animation: lds-ring-carousel-2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}
.lds-ring-carousel-2 div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring-carousel-2 div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring-carousel-2 div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring-carousel-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


