﻿/* Item */
.viewItemBreadcrumb {
    margin-bottom: 10px;
}
.viewItemBreadcrumb .breadCrumbNav a {
    color: #dc0d8a !important;
    font-size: 1.15rem;
}
.viewItemBreadcrumb ul.breadCrumbNav li img {
    width: 16px;
    height: 16px;
}
.shortDescriptionWrap {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
.shortDescriptionWrap.notFullWidth {
    margin-bottom: 10px;
}
.shortDescriptionWrap > p {
    flex: 1;
    margin: 0;
    font-weight: 500;
}
.shortDescriptionWrap > a {
    flex: 0;
    white-space: nowrap;
    margin-left: 20px;
}

/* Reviews */
.bestReviewWrap {
    margin-bottom: 16px;
}
#ReviewContent {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ReviewContent li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
#ReviewContent li:last-child {
    margin-bottom: 0;
}
.itemReviewWrap a.editResponse {
    line-height: 100%;
    font-size: 1rem;
    display: block;
    color: #dc0d8a !important;
    margin-top: -5px;
    font-style: italic;
}
a.respondToReview {
    display: inline-block;
    line-height: 100%;
    border-radius: 3px;
    background: #dc0d8a;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 5px 15px;
    font-size: 1rem;
    margin-bottom: 10px;
}
.itemReviewWrap {
    background: #fafafa;
    padding: 10px 16px;
}
.itemReviewWrap .reviewBottomLinks {
    display: flex;
    margin-top: 5px;
    font-size: 1rem;
    flex-wrap: wrap;
}
.itemReviewWrap .reviewBottomLinks a {
    color: #dc0d8a !important;
    white-space: nowrap;
}
.itemReviewWrap .reviewBottomLinks > div {
    flex: 0;
    line-height: 100%;
    display: block;
    margin-right: 10px;
}
.itemReviewWrap .reviewBottomLinks > div:last-child {
    margin-right: 0;
}
.itemReviewWrap span.totalHelpful {
    line-height: 100%;
    display: block;
    font-size: 0.8rem;
    opacity: 0.7;
    font-style: italic;
}
span.onPreviousRelease {
    color: #c0c0c0;
    font-weight: normal;
    font-size: 1rem;
}
#ShowMoreLinkWrap {
    font-weight: 500;
    text-align: right;
    flex: 1;
}
.itemReviewWrap h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 5px;
    word-wrap: break-word;
}
.itemReviewWrap p {
    line-height: 120%;
    margin-bottom: 10px;
    font-size: 1.15rem;
    word-wrap: break-word;
}
.reviewer {
    display: flex;
    align-items: center;
    line-height: 100%;
}
.itemReviewWrap img,
.itemReviewWrap .userAvatarWrapper {
    border-radius: 50%;
}
.reviewer > div:first-child,
.sellerResponseHead > div:first-child {
    margin-right: 5px;
}
.reviewer > div:last-child {
    font-weight: 500;
    font-size: 1.15rem;
}
.reviewRating {
    display: flex;
    align-items: center;
    line-height: 100%;
    font-size: 1rem;
}
.reviewRating > div:first-child {
    padding-right: 16px;
}
.sellerResponse {
    background: #efefef;
    position: relative;
    margin-left: 16px;
    padding: 12px;
    margin-top: 5px;
}
.sellerResponse .arrowContainer {
    position: absolute;
    left: -14px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.sellerResponse .arrowContainer > div {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 14px solid #efefef;
}
.sellerResponse p {
    font-size: 1rem;
    margin: 0;
    line-height: 120%;
    margin-bottom: 8px;
}
.sellerResponse p:last-child {
    margin-bottom: 0;
}
.sellerResponse h3 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 100%;
}
.sellerResponseHead {
    display: flex;
    align-items: center;
    line-height: 100%;
    margin-bottom: 5px;
}
.sellerResponseHead span {
    display: block;
    font-style: italic;
    font-size: 0.8rem;
}
.helpfulWrap {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 100%;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.helpfulWrap a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}
.helpfulWrap a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.helpfulWrap a:first-child {
    margin-left: 10px;
}
.helpfulWrap a img {
    display: none;
}
.helpfulWrap a img.unselectedVote {
    display: block;
}
.helpfulWrap a.selected img {
    display: block;
}
.helpfulWrap a.selected img.unselectedVote {
    display: none;
}
.helpfulWrap a:hover img {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: heartBeat;
    animation-delay: 0;
}

/* Review/stats container */
.reviewStatsWrap {

}

