﻿#basket li, #basket ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#basket #basketHeader h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0
}

#basket #basketHeader #errorList {
    padding-left: 22px
}

#basketHeader {
    position: relative
}

    #basketHeader .actions {
        position: absolute;
        right: 0;
        top: -4px
    }

#basket #itemsHeader {
    background-color: #f5f5f5;
    border-bottom: 2px solid #ccc;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
    float: left
}

    #basket #itemsHeader .headerLabel {
        border-right: 1px solid #f5f5f5;
        font-size: 14px;
        font-weight: 700;
        float: left;
        margin: 5px 0;
        padding: 5px 10px
    }

    #basket #itemsHeader .itemDetails {
        width: 547px
    }

    #basket #itemsHeader .itemQuantity {
        text-align: center;
        width: 77px
    }

    #basket #itemsHeader .itemPrice {
        border-right: none;
        margin-right: 0;
        text-align: right;
        width: 78px
    }

.item-originalPrice {
    color: #999;
    display: block;
    font-weight: 400;
    margin-bottom: 5px
}

.item-discountPrice {
    color: #ad2e2c
}

#basket .basketSummary {
    background-color: #f5f5f5;
    border-top: 2px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    zoom: 1
}

    #basket .basketSummary .message {
        margin: 0
    }

.ie6 #basket .basketSummary .message {
    display: inline-block
}

    .ie6 #basket .basketSummary .message p {
        margin: 0
    }

#basket #basketFooter .paymentOptionsMessages {
    border-right: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
    width: 346px
}

    #basket #basketFooter .paymentOptionsMessages ul {
        float: left;
        background: transparent url(../../images/commerce/basket-summary-bg.png) 100% 0 no-repeat;
        padding-right: 41px;
        margin-right: -17px;
        width: 322px
    }

        #basket #basketFooter .paymentOptionsMessages ul li {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            line-height: 16px;
            padding: 3px 0 5px 0
        }

    #basket #basketFooter .paymentOptionsMessages .first {
        border-top: none
    }

    #basket #basketFooter .paymentOptionsMessages .last {
        border-bottom: none
    }

.ve #basket #basketFooter .paymentOptionsMessages ul li a:hover {
    text-decoration: none
}

#basket .basketTotals {
    float: right;
    margin: 0 0 15px 20px;
    overflow: hidden;
    width: 342px;
    zoom: 1
}

    #basket .basketTotals .label {
        float: left;
        width: 176px
    }

    #basket .basketTotals .value {
        float: right;
        text-align: right;
        width: 166px
    }

    #basket .basketTotals .deliveryTotal {
        display: none
    }

    #basket .basketTotals .basketTotal, #basket .basketTotals .deliveryTotal, #basket .basketTotals .savingTotal {
        overflow: hidden;
        zoom: 1
    }

    #basket .basketTotals .deliveryTotal, #basket .basketTotals .savingTotal {
        line-height: 13px;
        margin: 0 0 5px 0
    }

    #basket .basketTotals .savingTotal {
        color: #ad2e2c;
        font-weight: 700
    }

    #basket .basketTotals .basketTotal {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px
    }

.basketContinue {
    margin-left: 20px
}

#basket #basketFooter .actions .button {
    display: inline
}

#basket #basketFooter .actions #basketContinue {
    margin-left: 20px
}

.ie7 #basket #basketFooter .actions .secondaryButton {
    margin-right: 0
}

.ie7 #basket #basketFooter .actions .secondaryButtonEnd {
    margin-left: 0;
    right: 0
}

.ie7 #basket #basketFooter .actions .primaryButtonStart {
    margin-right: 0
}

.ie7 #basket #basketFooter .actions .primaryButtonEnd {
    margin-left: 0;
    right: 0
}

.ie7 #paymentCashDirect .formFooter .primaryButtonEnd {
    right: 0
}

#basket .basketEmptyMessage {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

#basket #basketFooter .basketEmpty .button {
    float: left
}

#aside .crossSellTitle {
    background-color: #f5f5f5;
    border-radius: 2px 2px 0 0;
    margin: 0 0 1px
}

    #aside .crossSellTitle p {
        font-weight: 700;
        margin: 0;
        padding: 10px
    }

#aside .carouselOfferLink {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 10px;
    text-decoration: none
}

    #aside .carouselOfferLink:hover {
        text-decoration: underline
    }

#aside .crossSell {
    background-color: #f5f5f5;
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 176px
}

#aside .paginationSlider {
    overflow: hidden
}

#aside .paginationPage {
    float: left;
    width: 176px
}

#aside .crossSell li {
    float: left;
    padding: 10px 11px;
    width: 66px
}

    #aside .crossSell li a {
        display: block;
        height: 86px;
        width: 66px
    }

        #aside .crossSell li a:hover {
            position: relative;
            z-index: 10
        }

