﻿.assetStoreWrapper {
    max-width: 1652px;
    position: relative;
    min-height: 800px;

}
.greyOut h2 {
    text-align: center !important;
}
h2, h3, h4 {
    text-align: left !important;
}
h1 {
    margin: 0;
    text-align: left;
    padding: 0;
    margin-bottom: 16px !important;
}
p.h1Text {
    margin-top: 0;
    font-size: 1.4rem;
}

.freeTrialLabel {
    display: inline-block;
    background: #EC008C;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 3px;
    padding: 2px 5px;
    font-size: 0.85rem;
}

/* Left menu */
.assetStoreWrapper .leftMenu {
    width: 320px;
    height: calc(100vh - 80px);
    border-right: 1px solid #c0c0c0;
    background: #fafafa;
    padding: 20px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}
.leftMenu.scrolledBottom {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.leftMenu.scrolledBottom > div {
    display: table;
    height: 100%;
}
.leftMenu.scrolledBottom nav {
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}
.assetStoreWrapper .leftMenu::-webkit-scrollbar {
    width: 6px;
    background-color: #c0c0c0;
}
.assetStoreWrapper .leftMenu::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 3px;
}
.leftMenuInner {
    width: 279px;
}
.leftMenu h2 {
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.leftMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.leftMenu ul.twoColumn {
    display: flex;
    flex-wrap: wrap;
}
.leftMenu ul > li {
    margin: 0;
    padding: 0;
    line-height: 100%;
    margin-bottom: 7px;
}
.leftMenu ul li.topSpaced {
    margin-top: 24px;
}
.leftMenu ul.twoColumn > li {
    width: 50%;
}
.leftMenu ul.twoColumn > li.selected {
    width: 100%;
}
.leftMenu ul > li a {
    font-size: 1.15rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.leftMenu ul > li a img {
    margin-right: 6px;
}
.leftMenu ul > li a:hover img {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: heartBeat;
    animation-delay: 0;
}
.leftMenu ul > li ul {
    margin-top: 7px;
    margin-bottom: 5px;
    margin-left: 26px;
}
.leftMenu ul > li ul li {
    margin-bottom: 2px;
    margin-left:1px;
}
.leftMenu ul > li ul li a {
    font-size: 1rem;
    font-weight: normal;
}
.leftMenu ul + h2 {
    margin-top: 30px;
}
span.optional,
.leftMenu span.count,
span.todo,
ul.statusMenu span.count,
span.done {
    background: #EC008C;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 0.75rem;
    height: 18px;
    padding: 0 6px;
    line-height: 100%;
    font-weight: 500;
}
span.done {
    background: #7df972;
    color: #377931;
}
span.optional {
    margin-left: 0;
}
/* Main content */
.assetStoreWrapper .content {
    background: #fff;
    margin: 0;
    padding-left: 320px;
    padding-right: 0 !important;
    max-width: 100%;
}
.assetStoreWrapper .content > div {
    padding: 30px;
}

/* Small print */
ul.storeSmallPrint {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.paymentMethods {
    margin-top: 20px;
    text-align: center;
}
ul.storeSmallPrint li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 100%;
}
ul.storeSmallPrint li.breaker div {
    width: 1px;
    height:10px;
    background: #c0c0c0;
    margin: 0 6px;
}
ul.storeSmallPrint li a {
    line-height: 130%;
    font-size: 0.75rem;
    color: #3b4045;
    text-shadow: 1px 0 0 #fff;
}
/* Basket */
.basketWrapper {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
span.basketTitle {
    line-height: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}
.basketSummary {
    border-radius: 3px;
    background: #fff;
    display: flex;
    background: #e8e8e8;
    border-radius: 3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    line-height: 100%;
    align-items: center;
    padding: 7px;
}
.basketSummary > div:first-child {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basketSummary > div:first-child img {
    height: 32px;
    width: 32px;
}
.basketSummary:hover img {
    animation-duration: 1000ms;
    animation-iteration-count: 1;
    animation-name: tada;
    animation-delay: 0;
}
.newSales {
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-name: tada;
    animation-delay: 0;
}
.basketSummary > div span {
    display: block;
    line-height: 100%;
    color: #3b4045;
}
.basketSummary:hover {
    text-decoration: none;
}
.basketSummary > div span.items {
    font-weight: 500;
    font-size: 1.15rem;
}
.basketSummary > div span.price {
    font-size: 1rem;
}
.basketButtons {
    display: flex;
    margin-top: 2px;
}
.basketButtons a {
    flex: 1;
    width: 50%;
    line-height: 100%;
    border: 1px solid #EC008C;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    background: #ffffff;
    padding: 3px;
}
.basketButtons a:hover {
    color: #ffffff;
    border: 1px solid #EC008C;
    background: #EC008C;
    text-decoration: none;
}
.basketButtons a:first-child {
    margin-right: 2px;
}
.basketButtons a:last-child {
    margin-left: 2px;
}
select.currencySelector {
    padding: 2px;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    font-size: 0.85rem;
    border: 1px solid #c0c0c0;
}
#BasketSavingsWrap {
    display: block;
    padding: 2px;
    width: 100%;
    max-width: 100%;
    -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;
    font-size: 0.85rem;
    border: 1px solid #EC008C;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    background: #EC008C;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: -2px;
}

/* Asset list */
.assetList {
    margin: -10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.assetList.homepage {
    margin-top: 5px;
}
.assetList > li {
    width: 33.33333%;
}
.assetList.homepage > li {
    width: 25%;
}
.assetList.bundleList > li {
    width: 100%;
    margin-bottom: 32px !important;
}
@media screen and (max-width: 1500px) {
    .assetList.thinner > li {
        width: 50%
    }
}
@media screen and (max-width: 1400px) {
    .assetList.homepage > li {
        width: 33.3333%
    }
}
@media screen and (max-width: 1300px) {
    .assetList.bundleList > li {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .assetList > li {
        width: 50%;
    }

    .assetList.homepage > li {
        width: 50%
    }
}
@media screen and (max-width: 1150px) {

    .assetList.thinner > li {
        width: 100%
    }
}
@media screen and (max-width: 1000px) {
    .assetList > li {
        width: 33.33333%;
    }
    .assetStoreWrapper .leftMenu {
        display: none;
    }
    .assetStoreWrapper .content {
        padding-left: 0;
        padding-top: 32px;
    }
    .assetList.homepage > li {
        width: 33.3333%
    }
    .assetList.thinner > li {
        width: 50%
    }
}
@media screen and (max-width: 850px) {
    .assetList > li {
        width: 50%;
    }

    .assetStoreWrapper .content > div {
        padding: 15px;
    }
}
@media screen and (max-width: 800px) {

    .assetList.homepage > li {
        width: 50%
    }
    .assetList.thinner > li {
        width: 100%
    }
}
@media screen and (max-width: 420px) {
    .assetList > li {
        width: 100%;
    }
    .assetList.homepage > li {
        width: 100%
    }
}
    /* Bundle tile */
    .bundleWrapper {
        line-height: 100%;
        color: #3b4045;
    }
a.bundleWrapper:hover {
    text-decoration: none;
}
.bundleDetails {
    display: flex;
}
    .bundleDetails .bLabelWrap {
        margin-bottom: -5px;
        margin-top: 4px;
    }

    .bundleInner {
        height: 100%;
        display: flex;
        flex-flow: column;
        padding-top: 15px;
    }
    .bundleDetails .addBasketButtonWrap {

        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .bundleImages {
        position: relative;
        max-width: 100%;
        flex: 1;
        display: flex;
        overflow: hidden;
        height: 270px;
    }
.bundleImages .firstImages {
    flex: 1;
    position: relative;
}
.bundleImages .lastImage {
    min-width: 400px;
    max-width: 400px;
    flex: 0;
}
.bundleImages .lastImage img {
    width:400px;
    height: 90% !important;
    top: 5% !important;
}
.bundleImages img {
    position: absolute;
    -webkit-box-shadow: -10px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -10px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: -10px 0px 5px 0px rgba(0,0,0,0.35);
}
.bundleImages .firstImages img:first-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.notShownBundleItems {
    position: absolute;
    right: 5px;
    bottom: 0px;
    background: #efefef;
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 13px;
    transform: perspective(100px) rotateY(8deg);
}
@media screen and (max-width: 700px) {
    .bundleImages .firstImages {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .bundleImages .lastImage {
        align-items: center;
        justify-content: center;
        display: flex;
        min-width: 100%;
        max-width: 100%;
    }
        .bundleImages .lastImage img {
            transform: scale(0.8) perspective(500px) rotateY(-8deg);
            height: auto !important;
            top: auto !important;
            width: auto !important;
        }
}
.bundleDetails > div:nth-child(2) {
    flex: 0;
    min-width: 200px;
    max-width: 200px;
    background-color: #efefef;
    margin-left: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 3px;
}

        .bundleDetails > div:nth-child(2) p {
            font-size: 1rem;
            line-height: 120%;
        }

            .bundleDetails > div:nth-child(2) p span {
                font-weight: 500;
            }

    .bundleTriangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 24px 16px 0;
        border-color: transparent #efefef transparent transparent;
        position: absolute;
        left: -24px;
        top: 33.3333%;
        margin-top: -24px;
    }

    .bundleItemCount {
        font-family: 'HalisR-Bold', 'Roboto', Arial, sans-serif;
        color: #3b4045;
        display: block;
        text-align: center;
        font-size: 1.5rem;
    }

    .bundlePrice {
        display: flex;
        background: rgba(0, 0, 0, 0.1);
        align-items: center;
        justify-content: center;
        margin: 0 -20px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.105);
        border-top: 1px solid rgba(0, 0, 0, 0.105);
    }

        .bundlePrice > div:nth-child(2) {
            margin-left: 5px;
            text-align: center;
        }

            .bundlePrice > div:nth-child(2) p {
                line-height: 100%;
                margin: 0;
                padding: 0;
            }

            .bundlePrice > div:nth-child(2) span {
                display: block;
            }

                .bundlePrice > div:nth-child(2) span:first-child {
                    text-decoration: line-through;
                    font-size: 0.9rem;
                }

                .bundlePrice > div:nth-child(2) span:last-child {
                    font-weight: 500;
                }

    .bundlePercent {
        background: #EC008C;
        display: block;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        padding: 10px;
        margin-right: 5px;
        font-weight: 500;
        color: #ffffff;
    }












    .browseAssetNameWrap {
        align-items: center;
        display: flex;
    }

        .browseAssetNameWrap .assetNameLink {
            display: flex;
            align-items: center;
        }

        .browseAssetNameWrap .thirdPartyLabel {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background: #EC008C;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 500;
            border-radius: 3px;
            line-height: 100%;
            margin-right: 4px;
            padding: 3px 5px;
        }


.discount {
    background: #EC008C;
    color: #ffffff;
    position: relative;
    display: inline-flex;
    font-size: 1rem;
    line-height: 100%;
    padding: 5px 10px;
    align-items: center;
}
.discount.expiring {
    padding-right: 22px !important;
}
.discount img {
    position: absolute;
    right: 3px;
    z-index: 2;
}
.discount.expiring img {
    animation-duration: 1200ms;
    animation-iteration-count: infinite;
    animation-name: tada;
    animation-delay: 0;
}
.discount.expiring.soon img {
    animation-duration: 800ms;
}
.discount.expiring.verySoon img {
    animation-duration: 500ms;
}



    .itemRatingWrap:hover .rating.high > div img {
        animation-duration: 800ms;
        animation-iteration-count: 1;
        animation-name: rubberBand;
        animation-delay: 0;
    }

    .rating > div img:nth-child(2) {
        animation-delay: 50ms;
    }

    .rating > div img:nth-child(3) {
        animation-delay: 100ms;
    }

    .rating > div img:nth-child(4) {
        animation-delay: 150ms;
    }

    .rating > div img:nth-child(5) {
        animation-delay: 200ms;
    }

/* View item */
.viewItemWrap {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
.itemLeftCol {
    flex: 1;
}
.itemRightCol {
    min-width: 420px;
    max-width: 420px;
    padding-left: 20px;
    flex: 0;
}
.itemRightCol h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 2.4rem;
    line-height: 100%;
}

.narrowViewHeader {
    display: none;
}
@media screen and (max-width: 1300px) {
    .viewItemWrap {
        display: block;
    }
    .wideViewHeader {
        display: none;
    }
    .narrowViewHeader {
        display: block;
    }
    .itemRightCol {
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        margin-top: 11px;
    }
}
@media screen and (max-width: 1000px) {
    .viewItemWrap {
        display: flex;
    }
    .wideViewHeader {
        display: block;
    }
    .narrowViewHeader {
        display: none;
    }
    .itemRightCol {
        min-width: 420px;
        max-width: 420px;
        padding-left: 20px;
        margin-top: 11px;
    }
}
@media screen and (max-width: 940px) {
    .viewItemWrap {
        display: block;
    }
    .wideViewHeader {
        display: none;
    }
    .narrowViewHeader {
        display: block;
    }
    .itemRightCol {
        min-width: 0;
        padding-left: 0;
        max-width: 100%;
    }
    .itemRightCol h1 {
        margin-top: 11px;
    }
}
@media screen and (max-width: 850px) {
    h1 {
        margin-top: 16px !important;
    }
}

    /* Item price chooser */
    .itemPriceWrap {
        background: #fafafa;
        border: 1px solid #efefef;
        border-radius: 3px;
    }
        .itemPriceWrap p {
            padding: 0;
            margin: 0;
            font-size: 1rem;
            line-height: 110%;
            max-width: 650px;
        }

.itemPriceWrap li > div {
    display: flex;
    border-bottom: 1px solid #efefef;
}
.itemPriceWrap li > div > div:last-child {
    width: 100%;
}

        .itemPriceWrap li:last-child > div {
            border-bottom: 0;
        }

        .itemPriceWrap .checkWrap {
            padding-right: 10px;
            padding-top: 4px;
        }

        .itemPriceWrap .heading {
            display: flex;
            font-size: 1.15rem;
            font-weight: 500;
            margin-bottom: 3px;
        }

        .itemPriceWrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .itemPriceWrap ul li {
                padding: 0;
                margin: 0;
            }

                .itemPriceWrap ul li > div {
                    padding: 10px;
                }

        .itemPriceWrap .heading {
            display: flex;
        }

            .itemPriceWrap .heading > div {
                flex: 1;
            }

            .itemPriceWrap .heading div:first-child {
                line-height: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: wrap;
            }

            .itemPriceWrap .heading div:last-child {

                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

                .itemPriceWrap .heading div:last-child .discount {
                    flex: 0;
                    margin-right: 5px;
                    font-size: 1rem;
                    white-space: nowrap;
                    padding: 3px 5px;
                }



    .nicecheckWrap .checker {
        width: 12px;
        height: 12px;
        padding: 3px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #c0c0c0;
        display: block;
    }

    .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: #EC008C;
    }

    .addToBasket, .favButton, .shareButton {
        text-align: center;
        width: 100%;
        margin-top: 3px;
        padding: 12px 0;
        text-transform: none;
        line-height: 100%;
    }




.favButton {
    background: #fff;
    border: 1px solid #EC008C;
    color: #EC008C;
    font-size: 1rem;
    padding: 8px 0;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

        .favButton img {
            margin-right: 7px;
        }

        .favButton:hover img {
            animation-duration: 900ms;
            animation-iteration-count: infinite;
            animation-name: heartBeat;
            animation-delay: 0;
        }

        .shareButton:hover img {
            animation-duration: 900ms;
            animation-iteration-count: infinite;
            animation-name: jello;
            animation-delay: 0;
        }




.markupEditorWrap textarea {
    height: 350px;
}
/* Refund wrap */
.refundWrap {
    border-radius: 3px;
    display: flex;
    padding: 10px;
    overflow: hidden;
    background: rgba(125, 249, 114, 0.2);
}

        .refundWrap img {
            display: block;
        }

        .refundWrap:hover img {
            animation-duration: 400ms;
            animation-iteration-count: 1;
            animation-name: lightSpeedInLeft;
            animation-delay: 0;
        }

        .refundWrap div:first-child {
            min-width: 32px;
            max-width: 32px;
            margin-right: 10px;
        }

        .refundWrap h2 {
            margin: 0;
            padding: 0;
            font-size: 1rem;
        }

        .refundWrap p {
            margin: 0;
            padding: 0;
            font-size: 1rem;
            line-height: 110%;
        }

        .refundWrap a {
            font-size: 0.85rem;
        }

    /* Item author rating */
    .itemRatingWrap {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .itemRatingWrap div:last-child {
            display: flex;
            align-items: center;
        }

        .itemRatingWrap div:first-child {
            flex: 1;
        }

            .itemRatingWrap div:first-child a {
                display: flex;
                align-items: center;
            }

                .itemRatingWrap div:first-child a img {
                    border-radius: 3px;
                    margin-right: 6px;
                }

    .ratingCount {
        display: inline-block;
        margin-left: 5px;
        font-weight: 500;
    }


    /* Admin links */
    ul + .adminLink {
        margin-top: 15px;
    }

    .adminLink {
        background: #efefef;
        border-radius: 3px;
        border: 1px solid #c0c0c0;
        display: block;
        text-align: center;
        color: #3b4045;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .adminLink.receipt, .adminLink.invoice {
            font-size: 0.85rem;
            font-weight: 500;
            line-height: 100%;
            padding: 5px 10px;
        }

        .adminLink:hover {
            color: #EC008C;
        }

        .adminLink + .adminLink {
            margin-top: 3px;
        }

        .adminLink.reviewLink {
            font-size: 0.85rem;
            padding: 3px 15px;
            line-height: 100%;
            display: inline-block;
            margin: 0 auto;
        }

    .assetStoreAdminForm {
        max-width: 600px;
    }

        .assetStoreAdminForm.wideForm {
            max-width: 900px;
        }

    label {
        display: block;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 1px;
        font-size: 1.15rem;
    }
#BusinessDetails label {
    font-size: 1rem;
    padding-left: 16px;
}
label span {
    font-weight: normal;
    margin-top: 3px;
    font-size: 1rem;
    margin-bottom: 2px;
}
span.bar {
    margin-top: 0;
}

    .assetStoreAdminForm input[type=text],
    .assetStoreAdminForm input[type=number],
    .assetStoreAdminForm select,
    .assetStoreAdminForm .uploadFileV2Wrapper {
        margin-bottom: 15px;
        padding: 10px 5px;
        width: 100%;
    }

        .assetStoreAdminForm .uploadFileV2Wrapper .limits {
            display: block;
        }

    .assetStoreAdminForm h2 {
        width: 100%;
        text-align: center;
    }

    .assetStoreAdminForm h3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .assetStoreAdminForm + .assetStoreAdminForm {
        border-top: 1px solid #c0c0c0;
        margin-top: 30px;
    }

    /* Browse items */
    .tableWrapper.editItems tbody td {
        line-height: 120%;
    }

    div.cat {
        display: block;
        font-size: 0.85rem;
        display: flex;
        align-items: center;
    }

    ul.cats {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
    }

        ul.cats li {
            margin: 0;
            padding: 0;
            display: inline-flex;
            align-items: center;
            line-height: 120%;
            font-size: 0.85rem;
        }

            ul.cats li:after {
                content: '>';
                margin: 0 3px;
            }

            ul.cats li:last-child:after {
                display: none;
                font-size: 0.7rem;
            }

        ul.cats img {
            margin-right: 2px;
        }

    span.refundRate {
        display: block;
        font-size: 0.85rem;
        text-align: center;
    }

        span.refundRate.warning {
            color: #dea636;
        }

        span.refundRate.bad {
            color: #de6536;
        }

        span.refundRate.critical {
            color: #de3636;
        }

    .tableWrapper.editItems ul.prices {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .tableWrapper.editItems ul.prices li {
            margin: 0;
            padding: 0;
            line-height: 100%;
        }

            .tableWrapper.editItems ul.prices li a {
                font-size: 0.85rem;
                color: #EC008C !important;
            }

                .tableWrapper.editItems ul.prices li a span.price {
                    background: #fff;
                    border-radius: 3px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    line-height: 100%;
                    padding: 2px 5px;
                    font-weight: 500;
                }

                .tableWrapper.editItems ul.prices li a:hover {
                    text-decoration: none;
                }

    .tableWrapper thead td a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }

        .tableWrapper thead td a img {
            margin-left: 5px;
        }

    img.sortAsc {
        transform: rotate(180deg);
    }

    span.filesSize {
        display: block;
        font-size: 0.85rem;
    }

    /* Price input */
    input[type=text].priceInput,
    input[type=number].priceInput {
        display: inline-block;
        width: 100px;
        max-width: none;
        min-width: 0;
        margin-left: 2px;
    }

    select.smallDD {
        display: inline-block;
        max-width: none;
        min-width: 0;
        width: 100px;
    }

    /* Edit item header */
    .editItemHead {
        display: flex;
    }

        .editItemHead div:first-child {
            flex: 1;
            padding-right: 30px;
        }

        .editItemHead div:last-child a {
            white-space: nowrap;
        }

        .editItemHead h1 {
            margin-bottom: 0;
        }

        .editItemHead .breadCrumbNav {
            margin-bottom: 32px;
        }

    .exclusiveTermsWrap {
        margin-bottom: 30px;
        background: #efefef;
        border-radius: 3px;
        padding: 10px;
    }

        .exclusiveTermsWrap label {
            font-weight: normal;
        }

        .exclusiveTermsWrap textarea {
            height: 200px;
        }

    span.published, span.unpublished {
        background: #7df972;
        color: #377931;
        display: inline-block;
        margin: 0 auto;
        border-radius: 3px;
        line-height: 100%;
        font-weight: 500;
        font-size: 0.85rem;
        padding: 3px 8px;
    }

    span.unpublished {
        background: #c0c0c0;
        color: #3b4045;
    }

    h2.editAssetHead {
        display: flex;
        align-items: flex-start;
    }

    /* Asset icon wrap */
    .assetIconWrap {
        background: rgba(255, 255, 255, 0.2);
        padding: 2px;
        -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.5);
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
        margin-right: 7px;
        flex-shrink: 0;
    }

        .assetIconWrap img {
            border-radius: 50%;
            display: block;
        }

    /* Editing gallery in seller account */
    ul.editGallery {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

        ul.editGallery li {
            margin: 0;
            padding: 0;
            margin-right: 16px;
            margin-bottom: 16px;
            max-width: 300px;
        }

            ul.editGallery li video {
                max-width: 100%;
            }

    .cropControl {
        width: 100%;
        height: 500px !important;
        margin-bottom: 60px !important;
        margin-top: 15px;
    }

    /* Submit for approval checklist */
    ul.submitApprovalChecklist {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 32px;
    }

        ul.submitApprovalChecklist li {
            margin: 0;
            padding: 0;
            display: flex;
            padding: 16px 0 16px 16px;
            justify-content: center;
            background: #fafafa;
        }

            ul.submitApprovalChecklist li:nth-child(even) {
                background: #efefef;
            }

            ul.submitApprovalChecklist li > div:first-child {
                flex: 1;
                padding-right: 30px;
            }

            ul.submitApprovalChecklist li > div:last-child {
                min-width: 120px;
                max-width: 120px;
                align-self: center;
            }

        ul.submitApprovalChecklist p {
            line-height: 100%;
            margin: 0;
            padding: 0;
        }

        ul.submitApprovalChecklist a {
            font-weight: 500;
        }

    .approvalQueue {
        margin-bottom: 16px;
    }

    /* Aprove item panel */
    .approvalPanel {
        border: 1px solid #efefef;
        padding: 4px;
        margin-bottom: 16px;
        border-radius: 3px;
        display: flex;
    }

        .approvalPanel > div {
            flex: 1;
            border-radius: 3px;
            padding: 16px;
        }

        .approvalPanel div.approve {
            background: rgba(125, 249, 114, 0.3);
            margin-right: 2px;
        }

        .approvalPanel div.reject {
            background: rgba(249, 117, 114, 0.3);
            margin-left: 2px;
        }

        .approvalPanel h2 {
            text-align: center;
            margin: 0;
            padding: 0;
            margin-bottom: 16px;
        }

        .approvalPanel .chkWrap {
            display: inline-block;
            margin-top: 16px;
            margin-bottom: 16px;
        }

            .approvalPanel .chkWrap label {
                font-weight: normal;
                font-size: 1rem;
            }

        .approvalPanel input[type=text] {
            padding: 4px;
            font-size: 1.15rem;
        }

    .lockedFromResaleNotice {
        margin-top: -30px;
        margin-bottom: 32px;
    }

    /* Item history */
    .tableWrapper.itemHistory tbody td {
        line-height: 110%;
    }

    .tableWrapper.itemHistory span.timeAgoLabel {
        display: block;
        text-align: center;
        font-size: 0.85rem;
    }

    .tableWrapper.itemHistory span.redacted {
        display: inline-block;
        background: #3b4045;
        color: #c0c0c0;
        font-size: 0.85rem;
        font-weight: 500;
        padding: 3px;
        border-radius: 3px;
    }

    .tableWrapper.itemHistory .usernameLink {
        display: inline-flex;
    }

    /* Settings pages */
    .chunk {
        display: flex;
        border: 1px solid #dddddd;
        border-radius: 3px;
        margin-bottom: 30px;
        line-height: 120%;
        font-size: 1.15rem;
    }

        .chunk > div:first-child {
            flex-grow: 1;
            flex-shrink: 1;
            padding: 20px;
        }

        .chunk > div:nth-child(2) {
            flex-grow: 0;
            flex-shrink: 0;
            min-width: 200px;
            background: #efefef;
            max-width: 200px;
            border-left: 1px solid #dddddd;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }

        .chunk label {
            font-weight: normal;
            display: block;
        }

            .chunk label > strong {
                display: block;
                font-size: 1.3rem;
                margin-bottom: 5px;
            }

    /* Item discount status */
    .discountStatus, .bundleLabel {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        line-height: 100%;
        background: #efefef;
        font-weight: 500;
        font-size: 1rem;
        padding: 3px 5px;
        border-radius: 3px;
    }

        .discountStatus.ended,
        .bundleLabel.incomplete {
            background: #c0c0c0;
            color: #3b4045;
        }

        .discountStatus.currentlyactive,
        .bundleLabel.forsale {
            background: #7df972;
            color: #377931;
        }

        .discountStatus.scheduledforfuture,
        .bundleLabel.removedfromsale {
            background: #f9dc72;
            color: #78672a;
        }

    .discountStatusTimeLabel {
        text-align: center;
        line-height: 100%;
        margin-top: 4px;
        font-size: 0.85rem;
    }

    /* Browse asset top bar */
    .browseAssetsTopBar {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #efefef;
        border-radius: 3px;
        padding: 3px;
        flex-wrap: wrap;
    }

        .browseAssetsTopBar > div:first-child {
            flex-grow: 1;
            flex-shrink: 0;
        }

        .browseAssetsTopBar > div:last-child {
            flex-shrink: 0;
            text-align: right;
        }

        .browseAssetsTopBar select {
            padding: 3px 5px;
        }

.exploreUserTop {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
    .exploreUserTop .inlineSocialLink img {
        min-width: 48px;
    }
    .exploreUserTop h1 {
        margin: 0 0 0 16px !important;
    }
.exploreUserTop img {
    display: block;
}

        .exploreUserTop .userAvatarWrapper,
        .exploreUserTop img {
            border-radius: 50%;
        }

        .exploreUserTop h1 {
            margin: 0;
            padding: 0;
            margin-left: 20px;
        }
@media screen and (max-width: 750px) {
    .exploreUserTop {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .exploreUserTop h1 {
        margin: 0 !important;
        text-align: center;
    }
    .inlineSocialLink {
        justify-content: center !important;
    }
    .exploreUserTop .userImg {
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 10px;
    }
}

    .bundleDiscountRange {
        font-size: 0.85rem;
        line-height: 100%;
        margin-top: 2px;
    }

    /* Basket */
    ul.basketItems {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 16px;
    }

        ul.basketItems > li {
            margin: 0;
            padding: 0;
            display: flex;
            border-bottom: 1px solid #efefef;
            margin-bottom: 16px;
            padding-bottom: 16px;
        }

        ul.basketItems .bItemPic {
            max-width: 30%;
            min-width: 30%;
        }

            ul.basketItems .bItemPic a.bundle {
                display: flex;
                flex-wrap: wrap;
            }

                ul.basketItems .bItemPic a.bundle img {
                    max-width: 33.3333%;
                    transition: all 300ms ease-in-out;
                }

                ul.basketItems .bItemPic a.bundle.twoCol {
                    max-height: 320px;
                    overflow-y: auto;
                }

                    ul.basketItems .bItemPic a.bundle.twoCol img {
                        max-width: 50%;
                    }

                ul.basketItems .bItemPic a.bundle.fourCol img {
                    max-width: 25%;
                }

            ul.basketItems .bItemPic img {
                display: block;
            }

ul.basketItems .bItemDetails {
    flex: 1;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}
ul.basketItems .bItemDetails .tierWrap {
    margin-top: 5px;
}
    ul.basketItems .bItemDetails .tierWrap td {
        font-size: 1rem;
        padding: 4px 0;
        line-height: 100%;
    }

            ul.basketItems .bItemDetails > div:first-child {
                flex: 1;
            }

            ul.basketItems .bItemDetails a {
                font-weight: 500;
                color: #EC008C !important;
            }

        ul.basketItems .bItemPrice {
            flex: 0;
            white-space: nowrap;
            font-weight: 500;
            text-align: right;
        }

            ul.basketItems .bItemPrice span.discount {
                padding: 3px 10px;
                font-size: 1rem;
            }

        ul.basketItems .inBundleNotice {
            background: #f9dc72;
            color: #78672a;
            line-height: 100%;
            font-size: 0.85rem;
            font-weight: 500;
            border-radius: 3px;
            padding: 5px 15px;
        }

        ul.basketItems .licenseWrap, .sellerFeeBasketDescrip {
            font-size: 0.85rem;
            line-height: 120%;
            margin-top: 3px;
            margin-bottom: 5px;
        }

    .sellerFeeBasketDescrip {
        display: block;
        margin-top: 0;
        line-height: 100%;
    }

    ul.basketItems .licenseWrap span:nth-child(2), .sellerFeeBasketDescrip {
        font-style: italic;
    }

    #SellerActivationLicenseWrap .notification {
        font-size: 1rem;
        padding: 5px;
    }

    .licenseLabel {
        font-weight: 500;
        display: inline-block !important;
        padding: 2px 7px;
        margin-bottom: 2px;
        background: #efefef;
        font-size: 1rem;
    }

        .licenseLabel.exclusive {
            background: #EC008C;
            color: #fff;
        }

    ul.basketItems .licenseWrap span {
        display: block;
    }

    ul.basketItems .controlsWrap {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        line-height: 100%;
        margin-top: 10px;
        flex-wrap: wrap;
    }

        ul.basketItems .controlsWrap img {
            margin-right: 5px;
        }

        ul.basketItems .controlsWrap > li {
            margin: 0;
            padding: 0;
            font-size: 1rem;
            display: flex;
            align-items: center;
        }

            ul.basketItems .controlsWrap > li.gap span {
                display: block;
                width: 1px;
                height: 16px;
                background: #efefef;
                margin: 0 10px;
            }

        ul.basketItems .controlsWrap select {
            padding: 0;
            margin-left: 4px;
        }

    ul.basketItems .btnSetQty {
        position: fixed;
        top: -10000px;
        left: -10000px;
    }

    .basketTotals {
        font-size: 1.35rem;
        display: flex;
    }

        .basketTotals > div:first-child {
            flex: 1;
            text-align: right;
        }

        .basketTotals > div:last-child {
            flex: 0;
            font-weight: 500;
            white-space: nowrap;
            margin-left: 16px;
            text-align: right;
        }

    .basketTotalHR {
        height: 1px;
        margin: 7px 0;
    }

    .basketTotals > div:last-child .basketTotalHR {
        background: #c0c0c0;
    }

    .basketTotals > div:first-child .basketTotalHR {
        background: transparent;
    }

    .basketTop {
        display: flex;
    }

        .basketTop .refundWrap {
            flex: 1;
            margin: 0;
        }

        .basketTop .checkoutWrap {
            flex: 0;
            white-space: nowrap;
            border: 1px solid #efefef;
            border-radius: 3px;
            padding: 10px 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-left: 16px;
        }

            .basketTop .checkoutWrap div {
                font-size: 1.3rem;
                font-weight: 500;
                margin-bottom: 5px;
            }

    ul.basketItems .controlsWrap select {
        font-size: 0.75rem;
        padding: 3px 5px;
    }


    @media screen and (max-width: 700px) {
        ul.basketItems > li {
            flex-wrap: wrap;
        }

        .basketTop {
            display: block;
        }

            .basketTop .checkoutWrap {
                margin-left: 0;
                margin-top: 5px;
            }

        ul.basketItems .bItemPrice {
            min-width: 100%;
            max-width: 100%;
            text-align: left;
            padding-left: 30%;
            margin-left: 16px;
            display: flex;
            align-items: center;
            line-height: 100%;
            padding-top: 10px;
        }

            ul.basketItems .bItemPrice > div {
                order: 2;
                flex: 1;
                text-align: right;
                padding-right: 16px;
            }

            ul.basketItems .bItemPrice > span {
                order: 1;
                flex: 0;
            }

        ul.basketItems .bItemPic a.bundle img {
            max-width: 50%;
        }

        ul.basketItems .bItemPic a.bundle.fourCol img {
            max-width: 25%;
        }
    }

    /* Disabled buy button (temp state) */
    .buyButton[disabled] {
        background: #3b4045 !important;
        color: #c0c0c0 !important;
    }

    svg.spinner {
        animation: 2s linear infinite svg-animation;
        height: 24px;
        width: 24px;
    }

    .totalFigure svg.spinner {
        height: 18px;
        width: 18px;
        position: relative;
        top: 3px;
    }

#SummaryValuesWrap svg.spinner {

    width: 16px;
    height: 16px;
}


    @keyframes svg-animation {
        0% {
            transform: rotateZ(0deg);
        }

        100% {
            transform: rotateZ(360deg)
        }
    }

    svg.spinner circle {
        animation: 1.4s ease-in-out infinite both circle-animation;
        display: block;
        fill: transparent;
        stroke: #2f3d4c;
        stroke-linecap: round;
        stroke-dasharray: 283;
        stroke-dashoffset: 280;
        stroke-width: 10px;
        transform-origin: 50% 50%;
    }

    @keyframes circle-animation {
        0%, 25% {
            stroke-dashoffset: 280;
            transform: rotate(0);
        }

        50%, 75% {
            stroke-dashoffset: 75;
            transform: rotate(45deg);
        }

        100% {
            stroke-dashoffset: 280;
            transform: rotate(360deg);
        }
    }

    .purchasedItemWrap {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #efefef;
        display: block;
    }

        .purchasedItemWrap h2 {
            margin: 0;
            padding: 0;
            font-size: 1.3rem;
            margin-bottom: 5px;
        }

        .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;
            }

            .purchasedItemWrap .heading > div:nth-child(2) {
                flex: 1;
                width: 100%;
                padding-left: 16px;
            }

            .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: #EC008C;
        position: relative;
    }

        .redeemCodeWrap:hover {
            cursor: pointer;
        }

        .redeemCodeWrap span:first-child {
            display: block;
            font-size: 0.85rem;
            color: #3b4045;
        }

        .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: #3b4045;
            display: flex;
            opacity: 0;
            transition: opacity 300ms ease-in;
        }

    .redeemedWrap {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .redeemedWrap p {
            font-size: 1rem;
            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;
        }


    .checkoutPaidLoginWrap {
        display: flex;
        align-items: center;
        background: #fafafa;
        border-radius: 3px;
        padding: 10px;
        margin-bottom: 16px;
        border: 1px solid #efefef;
    }

        .checkoutPaidLoginWrap h3, .checkoutPaidLoginWrap p {
            margin: 0;
            padding: 0;
            line-height: 120%;
        }

        .checkoutPaidLoginWrap h3 {
            margin-bottom: 5px;
        }

        .checkoutPaidLoginWrap p {
            font-size: 1.15rem;
        }

        .checkoutPaidLoginWrap a:first-child {
            margin-bottom: 5px;
        }

        .checkoutPaidLoginWrap > div:first-child {
            padding-right: 30px;
            flex: 1;
        }


    @media screen and (max-width: 650px) {
        .purchasedItemWrap .heading > div:nth-child(3) {
            min-width: 100%;
            max-width: 100%;
            margin-top: 5px;
        }

            .purchasedItemWrap .heading > div:nth-child(3) a {
                width: 100%;
                text-align: center;
            }

        .checkoutPaidLoginWrap {
            display: block;
        }

            .checkoutPaidLoginWrap h3 {
                text-align: center;
            }

            .checkoutPaidLoginWrap input[type=submit] {
                width: 100%;
                text-align: center;
                margin-top: 10px;
            }
    }

    .partOfBundleWrap {
        font-size: 0.85rem;
        margin-top: -5px;
        margin-bottom: 5px;
    }

    .ordersTable {
        margin: 2px 0;
    }

    .invoiceReceiptButtons {
        margin-bottom: 5px;
        min-width: 250px;
        max-width: 250px;
        margin-left: 30px;
    }

        .invoiceReceiptButtons > div:first-child {
            margin-bottom: 7px;
        }

        .invoiceReceiptButtons > div div {
            display: flex;
        }

            .invoiceReceiptButtons > div div a {
                flex: 1;
                margin-top: 0 !important;
                padding: 10px !important;
                font-size: 1rem !important;
                font-weight: 500;
            }

                .invoiceReceiptButtons > div div a:first-child {
                    margin-right: 2px;
                }

                .invoiceReceiptButtons > div div a:last-child {
                    margin-left: 2px;
                }

        .invoiceReceiptButtons h3 {
            margin: 0;
            padding: 0;
            margin-bottom: 3px;
            line-height: 100%;
            font-size: 1.2rem;
        }

        .invoiceReceiptButtons a {
            flex: 1;
        }

    .checkoutPaidHead {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

        .checkoutPaidHead > div:first-child {
            flex: 1;
        }

        .checkoutPaidHead h1 {
            margin: 0;
        }

    @media screen and (max-width: 600px) {
        .checkoutPaidHead {
            display: block;
        }

        .invoiceReceiptButtons {
            margin-top: 16px;
            min-width: 100%;
            max-width: 100%;
            margin-left: 0;
        }
    }

    /* Redeem code page */
    .redeemCodeForm {
        max-width: 500px;
    }

        .redeemCodeForm input[type=text] {
            display: block;
            padding: 10px;
            margin-bottom: 5px;
            font-size: 1.4rem;
        }

    .redeemCodeLink {
        display: block;
        background: #efefef;
        text-align: center;
        padding: 3px;
        border-radius: 3px;
        border: 1px solid #c0c0c0;
        font-weight: 500;
        margin-bottom: 10px;
    }

    td.redeemedCount {
        line-height: 100%;
    }

    .unredeemedCount {
        display: inline-block;
        line-height: 100%;
        font-size: 0.85rem;
        font-weight: 500;
        background: #f9dc72;
        color: #78672a;
        border-radius: 3px;
        padding: 3px 5px;
        margin-top: 6px;
    }

    .downloadsItemDetails {
        display: flex;
        align-items: center;
    }
        .downloadsItemDetails h3 {
            margin: 0;
            padding: 0;
            font-size: 1.15rem;
            font-weight: 500;
            font-family: 'Roboto', Arial, sans-serif;
        }

        .downloadsItemDetails img {
            display: block;
        }

        .downloadsItemDetails > div:first-child {
            min-width: 150px;
            max-width: 150px;
            margin-right: 15px;
        }

        .downloadsItemDetails > div:last-child {
            text-align: left;
            line-height: 120% !important;
        }

        .downloadsItemDetails a.assetNameLink {
            font-weight: 500;
            display: block;
            margin-bottom: 2px;
            font-size: 1.15rem;
        }

    .undownloadable {
        font-weight: 500;
        font-style: italic;
        font-size: 0.85rem;
    }

    .paymentLink, .paidByLink {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
        line-height: 100%;
    }

        .paymentLink span, .paidByLink span {
            font-weight: 500;
            display: block;
            font-size: 0.75rem;
        }

        .paymentLink a {
            font-size: 1rem;
        }

        .paidByLink > div {
            display: flex;
            align-items: center;
        }

            .paidByLink > div img {
                margin-right: 5px;
                border-radius: 5px;
            }

    .downloadHead {
        display: flex;
        align-items: center;
    }

        .downloadHead > div:first-child {
            flex: 1;
        }

        .downloadHead > div:last-child {
            flex: 0;
            white-space: nowrap;
        }

    .licenseSummary {
        background: #f9dc72;
        color: #78672a;
        padding: 15px;
    }

        .licenseSummary h2 {
            margin: 0;
            padding: 0;
            font-size: 1.15rem;
            margin: 0;
            padding: 0;
            line-height: 110%;
        }

        .licenseSummary p {
            font-size: 1.15rem;
            margin: 0;
            padding: 0;
            margin-top: 10px;
            line-height: 110%;
        }

    .viewRelease {
        padding-bottom: 14px;
        margin-bottom: 16px;
        border-bottom: 1px solid #efefef;
    }

    .releaseFile {
        background: #fafafa;
        padding: 10px;
        margin-bottom: 2px;
    }

        .releaseFile > div {
            display: flex;
            align-items: flex-start;
        }

            .releaseFile > div > div:first-child {
                flex: 1;
                line-height: 100%;
                font-size: 1.15rem;
            }

            .releaseFile > div > div:last-child {
                flex: 0;
                white-space: nowrap;
            }

        .releaseFile strong {
            font-weight: 500;
            display: block;
            margin-bottom: 2px;
        }

        .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;
            }

    .viewRelease p {
        margin: 0;
        padding: 0;
        line-height: 110%;
        margin-bottom: 10px;
    }

        .viewRelease p.published {
            font-style: italic;
            margin: 0;
            padding: 0;
            font-size: 0.85rem;
        }

    .viewRelease .releaseFiles {
        margin-top: 10px;
        max-width: 500px;
    }

    .createdCodesTable {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .reviewItemHead {
        display: flex;
        margin-bottom: 60px;
        align-items: center;
    }

        .reviewItemHead h1 {
            font-size: 2rem;
            margin: 0;
            padding: 0;
            line-height: 100%;
        }

        .reviewItemHead p {
            line-height: 100%;
            margin: 0;
        }

        .reviewItemHead > div:first-child {
            min-width: 128px;
            max-width: 128px;
            margin-right: 20px;
        }

        .reviewItemHead > div {
            line-height: 100%;
        }

        .reviewItemHead a img {
            display: block;
        }

    input[type=submit]:disabled {
        background: #3b4045 !important;
        color: #c0c0c0 !important;
    }

    /* Sales report */
    span.exchangeRate {
        display: block;
        text-align: center;
        font-size: 0.85rem;
        line-height: 120%;
    }

    .salesReportDiscountWrap {
        display: block;
        text-align: center;
        line-height: 100%;
    }

        .salesReportDiscountWrap a {
            display: inline-block;
            background: #EC008C;
            color: #ffffff;
            border-radius: 3px;
            line-height: 100%;
            padding: 3px 5px;
            font-weight: 500;
            font-size: 0.75rem;
        }

    .tableWrapper.salesReport tbody td {
        line-height: 120% !important;
    }

    .tableWrapper.salesReport .licenseLabel {
        font-size: 0.85rem;
        padding: 2px 5px;
        line-height: 100%;
    }

    .tableWrapper.salesReport td.itemDetailsTd {
        text-align: left;
    }

        .tableWrapper.salesReport td.itemDetailsTd a {
            display: block;
        }

    .tableWrapper.salesReport .partOfBundleWrap {
        line-height: 110%;
        margin-top: 3px;
    }

    .tableWrapper.salesReportKey {
        max-width: 700px;
    }

        .tableWrapper.salesReportKey tbody tr td:first-child {
            white-space: nowrap;
            font-weight: 500;
            line-height: 110%;
            font-size: 1rem;
        }

        .tableWrapper.salesReportKey tbody tr td:last-child {
            text-align: left;
            line-height: 110%;
            padding: 15px;
            font-size: 1rem;
        }

    a.orderProblemButton {
        line-height: 100%;
        padding: 3px 10px;
        text-transform: none;
        display: inline-block;
        font-size: 0.85rem;
    }

    td.orderTD {
        line-height: 120%;
    }

    .expiredOrderProblem {
        margin-bottom: 16px;
        background: #fafafa;
        border: 1px solid #efefef;
        padding: 16px;
    }

        .expiredOrderProblem p, .expiredOrderProblem h2 {
            margin: 0;
            padding: 0;
            line-height: 120%;
        }

        .expiredOrderProblem h2 {
            font-size: 1.4rem;
        }

        .expiredOrderProblem p {
            font-size: 1rem;
        }

    .orderProbItemHead {
        display: flex;
        align-items: center;
    }

        .orderProbItemHead a img {
            display: block;
        }

        .orderProbItemHead > div:first-child {
            min-width: 100px;
            max-width: 100px;
            margin-right: 16px;
        }

        .orderProbItemHead div:nth-child(2) {
            line-height: 120%;
        }

            .orderProbItemHead div:nth-child(2) a {
                display: block;
                font-weight: 500;
                font-size: 1.2rem;
            }

    a.refundedAmount {
        background: purple;
        color: #ffffff;
        font-weight: 500;
        display: inline-block;
        line-height: 100%;
        border-radius: 3px;
        font-size: 0.75rem;
        padding: 5px;
        margin-top: 5px;
    }

    .inTransit, .completed {
        background: purple;
        color: #ffffff;
        font-weight: 500;
        display: inline-block;
        line-height: 100%;
        border-radius: 3px;
        font-size: 0.75rem;
        padding: 5px;
        margin-top: 5px;
    }

    .completed {
        background: green;
    }

.tableWrapper.adminPayments td {
    line-height: 110%;
}
.tableWrapper.adminPayments td span.additionalInfoWrap {
    display: block;
    line-height: 110%;
    font-size: 1rem;
}

        .tableWrapper.adminPayments td span.extraDetails {
            display: block;
            font-size: 0.85rem;
        }

    .tableWrapper.adminPayments a.refundedAmount {
        margin-top: 0 !important;
    }

    .tableWrapper.paymentDetails tr td:first-child {
        text-align: right;
        font-weight: 500;
        max-width: 150px;
        width: 150px;
        line-height: 120%;
    }

    .tableWrapper.paymentDetails tr td:last-child {
        text-align: left;
    }

    .tableWrapper.usefulLinks input[type=text] {
        padding: 5px;
        font-size: 1rem;
        font-size: 0.85rem;
        margin-top: 2px;
        margin-bottom: 5px;
    }

    .tableWrapper.usefulLinks td {
        line-height: 100%;
        text-align: left;
    }

    .tableWrapper.usefulLinks strong {
        display: block;
    }

    .tableWrapper.usefulLinks span {
        font-size: 0.85rem;
    }

    .tableWrapper.adminPITable tbody td {
        line-height: 100%;
    }

        .tableWrapper.adminPITable tbody td span {
            display: block;
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

    .paymentSearchWrap {
        margin-bottom: 5px;
        max-width: 200px;
        margin-right: 16px;
    }

        .paymentSearchWrap input[type=text] {
            padding: 5px;
            font-size: 1rem;
            margin-right: 5px;
        }

        .paymentSearchWrap h3 {
            margin: 0;
            padding: 0;
            font-size: 1rem;
            line-height: 100%;
        }

    .paymentSearchesWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .paymentSearchWrap > div {
        display: inline-flex;
        max-width: 300px;
    }

    .openDisputeWrap > div {
        display: inline-block;
        background: #EC008C;
        color: white;
        font-weight: 500;
        padding: 3px 10px;
        line-height: 100%;
        font-size: 0.85rem;
        margin-top: 2px;
    }

    ul.statusMenu {
        display: flex;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        list-style: none;
    }

        ul.statusMenu li {
            margin: 0;
            padding: 0;
        }

            ul.statusMenu li a {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                padding-right: 20px;
            }

            ul.statusMenu li:last-child a {
                padding-right: 0;
            }

            ul.statusMenu li a.selected {
                text-decoration: underline;
            }

            ul.statusMenu li span.count {
                margin-left: 4px;
            }

    .termsWrap {
        max-width: 650px;
    }

        .termsWrap h2 {
            margin-bottom: 0;
            font-size: 1.2rem;
        }

.termsWrap h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 100%;
}
.termsWrap ul li {
    padding-left: 20px;
}
        .termsWrap ul li h2 {
            margin-bottom: 10px;
            margin-left: -20px;
            font-size: 1.1rem;
        }

        .termsWrap h2 + p {
            margin-top: 0;
        }

        .termsWrap p, .termsWrap ul li {
            font-size: 1rem;
            line-height: 130%;
        }

        .termsWrap ul {
            margin: 10px 0;
            margin-top: -10px;
        }

            .termsWrap ul li {
                margin: 0;
                padding: 0;
            }

            .termsWrap ul + p {
                margin-top: 0;
            }

    .faqNavWrap {
        line-height: 110% !important;
    }

        .faqNavWrap a {
            font-size: 1.15rem !important;
        }

        .faqNavWrap > a {
            font-weight: 500;
        }

        .faqNavWrap ul {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            margin-left: 32px;
            margin-top: 5px;
        }

            .faqNavWrap ul li {
                margin: 0;
                padding: 0;
                line-height: 110% !important;
            }

                .faqNavWrap ul li a {
                    color: #EC008C !important;
                }

    .faqWrapper ul li {
        margin: 0;
        padding: 0;
    }

    .faqWrapper ul {
        margin-bottom: 16px;
    }

    .tableWrapper.accountBalance {
        max-width: 500px;
    }

        .tableWrapper.accountBalance tr td:first-child {
            width: 350px;
            text-align: right;
        }

        .tableWrapper.accountBalance tr td:last-child {
            text-align: right;
        }

        .tableWrapper.accountBalance tfoot td {
            font-weight: 500;
        }

    .cashoutNotes {
        background: #efefef;
        border-radius: 3px;
        border: 1px solid #c0c0c0;
        margin-top: 10px;
    }

        .cashoutNotes ul {
            padding: 10px;
            margin-left: 32px;
        }

            .cashoutNotes ul li {
                margin: 0;
                padding: 0;
                font-size: 1rem;
                line-height: 130%;
            }

    .tableWrapper.cashoutsTable tbody td {
        line-height: 110%;
    }

    .tableWrapper.cashoutsTable span {
        display: block;
        font-size: 0.85rem;
    }

    .cashoutSelectWrap {
        display: flex;
    }

        .cashoutSelectWrap > div {
            min-width: 50%;
            max-width: 50%;
            margin-right: 10px;
        }

            .cashoutSelectWrap > div:last-child {
                margin-left: 10px;
                margin-right: 0;
            }

    @media screen and (max-width: 700px) {

        .cashoutSelectWrap {
            display: block;
        }

            .cashoutSelectWrap > div {
                min-width: 100%;
                max-width: 100%;
                margin-right: 0;
            }

                .cashoutSelectWrap > div:last-child {
                    margin-left: 0;
                    margin-top: 30px;
                }
    }

    .tableWrapper.assetList tbody td {
        line-height: 120%;
    }

    .tableWrapper.assetList .assetStatus {
        display: inline-block;
        line-height: 100%;
        border-radius: 3px;
        font-weight: 500;
        color: #3b4045;
        font-size: 0.85rem;
        padding: 3px 5px;
    }

        .tableWrapper.assetList .assetStatus.forsale {
            background: #7df972;
        }

        .tableWrapper.assetList .assetStatus.awaitingapproval {
            background: orange;
        }

        .tableWrapper.assetList .assetStatus.incomplete {
            background: #aa4faa;
        }

        .tableWrapper.assetList .assetStatus.removedfromsale {
            background: rgb(210, 210, 210);
        }

    .sellerAccountItemWrap {
        align-items: flex-start;
    }

        .sellerAccountItemWrap .twoCol > div:first-child {
            max-width: 70%;
            padding-right: 60px;
        }

        .sellerAccountItemWrap .twoCol > div:last-child {
            max-width: 30%;
        }

    .benefits h2 {
        margin-bottom: 10px;
    }

    .benefits ul {
        margin: 0;
        padding: 0;
        margin-left: 25px;
        list-style: none;
    }

        .benefits ul li {
            margin: 0;
            padding: 0;
            line-height: 120%;
            font-size: 1.15rem;
            margin-bottom: 10px;
            position: relative;
        }

            .benefits ul li span {
                display: block;
                position: absolute;
                left: -25px;
                top: 0;
                color: #377931;
                font-size: 1.5rem;
            }

    .benefits p {
        font-size: 1.15rem;
        line-height: 120%;
    }

    .sellerAccountItemWrap ul.steps {
        list-style: none;
        margin: 0;
        padding: 0;
        max-width: 400px;
    }

        .sellerAccountItemWrap ul.steps li {
            display: flex;
            align-items: center;
        }

            .sellerAccountItemWrap ul.steps li > div:first-child {
                flex: 1;
                padding-right: 30px;
                font-weight: 500;
            }

            .sellerAccountItemWrap ul.steps li > div:last-child {
                flex: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                min-width: 100px;
                max-width: 100px;
                min-height: 64px;
            }

        .sellerAccountItemWrap ul.steps .done {
            background: #377931;
            color: #ffffff;
            font-size: 2rem;
        }

        .sellerAccountItemWrap ul.steps .todo {
            background: #3b4045;
            color: #c0c0c0;
            font-size: 1.5rem;
        }

    @media screen and (max-width: 850px) {
        .exploreUserTop {
            margin-top: 16px;
        }
        .sellerAccountItemWrap .twoCol {
            display: block;
        }

            .sellerAccountItemWrap .twoCol > div:first-child {
                max-width: 100%;
                padding-right: 0;
            }

            .sellerAccountItemWrap .twoCol > div:last-child {
                max-width: 100%;
            }

        .benefits ul {
            display: flex;
            flex-wrap: wrap;
        }

            .benefits ul li {
                max-width: 50%;
                min-width: 50%;
            }

                .benefits ul li:nth-child(odd) {
                    padding-right: 20px;
                }

                .benefits ul li:nth-child(even) {
                    padding-left: 20px;
                }

                    .benefits ul li:nth-child(even) span {
                        left: -5px;
                    }
    }

    .siteSalesTable tbody td.saleName {
        line-height: 120%;
    }

        .siteSalesTable tbody td.saleName span {
            display: block;
            font-size: 0.85rem;
        }

    .activeSaleNoticeWrap .notification {
        font-size: 1rem;
        padding: 5px;
        margin-top: 5px;
    }

    .siteSaleBanner {
        display: block;
        margin-bottom: -50px;
        position: relative;
        padding: 30px;
        padding-top: 81px;
        background: linear-gradient(to bottom, #7927b2, #fb3182);
    }

        .siteSaleBanner h2, .siteSaleBanner p {
            margin: 0;
            padding: 0;
            background: linear-gradient(to right, #7927b2, #fb3182);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .siteSaleBanner h2 {
            font-size: 3rem;
            text-transform: uppercase;
            line-height: .77;
            line-height: 100%;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: bold;
        }

        .siteSaleBanner p {
            font-size: 1.6rem;
            font-weight: 800;
        }

        .siteSaleBanner .saleName {
            background: #fff;
            padding: 16px;
            display: inline-block;
        }
ul.itemReleases {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
ul.itemReleases li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 8px;
    line-height: 100%;
}
ul.itemReleases li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
ul.itemReleases span {
    display: block;
    font-style: italic;
    font-size: 1rem;
    font-weight: 500;
}
ul.itemReleases li p {
    display: block;
    margin-top: 5px;
    margin-bottom: 0 !important;
}
ul.itemReleases li a {
    color: #EC008C !important;
    font-size: 0.85rem;
    display: block;
    margin-top: 5px;
}

/* Homepage search */
.homepageSearchBar {
    position: fixed;
    top: 110px;
    left: 320px;
    width: calc(100% - 320px);
    z-index: 12;
}
.homepageSearchBar input[type=submit] {
    position: absolute;
    top: -10000px;
    left: -10000px;
}
.homepageSearchBar input[type=text] {
    width: 100%;
    padding-left: 46px;
    background-position: 8px, 0;
    background-repeat: no-repeat;
    background-size: 32px, 32px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.releaseExtensions {
    font-size: 1rem;
}
.releaseExtensions span {
    background: #efefef;
    font-weight: 500;
    border-radius: 3px;
    padding: 2px 5px;
    line-height: 100%;
}
.assetCompatOptWrap {
    display: flex;
    align-items: center;
    line-height: 100%;
    margin-top: 5px;
    padding-left: 5px;
}
.assetCompatOptWrap > label {
    flex: 1;
    display: block;
    margin-left: 10px;
}

/* View asset in arcade */
.arcadeAssetTileWrap > p {
    font-size: 1.15rem;
    margin:10px;
    margin-bottom: 0;
    line-height: 120% !important;
}


p.withButton a {
    line-height: 100%;
    padding: 8px 15px;
    margin-left: 10px;
    text-align: center;
}
p.withButton {
    display: flex;
    align-items: center;
    line-height: 120%;
}

.searchPad {
    height: 32px;
}
@media screen and (max-width: 1000px) {
    .homepageSearchBar {
        display: none;
    }
    #SearchPad {
        display: none;
    }
    .homepageSearchBar input[type=text] {
        padding-top: 5px;
        padding-bottom: 5px;
        background-size: 22px, 22px;
        padding-left: 50px;
        font-size: 1rem;
        background-position: 20px 3px;
    }
}
@media screen and (max-width:750px) {
    .homepageSearchBar {

    }
}

    ul.assetClass {
        list-style: none;
    }

    ul.browseChildCats {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.browseChildCats li {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 5px;
            margin-bottom: 5px;
        }

            ul.browseChildCats li:last-child {
                margin-right: 0;
            }

            ul.browseChildCats li a {
                border: 2px solid #EC008C;
                font-weight: 500;
                line-height: 100%;
                padding: 8px 15px;
                border-radius: 3px;
            }


    .inlineSocialLink {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
    }

        .inlineSocialLink a {
            margin-right: 5px;
        }

            .inlineSocialLink a:last-child {
                margin-right: 0;
            }

    #AssetStoreMobileMenu {
        height: 38px;
        display: none;
        z-index: 8;
    }

        #AssetStoreMobileMenu label {
            flex: 1;
            line-height: 100%;
            padding-left: 14px;
        }
#AssetStoreMobileMenu a {
    flex: 1;
    line-height: 100%;
    max-width: 44px;
    padding-right: 12px;
    height: 100%;
    position: relative;
}

#AssetStoreMobileMenu span.count {
    background: #EC008C;
    color: #ffffff;
    font-weight: 500;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    bottom: 2px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0.65rem;
    text-align: center;
    line-height: 16px;
}
        #AssetStoreMobileMenu a img {
            display: block;
            margin-top: 2px
        }

    #MobMenuActivator {
        position: absolute;
        top: -1000px;
        left: -1000px;
    }

    #AssetStoreMainWrap #mobileGreyOut {
        visibility: hidden;
        opacity: 0;
    }

    #mobileGreyOut {
        display: block;
        top: 33px;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        z-index: 7;
        position: absolute;
    }

    @media screen and (max-width: 1000px) {


        .assetStoreWrapper {
            margin-top: 20px;
        }

        #LeftMenuWrap.mobile {
            display: none;
        }

        #AssetStoreMainWrap.mobile #mobileGreyOut {
            display: none;
        }
    }

    @media screen and (max-width: 750px) {
        #LeftMenuWrap.mobile {
            top: 131px;
            height: calc(100vh - 131px);
        }
    }