/* Item stats */
ul.itemStats {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.itemStats li {
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
    ul.itemStats li > div {
        max-width: 50%;
        min-width: 50%;
        line-height: 120%;
        

    }
    ul.itemStats li > div:first-child {
        font-weight: 500;
        padding-right: 32px;
        white-space: nowrap;
    }
ul.itemStats li > div:last-child {
    text-align: right;
}
ul.itemStats li a {
    color: #dc0d8a !important;
}
ul.itemStats.noReview {
    margin-top: -16px;
}
@media screen and (max-width: 1300px) {
    .reviewStatsWrap {
        display: flex;
    }
    ul.itemStats {
        margin-left: 30px;
    }
    ul.itemStats.noReview {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1125px) {
    .reviewStatsWrap {
        display: block;
    }
    ul.itemStats {
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
    ul.itemStats.noReview {
        margin-top: -16px;
    }
}
@media screen and (max-width: 950px) {
    .reviewStatsWrap {
        display: flex;
    }
    ul.itemStats {
        margin-left: 30px;
    }
    ul.itemStats.noReview {
        margin-top: 0;
    }
}
@media screen and (max-width: 760px) {
    .reviewStatsWrap {
        display: block;
    }

    ul.itemStats {
        margin-left: 0;
    }
}

/* 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;
}
.reviewsSummary li:hover {
    cursor: pointer;
}
.reviewsSummary li:last-child {
    margin-bottom: 0;
}
.reviewsSummary li > div:first-child {
    width: 64px;
    margin-right: 10px;
}
.reviewsSummary li > div:nth-child(2) {
    flex: 1;
    background: #efefef;
    border-radius: 3px;
    display: flex;
    overflow: hidden;
}
.reviewsSummary li > div:nth-child(2) > div {
    background: #dc0d8a;
}
.reviewsSummary li > div:nth-child(3) {
    width: 64px;
    margin-left: 10px;
}

/* Review sort */
.reviewSortWrap select {
    padding: 5px 15px;
}
.reviewSortWrap h3 {
    margin: 0;
    font-size: 1.15rem;
    margin-top: 5px;
}

/* Reviews pagination */
#ReviewsPagination {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
#ReviewsPagination li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    line-height: 100%;
}
#ReviewsPagination li:last-child {
    margin-right: 0;
}
#ReviewsPagination li a {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc0d8a !important;
    font-weight: 500;
    background: #efefef;
    border-radius: 3px;
    font-size: 1rem;
    padding: 0 8px;
}
#ReviewsPagination li a:hover,
#ReviewsPagination li a.selected {
    text-decoration: none;
    background: #dc0d8a;
    color: #ffffff !important;
}
#ReviewsPagination li.dot {
    width: 32px;
    line-height: 100%;
    font-weight: 500;
}

/* Leave review banner */
.leaveReviewWrap {
    display: block;
    background: #efefef;
    text-align: Center;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 100%;
    padding: 10px 0;
    text-decoration: none !important;
    font-size: 1.15rem;
}
.leaveReviewWrap a span {
    display: block;
    text-align: Center;
    color: #2B2B2B;
    font-size: 1rem;
}
.leaveReviewWrap a:hover {
    text-decoration: none !important;
}

