﻿.assetContentWrap {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 32px;
    margin-top: 32px;
    position: relative;
}
.basketNavInner,
.assetContentWrap {
    text-align: center;
    max-width: 1832px;
}
.assetStoreMainContent {
    padding: 32px;
    width: calc(100% - 300px + 32px);
}

    h1 {
        margin: 0;
        padding: 0;
        text-align: left;
    }
h1 + p {
    margin: 0;
    padding: 0;
    text-align: left;
}
.assetStoreMenuContentWrap {
    display: flex;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu {
    background: #efefef;
    width: 300px;
    position: sticky;
    top: 112px;
    z-index: 7;
    max-height: calc(100vh - 112px);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px 0 inset;
    margin-bottom: -100px;
}
    .assetStoreMenuContentWrap .assetStoreLeftMenu > div {
        overflow-y: auto;
        max-height: calc(100% - 32px - 16px);
        padding: 16px;
        padding-top: 0;
        padding-bottom: 100px;
    }
.assetStoreMenuContentWrap .assetStoreLeftMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu ul li {
    margin: 0;
    padding: 0;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu h2 {
    line-height: 100%;
    font-size: 1rem;
    margin: 8px 0 16px 0;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu ul li a {
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 100%;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 500;
    padding: 4px;
    font-size: 1rem;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu ul li a div.parentCatLink {
    flex: 1;
    text-align: right;
}
.assetStoreMenuContentWrap ul.subCategoryMenuLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}
.assetStoreMenuContentWrap ul.subCategoryMenuLinks > li {
    margin: 0;
    padding: 0;
}
.assetStoreMenuContentWrap ul.subCategoryMenuLinks > li a {
    padding-left: 42px;
    display: flex;
    align-items: center;
}
.assetStoreMenuContentWrap ul.subCategoryMenuLinks > li div {
    flex: 1;
    text-align: right;
}

    .assetStoreMenuContentWrap .assetStoreLeftMenu span.count {
        background: #dc0d8a;
        color: #fff;
        font-weight: 500;
        font-size: 0.65rem;
        border-radius: 3px;
        min-width: 16px;
        margin-left: 12px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 2px;
    }
    .assetStoreMenuContentWrap .assetStoreLeftMenu ul li span.linkDescrip {
        line-height: 100%;
        color: #63666a;
        display: block;
        font-weight: normal;
        margin-top: 2px;
        font-size: 0.85rem;
    }



.assetStoreSearchWrap {
    padding: 8px !important;
    display: flex;
}
    .assetStoreSearchWrap input[type=text] {
        width: 100%;
        padding-left: 32px;
        font-size: 0.85rem;
        margin: 0;
        height: 32px;
        border: 1px solid #c0c0c0;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-position: 4px center;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }
    .assetStoreSearchWrap input[type=submit] {
        padding: 0 6px;
        font-size: 0.85rem;
        margin-left: 2px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }
    .assetStoreSearchWrap input[type=text]:focus {
        outline: none;
        border: 1px solid #292c30;
    }

    .assetStoreMenuContentWrap .assetStoreLeftMenu ul li span.linkTxt {
        color: #dc0d8a;
        font-weight: 500;
    }
.assetStoreMenuContentWrap .assetStoreLeftMenu ul li a img {
    margin-right: 8px;
}
.constructProductIcoWrap {
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: #2B2B2B;
    border-radius: 50%;
    padding: 4px;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu ul li a:hover .constructProductIcoWrap img {
    animation: none;
}
.assetStoreMenuContentWrap .assetStoreLeftMenu.mobileMenuOpen {
    animation: slideInLeft 500ms;
}


.assetStoreMenuContentWrap .assetStoreLeftMenu ul li a:hover {
    text-decoration: none !important;
}
    .assetStoreMenuContentWrap .assetStoreLeftMenu ul li a:hover .constructProductIcoWrap img {
        animation: jackInTheBox 700ms;
    }
.assetStoreMenuContentWrap .assetStoreLeftMenu ul li a:hover {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

    .assetHR {
        display: inline-block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #c0c0c0;
        width: 100%;
        margin: 0;
    }
.newTopMenuWrap {
    box-shadow: none !important;
}


.basketNavWrap {
    background: #dc0d8a;
    position: fixed;
    z-index: 55;
    height: 32px;
    width: 100%;
    box-shadow: 0 -2px 12px 6px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}
.basketNavInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 1868px) {
    .basketNavInner {
        padding: 0 16px;
    }
}
.mobileNavWrap {
    display: none;
}
#AssetStoreMobileMenuCloser {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    left: 0;
    width: calc(100vw);
    background: rgba(0, 0, 0, 0.65);
    height: 100vh;
    visibility: hidden;
}


/* Mobile menu */
@media screen and (max-width: 1400px) {
    #AssetStoreMobileMenuCloser {
        visibility: visible;
        z-index: 44;
    }
    .assetStoreMenuContentWrap .assetStoreLeftMenu {
        display: none;
    }
    .assetStoreMenuContentWrap .assetStoreLeftMenu.mobileMenuOpen {
        display: block;
    }
    .mobileNavWrap {
        background: #292c30;
        position: fixed;
        z-index: 54;
        height: 32px;
        width: 100%;
        top: 112px;
        box-shadow: 0 -2px 12px 6px rgba(0, 0, 0, 0.22);
        display: block;
        background: -webkit-linear-gradient(to right, #213140, #203a43, #213140);
        background: linear-gradient(to right, #213140, #203a43, #213140);
    }
    .basketNavWrap {
        box-shadow: none;
    }
    .assetContentWrap {
        margin-top: 64px;
    }
    .assetStoreMenuContentWrap .assetStoreLeftMenu {
        display: none;
        position: fixed;
        top: 144px;
        left: 0;
        max-height: calc(100vh - 144px);
        height: calc(100vh - 144px);
        z-index: 999;
        box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45);
    }
    .assetStoreMainContent {
        padding: 24px;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .assetDetailsWrap > div:nth-child(1) {
        max-width: 32px;
        max-height: 32px;
        min-width: 32px;
        min-height: 32px;
        border-radius: 6px;
    }
    ul.assetList .assetDetailsWrap > div:nth-child(1) {
        max-width: 42px;
        max-height: 42px;
        min-width: 42px;
        min-height: 42px;
        border-radius: 6px;
    }
    .assetDetailsWrap > div:nth-child(2) {
        padding-left: 8px !important;
    }
    .featuredAssetWrap {
        width: 400px !important;
    }
}
@media screen and (max-width: 650px) {
    .assetStoreMainContent {
        padding-left: 12px;
        padding-right: 12px;
    }
    .uiHorizontalScrollerInner {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
}

@media screen and (max-width: 550px) {
    ul.uiChartColumn {
        min-width: 300px !important;
        max-width: 300px !important;
    }
    .uiHorizontalScrollerItemList > li .uiChartColumnWrapper {
        margin-right: 16px !important;
    }
    .uiChartColumn .miniTileWrapper a.assetIcoWrap {
        max-width: 48px !important;
        max-height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        border-radius: 6px;
        margin-bottom: 6px;
    }
    .uiChartColumn .miniTileWrapper > div:nth-child(2) {
        padding-left: 0 !important;
    }
    .uiChartColumn .miniTileWrapper {
        flex-direction: column;
    }
    ul.uiChartColumn > li > div:first-child {
        
        align-items: flex-start !important;
        line-height: 100%;
        padding-top: 20px;
    }
}

    @media screen and (max-width: 450px) {
        .assetStoreMenuContentWrap .assetStoreLeftMenu {
            width: 100%;
        }
    }

    @media screen and (max-width: 400px) {
        .tileViewHead {
            position: relative;
            display: block !important;
            margin-bottom: 0 !important;
        }

            .tileViewHead > div:nth-child(2) {
                margin-top: 8px;
            }
    }


    a.mobileMenuControl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        font-weight: 500;
        padding-left: 16px;
    }

        a.mobileMenuControl img {
            margin-right: 8px;
        }

    .basketNavWrap .basketWrapper {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

.basketNavWrap select, .reviewItemWrap select, .reviewItemWrap input[type=text], .reviewItemWrap textarea, .orderIssueWrap select {
    padding: 0 8px;
    margin: 0;
    font-size: 0.85rem;
    border-radius: 3px;
    border: 1px solid #2B2B2B;
    height: 24px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}

    .basketWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 500;
        line-height: 100%;
        margin-left: 8px;
    }

    .basketInnerWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        margin-left: 4px;
        height: 24px;
        font-size: 0.75rem;
        padding: 0 8px;
    }

        .basketInnerWrapper > div:first-child {
            text-align: left;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

            .basketInnerWrapper > div:first-child img {
                max-width: 18px;
                filter: contrast(0%) brightness(2);
            }



        .basketInnerWrapper > div:nth-child(2) {
            padding: 0 8px;
            flex: 1;
            position: relative;
        }

img.selectedMenuImg {
    filter: contrast(0%) brightness(1);
}

/* Site sale icon */
.siteSaleIcoWrap {
    max-width: 32px;
    max-height: 32px;
    -webkit-animation: float 4000ms ease-in-out;
    animation: float 4000ms ease-in-out;
    animation-iteration-count: infinite;
    transform: translateY(-1px);
    margin-right: 5px;
    min-width: 32px;
    min-height: 32px;
}

    @keyframes float {

        0% {
            transform: translateY(-1px);
            transition: ease 0.5s;
        }

        50% {
            transform: translateY(2px);
            transition: ease 0.5s;
        }
    }
    /* Countdown timer for sale end in top bar */
    .basketNavInner .siteSaleCountdownWrapper {
        margin-right: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-weight: 500;
        font-size: 0.85rem;
        flex: 1;
        white-space: nowrap;
    }

        .basketNavInner .siteSaleCountdownWrapper .uiCountdownTimerWrap {
            margin-left: 6px;
            margin-top: -1px;
        }

    @media screen and (max-width: 550px) {
        .basketNavInner {
            padding: 0 8px;
        }

            .basketNavInner .siteSaleCountdownWrapper > span {
                display: none;
            }
    }

    @media screen and (max-width: 480px) {
        .basketNavInner .siteSaleCountdownWrapper .siteSaleIcoWrap {
            display: none;
        }
    }

    @media screen and (max-width: 400px) {
        .basketNavInner .uiCountdownTimerWrap > ul > li:nth-last-child(-n+3) {
            display: none !important;
        }
    }

    @media screen and (max-width: 340px) {
        .basketNavInner .uiCountdownTimerWrap > ul > li:nth-last-child(-n+6) {
            display: none !important;
        }
    }

    .uiCountdownTimerWrap ul li {
        background: #7e6a00;
        font-size: 0.85rem;
        color: #2B2B2B;
        text-shadow: 1px 1px #ffec88;
        border-radius: 3px;
        margin-right: 1px !important;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

        .uiCountdownTimerWrap ul li span {
            background: linear-gradient(0, #ffd700 50%, #c9ab05 50%);
            border-radius: 3px;
            display: block;
            padding: 5px 5px;
        }

        .uiCountdownTimerWrap ul li:last-child {
            margin-right: 0 !important;
        }

        .uiCountdownTimerWrap ul li.separator {
            background: transparent !important;
            padding: 0 !important;
            color: #ffffff;
            text-shadow: none;
            position: relative;
            top: 2px;
            font-weight: normal;
            border-radius: 0;
            box-shadow: none;
        }

            .uiCountdownTimerWrap ul li.separator span {
                background: transparent !important;
                padding: 0 1px;
            }

        .uiCountdownTimerWrap ul li.timerValChanged span {
            -webkit-animation: flipInX 400ms;
            animation: flipInX 400ms;
        }

    .headerWrap {
        width: 100%;
        height: 400px;
        background-size: cover;
        display: flex;
        align-items: center;
        padding-left: 100px;
        text-shadow: 4px 7px 17px rgba(0, 0, 0, .8);
        margin-top: -32px;
        margin-bottom: 0;
        position: relative;
        overflow-y: visible;
        overflow-x: clip;
        background-position: 0 0;
        animation: animatedBackground 30s ease-out forwards;
        animation-iteration-count: 1;
        z-index: 8;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    @keyframes animatedBackground {
        from {
            background-position: 0 0;
        }

        to {
            background-position: 100% 100%;
        }
    }

    .headerWrap p {
        font-weight: 500;
    }

    .headerWrap div {
        max-width: 600px;
        color: #fff;
        text-align: left;
        position: relative;
        z-index: 2;
    }

    .headerWrap .stat {
        border-radius: 3px;
        background: #ffd700;
        color: #3d3400;
        font-weight: 500;
        display: inline-flex;
        flex-direction: column;
        justify-content: Center;
        align-items: center;
        line-height: 130%;
        padding: 16px;
        margin-top: 16px;
    }

    .headerWrap .boxesImageWrap {
        position: absolute;
        top: -70px;
        right: -100px;
        max-width: 1100px;
        transform: rotate(-15deg);
        z-index: 1;
    }

        .headerWrap .boxesImageWrap img {
            max-width: 120% !important;
            min-width: 900px;
        }

    @media screen and (max-width: 900px) {
        .headerWrap {
            padding-left: 32px;
            padding-right: 32px;
        }

            .headerWrap p {
                font-size: 1.6rem;
            }

            .headerWrap .boxesImageWrap img {
                opacity: 0.6;
            }
    }

    @media screen and (max-width: 430px) {
        h1 {
            margin-bottom: 16px !important;
        }
    }

    .tileViewHead {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

        .tileViewHead > div:first-child {
            flex: 1;
        }

        .tileViewHead > div:last-child {
            align-self: flex-end;
            line-height: 100%;
        }

            .tileViewHead > div:last-child a {
                background: #dc0d8a;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 100%;
                font-weight: 500;
                padding: 2px 4px 2px 14px;
                border-radius: 14px;
            }

                .tileViewHead > div:last-child a:hover img {
                    animation: rotateIn 600ms;
                }

    .assetContentWrap h2 {
        text-align: left;
        margin: 0;
        padding: 0;
        text-transform: none;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 4px;
    }

        .assetContentWrap h2 + p {
            font-size: 1rem;
            text-align: left;
            line-height: 120%;
            margin: 0;
            padding: 0;
        }

    .uiHorizontalScroller.tileTypeFeatured .scrollRight,
    .uiHorizontalScroller.tileTypeFeatured .scrollLeft {
        top: 50%;
        margin-top: -64px;
    }

    .uiHorizontalScroller.tileTypeFeatured .uiHorizontalScrollerInner > ul > li {
        margin-right: 16px;
    }

    .uiHorizontalScroller.tileTypeFeatured ul li:last-child {
        margin-right: 0;
    }

    .assetWrapper {
        display: flex;
        flex-direction: column;
        align-items: Center;
        border-radius: 8px;
        padding: 8px;
        flex: 1;
    }
    .assetWrapper:hover {
        background: #dedede;
    }

    .assetImgContainer {
        flex: 1;
        text-align: center;
        position: relative;
        display: block;
        overflow: hidden;
        max-width: 400px;
        height: 270px;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

        .assetImgContainer ul {
            list-style: none;
            display: flex;
            margin: 0;
            padding: 0;
            position: relative;
            right: 0;
        }

            .assetImgContainer ul li {
                margin: 0;
                padding: 0;
                min-width: 450px;
                width: 450px;
                height: 270px;
                overflow: hidden;
            }

.assetImgContainer ul li.galleryImg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
                .assetImgContainer ul li.galleryImg img {
                    object-fit: cover;
                    transform: scale(1.35) rotate(10deg);
                }

    .assetWrapper:hover .assetImgContainer ul.slideShowLoaded {
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

        .assetWrapper:hover .assetImgContainer ul.slideShowLoaded.oneExtra {
            animation: slideIn1Img 2000ms;
        }

        .assetWrapper:hover .assetImgContainer ul.slideShowLoaded.twoExtra {
            animation: slideIn2Img 3000ms;
        }

.assetWrapper:hover .assetImgContainer ul.slideShowLoaded.threeExtra {
    animation: slideIn3Img 4000ms;
}
    @keyframes slideIn1Img {
        0% {
            right: 0;
        }
        70% {
            right: 100%;
        }
        90% {
            right: 100%;
        }
        100% {
            right: 0;
        }
    }

    @keyframes slideIn2Img {
        0% {
            right: 0;
        }
        40% {
            right: 100%;
        }
        50% {
            right: 100%;
        }
        70% {
            right: 200%;
        }
        90% {
            right: 200%;
        }
        100% {
            right: 0;
        }
    }

    @keyframes slideIn3Img {
        0% {
            right: 0;
        }
        20% {
            right: 100%;
        }
        30% {
            right: 100%;
        }
        50% {
            right: 200%;
        }
        60% {
            right: 200%;
        }
        80% {
            right: 300%;
        }
        90% {
            right: 300%;
        }
        100% {
            right: 0;
        }
    }

    .assetImgContainer ul li:first-child {
        min-width: 400px;
        width: 400px;
    }

    .assetImgContainer img {
        display: block;
        max-width: 400px;
        max-height: 270px;
        height: auto;
    }

    .assetImgContainer .overlayVideoWrap {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        background: #000;
    }

.assetWrapper:hover .assetImgContainer .overlayVideoWrap {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-animation: backInLeft 600ms;
    animation: backInLeft 600ms;
}

.assetImgContainer .overlayVideoWrap video {
    width: 100%;
    height: 100%;
}

    .assetImgContainer .overlayVideoWrap img {
        object-fit: cover;
    }

    .assetDetailsWrap {
        display: flex;
        width: 100%;
        max-width: 400px;
        margin-top: 16px;
        align-items: flex-start;
        line-height: 100%;
    }
        .assetDetailsWrap.bundledAsset {
            align-items: center;
        }

        .assetIcoWrap {
            min-width: 64px;
            min-height: 64px;
            width: 64px;
            height: 64px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
            background: #000;
            display: block;
        }

        .assetIcoWrap img {
            object-fit: cover;
        }

    .assetWrapper:hover .assetIcoWrap {
        -webkit-animation: pulse 1s;
        animation: pulse 1s;
    }

    .assetDetailsWrap > div:nth-child(2) {
        text-align: left;
        padding-left: 16px;
        width: 100%;
        padding-right: 16px;
    }

.additionalLabel div {
    display: inline-block;
    background: #dedede;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 100%;
    border-radius: 6px;
    padding: 4px 8px;
}

a.assetName {
    font-weight: 500;
    word-break: break-word;
}

    ul.assetProperties {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        margin-top: 6px;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: -4px;
    }

        ul.assetProperties li {
            margin: 0;
            padding: 0;
            padding-right: 12px;
            display: flex;
            align-items: center;
            padding-bottom: 4px;
        }
ul.assetProperties li.reviewLinkContainer {
    flex: 1;
}
ul.assetProperties li.reviewLinkContainer a {
    margin-left: auto;
    border-radius: 3px !important;
    font-size: 0.75rem;
    width: 100%;
    white-space: nowrap;
    animation: pulse 1500ms infinite;
}

            ul.assetProperties li:last-child {
                padding-right: 0;
            }

    .assetRating {
        display: flex;
        align-items: center;
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 100% !important;
    }

        .assetRating img {
            margin-left: 4px;
        }

    .assetPrice {
        display: flex;
    }

    .assetPrice, .discounted {
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 100% !important;
        background: #dedede;
        border-radius: 6px;
        padding: 4px 8px;
    }

        .assetPrice .from {
            font-size: 0.65rem;
            display: inline-block;
            padding-right: 3px;
            margin-top: -2px;
        }

        .assetPrice.siteSale .discounted {
            margin-left: 16px;
            padding-left: 22px;
        }

    .discounted {
        background: #dc0d8a;
        margin-right: -8px;
        margin-left: 6px;
        margin-top: -6px;
        margin-bottom: -6px;
        white-space: nowrap;
        color: #fff;
        display: inline-block;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        position: relative;
    }

        .discounted .siteSaleIcoWrap {
            position: absolute;
            left: -12px;
            top: -2px;
            max-width: 32px;
            max-height: 32px;
            animation: none;
        }

    .featuredContentInfoWrap .discounted .siteSaleIcoWrap {
        top: -4px;
        left: -16px;
    }

    .assetWrapper:hover .assetPrice {
        background: transparent;
    }

    .featuredAssetWrap:hover .discounted,
    .miniTileWrapper:hover .discounted,
    .assetWrapper:hover .discounted {
        -webkit-animation: tada 600ms;
        animation: tada 600ms;
    }

ul.assetCategory {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 4px;
    flex-wrap: wrap;
}
ul.assetCategory li {
}

        ul.assetCategory li {
            margin: 0;
            padding: 0;
            line-height: 100%;
            font-size: 0.85rem;
            font-style: italic;
        }

            ul.assetCategory li:after {
                content: '>';
                font-size: 0.65rem;
                font-weight: 500;
                color: #a0a0a0;
                margin-left: 2px;
                margin-right: 5px;
                position: relative;
                top: -2px;
            }

            ul.assetCategory li:last-child:after {
                content: '';
            }

    .assetSpecial {
        line-height: 100%;
        font-size: 0.85rem;
        background: rgb(0, 255, 129);
        border-radius: 6px;
        padding: 4px 8px;
        font-weight: 500;
    }

        .assetSpecial.highlyRated {
            background: linear-gradient( to right, #ffd700, #f8dc45);
        }

        .assetSpecial.official {
            background: linear-gradient( to right, #ffd700, #f8dc45);
        }
.audioPreviewMainWrap {
    margin-bottom: 32px;
}
.assetWrapper .audioPreviewWrap audio {
    width: calc(100% - 16px);
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 8px;
}

    .assetWrapper .audioPreviewWrap audio::-webkit-media-controls-enclosure {
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.2);
        transition: all 300ms ease;
    }
    .assetWrapper:hover .audioPreviewWrap audio::-webkit-media-controls-enclosure {
        background-color: rgba(255, 255, 255, 1);
    }

    .featuredAssetWrap {
        overflow: hidden;
        width: 600px;
        height: 400px;
        position: relative;
        border-radius: 12px;
        background-size: cover;
        background-position: center;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: all 500ms ease-in;
    }

        .featuredAssetWrap:hover {
            background-position: top left;
            transition: all 25s ease-out;
        }

        .featuredAssetWrap .fade {
            height: 200px;
            width: 100%;
            margin-bottom: -32px;
        }

        .featuredAssetWrap .featuredContent {
            min-height: 100px;
            padding: 24px;
            padding-top: 0;
        }

        .featuredAssetWrap:hover {
            text-decoration: none;
        }

        .featuredAssetWrap h3 {
            color: #fff;
            margin: 0 0 16px 0 !important;
            text-align: left;
            padding: 0;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 500;
        }

    .featuredContentInfoWrap {
        display: flex;
    }

        .featuredContentInfoWrap > div:nth-child(1) {
            min-width: 64px;
        }

        .featuredContentInfoWrap > div:nth-child(2) {
            padding-left: 16px;
            color: #fff;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .featuredContentInfoWrap > div:nth-child(3) {
            min-width: 112px;
            display: flex;
            align-items: flex-end;
        }

        .featuredContentInfoWrap .moreInfoButton {
            background: rgba(0, 0, 0, 0.3);
            color: #fff;
            border-radius: 3px;
            line-height: 100%;
            width: 100%;
            padding: 8px;
            font-size: 1rem;
            font-weight: 500;
            transition: all 300ms ease-in-out;
        }

    .featuredAssetWrap:hover .moreInfoButton {
        background: rgba(0, 0, 0, 0.7);
    }

    .featuredAssetWrap.light h3,
    .featuredAssetWrap.light .featuredContentInfoWrap > div:nth-child(2) {
        color: #292c30;
    }

    .featuredContentInfoWrap span.addonName {
        font-weight: 500;
        font-size: 1.15rem;
        display: block;
        text-align: left;
        line-height: 130%;
        margin-bottom: 2px;
    }

    .featuredContentInfoWrap ul.assetCategory {
        margin-top: 0;
    }

    .featuredContentInfoWrap .discounted {
        display: block;
        margin: 6px 0 0 0 !important;
    }

    .featuredContentInfoWrap span.from {
        font-size: 0.85rem;
        position: relative;
        top: -4px;
    }

    .miniTileWrapper {
        display: flex;
        color: #2B2B2B;
    }

        .miniTileWrapper > div:first-child {
            min-width: 64px;
            max-width: 64px;
        }

        .miniTileWrapper > div:nth-child(2) {
            padding-left: 16px;
            display: flex;
            flex-direction: column;
            font-size: 1rem;
            line-height: 110%;
            text-align: left;
        }

            .miniTileWrapper > div:nth-child(2) a {
                font-weight: 500;
            }

        .miniTileWrapper:hover {
            text-decoration: none;
        }

        .miniTileWrapper .assetIcoWrap {
            margin-bottom: 12px;
        }

        .miniTileWrapper:hover .assetIcoWrap {
            -webkit-animation: pulse 1200ms;
            animation: pulse 1200ms;
        }

        .miniTileWrapper span.miniTileAssetName {
            font-weight: 500;
            color: #dc0d8a;
        }

    .uiHorizontalScroller {
        margin-bottom: 48px;
    }

    /* Favs */
    li.favContainer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        li.favContainer .favouriteWrap {
            display: flex;
            line-height: 100%;
            position: relative;
        }

            li.favContainer .favouriteWrap a {
                max-width: 28px;
                margin-bottom: 0;
            }

            li.favContainer .favouriteWrap .countWrapper {
                display: none;
            }

    a.redeemCodeLink {
        border: 1px solid #dc0d8a;
        border-radius: 3px;
        font-weight: 500;
        width: 100%;
        margin-top: 16px;
        display: block;
        background: #fff;
    }

    #AssetStoreFavsLink.favDone span {
        animation: rubberBand 800ms;
    }

    #AssetStoreFavsLink.favUndone span {
        animation: rotateOut 800ms;
    }

    /* Basket dropdown */
    #BasketLink {
        transition: all 300ms;
    }

    .basketWrapper.basketDropdownOpen .basketDropDown {
        animation: lightSpeedInRight 500ms;
    }

    .basketWrapper.basketDropdownOpen a.checkoutLink {
        background: rgba(0, 0, 0,1);
    }

    #BasketDropDown {
        display: none;
        position: absolute;
        top: 28px;
        right: 0;
        width: 420px;
        height: 450px;
        background: #fff;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    @media screen and (max-width: 500px) {
        #BasketDropDown {
            width: 100vw;
            right: -8px;
            height: calc(100vh - 112px);
        }
    }

    .basketDropDown {
        padding: 16px;
        color: #2B2B2B;
    }

        .basketDropDown > div {
            display: flex;
            flex-direction: column;
            height: 100%;
            flex: 1;
        }

            .basketDropDown > div > div {
                flex: 0;
            }

                .basketDropDown > div > div:nth-child(1) {
                    padding-bottom: 8px;
                }

                .basketDropDown > div > div:nth-child(2) {
                    flex: 1;
                    overflow-y: auto;
                    margin: 8px 0;
                }

                .basketDropDown > div > div:nth-child(3) {
                    padding-top: 8px;
                }

        .basketDropDown .pinkButton {
            width: 100%;
            border-radius: 3px !important;
        }

        .basketDropDown .total {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }

            .basketDropDown .total > div:first-child {
                color: #6c7073;
            }

            .basketDropDown .total > div:last-child {
                text-align: right;
                flex: 1;
                font-size: 1.3rem;
            }

        .basketDropDown .basketItemCount {
            display: flex;
            align-items: center;
        }

            .basketDropDown .basketItemCount > div {
                flex: 1;
            }

                .basketDropDown .basketItemCount > div:first-child {
                    text-align: left;
                    font-size: 0.85rem;
                }

                .basketDropDown .basketItemCount > div:last-child {
                    text-align: right;
                }

    .emptyBasketWrap {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

        .emptyBasketWrap h4 {
            font-size: 1.15rem;
            margin: 0;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 500;
            line-height: 100%;
            margin-bottom: -8px;
        }

        .emptyBasketWrap p {
            font-size: 1rem;
            margin: 0;
            line-height: 100%;
            font-weight: normal;
        }

    ul.basketDropdownItems {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.basketDropdownItems > li {
            margin: 0;
            padding: 0;
            display: flex;
            font-size: 1rem;
            margin-bottom: 12px;
            border-bottom: 1px solid #c0c0c0;
            padding-bottom: 12px;
        }

            ul.basketDropdownItems > li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

            ul.basketDropdownItems > li > div {
                text-align: left;
                line-height: 100%;
            }

                ul.basketDropdownItems > li > div:first-child {
                    max-width: 64px;
                    min-width: 64px;
                    padding-right: 8px;
                }

                ul.basketDropdownItems > li > div:nth-child(2) {
                    flex: 1;
                }

                ul.basketDropdownItems > li > div:nth-child(3) {
                    min-width: 32px;
                    display: flex;
                    justify-content: flex-start;
                    flex-direction: column;
                    padding-right: 12px;
                }

                    ul.basketDropdownItems > li > div:nth-child(3) input[type=submit] {
                        padding: 0 4px;
                        font-size: 0.75rem;
                        height: 100%;
                    }

                    ul.basketDropdownItems > li > div:nth-child(3) a {
                        text-align: right;
                        flex: 0;
                    }

                    ul.basketDropdownItems > li > div:nth-child(3) img {
                        opacity: 0.3;
                        transition: 300ms all ease-in-out;
                    }

            ul.basketDropdownItems > li:hover > div:nth-child(3) img {
                opacity: 1;
            }

            ul.basketDropdownItems > li > div:first-child img {
                border-radius: 3px;
                box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
            }

        ul.basketDropdownItems a.assetNameLink {
            display: block;
            margin-bottom: 6px;
        }

    ul.basketItemAttributes {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        margin-bottom: -8px;
        align-items: center;
    }

        ul.basketItemAttributes > li {
            margin: 0;
            padding: 0;
            padding-bottom: 8px;
            margin-right: 8px;
            font-size: 0.85rem;
            line-height: 100%;
        }

        ul.basketItemAttributes span.discounted {
            position: relative;
            top: -1px;
        }

        ul.basketItemAttributes > li:last-child {
            margin-right: 0;
        }

        ul.basketItemAttributes span.discounted {
            font-size: 0.65rem;
        }

    span.basketDropDownLicense {
        border-radius: 6px;
        line-height: 100%;
        font-size: 0.85rem;
        background: #dedede;
        padding: 3px 6px;
    }

        span.basketDropDownLicense.exclusiveLicense {
            background: linear-gradient(to right, #ffd700, #f8dc45);
        }

    select.basketDropDownQty {
        padding: 0 !important;
    }

    .basketDropDownChangeQtyBtn {
        top: -10000px;
    }

    .basketDropDown span.incVATLine {
        display: block;
        font-size: 0.85rem;
    }

    .basketDropDown .dropDownVoucherAppliedWrap {
        background: #7df972;
        background: rgba(125, 249, 114, 0.5);
        color: #0b4706;
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 100%;
        border-radius: 6px;
        padding: 4px 0;
        margin-bottom: 6px;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    ul.storeSmallPrint {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        margin-top: 16px !important;
    }

        ul.storeSmallPrint li {
            margin: 0;
            padding: 0;
        }

            ul.storeSmallPrint li a {
                font-size: 0.75rem !important;
            }

                ul.storeSmallPrint li a:hover {
                    background: transparent !important;
                }


ul.chartFilter {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -6px;
}
ul.chartFilter li {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 6px;
}
ul.chartFilter li:last-child {
    margin-right: 0;
}
ul.chartFilter li a {
    line-height: 100%;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #dc0d8a;
    color: #dc0d8a;
    background: #fff;
    border-radius: 16px;
    padding: 4px 8px;
}
ul.chartFilter li a.selected,
    ul.chartFilter li a:hover {
        background: #dc0d8a;
        color: #fff;
        text-decoration: none;
    }
.chartFilterWrap {
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.chartFilterWrap h2 {
    margin-bottom: 0 !important;
}
    .chartFilterWrap > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        flex: 1;
    }

@media screen and (max-width: 730px) {
    .chartFilterWrap {
        flex-direction: column;
    }
    ul.chartFilter {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .chartFilterWrap > div {
        width: 100%;
    }
        .chartFilterWrap > div:nth-child(2) {
            justify-content: flex-start;
        }
}



.uiHorizontalScroller .assetWrapper {
    width: 400px;
}
.uiHorizontalScroller .assetWrapper .assetImgContainer img {
    max-width: 100% !important;
    width: 100%;
}
.uiHorizontalScroller .assetImgContainer ul li {
    min-width: 100%;
    width: 100%;
    height: auto;
}
.uiHorizontalScroller .assetImgContainer ul li:first-child img {
    min-width: 0;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1100px) {

    .uiHorizontalScroller .assetWrapper {
        width: 350px;
    }
}
@media screen and (max-width: 650px) {

    .uiHorizontalScroller .assetWrapper {
        width: 300px;
    }
    .uiHorizontalScroller .assetDetailsWrap {
        display:block;
    }
    .uiHorizontalScroller  .assetDetailsWrap > div:nth-child(2) {

            padding-left: 0 !important;
            padding-right: 0;
        padding-top: 6px;
        }
        .uiHorizontalScroller .assetDetailsWrap .assetIcoWrap {
            margin-top: -42px;
            left: -4px;
            position: relative;
        }
}

ul.assetList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
    width: calc(100% + 16px);
}

    ul.assetList > li {
        margin: 0;
        padding: 0;
        max-width: calc(25% - 16px);
        min-width: calc(25% - 16px);
        margin-bottom: 8px;
        margin-right: 16px;
    }
    ul.assetList.bundleList > li {
        max-width: 100% !important;
        min-width: 100% !important;
    }

ul.assetList .assetImgContainer ul {
    height: auto !important;
}
    ul.assetList .assetImgContainer ul li {
        min-width: 100%;
        width: 100%;
        height: auto !important;
    }
    ul.assetList ul.assetTileSlideShow > li:first-child img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 100% !important;
    }

@media screen and (max-width: 1700px) {
    ul.assetList > li {
        max-width: calc(33.3333% - 16px);
        min-width: calc(33.3333% - 16px);
    }
}
@media screen and (max-width: 1050px) {
    ul.assetList > li {
        max-width: calc(50% - 16px);
        min-width: calc(50% - 16px);
    }
}
@media screen and (max-width: 700px) {
    ul.assetList > li {
        max-width: calc(100% - 16px);
        min-width: calc(100% - 16px);
    }
}
    ul.assetList .assetDetailsWrap {
        max-width: 100%;
    }

    ul.assetList .assetImgContainer {
        display: block;
        max-width: 100%;
        min-width: 100%;
    }

        ul.assetList .assetImgContainer a {
            display: block;
        }
ul.assetList .assetImgContainer .overlayVideoWrap {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    justify-content: center;
    align-items: center;
}
            ul.assetList .assetImgContainer > a > img {
                max-width: 100% !important;
                min-width: 100% !important;
                max-height: 100% !important;
                min-height: auto !important;
            }


                ul.bundleList > li {
                    margin-right: 0;
                }

    ul.assetList > li:last-child {
        margin-right: 0;
    }

    ul.bundleList {
        width: 100%;
    }

        ul.bundleList > li {
            width: 100%;
        }

    .topPaginationWrap {
        display: flex;
        align-items: Center;
        margin-bottom: 16px;
        margin-top: 8px;
        flex-wrap: wrap;
    }

        .topPaginationWrap > div {
            flex: 1;
            white-space: nowrap;
        }

        .topPaginationWrap > div {
            text-align: right;
            font-size: 1rem;
        }

        .topPaginationWrap select {
            padding: 0 8px;
            margin: 0;
            font-size: 0.85rem;
            border-radius: 3px;
            border: 1px solid #2B2B2B;
            height: 24px;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        }

        .topPaginationWrap input[type=submit] {
            padding: 4px 10px;
        }

    .bottomPaginationWrap {
        text-align: right;
        margin-top: 16px;
    }

    .homeNoticeWrap .notification {
        margin-top: -16px;
    }

    .notification {
        margin-bottom: 16px;
        border-radius: 3px;
        font-weight: 500 !important;
    }


    ul.userSocials {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 8px;
        margin-bottom: -4px;
        align-items: center;
    }

        ul.userSocials li {
            margin: 0;
            padding: 0;
            margin-right: 8px;
            margin-bottom: 4px;
            line-height: 100%;
            font-size: 1rem;
        }

            ul.userSocials li img {
                border-radius: 50%;
                margin-right: 4px;
            }

            ul.userSocials li:first-child {
                font-style: italic;
            }

            ul.userSocials li:last-child {
                margin-right: 0;
            }

            ul.userSocials li a {
                display: flex;
                align-items: center;
                justify-content: center;
            }

    .faqWrapper, .termsWrap {
        max-width: 750px;
        text-align: left;
    }

    .faqNavWrap {
        line-height: 110% !important;
        margin: 32px 0;
    }

        .faqNavWrap a {
            font-size: 1rem !important;
        }

        .faqNavWrap > a {
            font-weight: 500;
        }

        .faqNavWrap ul, .termsWrap ul {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            margin-left: 32px;
            margin-top: 8px;
        }

            .faqNavWrap ul li, .termsWrap ul li {
                margin: 0;
                padding: 0;
                line-height: 110% !important;
            }

                .faqNavWrap ul li a, .termsWrap ul li a {
                    color: #dc0d8a;
                }

            .faqWrapper ul li, .termsWrap ul li {
                margin: 0;
                padding: 0;
                margin-bottom: 4px;
            }

    .faqWrapper h2, .termsWrap h2 {
        font-size: 1.7rem;
        margin-bottom: 32px;
    }

    .faqWrapper h3, .termsWrap h3 {
        text-align: left;
        margin: 0;
        padding: 0;
        text-transform: none;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 4px;
    }

    .faqWrapper ul, .termsWrap ul {
        margin-bottom: 20px;
    }

    .faqWrapper p, .faqWrapper li {
        font-size: 1rem;
        line-height: 120%;
    }

    .termsWrap p.h1Text + h2, .termsWrap p + h2 {
        margin-top: 32px;
    }

    .termsWrap p, .termsWrap ul li {
        font-size: 1rem;
        line-height: 130%;
    }

        .termsWrap p.h1Text {
            font-size: 1.26em;
        }

    .termsWrap h2 {
        margin-bottom: 12px;
    }

    .termsWrap p + ul {
        margin-top: 20px;
    }

    .termsWrap ul {
        list-style: none;
    }

        .termsWrap ul li {
            margin-bottom: 8px;
        }

            .termsWrap ul li h2 {
                font-size: 1.4rem;
            }

            .termsWrap ul li h3 {
                font-size: 1rem;
            }

        .termsWrap ul.assetClass li {
            margin-bottom: 32px;
        }

    .redeemCodeForm {
        max-width: 650px;
        text-align: left;
    }

        .redeemCodeForm input[type=text] {
            padding: 16px;
            margin: 0;
            font-size: 1.2rem;
            border-radius: 3px;
            border: 1px solid #2B2B2B;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
            display: block;
            margin-bottom: 8px;
        }

    .noDownloadsWrap {
        display: block;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 64px;
    }

        .noDownloadsWrap h2 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 32px;
        }

        .noDownloadsWrap p {
            font-size: 1.15rem;
            line-height: 120%;
            text-align: left;
        }

    p.h1Text {
        max-width: 850px;
        text-align: left;
    }

    .downloadsWrap, .ordersWrap, .vouchersWrap {
        margin-top: 32px;
        max-width: 800px;
    }

    .vouchersWrap {
        margin-top: 0;
    }

    .ordersWrap {
        max-width: 100%;
    }

        .ordersWrap .paginationWrap:first-child {
            margin-bottom: 8px;
        }

        .ordersWrap .paginationWrap:last-child {
            margin-top: 8px;
        }

    .orderProblemWrap {
        margin-top: 32px;
        border-radius: 16px;
        border: 1px solid #c0c0c0;
        display: flex;
        align-items: center;
        padding: 32px;
    }

        .orderProblemWrap p {
            max-width: 700px;
        }

        .orderProblemWrap > div:first-child {
            flex: 1;
        }

        .orderProblemWrap > div:last-child {
            flex: 0;
            white-space: nowrap;
            padding-left: 32px;
        }

    ul.ordersList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.ordersList > li {
            margin: 0;
            padding: 0;
            margin-bottom: 16px;
        }

            ul.ordersList > li:last-child {
                margin-bottom: 0;
            }

        ul.ordersList ul.orderHead {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            background: #efefef;
            border-bottom: 1px solid #c0c0c0;
            -webkit-border-top-left-radius: 16px;
            -webkit-border-top-right-radius: 16px;
            -moz-border-radius-topleft: 16px;
            -moz-border-radius-topright: 16px;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            align-items: center;
            padding: 8px 0;
            padding-left: 32px;
            flex-wrap: wrap;
        }

            ul.ordersList ul.orderHead > li {
                flex: 0;
                white-space: nowrap;
                margin: 0;
                padding: 0;
                font-size: 1rem;
                line-height: 120%;
                text-align: left;
                padding-right: 32px;
            }

                ul.ordersList ul.orderHead > li span {
                    display: block;
                    font-size: 0.75rem;
                    text-transform: uppercase;
                }

                ul.ordersList ul.orderHead > li:last-child {
                    flex: 1;
                    text-align: right;
                }

    .orderWrap {
        border-radius: 16px;
        border: 1px solid #c0c0c0;
    }

    ul.ordersList ul.orderHead > li span.orderSep {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 8px;
        color: #c0c0c0;
        position: relative;
        top: -1px;
    }

    ul.ordersList ul.orderHead > li span.incVoucherLine {
        display: inline-block;
        font-style: italic;
    }


    ul.ordersList ul.orderHead > li a.refundedAmount {
        display: block;
        font-size: 0.85rem;
    }

    .orderItemWrap {
        display: flex;
    }

        .orderItemWrap + .orderItemWrap {
            margin-top: 8px;
            padding-top: 8px;
            border-top: 1px solid #dcdcdc;
        }

        .orderItemWrap > div:first-child {
            flex: 0;
            min-width: 64px;
            max-width: 64px;
        }

            .orderItemWrap > div:first-child a {
                position: relative;
            }

                .orderItemWrap > div:first-child a .itemOrderQty {
                    position: absolute;
                    top: -2px;
                    left: 0;
                    background: #dc0d8a;
                    border-radius: 3px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 0.85rem;
                    font-weight: 500;
                    color: #fff;
                    line-height: 100%;
                    min-width: 16px;
                    padding: 2px 4px;
                }

    a.redeemItems {
        background: #ffd700 !important;
        color: #5a4b00;
    }

    .orderItemWrap > div:first-child img {
        border-radius: 3px;
        display: block;
    }

    .orderItemWrap > div:nth-child(2) {
        flex: 1;
        font-size: 1rem;
        line-height: 120%;
        padding-left: 16px;
    }

        .orderItemWrap > div:nth-child(2) a {
            font-weight: 500;
            max-width: 500px;
            display: block;
        }

    .orderContent {
        display: flex;
        flex-wrap: wrap;
        padding: 16px;
    }

        .orderContent div.scrollingOrder {
            flex: 1;
            text-align: left;
            max-height: 300px;
            overflow-y: auto;
            margin-right: 16px;
        }

        .orderContent > div:last-child {
            flex: 0;
            white-space: nowrap;
            text-align: right;
        }

        .orderContent ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .orderContent ul li {
                margin: 0;
                padding: 0;
            }

                .orderContent ul li a {
                    width: 100%;
                    border-radius: 3px !important;
                }

    ul.downloadsList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.downloadsList li {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
            border-bottom: 1px solid #c0c0c0;
            padding-bottom: 16px;
        }

            ul.downloadsList li:last-child {
                margin-bottom: 0;
                border-bottom: 0;
                padding-bottom: 0;
            }

            ul.downloadsList li > div:nth-child(2) {
                flex: 0;
                text-align: right;
            }

                ul.downloadsList li > div:nth-child(2) a {
                    border-radius: 6px !important;
                }

    .downloadPicWrapper {
        display: inline-block;
    }

        .downloadPicWrapper img {
            display: block;
            border-radius: 12px;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        }

    .downloadItemWrap {
        display: flex;
        flex: 1;
        align-items: center;
    }

        .downloadItemWrap > div:first-child {
            display: flex;
            min-width: 150px;
            max-width: 150px;
        }

        .downloadItemWrap > div:nth-child(2) {
            padding-left: 16px;
            line-height: 100%;
            text-align: left;
            flex: 1;
        }

        .downloadItemWrap .itemName {
            font-weight: 500;
            display: block;
        }

    .partOfBundleWrap {
        font-size: 0.85rem;
    }

    .undownloadable {
        font-size: 0.75rem;
        line-height: 100%;
        background: #efefef;
        border-radius: 6px;
        padding: 6px 12px;
        font-weight: 500;
    }

    .reviewLink {
        background: #dc0d8a;
        color: #fff;
        font-weight: 500;
        border-radius: 6px;
        line-height: 100%;
        padding: 6px 12px;
        font-size: 0.85rem;
        display: inline-flex;
        position: relative;
        white-space: nowrap;
    }

        .reviewLink img {
            position: absolute;
            left: -32px;
            top: -8px;
            display: none;
        }

        .reviewLink:hover img {
            animation: bounce 800ms infinite;
        }

        .reviewLink.unreviewed {
            padding-left: 32px;
        }

            .reviewLink.unreviewed img {
                display: block;
            }

        .reviewLink.reviewed {
            background: #fff;
            border: 1px solid #dc0d8a;
            color: #dc0d8a;
            padding: 2px 8px;
        }

    .thirdPartyKeyWrap {
        line-height: 100%;
        background: #efefef;
        border-radius: 3px;
        font-family: consolas;
        display: inline-block;
        font-size: 0.85rem;
        padding: 4px;
    }

    .orderItemWrap .licenseLabel,
    .downloadItemWrap .licenseLabel,
    .purchasedItemsWrap .licenseLabel {
        background: #efefef;
        border-radius: 3px;
        font-size: 0.85rem;
        font-weight: 500;
        padding: 4px;
        display: inline;
        margin-left: -4px;
    }

        .downloadItemWrap .licenseLabel:after {
            display: block;
            width: 100%;
            content: '';
        }

    .downloadItemWrap .paidByLink {
        display: inline-flex;
        font-size: 0.85rem;
        margin-top: 16px;
        align-items: center;
        margin-left: -4px;
    }

        .downloadItemWrap .paidByLink a {
            font-weight: 500;
        }

        .downloadItemWrap .paidByLink img {
            border-radius: 50%;
            max-height: 24px;
            min-height: 24px;
            margin: 0 4px 0 8px;
        }

    .reviewItemWrap {
        display: flex;
        margin-top: 32px;
    }

        .reviewItemWrap > div:last-child {
            flex: 1;
            padding-left: 32px;
            text-align: left;
            max-width: 500px;
        }

        .reviewItemWrap ul.assetProperties {
            display: none;
        }

        .reviewItemWrap .assetDetailsWrap > div:nth-child(2) {
            align-self: Center;
        }

    .breadCrumbNav {
        text-align: left;
    }

    ul.breadCrumbNav li {
        font-family: 'Roboto', Arial, sans-serif !important;
        font-weight: 500;
    }

    .reviewItemWrap label {
        display: block;
        line-height: 120%;
        font-weight: 500;
    }

        .reviewItemWrap label span {
            font-weight: normal;
        }

    .reviewItemWrap select, .reviewItemWrap input[type=text], .reviewItemWrap textarea {
        font-size: 1rem;
        padding: 8px 16px;
        height: auto;
        margin-bottom: 16px;
        margin-top: 4px;
    }

    .reviewItemWrap textarea {
        height: 100px;
        font-family: 'Roboto', Arial, sans-serif !important;
    }

    .reviewItemWrap .notification {
        padding: 4px;
    }

    @media screen and (max-width: 800px) {
        .reviewItemWrap {
            flex-direction: column;
        }

            .reviewItemWrap > div:last-child {
                padding-left: 0;
                margin: 0 auto;
                margin-top: 32px;
            }
    }


    .downloadVersionsWrap {
        margin-top: 32px;
        max-width: 800px;
    }

    .downloadLicenseWrap {
        background: #efefef;
        padding: 16px;
        border-radius: 16px;
        position: relative;
        padding-left: 48px;
        margin-left: 26px;
        margin-bottom: 32px;
        margin-top: 64px;
    }

        .downloadLicenseWrap a {
            text-decoration: underline;
            font-weight: 500;
        }

        .downloadLicenseWrap p {
            font-size: 1.15rem !important;
        }

        .downloadLicenseWrap img {
            position: absolute;
            left: -28px;
            top: -32px;
        }

    .availDownloadsWrap {
        margin-top: 32px;
    }

    ul.downloadItemsList {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 32px;
        margin-left: 32px;
    }

        ul.downloadItemsList li {
            margin: 0;
            padding: 0;
            text-align: left;
            margin-bottom: 16px;
            border-bottom: 1px solid #c0c0c0;
            padding-bottom: 16px;
        }

            ul.downloadItemsList li:last-child {
                margin-bottom: 0;
                border-bottom: 0;
                padding-bottom: 0;
            }

        ul.downloadItemsList h3 {
            font-family: 'Roboto', Arial, sans-serif !important;
            font-weight: 500;
            font-size: 1.15rem;
        }

    .releaseNotesWrap {
        border: 1px dashed #c0c0c0;
        padding: 16px;
        background: #fffbd6;
        border-radius: 3px;
        margin-top: 6px;
    }

        .releaseNotesWrap h4 {
            font-family: 'Roboto', Arial, sans-serif !important;
            font-weight: 500;
            font-size: 1rem;
            margin: 0;
            line-height: 120%;
        }

        .releaseNotesWrap p {
            font-size: 1rem;
            margin: 0;
            line-height: 130%;
        }

    .releaseHeader {
        display: flex;
        align-items: center;
    }

        .releaseHeader h3 {
            margin: 0;
        }

        .releaseHeader > div:last-child {
            font-size: 0.85rem;
            background: #efefef;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            line-height: 100%;
            align-self: flex-end;
            font-weight: 500;
            padding: 4px 12px;
        }

        .releaseHeader > div:first-child {
            flex: 1;
        }

    .releaseFiles {
    }

    .releaseFile {
        background: #efefef;
        padding: 10px;
        -webkit-border-radius: 6px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 6px;
        -moz-border-radius-topright: 0;
        border-radius: 6px;
        border-top-right-radius: 0;
    }

        .releaseFile > div {
            display: flex;
            align-items: flex-start;
        }

            .releaseFile > div > div:first-child {
                flex: 1;
                line-height: 100%;
                font-size: 1.15rem;
                align-self: center;
            }

            .releaseFile > div > div:last-child {
                flex: 0;
                white-space: nowrap;
                padding-left: 32px;
                text-align: right;
            }

        .releaseFile strong {
            font-weight: 500;
            display: block;
            margin-bottom: 2px;
            font-size: 1rem;
            word-break: break-word;
        }

        .releaseFile span.fileSize {
            font-size: 0.85rem;
        }

        .releaseFile .dlStats {
            font-size: 0.85rem;
            font-style: italic;
            line-height: 100%;
            text-align: right;
            display: block;
            margin-top: 5px;
        }

            .releaseFile .dlStats strong {
                display: inline;
            }

        .releaseFile .smallButton {
            padding: 8px 16px !important;
            line-height: 100% !important;
        }

    span.inTransit,
    span.completed {
        background: #7df972;
        background: rgba(125, 249, 114, 0.5);
        color: #0b4706;
        font-size: 1rem;
        font-weight: 500;
        line-height: 100%;
        border-radius: 3px;
        padding: 4px;
    }

    span.inTransit {
        animation: pulse 1300ms infinite;
        background: #f9dc72;
        color: #78672a;
    }

    .refundWrap {
        border-radius: 16px;
    }

        .refundWrap .orderHead {
            border-radius: 16px;
            border-bottom: 0 !important;
        }

    .orderIssueWrap {
        margin-top: 32px;
        text-align: left;
        max-width: 650px;
    }

        .orderIssueWrap select {
            font-size: 1.15rem;
            padding: 4px 16px;
            max-width: 100%;
            height: auto;
        }

        .orderIssueWrap input[type=submit] {
            margin-top: 16px;
            font-size: 1rem !important;
            padding: 8px 16px !important;
        }

        .orderIssueWrap p,
        .orderIssueWrap h2 + p {
            font-size: 1.15rem;
            line-height: 130%;
        }

        .orderIssueWrap label {
            font-weight: 500;
            line-height: 130%;
        }

            .orderIssueWrap label span {
                font-weight: normal;
            }

        .orderIssueWrap .notification {
            padding: 16px;
            border-radius: 3px;
            line-height: 130%;
            text-align: left;
        }

    .agreeWrap {
        display: flex;
    }

        .agreeWrap > div:nth-child(1) {
            flex: 1;
            line-height: 120%;
            font-size: 0.85rem;
            padding-right: 32px;
        }

        .agreeWrap > div:nth-child(2) {
            flex: 0;
        }

    .itemPromoWrap {
        text-align: center;
        margin: 0 auto;
        max-width: 600px;
    }

        .itemPromoWrap h1 {
            text-align: center;
            margin-bottom: 32px;
        }

    .voucherTerms ul {
        margin: 0;
        padding: 0;
        margin-left: 16px;
    }

        .voucherTerms ul li {
            margin: 0;
            padding: 0;
            text-align: left;
        }

    .voucherTerms h3 {
        text-align: left;
    }

    .voucherPromoLoginBox {
        margin: 32px 0;
    }

        .voucherPromoLoginBox h2 {
            text-align: center;
        }

        .voucherPromoLoginBox p {
            text-align: center;
            font-size: 1.15rem !important;
            margin-bottom: 16px !important;
        }

    .refundWrap {
        border-radius: 3px;
        display: flex;
        padding: 10px;
        overflow: hidden;
        background: rgba(125, 249, 114, 0.2);
    }

        .refundWrap > div:first-child {
            min-width: 32px;
            max-width: 32px;
            flex: 0;
        }

        .refundWrap > div:nth-child(2) {
            padding-left: 16px;
            flex: 1;
        }

            .refundWrap > div:nth-child(2) a {
                display: block;
                text-align: left;
                font-size: 0.85rem;
                font-weight: 500;
            }

    .bundlePriceWrap {
        margin: 0 auto;
        max-width: 650px;
        line-height: 100%;
    }

        .bundlePriceWrap .refundWrap {
            margin-top: 16px;
        }

        .bundlePriceWrap .price {
            font-size: 2rem;
            font-weight: 500;
            margin: 16px 0;
            text-align: left;
        }

            .bundlePriceWrap .price span {
                font-size: 0.85rem;
                font-weight: 500;
                display: block;
                text-decoration: line-through;
                margin-top: -6px;
                margin-bottom: 6px;
            }

        .bundlePriceWrap .bundlePercent {
            background: #dc0d8a;
            color: #ffffff;
            font-weight: 500;
            font-size: 1.2rem;
            border-radius: 3px;
            line-height: 100%;
            padding: 8px 16px;
            display: inline-block;
        }

        .bundlePriceWrap a.addToBasket {
            padding: 20px 16px !important;
        }

    .bundleAddSplit {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .bundleAddSplit > div:nth-child(2) {
            margin-right: 32px;
            margin-left: 8px;
        }

    .miniBundleList {
        margin-bottom: 32px;
        display: flex;
        flex-wrap: wrap;
    }

        .miniBundleList > a {
            flex: 1;
            min-width: 50%;
            max-width: 50%;
        }

    @media screen and (max-width:970px) {
        .miniBundleList > a {
            min-width: 100%;
            max-width: 100%;
        }
    }

    .onPageAdminPanel {
        margin-top: 32px;
        background: #efefef;
        border: 1px solid #c0c0c0;
        border-radius: 6px;
        padding: 32px;
        position: relative;
    }

        .onPageAdminPanel span.adminNotice {
            background: #dc0d8a;
            color: #fff;
            font-weight: 500;
            line-height: 100%;
            font-size: 0.85rem;
            position: absolute;
            top: 0;
            left: 0;
            padding: 4px 16px;
            -webkit-border-bottom-right-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            border-bottom-right-radius: 6px;
        }

        .onPageAdminPanel > div {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .onPageAdminPanel > div > div:nth-child(1) {
                flex: 1;
                line-height: 100%;
                text-align: left;
            }

            .onPageAdminPanel > div > div:nth-child(2) {
                flex: 0;
                text-align: right;
                min-width: 150px;
            }

        .onPageAdminPanel label {
            font-size: 1.15rem;
            font-weight: 500;
            display: block;
            margin-bottom: 4px;
        }

        .onPageAdminPanel input + label {
            margin-top: 12px;
        }

        .onPageAdminPanel label.toggle {
            display: flex;
            margin-top: 0;
        }

    .chkWrapToggle > div:last-child {
        padding-left: 0;
    }

    .onPageAdminPanel p {
        font-size: 1rem;
        margin: 0;
        line-height: 120%;
    }

    .onPageAdminPanel input[type=text] {
        max-width: 400px;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 1rem;
        border: 1px solid #c0c0c0;
    }

    .sellerAccountWrap {
        max-width: 850px;
        margin: 0 auto;
    }

    .whySellWrap {
        margin-top: 32px;
    }

        .whySellWrap ul {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-top: 16px;
            margin-bottom: 32px;
        }

            .whySellWrap ul li {
                margin: 0;
                padding: 0;
                display: flex;
                font-size: 1rem;
                line-height: 120%;
                align-items: center;
            }

                .whySellWrap ul li > div:first-child {
                    flex: 0;
                }

                    .whySellWrap ul li > div:first-child img {
                        min-width: 48px;
                    }

                .whySellWrap ul li > div:nth-child(2) {
                    text-align: left;
                    flex: 1;
                    padding-left: 16px;
                    max-width: 600px;
                }

                .whySellWrap ul li:hover img {
                    animation: tada 500ms;
                }

    .openAccountWrap {
        background: rgba(125, 249, 114, 0.2);
        margin-top: 32px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        padding: 32px;
        text-align: center;
        margin-bottom: 32px;
    }

        .openAccountWrap p,
        .openAccountWrap h2 {
            margin: 0;
            text-align: center !important;
        }

        .openAccountWrap p {
            margin: 8px 0 !important;
        }

    .whySellWrap p + h2 {
        margin-top: 32px !important;
    }

    .itemHead {
        display: flex;
        flex-wrap: wrap;
    }

        .itemHead .icoWrap {
            flex: 0;
            margin-right: 32px;
        }

            .itemHead .icoWrap > div {
                border-radius: 6px;
                background: #fff;
                padding: 4px;
                box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
                position: relative;
                overflow: hidden;
            }

            .itemHead .icoWrap span,
            .itemHead .icoWrap img {
                min-width: 64px;
                max-width: 64px;
                border-radius: 6px;
                display: block;
            }

            .itemHead .icoWrap span {
                height: 64px;
                background: #c0c0c0;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 2rem;
                font-weight: 500;
                color: rgba(0, 0, 0, 0.2)
            }

        .itemHead .nameWrap {
            flex: 1;
        }

        .itemHead .icoWrap > div a {
            position: absolute;
            top: 72px;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            display: flex;
            line-height: 120%;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            font-size: 0.75rem;
            padding: 8px;
            font-weight: 500;
            transition: all 300ms;
        }

        .itemHead .icoWrap > div:hover a {
            top: 0;
        }

        .itemHead > div:nth-child(3) {
            flex: 0;
            white-space: nowrap;
            margin-left: 32px;
            align-self: center;
        }

        .itemHead h1 {
            line-height: 120%;
        }

    @media screen and (max-width:900px) {
        .itemHead h1 {
            font-size: 2rem !important;
            margin-bottom: 0 !important;
        }
    }

    @media screen and (max-width:600px) {
        .itemHead > div.editItemWrap {
            min-width: 100%;
            text-align: right;
            margin-left: 0;
            padding-top: 8px;
        }

            .itemHead > div.editItemWrap a {
                width: 100%;
                border-radius: 3px !important;
            }
    }

    @media screen and (max-width:450px) {
        .itemHead > div.icoWrap {
            display: flex;
            justify-content: center;
            min-width: 100%;
            margin-bottom: 16px;
        }

        .itemHead > div.nameWrap {
            min-width: 100%;
        }
    }

    .chkCols {
        align-items: center;
        display: flex;
    }

        .chkCols > div:first-child {
            flex: 0;
            white-space: nowrap;
        }

        .chkCols > div:last-child {
            flex: 1;
            padding-left: 32px;
        }

        .chkCols + label {
            margin-top: 16px;
        }

    .itemTopNotice .notification {
        margin-top: -16px;
        margin-bottom: 16px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    .itemStatusNotice .notification {
        padding: 2px 16px;
        border-radius: 0;
        position: fixed;
        width: 100%;
        top: 112px;
        left: 0;
        z-index: 5;
    }

    .itemStatusNotice {
        height: 32px;
    }

    .approvalPanel {
        display: flex;
        margin-bottom: 32px;
        background: #efefef;
        border: 1px solid #c0c0c0;
        border-radius: 6px;
    }

        .approvalPanel > div {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 32px;
        }

        .approvalPanel span {
            display: block;
            line-height: 120%;
            margin: 8px 0;
        }

        .approvalPanel label {
            text-align: left;
            line-height: 130%;
            font-weight: 500;
            display: block;
            width: 100%;
        }

            .approvalPanel label span {
                margin: 0 0;
                font-weight: normal;
            }

    .freqBoughtWithContainer,
    .bundleContainer {
        margin-top: 32px;
    }

    .itemMainWrap {
        display: flex;
        margin-top: 32px;
    }

        .itemMainWrap > div:first-child {
            flex: 1;
        }

        .itemMainWrap > div:nth-child(2) {
            flex: 0;
            margin-left: 32px;
            min-width: 340px;
        }



    @media screen and (max-width: 1200px) {
        .itemMainWrap {
            flex-direction: column;
        }

            .itemMainWrap > div:nth-child(2) {
                margin-left: 0;
                min-width: 100%;
                margin-top: 32px;
            }
    }


    .bundledNotice .notification {
        line-height: 130%;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    .bundledNotice.bundleCat {
        margin-top: 8px;
    }

.itemTopStatsOuter {
    max-width: calc(100vw - 268px - 32px - 32px - 340px - 32px);
}

    @media screen and (max-width: 1400px) {
        .itemTopStatsOuter {
            max-width: calc(100vw - 32px - 340px - 48px);
        }
    }
    @media screen and (max-width: 1200px) {
        .itemTopStatsOuter {
            max-width: 100%;
            width: 100%;
        }
    }



.itemTopStats {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

        .itemTopStats > div {
            padding: 16px 32px;
            position: relative;
            line-height: 120%;
            font-size: 0.85rem;
            white-space: nowrap;
        }

            .itemTopStats > div:after {
                background-color: #c0c0c0;
                content: "";
                display: block;
                height: 24px;
                left: 0;
                position: absolute;
                top: calc(50% - 12px);
                width: 1px;
            }

            .itemTopStats > div:first-child {
                padding-left: 0;
                display: flex;
            }

                .itemTopStats > div:first-child > a {
                    min-width: 32px;
                    max-width: 32px;
                    max-height: 32px;
                    min-height: 32px;
                    flex: 0;
                    background: #fff;
                    padding: 1px;
                    border-radius: 3px;
                    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
                }

                    .itemTopStats > div:first-child > a img {
                        border-radius: 3px;
                        display: block;
                    }

                .itemTopStats > div:first-child > div {
                    padding-left: 8px;
                    line-height: 100%;
                    text-align: left;
                }

                .itemTopStats > div:first-child div a {
                    display: block;
                    width: 100%;
                }

                .itemTopStats > div:first-child:after {
                    display: none;
                }

        .itemTopStats strong {
            display: block;
            font-weight: 500;
            margin-bottom: 6px;
        }

        .itemTopStats span.assetRating {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 6px;
        }

    @media screen and (max-width:1200px) {

        .itemTopStats > div {
            padding: 0 32px 12px 32px;
        }
    }

    p.itemShort {
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .moreFromSellerList .miniTileWrapper {
        margin-bottom: 16px;
    }

        .moreFromSellerList .miniTileWrapper:last-child {
            margin-bottom: 0;
        }


    @media screen and (max-width:1200px) {

        .moreFromSellerList {
            display: flex;
            flex-wrap: wrap;
        }

            .moreFromSellerList > div {
                min-width: 50%;
                max-width: 50%;
            }
    }

    @media screen and (max-width:750px) {

        .moreFromSellerList > div {
            min-width: 100%;
            max-width: 100%;
        }
    }

    .moreFromSellerHead {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

        .moreFromSellerHead > div:first-child {
            flex: 1;
        }

        .moreFromSellerHead > div:last-child {
            flex: 0;
            min-width: 32px;
            max-width: 32px;
        }

            .moreFromSellerHead > div:last-child a {
                background: #fff;
                border-radius: 50%;
                color: #2B2B2B;
                width: 32px;
                padding: 10px;
                height: 32px;
                display: flex;
                justify-content: center;
                align-items: center;
                box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
            }

                .moreFromSellerHead > div:last-child a img {
                    display: block;
                    margin-right: -2px;
                }

    .leaveReviewWrap {
        margin-top: 32px;
        background: #dc0d8a;
        font-weight: 500;
        line-height: 130%;
        padding: 8px;
        font-size: 1.15rem;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

        .leaveReviewWrap a {
            color: #fff;
        }

            .leaveReviewWrap a:hover {
                text-decoration: none;
            }

        .leaveReviewWrap span {
            display: block;
            font-size: 0.85rem;
        }

    a.officialItemWrap {
        display: flex;
    }

    a.officialItemWrap {
        display: flex;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        max-height: 100% !important;
        align-items: center;
        color: #2790DD !important;
        font-weight: 500;
    }

        a.officialItemWrap img {
            min-width: 32px !important;
            max-width: 32px !important;
            min-height: 32px !important;
            max-height: 32px !important;
            margin-right: 4px;
        }


    .nicecheckWrap .checker {
        width: 13px;
        height: 13px;
        padding: 3px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #c0c0c0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nicecheckWrap input[type=radio] {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .nicecheckWrap .checker div {
        background: #efefef;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all 300ms ease;
    }

    .nicecheckWrap input[type=radio]:checked + .checker div {
        background: #dc0d8a;
    }


    .itemMainWrap > div:last-child > div.darkRight {
        background: #282828;
        max-width: 340px;
        border-radius: 12px;
        margin-bottom: 32px;
        padding: 24px;
        color: #fff;
    }


    @media screen and (max-width:1200px) {


        .itemMainWrap > div:last-child > div.darkRight {
            max-width: 100%;
        }
    }

    ul.nonRecurringAddToBasket {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #fff;
        margin-bottom: 16px;
    }

        ul.nonRecurringAddToBasket > li {
            margin: 0;
            padding: 0;
            position: relative;
            padding-bottom: 32px;
        }

            ul.nonRecurringAddToBasket > li:last-child {
                padding-bottom: 0;
            }

            ul.nonRecurringAddToBasket > li > div:first-child {
                display: flex;
                align-items: center;
                font-size: 1rem;
                font-weight: 500;
            }

                ul.nonRecurringAddToBasket > li > div:first-child > div:nth-child(1) {
                    min-width: 32px;
                    max-width: 32px;
                    flex: 0;
                }

                ul.nonRecurringAddToBasket > li > div:first-child > div:nth-child(2) {
                    flex: 1;
                    text-align: left;
                    line-height: 120%;
                }

                ul.nonRecurringAddToBasket > li > div:first-child > div:nth-child(3) {
                    flex: 0;
                    white-space: nowrap;
                }

            ul.nonRecurringAddToBasket > li > div:nth-child(2) {
                text-align: left;
                padding-left: 32px;
                line-height: 130%;
                font-size: 0.85rem;
            }

                ul.nonRecurringAddToBasket > li > div:nth-child(2) span {
                    display: block;
                }

    .inBasketLabel {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: #E5FEE3;
        line-height: 100%;
        border-radius: 3px;
        color: #282828;
        font-weight: 500;
        margin-top: 4px;
        padding: 3px 6px;
    }

        .inBasketLabel img {
            margin-right: 4px;
        }

    ul.nonRecurringAddToBasket > li:after {
        background-color: rgba(255,255,255, 0.1);
        content: "";
        display: block;
        height: 1px;
        width: calc(100% - 32px);
        position: absolute;
        left: 32px;
        bottom: 16px;
    }

    ul.nonRecurringAddToBasket > li:last-child:after {
        display: none;
    }

    .freeSampleWrap a.smallButton,
    a.addToBasket {
        padding: 0;
        text-transform: none;
        line-height: 100%;
        width: 100%;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
    }

    .freeSampleWrap a.smallButton {
        margin-top: 8px;
    }

    .rBoxSep {
        background-color: rgba(255,255,255, 0.1);
        width: 100%;
        height: 1px;
        margin: 32px 0;
    }

    ul.nonRecurringAddToBasket .discounted {
        display: inline-block !important;
        margin-bottom: 4px;
    }

        ul.nonRecurringAddToBasket .discounted.sitewideSale {
            padding-left: 24px;
        }

        ul.nonRecurringAddToBasket .discounted .siteSaleIcoWrap {
            top: -4px;
        }

    .freeSampleWrap p {
        font-size: 0.85rem !important;
        margin: 16px 0;
    }

    .freeSampleWrap a.smallButton {
        flex-direction: column;
        height: auto;
        padding: 6px 12px;
    }

        .freeSampleWrap a.smallButton span {
            font-size: 0.85rem !important;
        }

    ul.itemStats {
        margin: 0;
        padding: 0;
    }

        ul.itemStats li {
            margin: 0;
            padding: 0;
            font-size: 0.9rem;
            text-align: left;
            line-height: 130%;
            display: flex;
            margin-bottom: 4px;
        }

            ul.itemStats li:last-child {
                margin-bottom: 0;
            }

            ul.itemStats li > div:first-child {
                font-weight: 500;
            }

            ul.itemStats li > div:last-child {
                text-align: right;
                flex: 1;
            }

    .audioPreviewWrap {
        background: #efefef;
        border-radius: 6px;
    }

        .audioPreviewWrap audio {
            display: block;
            width: 100%;
        }

    .uiGalleryThumbsNav .uiHorizontalScroller {
        margin-bottom: 0 !important;
    }

    .uiGalleryWrapper {
        margin-bottom: 32px;
    }

    .itemDescription {
        text-align: left;
        line-height: 130%;
        position: relative;
        margin-bottom: 32px;
    }

        .itemDescription .inner {
            max-height: 500px;
            overflow-y: auto;
            padding-right: 32px;
        }

        .itemDescription p,
        .itemDescription h2 + p {
            font-size: 1rem !important;
            line-height: 130%;
            margin-bottom: 16px !important;
        }

        .itemDescription li {
            font-size: 1rem;
            line-height: 130%;
            margin: 0;
            margin-bottom: 4px;
        }

            .itemDescription li:last-child {
                margin-bottom: 0;
            }

        .itemDescription h3,
        .itemDescription h4 {
            margin: 0;
            padding: 0;
            text-transform: none;
            font-family: 'Roboto', Arial, sans-serif;
            font-size: 1.15rem;
            font-weight: 500;
        }

        .itemDescription h4 {
            font-size: 1rem;
        }

        .itemDescription a.editLink {
            position: absolute;
            top: 0;
            right: 24px;
            display: none;
        }

        .itemDescription:hover a.editLink {
            display: block;
        }

        .itemDescription ul, .itemDescription ol {
            margin-bottom: 16px;
        }

    .buyWithConfidence {
        display: flex;
        margin-bottom: 32px;
        background: #E5FEE3;
        border-radius: 16px;
        align-items: center;
        padding: 16px;
        position: relative;
    }

        .buyWithConfidence > div:first-child {
            min-width: 64px;
            max-width: 64px;
        }

        .buyWithConfidence > div:last-child {
            text-align: left;
            padding-left: 32px;
            padding-right: 64px;
        }

        .buyWithConfidence h3 {
            margin: 0;
            padding: 0;
            text-transform: none;
            font-family: 'Roboto', Arial, sans-serif;
            font-size: 1.15rem;
            font-weight: 500;
        }

        .buyWithConfidence p {
            font-size: 1rem;
            line-height: 130%;
            margin: 0;
            margin-bottom: 8px;
        }

        .buyWithConfidence:hover img {
            animation: rubberBand 1500ms;
        }

    @media screen and (max-width: 700px) {

        .buyWithConfidence > div:last-child {
            padding-right: 32px;
        }
    }

    @media screen and (max-width: 550px) {

        .buyWithConfidence > div:first-child {
            position: absolute;
            top: 16px;
            left: -8px;
        }

            .buyWithConfidence > div:first-child img {
                width: 32px;
                height: 32px;
            }
    }


    /* Summary of reviews */
    .reviewsSummary {
        list-style: none;
        margin: 0;
        padding: 0;
        max-width: 400px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .reviewsSummary li {
            margin: 0;
            padding: 0;
            display: flex;
            margin-bottom: 4px;
            line-height: 100%;
        }

            .reviewsSummary li:last-child {
                margin-bottom: 0;
            }

            .reviewsSummary li > div:first-child {
                width: 64px;
                font-size: 1rem;
                white-space: nowrap;
                text-align: left;
            }

            .reviewsSummary li > div:nth-child(2) {
                flex: 1;
                background: rgba(255, 255, 255, 0.4);
                border-radius: 3px;
                display: flex;
                overflow: hidden;
                box-shadow: rgba(0, 0, 0, 0.35) 0 -50px 36px -28px inset;
            }

                .reviewsSummary li > div:nth-child(2) > div {
                    background: #dc0d8a;
                }

            .reviewsSummary li > div:nth-child(3) {
                width: 64px;
                margin-left: 10px;
                text-align: right;
                flex: 0;
                font-size: 0.85rem;
                white-space: nowrap;
            }

    .filePreviewCol h3,
    .socialShareWrap h3,
    .itemMainWrap > div:last-child > div:first-child h3 {
        margin: 0 !important;
        text-transform: none;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 1.15rem;
        font-weight: 500;
        text-align: left;
    }

    .socialShareWrap {
        margin: 0 0 32px 0 !important;
    }


    ul.socialShare {
        flex-wrap: wrap;
        display: flex;
    }

        ul.socialShare li {
            margin: 0 !important;
            padding: 0 !important;
        }

    @media screen and (max-width:1200px) {
        .socialShareWrap h3 {
            text-align: Center;
        }

        ul.socialShare {
            display: inline-flex;
            margin: 0 auto !important;
        }
    }

    .itemTopStats .favouriteWrap .countWrapper {
        color: #2B2B2B !important;
    }

    .itemTopStats .favouriteWrap img {
        height: 24px !important;
        width: 24px !important;
        margin-bottom: 2px;
    }

    .filesWrapper {
        margin-bottom: 32px;
    }

    .filesHead {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .filesHead > div:first-child {
            flex: 1;
        }

        .filesHead > div:nth-child(2) {
            flex: 0;
            white-space: nowrap;
            padding-left: 32px;
        }

    @media screen and (max-width: 450px) {

        .filesHead > div:nth-child(2) {
            min-width: 100%;
            padding-left: 0;
        }

            .filesHead > div:nth-child(2) a {
                width: 100%;
                border-radius: 3px !important;
            }
    }

    .itemReviewWrap .reviewer {
        display: flex;
        align-items: center;
        line-height: 100%;
        font-weight: 500;
    }

        .itemReviewWrap .reviewer > div:nth-child(1) {
            display: flex;
            align-items: center;
        }

        .itemReviewWrap .reviewer > div:nth-child(2) {
            text-align: left;
            padding-left: 8px;
            flex: 1;
            font-size: 1rem;
        }

        .itemReviewWrap .reviewer .userAvatarWrapper {
            border-color: #666;
            background: #666;
        }

        .itemReviewWrap .reviewer > div:nth-child(3) {
            text-align: right;
            align-self: flex-start;
            white-space: nowrap;
            font-weight: normal;
            font-size: 0.75rem;
            opacity: 0.5;
        }

        .itemReviewWrap .reviewer.sellerResponse > div:nth-child(2) {
            font-size: 0.85rem;
        }

        .itemReviewWrap .reviewer.sellerResponse > div:nth-child(3) {
            align-self: center;
        }

    .itemReviewWrap .sellerResponseWrap {
        background: #efefef;
        border-radius: 3px;
        margin-left: 32px;
        padding: 16px;
    }

    @media screen and (max-width: 550px) {
        .itemReviewWrap .sellerResponseWrap {
            margin-left: 8px;
        }
    }

    @media screen and (max-width: 360px) {
        .itemReviewWrap .sellerResponseWrap {
            margin-left: 4px;
        }
    }

    .bestReview .itemReviewWrap .sellerResponseWrap {
        background: transparent;
        margin-left: 0;
        padding: 0;
    }

    .itemReviewWrap .rating {
        position: relative;
        display: inline-flex;
    }

    .bestReview .itemReviewWrap .rating {
        margin-top: 4px;
    }

    .itemReviewWrap .rating > div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        overflow: hidden;
    }

    .itemReviewWrap .rating img {
        opacity: 0.3;
    }

    .itemReviewWrap .rating > div img {
        opacity: 1;
    }

    .bestReview .itemReviewWrap .rating img {
        filter: contrast(0%) brightness(2);
    }

    .reviewText {
        margin-top: 8px;
        padding-left: 12px;
        position: relative;
        display: block;
        text-align: left;
        word-break: break-word;
    }

        .reviewText::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background: #efefef;
            width: 1px;
        }

    .bestReview .reviewText::before {
        background: #333;
    }

    .reviewText h3 {
        line-height: 120%;
        font-size: 1rem !important;
        padding-bottom: 4px;
    }

    .reviewText p {
        line-height: 130%;
        font-size: 1rem;
        text-align: left;
    }

    .bestReview .reviewText p {
        font-size: 0.85rem;
    }

    .sellerResponse .sellerResponseTxt p:first-child {
        margin-top: 4px;
    }

    .sellerResponseTxt p:last-child {
        margin-bottom: 0 !important;
    }

    .editReviewLink {
        font-size: 0.75rem !important;
        border-radius: 3px !important;
        display: inline-block;
        color: #dc0d8a;
        line-height: 100%;
        font-weight: 500;
    }

    .reviewActions {
        margin-top: 4px;
        display: flex;
    }

    .sellerResponseWrap .reviewActions {
        margin-top: 4px;
    }

    .reviewActions > a {
        margin-right: 16px;
        text-align: center;
    }

        .reviewActions > a:last-child {
            margin-right: 0;
        }

    .bestReview .reviewActions > a {
        flex: 1;
        margin-right: 0;
    }

        .bestReview .reviewActions > a:last-child {
            text-align: right;
        }

    .itemReviewWrap .reviewer.sellerResponse {
        margin-bottom: -12px;
    }

    .noContentEditMode {
        display: block;
        height: 400px;
        background: #efefef;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .noContentEditMode > div {
            max-width: 400px;
        }

            .noContentEditMode > div h2 {
                text-align: center;
            }

            .noContentEditMode > div span {
                display: block;
                text-align: center;
            }

    .helpfulWrap {
        display: inline-flex;
        align-items: center;
        font-size: 0.75rem;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .bestReview .helpfulWrap {
        display: flex;
        margin-top: 8px;
    }

    .helpfulWrap > div:first-child {
        flex: 1;
        text-align: left;
        margin-right: 16px;
    }

    .bestReview .helpfulWrap > div:first-child {
        margin-right: 0;
    }

    .helpfulWrap > div:last-child {
        flex: 0;
        white-space: nowrap;
        display: flex;
    }

        .helpfulWrap > div:last-child img {
            min-width: 24px;
            display: block;
            opacity: 0.3;
        }

    .bestReview .helpfulWrap > div:last-child img {
        filter: contrast(0%) brightness(2);
    }

    .helpfulWrap > div:last-child a:hover {
        animation: tada 1100ms;
    }

        .helpfulWrap > div:last-child a:hover img {
            opacity: 1;
        }

    .helpfulWrap > div:last-child a.selected img {
        opacity: 1;
        animation: rubberBand 500ms;
    }

    .totalHelpful {
        line-height: 130%;
        font-size: 0.75rem;
        font-weight: 500;
        text-align: left;
        display: block;
        margin-bottom: -8px;
        opacity: 0.7;
    }

    .reviewActions + .sellerResponseWrap,
    .reviewActions + .helpfulWrap {
        margin-top: 8px;
    }

    .reviewHTML p:last-child {
        margin-bottom: 0;
    }

    .reviewHTML p:first-child {
        margin-top: 0;
    }

    .reviewsHead {
        align-items: center;
        display: flex;
    }

        .reviewsHead > div:first-child {
            flex: 1;
            padding-right: 8px;
        }

        .reviewsHead > div:nth-child(2) {
            flex: 0;
            white-space: nowrap;
        }

        .reviewsHead a {
            border-radius: 3px !important;
            padding: 4px 8px !important;
        }

    .inPageLink {
        position: relative;
        top: -120px;
    }

    ul.reviewsContainer {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 16px;
        position: relative;
    }

        ul.reviewsContainer li {
            margin: 0;
            padding: 0;
            margin-bottom: 32px;
        }

    .reviewText h3 {
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 500;
    }

    .reviewSortWrap {
        display: flex;
        align-items: center;
    }

        .reviewSortWrap > div:first-child {
            flex: 1;
        }

        .reviewSortWrap > div:nth-child(2) {
            flex: 0;
            white-space: nowrap;
        }

        .reviewSortWrap select {
            padding: 4px 8px;
            font-size: 0.85rem;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        }

    .reviewsPagination.paginationWrap {
        text-align: right;
        background: #efefef;
        margin-top: -16px;
        border-radius: 3px;
        padding: 8px;
    }

    li.reviewsOverlay {
        position: absolute;
        top: -8px;
        left: -8px;
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        background: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        display: none;
        z-index: 6;
    }

    .reviewHTML + .sellerResponseWrap {
        margin-top: 8px;
    }

    .checkoutPaidWaitWrap {
        max-width: 350px;
        margin: 0 auto;
        background: #efefef;
        border-radius: 16px;
        padding: 32px;
        box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
        position: fixed;
        left: 50%;
        margin-left: -175px;
        z-index: 8;
        top: 164px;
    }

    .checkoutPaidMin {
        min-height: 300px;
    }

    .checkoutPaidWaitWrap h2 {
        text-align: center;
        margin-bottom: 16px;
    }

    .checkoutPaidWaitWrap p {
        margin: 0;
        margin-top: 16px;
        font-size: 1rem;
        line-height: 130%;
    }

    .ordersList.orderConfirmation {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .checkoutPaidLoginWrap {
        margin: 32px auto;
        padding: 0 32px;
        flex: 1 !important;
        white-space: normal;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .checkoutPaidLoginWrap > div:first-child {
            text-align: left;
            flex: 1;
            padding-right: 32px;
            min-width: 375px;
        }

        .checkoutPaidLoginWrap > div:last-child {
            flex: 0;
            white-space: nowrap;
        }

        .checkoutPaidLoginWrap h3 {
            text-align: left;
            margin-top: 0;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 500;
        }

        .checkoutPaidLoginWrap p {
            text-align: left;
            font-size: 1.15rem;
            white-space: normal;
            margin: 0;
            line-height: 130%;
        }

        .checkoutPaidLoginWrap a.pinkButton {
            border-radius: 3px !important;
            padding: 12px 24px !important;
            font-size: 1.15rem;
            margin: 16px 0;
        }

    #ReportOrderProblemPanel {
        text-align: left !important;
        max-width: 650px;
        font-size: 0.85rem;
    }

        #ReportOrderProblemPanel a {
            margin-top: 8px;
        }

    .purchasedItemsWrap {
        padding: 32px;
    }

    .checkoutPaidLoginWrap {
        padding: 0 32px;
    }

        .checkoutPaidLoginWrap.redeemAll {
            background: #c0c0c0;
            margin: 0;
            padding: 16px 32px;
            background: rgba(125, 249, 114, 0.2);
            border-bottom: 1px solid #c0c0c0;
        }

            .checkoutPaidLoginWrap.redeemAll input[type=submit] {
                padding: 8px 16px !important;
                text-transform: none;
                font-size: 1rem;
            }

            .checkoutPaidLoginWrap.redeemAll h3 {
                font-size: 1rem;
                line-height: 130%;
            }

            .checkoutPaidLoginWrap.redeemAll p {
                font-size: 1rem;
            }






    .purchasedItemWrap {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #efefef;
        display: block;
    }

        .purchasedItemWrap h2 {
            margin: 0;
            padding: 0;
            font-size: 1.15rem;
            margin-bottom: 5px;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 500;
        }

        .purchasedItemWrap .heading {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            line-height: 100%;
            width: 100%;
            margin-bottom: 5px;
        }

            .purchasedItemWrap .heading > div:first-child {
                min-width: 100px;
                max-width: 100px;
                flex: 0;
            }

            .purchasedItemWrap .heading img {
                display: block;
                border-radius: 3px;
            }

            .purchasedItemWrap .heading > div:nth-child(2) {
                flex: 1;
                width: 100%;
                padding-left: 16px;
                text-align: left;
            }

            .purchasedItemWrap .heading h2 {
                flex: 1;
                line-height: 100%;
            }

            .purchasedItemWrap .heading span {
                white-space: nowrap;
                flex-shrink: 0;
                flex-grow: 0;
                margin-top: -5px;
            }

        .purchasedItemWrap p.gift strong {
            font-weight: 500;
        }


        .purchasedItemWrap .actionWrap .redeemCodeWrap {
            margin-bottom: 5px;
        }


    /* Redeem code */
    .redeemCodeWrap {
        background: #efefef;
        padding: 8px 10px;
        border-radius: 3px;
        font-weight: 500;
        line-height: 120%;
        color: #dc0d8a;
        position: relative;
    }

        .redeemCodeWrap:hover {
            cursor: pointer;
        }

        .redeemCodeWrap span:first-child {
            display: block;
            font-size: 0.85rem;
            color: #2B2B2B;
        }

        .redeemCodeWrap .copiedNotice {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: rgba(192, 192, 192, 0.9);
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            color: #2B2B2B;
            display: flex;
            opacity: 0;
            transition: opacity 300ms ease-in;
        }

    .actionWrap {
        text-align: left;
    }

    .redeemedWrap {
        display: inline-flex;
        align-items: center;
        background: rgba(125, 249, 114, 0.2);
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        border-radius: 3px;
        padding: 8px;
        margin-right: auto;
        margin-top: 8px;
        margin-left: 0;
    }

        .redeemedWrap a {
            font-weight: 500;
        }

        .redeemedWrap p {
            font-size: 0.85rem;
            line-height: 110%;
            margin: 0;
            padding: 0;
            margin-left: 10px;
        }

            .redeemedWrap p strong {
                font-weight: 500;
            }

        .redeemedWrap > div:first-child {
            min-width: 32px;
            max-width: 32px;
            display: flex;
            align-items: center;
        }

        .redeemedWrap > div:last-child {
            text-align: left;
        }


    .purchasedItemsWrap .purchasedItemWrap:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .actionWrap .notification {
        display: inline;
        padding: 4px 16px;
        text-align: left;
        font-size: 0.85rem;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    .redeemedNotification .notification {
        margin-top: 16px;
        background: rgba(125, 249, 114, 0.2) !important;
        margin-bottom: -16px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

    .bundled {
        display: inline-block;
        font-size: 0.85rem;
        line-height: 130%;
        background: rgba(125, 249, 114, 0.2);
        border-radius: 3px;
        padding: 4px;
        margin-left: -4px;
        margin-top: 4px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

        .bundled span {
            display: block;
        }

        .bundled > div {
            display: flex;
            font-weight: 500;
            align-items: center;
            flex-wrap: wrap;
        }

            .bundled > div *:first-child {
                flex: 1;
            }

            .bundled > div *:last-child {
                flex: 0;
                text-align: right;
                font-size: 0.85rem;
                white-space: nowrap;
                padding-left: 8px;
            }

        .bundled p {
            font-size: 0.85rem;
            margin: 0;
            line-height: 130%;
        }

    .itemShortWrap {
        display: flex;
        align-items: center;
    }

        .itemShortWrap > *:nth-child(1) {
            flex: 1;
        }

        .itemShortWrap > *:nth-child(2) {
            flex: 0;
            white-space: nowrap;
            padding-left: 32px;
        }

        .itemShortWrap a {
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        }

    .pinkButton.noDlBtn {
        background: #c0c0c0 !important;
        color: #666;
        display: flex;
        flex-direction: column;
        border-radius: 3px !important;
        line-height: 120%;
        text-shadow: 1px 0 0 #fff;
    }

        .pinkButton.noDlBtn span {
            font-size: 0.85rem !important;
            padding-left: 0 !important;
        }

    @media screen and (max-width: 900px) {

        .itemShortWrap {
            flex-direction: column;
        }

            .itemShortWrap > *:nth-child(2) {
                width: 100%;
                padding-left: 0;
                margin-top: -16px;
                margin-bottom: 16px;
                text-align: left;
            }
    }

    .noSearchPad {
        height: 8px;
    }

    .mainSearchWrap {
        display: flex;
        margin-top: 8px;
        align-items: stretch;
        position: relative;
    }

        .mainSearchWrap input[type=text] {
            width: 100%;
            background-repeat: no-repeat;
            background-position: 8px center;
            padding-left: 38px !important;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
            border: 1px solid #c0c0c0;
            border-radius: 3px;
            flex: 1;
        }

        .mainSearchWrap .mainSearchButton {
            flex: 0;
            margin-left: 8px;
            white-space: nowrap;
            box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        }

    .noResults {
        margin-top: 32px;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 32px;
        background: #efefef;
        border-radius: 3px;
    }

        .noResults span {
            display: block;
            font-size: 1rem;
            font-weight: normal;
        }

    .hasResultsWrap {
        margin-top: 32px;
    }

    .filterChunk ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .filterChunk ul li {
            margin: 0;
            padding: 0;
        }

    .catHeader {
        display: flex;
        align-items: center;
    }

        .catHeader > div:nth-child(1) {
            flex: 1;
        }

        .catHeader > div:nth-child(2) {
            flex: 0;
            white-space: nowrap;
            display: flex;
            align-items: center;
            padding-left: 16px;
        }

            .catHeader > div:nth-child(2) input[type=text] {
                width: 200px;
                background-repeat: no-repeat;
                background-position: 8px center;
                box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
                border: 1px solid #c0c0c0;
                border-radius: 3px;
                font-size: 0.85rem;
                padding: 7px 8px;
                padding-left: 34px;
            }

            .catHeader > div:nth-child(2) input[type=submit] {
                padding: 8px 8px;
                margin-left: 4px;
                font-size: 0.85rem;
                text-transform: none;
                white-space: nowrap;
                box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
            }

    @media screen and (max-width: 900px) {

        .catHeader {
            display: block;
            margin-top: 8px;
        }

            .catHeader > div:nth-child(2) {
                padding-left: 0;
            }

                .catHeader > div:nth-child(2) input[type=text] {
                    flex: 1;
                }
    }

    .mainSearchWrap > div:nth-child(2) {
        display: flex;
        margin-left: 8px;
    }

    .searchFilters {
        background: #282828;
        border-radius: 3px;
        align-items: center;
        padding: 0 16px;
        line-height: 100%;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        display: inline-flex;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }

        .searchFilters img {
            filter: contrast(0%) brightness(2);
            margin-right: 8px;
        }

    .showFiltersChk {
        position: absolute;
        top: -10000px;
        left: -10000px;
    }

    .filtersWrapper {
        background: #282828;
        margin-top: 8px;
        display: none;
        width: 100%;
        position: relative;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
        text-align: left;
        padding: 32px;
    }

    ul.catFilter {
        display: flex;
        flex-wrap: wrap;
    }

        ul.catFilter > li {
            max-width: 25%;
            min-width: 25%;
        }

        ul.catFilter ul,
        ul.catFilter {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            ul.catFilter ul {
                margin-left: 18px;
                display: none;
            }

    .filtersWrapper h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 500;
        font-size: 1.15rem;
        margin-bottom: 4px;
    }

    ul.catFilter li {
        margin: 0;
        padding: 0;
        line-height: 150%;
        font-size: 0.85rem;
        color: #fff;
        font-weight: 500;
    }

    ul.catFilter ul > li:last-child {
        margin-bottom: 4px;
    }

    ul.catFilter li img {
        filter: contrast(0%) brightness(2);
        display: block;
    }

    ul.catFilter ul li div {
        display: flex;
        align-items: center;
    }

    ul.catFilter label {
        margin: 0 4px 0 6px;
    }

    .showFiltersChk:checked + .filtersWrapper {
        display: block;
    }

    .catTop {
        display: flex;
        align-items: center;
    }

    .filtersWrapper .topArrow {
        position: absolute;
        top: -6px;
        right: 124px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 70.5px 36px 70.5px;
        border-color: transparent transparent #282828 transparent;
        transform: rotate(0deg);
    }

    @media screen and (max-width:550px) {
        .mainSearchWrap {
            flex-wrap: wrap;
        }

            .mainSearchWrap > div:nth-child(2) {
                order: 3;
                min-width: 100%;
                margin-left: 0;
                margin-top: 8px;
            }

        .searchFilters {
            width: 100%;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .filtersWrapper .topArrow {
            right: auto;
            left: 0;
        }
    }

    @media screen and (max-width:1000px) {
        ul.catFilter > li {
            max-width: 33.333%;
            min-width: 33.333%;
        }
    }

    @media screen and (max-width:700px) {
        ul.catFilter > li {
            max-width: 50%;
            min-width: 50%;
        }
    }

    @media screen and (max-width:450px) {
        ul.catFilter > li {
            max-width: 100%;
            min-width: 100%;
        }
    }