#aside .crossSell img {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    height: 80px;
    padding: 2px;
    width: 60px
}

#aside .crossSell .crossFlyOut {
    display: none
}

.crossSell .activeCrossFlyOut {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 2px #ddd;
    min-height: 102px;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    z-index: 5
}

    .crossSell .activeCrossFlyOut .crossFlyOutWrapper {
        background-color: #f5f5f5;
        margin: 2px;
        min-height: 84px;
        padding: 7px
    }

    .crossSell .activeCrossFlyOut .crossProductTitle {
        margin: 0 0 7px;
        width: 125px
    }

    .crossSell .activeCrossFlyOut .crossProductPrice {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 2px 2px 2px 2px;
        max-width: 125px;
        padding: 7px
    }

    .crossSell .activeCrossFlyOut .crossProductEmbeddedPrice {
        margin: 0 0 7px
    }

        .crossSell .activeCrossFlyOut .crossProductEmbeddedPrice span {
            font-weight: 700
        }

    .crossSell .activeCrossFlyOut .crossProductWasPrice {
        color: #333;
        font-size: 12px
    }

        .crossSell .activeCrossFlyOut .crossProductWasPrice span {
            background: url(/static/images/product-page/wasprice.png) no-repeat scroll 50% 50% transparent;
            padding: 0 3px
        }

    .crossSell .activeCrossFlyOut .crossProductNowPrice {
        color: #333;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px
    }

        .crossSell .activeCrossFlyOut .crossProductNowPrice sup {
            font-size: 14px;
            line-height: 16px;
            vertical-align: 40%
        }

        .crossSell .activeCrossFlyOut .crossProductNowPrice .fromPrice {
            font-size: 12px;
            line-height: 16px;
            vertical-align: 30%
        }

    .crossSell .activeCrossFlyOut .crossProductSavePrice {
        color: #900;
        font-weight: 700;
        font-size: 12px
    }

#aside .paginationControls {
    margin: 10px 0;
    overflow: hidden;
    text-align: center
}

    #aside .paginationControls a {
        border: 1px solid #f5f5f5;
        display: inline-block;
        height: 22px;
        line-height: 22px;
        outline: 0;
        padding: 0 6px;
        text-decoration: none;
        vertical-align: middle
    }

        #aside .paginationControls a:hover {
            background-color: #fff;
            border-radius: 3px;
            border: 1px solid #ccc
        }

    #aside .paginationControls .disabled, #aside .paginationControls .disabled:hover {
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        color: #999;
        cursor: default
    }

#aside .paginationShowPage.disabled, #aside .paginationShowPage.disabled:hover {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1) inset
}

#aside .paginationControls .paginationPrevious {
    border: 1px solid #f5f5f5;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px
}

#aside .paginationControls .paginationNext {
    border: 1px solid #f5f5f5;
    border-radius: 0 3px 3px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px
}

.paymentOptionsTabs table.items {
    width: 100%
}

#bnplTerms h5 {
    font-size: 12px;
    margin: 0 0 15px
}

div.bnplText {
    display: none
}

div.ui-dialog.bnplTerms {
    padding: 0
}

body .ui-dialog.bnplTerms .bnplText {
    border-top: 1px solid #ddd;
    padding: 15px
}

div.ui-dialog.bnplTerms span.ui-dialog-title {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 15px 0 15px 15px;
    width: 535px
}

body .ui-dialog.bnplTerms .ui-dialog-titlebar-close {
    border-left: 1px solid #ddd;
    border-radius: 0;
    display: block !important;
    height: 18px;
    margin: 0;
    padding: 15px;
    right: 0;
    top: 0;
    width: 18px;
    z-index: 1
}

    body .ui-dialog.bnplTerms .ui-dialog-titlebar-close span {
        background: rgba(0,0,0,0) url(//content.very.co.uk/assets/static/generic/close-icon-grey.png) no-repeat scroll 0 0 !important;
        height: 18px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 18px
    }

div.ui-dialog.bnplTerms #bnplTerms {
    border-top: 1px solid #ddd;
    clear: both;
    padding: 20px
}

div.ui-dialog.bnplTerms .buttons, div.ui-dialog.bnplTerms h2 {
    display: none
}

#basket .basketTotals.fcaOn {
    margin-top: 18px
}