/* View bundle */
.bundleItemsWrap {
    display: flex;
    margin-top: 32px;
}
.bundleItemsWrap h2 {
    margin: 0;
    margin-bottom: 10px;
}
.bundleRepeater {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.bundleRepeater .assetWrapper {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}
.bundleItemsWrap > div:last-child {
    max-width: 450px;
}
.bundleRepeater .assetWrapper {
    max-width: calc(33.333% - 10px);
    min-width: calc(33.333% - 10px);
}
@media screen and (max-width: 1380px) {
    .bundleItemsWrap {
        display: block;
    }
    .bundleItemsWrap > div:last-child {
        max-width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 650px) {
    .bundleRepeater .assetWrapper {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}
@media screen and (max-width: 450px) {
    .bundleRepeater .assetWrapper {
        max-width: calc(100% - 10px);
        min-width: calc(100% - 10px);
    }
}

/* Share buttons */
.socialItemWrap .socialShareWrap {
    margin-top: 5px;
}
.socialItemWrap .socialShareWrap img {
    width: 48px;
    height: 48px;
}
.socialItemWrap .socialShareWrap h3 {
    display: none;
}


/* Free sample wrap */
.freeSampleWrap {
    background: rgba(249, 220, 114, 0.5);
    color: #78672a;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}
.freeSampleWrap h2 {
    margin: 0;
    text-align: center;
    font-size: 1rem;
}
.freeSampleWrap p {
    margin: 0;
    font-size: 1rem;
    line-height: 110%;
    margin-bottom: 10px;
}
.freeSampleWrap a.button {
    width: 100%;
    line-height: 100%;
    font-size: 1.15rem;
    text-transform: none;
}
.freeSampleWrap a.button span {
    display: block;
    font-size: 0.85rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.audioPreviewMainWrap {
    margin-top: 10px;
}
.audioPreviewMainWrap h2 {
    margin: 0;
    font-size: 1.15rem;
}


.galleryFullImage, .galleryYoutube {
    display: none;
}
.galleryYoutube {
    width: 100%;
    height: 100%;
}

/* Files browser */
.filesBrowserWrap {
    display: flex;
    margin-top: 10px;
}
    .filesBrowserWrap .filesWrap {
        flex: 1;
        max-height: 400px;
        height: 400px;
        overflow-y: auto;
        background: rgba(0, 0, 0, 0.04);
        border-radius: 3px;
        padding: 16px;
        position: relative;
        padding-right: 11px;
        overflow-x: hidden;
    }
    .filesBrowserWrap .filePreviewWrap {
        max-width: 200px;
        width: 200px;
        margin-left: 30px;
    }
.filesWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filesWrap div {
    width: 100%;
}
.filesWrap a.linkBar {
    height: calc(100% - 28px);
    display: block;
    width: 10px;
    position: absolute;
    left: 4px;
    top: 24px;
}
.filesWrap a.linkBar span {
    display: block;
    background: #c0c0c0;
    width: 1px;
    height: 100%;
    margin: 0 auto;
}
.filesWrap ul div {
    position:relative;
}
.filesWrap ul li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: flex;
    word-break: break-word;
    line-height: 100%;
    align-items: stretch;
}
.filesWrap ul li.f {
    border-radius: 3px;
}
    .filesWrap ul li.f > span {
        padding: 3px 0;
        line-height: 110%;
        display: flex;
        align-items: center;
        font-size: 1rem;
    }
.filesWrap > ul > li:first-child {
    font-weight: 500;
    font-size: 1.15rem;
    padding-bottom: 3px;
}
.filesWrap > ul > li:first-child span:first-child{
    padding-left: 0 !important;
}
.filesWrap ul li.f:hover, .filesWrap ul li.f.selected  {
    background: #fff;
}
.filesWrap ul li > span:first-child {
    flex: 1;
    display: block;
    padding-right:30px;
    padding-left: 5px;
}
.filesWrap ul li > span:last-child {
    min-width: 100px;
    max-width: 100px;
    text-align: right;
    justify-content: flex-end;
    padding-right: 5px;
}
.filesWrap ul a.folder {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #dc0d8a !important;
}
.filesWrap ul a.folder img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.filesWrap ul ul {
    margin-left: 20px;
}
.filesWrap ul + ul {
    margin-top: 16px;
}
#FilesSpinnerWrap {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}


@media screen and (max-width: 650px) {
    .filesBrowserWrap {
        flex-wrap: wrap;
    }
    .filesBrowserWrap .filesWrap {
        order: 2;
    }
    .filesBrowserWrap .filePreviewWrap {
        order: 1;
        width: 100%;
        min-width: 100%;
        margin-left: 0;
    }
}

/* Nav wrap */
.itemNavWrap {
    display: flex;
}
.itemNavWrap > div:nth-child(1) {
    flex: 1;
}
.itemNavWrap > div:nth-child(2) {
    max-width: 420px;
    padding-left: 20px;
    min-width: 420px;
}

/* File preview */
#FilePreviewSpinner, .filePreviewWrap {
    display: none;
}
.filePreviewWrap > div {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.filePreviewWrap > div img {
    display: block;
}
    .filePreviewWrap h3 {
        margin: 0;
        padding: 0;
    }
p.blurNotice {
    font-size: 0.85rem;
    display: block;
    line-height: 120%;
    text-align: center;
    margin-top: 3px;
    font-style: italic;
}


    @media screen and (max-width: 1600px) {
        .itemNavWrap {
            display: block;
        }

            .itemNavWrap > div:first-child {
                margin-bottom: 32px;
            }

            .itemNavWrap > div:nth-child(2) {
                max-width: 100%;
                padding-left: 0;
                min-width: 0;
            }
    }

    @media screen and (max-width: 1300px) {
        .shortDescriptionWrap.fullSize {
            display: none;
        }

        .itemNavWrap > div:first-child {
            margin-bottom: 16px;
        }

        li.f {
            line-height: 100%;
            flex-wrap: wrap;
        }

        .filesWrap ul li.f > span {
            flex: 1;
            line-height: 100%;
            padding-top: 0;
        }

        li.f span:nth-child(2) {
            padding-left: 5px !important;
        }

        li.f span:first-child {
            width: 100%;
            min-width: 100%;
            padding-top: 3px !important;
            padding-bottom: 0 !important;
        }

        li.f span:last-child {
            max-width: 100% !important;
        }
    }

    .itemAdditionalAdminPanel {
        background: #efefef;
        border: 1px solid #c0c0c0;
        padding: 16px;
        margin-top: 16px;
    }

        .itemAdditionalAdminPanel input[type=text] {
            padding: 2px;
            margin-bottom: 5px;
        }

        .itemAdditionalAdminPanel h3 {
            margin: 0;
            margin-bottom: 10px;
            font-size: 1.2rem;
        }

        .itemAdditionalAdminPanel input[type=submit] {
            margin-top: 10px;
        }

    .itemSocialLinks h3 {
        font-size: 1.15rem;
    }

    .itemSocialLinks a {
        margin-right: 5px;
    }

    /* Gallery */
    #galleryViewWrap {
        background: #fafafa;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 3px;
        height: 600px;
        overflow: hidden;
    }

        #galleryViewWrap img {
            display: block;
            max-height: 100% !important;
            width: auto !important;
        }
        #galleryViewWrap video {
            max-width: 100% !important;
            height: auto !important;
        }
        #galleryViewWrap a {
            height: 100%;
            justify-content: center;
            align-items: center;
        }

        #galleryViewWrap .imageCounter {
            display: inline-block;
            text-align: center;
            position: absolute;
            bottom: 5px;
            margin: 0 auto;
        }

            #galleryViewWrap .imageCounter > div,
            .galleryPrev > a,
            .galleryNext > a {
                background: rgba(59, 64, 69, 0.5);
                text-align: center;
                font-size: 0.85rem;
                color: #fff;
                font-weight: 500;
                line-height: 100%;
                padding: 5px;
                border-radius: 3px;
                display: inline-flex;
            }

    .galleryPrev > a,
    .galleryNext > a {
        padding: 12px;
        height: auto !important;
    }

    .galleryThumbs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }

        .galleryThumbs ul li {
            margin: 0;
            padding: 0;
            display: inline-flex;
            margin-right: 5px;
            margin-bottom: 5px;
        }

            .galleryThumbs ul li:last-child {
                margin-right: 0;
            }

            .galleryThumbs ul li a {
                width: 100px;
                height: 60px;
                background-size: cover;
                background-position: center center;
                border-radius: 3px;
            }

                .galleryThumbs ul li a.selected {
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    border: 2px solid #2B2B2B;
                }

    #GalleryThumbWrap {
        display: flex;
        flex-wrap: wrap;
    }

    .galleryPrev, .galleryNext {
        position: absolute;
        top: 50%;
        left: 10px;
        width: auto;
        height: 32px;
        margin-top: -16px;
        display: none;
        justify-content: center;
        align-items: center;
    }

    #galleryViewWrap:hover .galleryPrev,
    #galleryViewWrap:hover .galleryNext {
        display: flex;
    }

    .galleryNext {
        right: 0;
        left: auto;
        right: 10px;
    }

    @media screen and (max-width: 940px) {
        #galleryViewWrap {
            height: 50vh;
        }
    }

    @media screen and (max-width: 700px) {
        #galleryViewWrap {
            height: 50vh;
        }

        .galleryPrev, .galleryNext {
            display: flex;
        }
    }

    /* Item nav bar */

    /* Item nav */
    .itemNavBar {
        background: #efefef;
        border-radius: 3px;
    }

        .itemNavBar ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

            .itemNavBar ul li {
                margin: 0;
                padding: 0;
                display: inline-flex;
            }

                .itemNavBar ul li a {
                    font-weight: 500;
                    font-size: 1rem;
                    line-height: 100%;
                    padding: 10px 15px;
                }

                .itemNavBar ul li.selected a {
                    background: #ffffff;
                    color: #2B2B2B;
                }

                    .itemNavBar ul li.selected a:hover {
                        text-decoration: none;
                    }

    .itemNavContent h2,
    .itemNavContent h3,
    .itemNavContent h4 {
        margin-top: 10px;
    }

    .itemNavContent h2 {
        margin-bottom: 0;
        font-size: 1.6rem;
    }

        .itemNavContent h2 + p {
            margin-top: 3px;
        }