ul.sellerActions {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
    ul.sellerActions li {
        margin: 0;
        padding: 0;
        margin-right: 15px;
        margin-bottom: 15px;
        flex: 1;
        display: flex;
        min-width: 270px;
        max-width: 270px;
    }
ul.sellerActions li:last-child {
    margin-right:0;
}
        ul.sellerActions li a {
            flex: 1;
            text-align: center;
            display: block;
            background: #fafafa;
            padding: 32px 16px;
            line-height: 120%;
            border-radius: 3px;
        }
ul.sellerActions li a span {
    display: block;
}
ul.sellerActions li a:hover {
    text-decoration: none;
}

    ul.sellerActions li a span.title {
        font-weight: 500;
    }
    ul.sellerActions li a span.descriptor {
        font-size: 1rem;
        line-height: 110%;
        color: #3b4045;
        font-style: italic;
        padding-top: 4px;
    }


.thirdPartyKeyWrap {
}
.thirdPartyKeyWrap > div {
    font-family: consolas;
    font-size: 1rem;
    font-weight: bold;
    background: #efefef;
    padding: 5px;
    line-height: 100%;
}
.bundlePriceWrap {
    font-size: 1rem;
}

div.stripeCountries h3 {
    font-size: 1.15rem;
}
div.stripeCountries p {
    font-size: 1rem;
    line-height: 120%;
}
div.stripeCountries p span {
    background: #fafafa;
    border-radius: 3px;
    font-weight: 500;
    font-size: 1rem;
    padding: 0 3px;
    white-space: nowrap;
    font-size: 0.85rem;
}

.salesReportHead {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.salesReportHead > div {
    flex: 1;
}
.salesReportHead select {
    padding: 3px 5px;
    margin-right: 5px;
}
.constructOfficialUserWrap {
    background: #fafafa;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 2px 5px;
    white-space: nowrap;
    max-width: 168px;
}

#ExecutionTimeWrap{
    display: block;
    text-align: center;
    opacity: 0.5;
    margin-top: 16px;
    font-size: 0.85rem;
}
.noresults {
    text-align: center;
    font-size: 1.4rem;
    background: #fafafa;
    padding: 30px;
}

span.sws {
    background: #ff3dbf !important;
    display: inline-block;
    line-height: 100%;
    margin-left: 4px;
    border-radius: 3px;
    padding: 2px;
}
span.sws img {
    display: block;
    margin-right: 0 !important;
}
    span.sws.top {
        height: 4px;
        width: 4px;
        margin-left: -12px;
        margin-right: 4px;
        margin-top: -10px;
        border-radius: 50%;
        position: relative;
        z-index: 2;
    }

.thenPricing {
    font-weight: normal;
    font-size: 1rem;
    line-height: 120%;
    margin-top: 12px;
}
.thenPricing span {
    display: block;
    font-size: 0.7rem;
    font-style: italic;
}
.tieredPricingEdit input[type=number] {
    padding: 0;
    margin: 0;
    width: 50px;
}
.tieredPricingEdit input[type=number].invalid {
    border: 1px solid red !important;
}

/* Vouchers */
.voucher {
    border: 2px dashed #efefef;
    margin-bottom: 10px;
    padding: 16px;
    display: flex;
    line-height: 120%;
    align-items: center;
    position: relative;
}
.voucher em {
    display: block;
    font-size: 0.85rem;
    line-height: 120%;
}
.voucher > div:first-child {
    font-size: 2rem;
    margin-right: 16px;
    font-weight: 500;
    text-align: center;
    min-width: 200px;
    width: 200px;
}
.voucherHighlighted {
    background-color: rgba(55, 121, 49, 0.2) !important;
    border-color: #377931 !important;
}

.voucher > div:first-child span {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
    font-style: italic;
}
.voucher .forUse {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.voucherOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    height: 25px;
}
.voucher.used, .voucher.expired {
    padding-bottom: 35px;
}
.voucher.used .voucherOverlay {
    background: #7df972;
    color: #377931;
}
.voucher.expired .voucherOverlay {
    background: #3b4045;
}

/* Item vouchers */
ul.basketItemVouchers {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 400px;
}

ul.basketItemVouchers li {
    border: 2px dashed rgba(125, 249, 114, 0.2);
    color: #ffffff;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    display: flex;
    line-height: 120%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #7df972;
}

ul.basketItemVouchers li > div:first-child {
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    flex-grow: 1;
}

ul.basketItemVouchers li > div:last-child {
    text-align: center;
    flex-shrink: 0;
}

ul.basketItemVouchers li > div:last-child span {
    display: block;
    font-size: 0.85rem;
    line-height: 100%;
}

ul.basketItemVouchers li > div:last-child span:last-child {
    font-size: 1.25rem;
    font-weight: 500;
}
.adminFilterBar {
    margin-bottom: 5px;
    margin-top: 5px;
}
.adminFilterBar select {
    padding: 5px 5px;
    font-size: 0.85rem;
}
.incVoucherLine {
    display: block;
    font-size: 0.85rem;
}
.mainAssetLink {
    line-height: 120% !important;
    display:block;
}
.claimInstructions {
    background: #dcffe2;
    color: #064310;
    line-height: 110%;
    font-weight: 500;
    padding: 6px;
    border-radius: 3px;
    margin-top: 8px;
}