#basket .basketSummary .sTCBox.fcaLWDialog {
    background-color: #fff;
    background-image: url(//content.littlewoods.com/assets/static/generic/Purse.png);
    background-position: 15px 17px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    position: relative
}

    #basket .basketSummary .sTCBox.fcaLWDialog a {
        color: #bbb;
        display: block;
        font-weight: 400;
        padding: 20px 20px 20px 50px;
        text-decoration: underline
    }

    #basket .basketSummary .sTCBox.fcaLWDialog #sTCArr {
        border-bottom: 15px solid transparent;
        border-left: 30px solid #fff;
        border-top: 15px solid transparent;
        height: 0;
        position: absolute;
        right: -30px;
        top: 11px;
        width: 0;
        z-index: 2
    }

    #basket .basketSummary .sTCBox.fcaLWDialog #sTCArrBorder {
        border-bottom: 16px solid transparent;
        border-left: 31px solid #ccc;
        border-top: 16px solid transparent;
        height: 0;
        position: absolute;
        right: -32px;
        top: 10px;
        width: 0;
        z-index: 1
    }

#basket .basketSummary #sTCDia {
    display: none
}

body div.ui-dialog.creditOptionsLW {
    margin: 0;
    padding: 0
}

.creditOptionsLW #sTCDia {
    color: #666;
    line-height: 16px
}

#basket .basketSummary.fcaOnBox {
    padding: 15px 20px 15px 185px
}

div.creditOptionsLW span.ui-dialog-title {
    color: #666;
    display: block;
    font-size: 1.5em;
    margin: .83em 0;
    padding: 0 0 0 20px
}

body .ui-dialog.creditOptionsLW .ui-dialog-titlebar-close {
    border-left: 1px solid #ddd;
    border-radius: 0;
    height: 18px;
    margin: 0;
    padding: 15px;
    right: 0;
    top: 0;
    width: 18px
}

    body .ui-dialog.creditOptionsLW .ui-dialog-titlebar-close .ui-icon-closethick {
        background: rgba(0,0,0,0) url(//content.very.co.uk/assets/static/generic/close-icon-grey.png) no-repeat scroll 0 0 !important;
        height: 18px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 18px
    }

body .ui-dialog.creditOptionsLW div#sTCDia {
    border-top: 1px solid #ddd;
    clear: both;
    color: #666;
    padding: 20px
}

    body .ui-dialog.creditOptionsLW div#sTCDia > h2 {
        display: none
    }

body .ui-dialog.creditOptionsLW div#sTCDia {
    padding: 20px 20px 15px
}

    body .ui-dialog.creditOptionsLW div#sTCDia ul {
        margin: 0 0 15px;
        padding: 0
    }

        body .ui-dialog.creditOptionsLW div#sTCDia ul.sTCOptions {
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px;
            padding: 0 0 5px
        }

        body .ui-dialog.creditOptionsLW div#sTCDia ul li {
            line-height: 16px;
            list-style-type: none
        }

        body .ui-dialog.creditOptionsLW div#sTCDia ul ul {
            margin: 0 0 15px;
            padding: 0
        }

    body .ui-dialog.creditOptionsLW div#sTCDia #sTCCancelWrap {
        display: none
    }

.warrantyDialogWrapper .warrantyDialog {
    clear: both
}

.warrantyDialogWrapper .ui-dialog-titlebar .ui-dialog-title {
    display: none
}

#basketFod_wrapper.hide {
    display: none
}

#basketFod_wrapper {
    display: block
}

.veryPayBackground {
    background-image: url(/static/images/global/verypay_pink.jpg);
    background-repeat: no-repeat;
    background-size: 120px
}

.basketFod {
    background-color: #fff7fd;
    padding: 81px 24px 32px 24px;
    background-position: 24px 32px;
    color: #222;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 16px
}

#basket #basketHeader .basketFod__title {
    color: #de007b;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 8px
}

.basketFod__copy {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 1em;
    max-width: 420px
}

.basketFod__apr {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.basketFod__button {
    position: absolute;
    right: 24px;
    bottom: 32px;
    background: #3a64cb 0 0 no-repeat padding-box;
    border-radius: 6px;
    color: #fff;
    display: block;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    border: none;
    padding: 0 24px
}

.basketFodModal {
    display: none;
    background-position: 0 32px;
    padding-top: 76px
}

.basketFodModal__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1em;
    text-transform: none
}

.basketFodModal__subheading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1em;
    text-transform: none;
    font-weight: 700
}

.basketFodModal__list {
    margin-bottom: 32px;
    font-size: 14px;
    list-style: none;
    padding-left: 24px
}

    .basketFodModal__list li {
        margin-bottom: 16px;
        line-height: 22px
    }

        .basketFodModal__list li:empty {
            display: none
        }

        .basketFodModal__list li::before {
            content: "\2022";
            color: #de007b;
            font-weight: 700;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 24px;
            position: relative;
            top: 4px
        }

.basketFodModal__apr {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px
}

.basketFodModal__rubric {
    font-size: 14px;
    line-height: 22px
}

.dialog__content .basketFodModal {
    display: block
}

html:not(.desktop) .dialog[id=basketFodDialog] {
    height: calc(100% - 68px);
    max-height: none
}

.dialog__content[id=basketFodDialog__content] {
    max-height: calc(560px - 68px)
}