.itemNavContent p,
.itemNavContent ul li,
.itemNavContent ol li {
    font-size: 1.15rem;
    line-height: 120%;
}
.itemNavContent ul,
.itemNavContent ol {
    margin-bottom: 15px;
}

    .itemNavContent li {
        margin: 2px 0;
    }

    .itemNavContent h3 {
        margin-bottom: 0;
        font-size: 1.4rem;
    }

        .itemNavContent h3 + p {
            margin-top: 3px;
        }

    .itemNavContent h4 {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

        .itemNavContent h4 + p {
            margin-top: 3px;
        }

    .itemNavContent {
        background: rgba(0, 0, 0, 0.02);
        padding: 32px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .itemNavContent > div {
            display: none;
        }



    @media screen and (max-width: 700px) {

        .itemNavContent {
            padding: 12px;
        }
    }

p.exclusiveSalesCount {
    display: block;
    margin-top: 3px;
    background: #efefef;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    font-weight: 500;
    font-size: 0.8rem;
}

#PluginsSpinnerWrap {
    text-align: center;
}

#PluginsContent {
    overflow-x: auto;
}
#PluginsContent table + table {
    margin-top: 16px;
}
#PluginsContent thead td {
    line-height: 100%;
    font-size: 1rem;
}
#PluginsContent thead tr:first-child td {
    line-height: 100%;
    font-size: 1.15rem;
    padding: 7px 0;
}
#PluginsContent tbody td {
    line-height: 100%;
    font-size: 1rem;
}
#PluginsContent span.pluginVersion,
#PluginsContent span.pluginThirdParty {
    text-align: center;
    display: block;
    font-size: 0.85rem;
}
#PluginsContent span.pluginVersion > span,
#PluginsContent span.pluginThirdParty > span {
    display: inline-block;
    background: #dc0d8a;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    padding: 2px 5px;
    margin-top: 3px;
}
#PluginsContent span.pluginVersion > span {
    background: #fafafa;
    color: #2B2B2B;
}
    #PluginsContent span.plugin,
    #PluginsContent span.behavior {
        display: inline-block;
        background: #00B1CC;
        font-weight: 500;
        padding: 3px 5px;
        color: #ffffff;
    }
    #PluginsContent span.plugin {
        background: #F95351;
    }


.purchaseableOptionsWrap {
    display: none;
    animation-duration: 500ms;
    animation-name: zoomIn;
}
ul.purchaseableOptionChooser ul li > div {
    display: flex;
    justify-content: flex-start;
}
ul.purchaseableOptionChooser .checkWrap .checker {
    width: 8px;
    height: 8px;
}
ul.purchaseableOptionChooser .recurringPrice label {
    line-height: 100%;
    margin-top: 4px;
    font-weight: 500;
    font-size: 1rem;
}
ul.purchaseableOptionChooser .recurringPrice label .discount {
    display: inline-flex !important;
    margin-right: 3px;
    font-size: 0.85rem;
    padding: 3px 5px;
}
ul.purchaseableOptionChooser .recurringPrice label span {
    display: block;
    font-size: 0.7rem;
    line-height: 100%;
    font-style: italic;
}

ul.purchaseableOptionChooser .recurringPrice .radioSeatWrap {
    display: flex;
}
ul.purchaseableOptionChooser .recurringPrice .radioSeatWrap label {
    flex: 1;
}
ul.purchaseableOptionChooser .recurringPrice .radioSeatWrap div {
    flex: 0;
}
ul.purchaseableOptionChooser .recurringPrice input[type=number] {
    padding: 2px 4px;
    width: 55px;
    font-size: 1rem;
}

a.addToBasket.disabled {
    background: #efefef !important;
    color: #c0c0c0;
}
a.addToBasket.disabled:hover {
    text-decoration: none;
}
ul.purchaseableOptionChooser .recurringPrice label span.inBasketLabel {
    display: inline-flex !important;
    padding: 2px 4px;
}
.tierWrap {
    animation-duration: 1200ms;
    animation-name: zoomIn;
}
.tierWrap table td {
    font-size: 0.85rem;
    padding: 5px 0;
    line-height: 100%;
}
h4.volDiscounts {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.heading.recurring > div:first-child {
    flex: 1;
}
.heading.recurring > div:nth-child(2) {
    flex: 0;
}
.tierWrap .discount {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 2px 5px;
}
.giftOption {
    background:  #fff;
    border-radius: 3px;
    position: relative;
    margin-left: 8px;
    line-height: 100%;
    display: block;
    margin-top: 6px;
    border: 1px solid #efefef;
}
.giftOption > div {
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 26px;
}
.giftOption span {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 100%;
}
.giftOption img {
    display: block;
    position: absolute;
    top: -3px;
    left: -8px;
}