/************************************
*
*   CMS BASE CODE For CMS
*
*   Layout:
*   triplePanelCMS 
*/



/*
*   tripleColumnCMS CMS Layout
*/

.tripleColumnCMS.hideIcons .columnCMS:nth-child(n+4) {
    display: none;
}

@media only screen and (min-width: 768px) {
    .tripleColumnCMS .columnCMS {
        float: left;
        height: 486px;
        margin-bottom: 20px;
        width: 47.5%;
    }

        .tripleColumnCMS .columnCMS:nth-child(2n+0) {
            float: right;
        }

    .tripleColumnCMS.hideIcons .columnCMS:nth-child(3) {
        display: none;
    }
}

@media only screen and (min-width: 980px) {
    .tripleColumnCMS .columnCMS {
        float: left;
        height: 456px;
        margin-right: 2%;
        width: 32%;
    }

        .tripleColumnCMS .columnCMS:nth-child(2n+0) {
            float: left;
        }

        .tripleColumnCMS .columnCMS:nth-child(3n+0) {
            clear: none;
            margin-right: 0;
        }

    .tripleColumnCMS.hideIcons .columnCMS:nth-child(3) {
        display: block;
    }
}


/*
*   triplePanelCMS CMS Layout
*/

@media only screen and (min-width: 768px) {
    .triplePanelCMS .panel:nth-child(2) {
        float: right;
        padding-right: 0;
    }

    .triplePanelCMS .panel:nth-child(3) {
        width: 100%;
        height: 362px;
    }
}

@media only screen and (min-width: 1280px) {
    .triplePanelCMS .panel {
        height: 488px;
    }

        .triplePanelCMS .panel:nth-child(2) {
            float: left;
            margin-left: 24px;
        }

        .triplePanelCMS .panel:nth-child(3) {
            width: calc(33.33% - 16px);
            margin-left: 24px;
            height: 488px;
        }
}




/*
*   Reusable codebase:
*   richText CMS                - default richText layout
*   mainText CMS                Editor  
*   
*/


/*
*   richText CMS Editor   - default text on reusalbe components 
*/

.richText.darkBG {
    color: #fff;
}

.richText p a,
.richText ol li,
.richText ul li,
.richText p {
    line-height: 22px;
    font-family: 'BMWTypeNextLatin-Regular', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: inherit;
    font-weight: 400;
}

.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText h5 {
    font-family: 'BMWTypeNextLatin-Light', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 2em;
}

.richText .smallHeader {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
}

.richText p {
    clear: both;
    padding-bottom: 2em;
}

.richText p li a[href^="tel:"],
.richText p a[href^="tel:"] {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.richText ol,
.richText ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 25px;
}

.richText li {
    line-height: 140%;
    margin: 0 0 3px;
}

    .richText li p {
        padding-bottom: 0;
    }

.richText hr {
    background-color: #E6E6E6;
    border: none;
    display: block;
    height: 1px;
    margin: 10px 0 40px 0;
    padding: 0;
    clear: both;
}

.richText .downloadList {
    margin-bottom: 44px;
}

@media only screen and (min-width: 1280px) {
    .richText h1,
    .richText h2,
    .richText h3,
    .richText h4,
    .richText h5 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}


/*
*   mainText CMS Editor 
*/

.mainText {
    padding: 48px 0 0;
}

    .mainText p a,
    .mainText ol li,
    .mainText ul li,
    .mainText p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mainText h1,
    .mainText h2 {
        font-family: 'BMWTypeNextLatin-Light', sans-serif;
        font-size: 1.5rem;
        line-height: 2rem;
        padding-bottom: 1.8em;
        text-align: center;
    }

    .mainText h3,
    .mainText h4,
    .mainText h5 {
        font-family: 'BMWTypeNextLatin-Light', sans-serif;
        font-size: 1.125rem;
        line-height: 120%;
        padding-bottom: 1.5em;
        text-align: left;
    }

@media only screen and (min-width: 768px) {
    p.mainText {
        padding: 84px 0 0;
    }

    .mainText {
        padding: 70px 0 0;
    }

    .mainText h1,
    .mainText h2 {
        font-family: 'BMWTypeNextLatin-Light', sans-serif;
        font-size: 2.25rem;
        line-height: 3rem;
        padding-top: 15px;
        max-width: 650px;
        margin: auto;
    }

    .mainText h3,
    .mainText h4,
    .mainText h5 {
        font-size: 1.75rem;
        padding-bottom: 1.5em;
        line-height: 120%;
    }
}


/*
 *   imageHolderCMS CMS Editor 
 */

.imageHolderCMS,
.imageHolderCMS img {
    height: 220px;
    object-fit: cover;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .imageHolderCMS,
    .imageHolderCMS img {
        height: 392px;
    }
}

@media only screen and (min-width: 1280px) {
    .imageHolderCMS img {
        height: 440px;
    }
}

.altBg {
    background-color: #F5F5F5;
}

a.noDecoration {
    text-decoration: none;
}

/*
 *   Core layout classes
 */

.pageWrap {
    position: relative;
}

.contentHolder {
    display: block;
    margin: 0 5%;
    position: relative;
}

.widthHolder {
    margin: 0 auto;
    max-width: 1440px;
    height: 100%;
    position: relative;
}

.basePage {
    padding-top: 69px;
    padding-bottom: 40px;
    min-height: 100vh;
    max-width: 100%;
}

.spacer {
    flex: 1;
}

@media only screen and (min-width: 768px) {
    .basePage {
        padding-top: 100px;
        padding-bottom: 80px;
        min-height: 100vh;
        max-width: 100%;
    }
}

/*
 *   alternative backgrounds and special padding
 */

.mainBodyHolder {
    background-color: #fff;
}

@media only screen and (min-width: 1280px) {
    .mainBodyHolder .contentHolder {
        margin-left: 10%;
        margin-right: 10%;
    }
}


/*
 *   Layout z-index
 */

header {
    z-index: 10;
}

.heroPageHead {
    z-index: 7;
}

.alertArea {
    z-index: 11;
}

.menuOpen .alertArea {
    opacity: 0;
    z-index: -1;
}

.navButton {
    z-index: 11;
}

.menu {
    z-index: -1;
}

.menuOpen .menu {
    z-index: 9;
}

.loading {
    z-index: 12;
}

.social {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

    .social li {
        float: left;
        margin-right: 15px;
        display: block;
    }

    .social a {
        text-indent: -9999px;
        display: block;
        width: 32px;
        height: 32px;
    }

    .social .facebook a {
        background: url(images/v2/icons/socialStack.svg#Facebook) 0 0 no-repeat transparent;
    }

    .social .twitter a {
        background: url(images/v2/icons/socialStack.svg#Twitter) 0 0 no-repeat transparent;
    }

    .social .instagram a {
        background: url(images/v2/icons/socialStack.svg#Instagram) 0 0 no-repeat transparent;
    }

    .social .linkedin a {
        background: url(images/v2/icons/socialStack.svg#Linkedin) 0 0 no-repeat transparent;
    }

    .social .youtube a {
        background: url(images/v2/icons/socialStack.svg#Youtube) 0 0 no-repeat transparent;
    }

/*
 *   Margin bottom between main body and footer content Generic
 */

.marginBtPad {
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
    .marginBtPad {
        margin-bottom: 92px;
    }
}

@media only screen and (min-width: 1200px) {
    .marginBtPad {
        margin-bottom: 125px;
    }
}

.animatePanels2 {
    padding-bottom: 88px;
}


/*
 *   Title areas
 */

.title {
    padding: 20px 0 40px;
}

    .title h2 {
        font-size: 1.5rem;
        text-align: center;
        padding: 0;
    }

    .title p {
        text-align: center;
        padding-top: 16px;
    }

        .title p span {
            font-size: 0.80rem;
        }

@media only screen and (min-width: 768px) {
    .title {
        padding: 40px 0 60px;
    }

        .title h2 {
            font-size: 2.25rem;
        }

        .title p {
            padding-top: 24px;
        }
}


/*
 *   Your vehicle
 */

.vehicleSelect h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 20px 0;
}

.vehicleSelectBox {
    border: 1px solid #e6e6e6;
    padding: 28px 22px;
    margin-bottom: 28px;
}


    .vehicleSelectBox h4 {
        font-size: 1.25rem;
        text-transform: uppercase;
        padding-bottom: 0.25em;
    }

    .vehicleSelectBox ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .vehicleSelectBox li {
        margin: 0 0 0 2px;
        font-size: 0.625rem;
        color: #666;
        letter-spacing: 0.08em;
        display: inline;
        padding-left: 19px;
        position: relative;
        text-transform: uppercase;
    }

        .vehicleSelectBox li:first-child {
            padding-left: 0;
        }

        .vehicleSelectBox li:before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 2px;
            background-color: #666666;
            position: absolute;
            left: 5px;
            top: 5px;
        }

        .vehicleSelectBox li:first-child:before {
            display: none;
        }

    .vehicleSelectBox a {
        text-decoration: none;
        font-size: 0.75rem;
        text-align: center;
        display: block;
        padding: 20px 0;
    }

.vehicleSelect .addVehicleControl {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .vehicleSelect h3 {
        font-size: 1.5rem;
        padding: 40px 0 25px;
    }

    .vehicleSelectBox {
        border: 1px solid #e6e6e6;
        padding: 38px 32px;
        margin-bottom: 38px;
    }

        .vehicleSelectBox h4 {
            font-size: 1.25rem;
        }

        .vehicleSelectBox li {
            font-size: 0.875rem;
            letter-spacing: 0.06em;
            padding-left: 20px;
        }

            .vehicleSelectBox li:before {
                top: 7px;
                left: 5px;
            }
}

.optionSelectBox {
    border: 1px solid #e6e6e6;
    padding: 30px 20px 20px;
    margin-bottom: 28px;
}

    .optionSelectBox h4 {
        font-size: 1rem;
        text-transform: uppercase;
        padding-bottom: 1.5em;
    }

    .optionSelectBox h5 {
        font-size: 1rem;
        padding-bottom: 1em;
    }

    .optionSelectBox input.btnPrimary {
        width: 100%;
        max-width: 288px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

@media only screen and (min-width: 768px) {
    .optionSelectBox {
        margin-bottom: 38px;
    }

        .optionSelectBox h4,
        .optionSelectBox h5 {
            font-size: 1.125rem;
        }
}

.savedCarSwitch {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

    .savedCarSwitch li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .savedCarSwitch a {
        display: block;
        border: 1px solid #262626;
        height: 30px;
        border-radius: 15px;
        text-align: center;
        color: #262626;
        text-decoration: none;
        padding: 5px 20px 0;
        font-size: 0.75rem;
        margin: 0;
    }

        .savedCarSwitch a.selected {
            display: block;
        }

@media only screen and (min-width: 768px) {
    .savedCarSwitch {
        margin: 0 0 20px;
    }
}


/*
 *   Estimate view layout
 */

@media only screen and (min-width: 768px) {
    .serviceSelection {
        width: calc(100% - 328px);
        max-width: 842px;
        padding-right: 5%;
        float: left;
    }
}

/** Accordions **/

.accordion {
    background: url("images/v2/icons/iconStack.svg#ArrowDownBlack") 0 0 no-repeat transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    position: relative;
    /*right: 5%;*/
    top: -12px;
    width: 44px;
}

    .accordion.closed {
        background: url("images/v2/icons/iconStack.svg#ArrowUpBlack") 0 0 no-repeat transparent;
    }

.accordionContent {
    clear: both;
    font-size: 0.75rem;
    margin: 10px auto;
    max-width: 674px;
}

/** end Accordions **/

/*
 *   Campaign notice
 */
.campaignActive {
    background-color: rgba(6, 83, 182, 0.05);
    padding: 16px 15% 16px 5%;
}

    .campaignActive p {
        font-size: 0.75rem;
        margin: 0 auto;
        max-width: 674px;
    }

        .campaignActive p.showText {
            display: none;
            padding-top: 1em;
        }

    .campaignActive a {
        color: #262626;
    }

    .campaignActive .accordion{
        
    }

@media only screen and (min-width: 768px) {
    .campaignActive {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .campaignActive {
        padding-right: 5%;
    }
}

/*
 * Service Discounts
 */

.serviceDiscounts {
    margin-left: 2.5em;
    /*margin-top: 2em;*/
    /*padding: 5px;*/
    right: 5%;
    top: 6px;
}

    .serviceDiscounts p {
        font-size: 0.75rem;
        margin: 0 auto;
        /*max-width: 674px;*/
    }

        .serviceDiscounts p.showText {
            display: none;
            padding-top: 1em;
        }

    .serviceDiscounts a {
        color: #262626;
    }

    .serviceContainer hr {
        color: silver;
        margin-bottom: 1em;
    }

.serviceDiscounts div.discounts {
    background-color: rgba(6, 83, 182, 0.05);
    padding: 0.85em;
    right: 5%;
    top: 6px;
    display: flex;
    flex-wrap: wrap;
}

        .serviceDiscounts div.discounts div.source {
            padding-bottom: 10px;
            width: 70%;
        }

        .serviceDiscounts div.discounts div.price {
            padding-bottom: 10px;
            text-align: right;
            width: 30%;
        }

p.serviceDiscountsTitle {
    color: gray;
    font-size: 0.7em !important;
}

/*
 *   Service selection
 */
#ServiceList .recommendedModule {
    background-color: #f3f6fb;
    padding: 0 0 30px 0;
}

#ServiceList .moreModule {
    background-color: #ffffff;
    padding: 30px 0 30px 0;
}


#ServiceList .recommendedModule .serviceList {
    width: 90%;
    margin: auto;
}

    #ServiceList .serviceList ul,
    #ServiceList .serviceList p {
        width: 90%;
        margin: auto;
    }

    #ServiceList .serviceList p {
        padding-bottom: 20px;
    }

#ServiceList .serviceListWrapper .minimise{
    text-align: center;
}

#ServiceList .serviceListWrapper .minimise a {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75em;
}


.serviceSelection p {
    font-size: 0.75rem;
    margin-bottom: 20px;
    
}

    .serviceSelection p.intro {
        text-align: center;
        margin-bottom: 20px;
    }

.bookingBox {
    padding: 16px 5%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .bookingBox {
        margin-bottom: 30px;
    }
}

.bookingBox.withCarousel {
    padding-left: 0;
    padding-right: 0;
}

.bookingBox h3,
.bookingBox p.appointmentDetails {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bookingBox.withCarousel h3,
.bookingBox.withCarousel h4 {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.bookingBox.withCarousel h4,
.bookingBox.motServiceItem h4,
.bookingBox.selectionSummaryBox h4 {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 2em;
}

.bookingBox p {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .bookingBox.withCarousel h3,
    .bookingBox.withCarousel h4 {
        text-align: left;
    }
}

.selectionSummaryBox {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bookingBox.selectionSummaryBox h4 {
    text-align: center;
    padding: 0 0 1em;
}

.selectionSummaryBox p.appointmentDetails {
    padding: 0;
    color: #666;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .selectionSummaryBox {
        display: none;
    }
}

.selectionSummaryBox.selectedState p.appointmentDetails {
    color: #262626;
}

/*
 *   Bottom furniture 
 */

.altNav p {
    text-align: center;
    padding-bottom: 4px;
}

.altNav a,
.altNav label {
    text-align: center;
    text-decoration: none;
    display: block;
}

.altNav label {
    cursor: pointer;
}

    .altNav label input[type=radio] {
        position: absolute;
        left: -100px;
        height: 0px;
        width: 0px;
        visibility: hidden;
    }

.navArrow {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    margin-bottom: 32px;
    cursor: pointer;
}

.previousSection {
    padding-left: 60px;
    float: left;
}

.nextSection,
.tyresNav {
    padding-right: 60px;
    float: right;
}

.navArrow:disabled,
.navStepBtn:disabled {
    cursor: default;
    opacity: 0.3;
}

.termsSection {
    background-color: #f5f5f5;
    color: rgba(102,102,102,0.6);
    font-size: 0.75rem;
    padding: 16px 5%;
}

    .termsSection div {
        padding-bottom: 1em;
        line-height: 2em;
    }

@media only screen and (min-width: 768px) {
    .termsSection {
        padding: 24px 5%;
    }
}


/*
 *   Appointment view
 */

.slotCarousel {
    margin-bottom: 20px;
}

    .slotCarousel .dateChoose {
        width: 58px;
        height: 58px;
        padding: 7px;
        color: #262626;
        border: 1px solid #e6e6e6;
        margin: 0 5px;
        text-align: center;
        font-size: 0.75rem;
        cursor: pointer;
    }

        .slotCarousel .dateChoose.selected,
        .slotCarousel .dateChoose:hover {
            color: #fff;
        }

        .slotCarousel .dateChoose span {
            display: block;
        }

        .slotCarousel .dateChoose.buffer {
            border: none; 
            width:30px;
        }

    .slotCarousel .flickity-button {
        display: none;
    }

    .slotCarousel .flickity-viewport:after {
        content: "";
        height: 60px;
        width: 60px;
        background: url("images/v2/furniture/rightFadeMobile.png") 100% 50% no-repeat transparent;
        display: block;
        position: relative;
        float: right;
    }

.bookingBox .dateInfo {
    color: #E22718;
    text-align: center;
    padding: 0 5% 10px;
}

.bookingBox .callPrompt {
    text-align: center;
    padding: 0 5% 16px;
}

    .bookingBox .callPrompt a {
        text-align: center;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #262626;
    }


.laterDatePrompt .dateInfo {
    color: #E22718;
    text-align: center;
    padding: 0 5% 25px;
    display: none;
}

.laterDatePrompt .callPrompt {
    text-align: center;
    padding: 0 5% 25px;
    font-weight: bold;
}

    .laterDatePrompt .callPrompt a {
        text-align: center;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #262626;
        font-weight: lighter;
        font-size: 1.4em;
        margin-top: 10px;
    }

@media only screen and (min-width: 550px) {
    .slotCarousel .dateChoose {
        width: 60px;
        height: 60px;
        padding: 11px 7px;
    }

    .slotCarousel .flickity-button {
        display: block;
        z-index: 2;
    }

        .slotCarousel .flickity-button:disabled {
            display: none;
        }

    .slotCarousel .flickity-button-icon {
        display: none;
    }

    .slotCarousel .flickity-button.next {
        right: 0;
    }

    .slotCarousel .flickity-button.previous {
        left: 0;
    }

    .slotCarousel .flickity-viewport:after {
        width: 103px;
        background: url("images/v2/furniture/rightFade.png") 100% 50% no-repeat transparent;
        right: -26px;
    }

    .slotCarousel .flickity-viewport:before {
        content: "";
        height: 60px;
        width: 103px;
        background: url("images/v2/furniture/leftFade.png") 100% 50% no-repeat transparent;
        display: block;
        position: relative;
        float: left;
        left: -40px;
        z-index: 1;
    }
}

.timeOptions {
    margin: 10px 5%;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.bookingBox .timeOptions h4 {
    padding-left: 0;
    padding-right: 0;
}

.timeList {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .timeList .timeChoose {
        text-align: center;
        float: left;
        cursor: pointer;
    }

        .timeList .timeChoose.selected .appointment-time,
        .timeList .timeChoose:hover .appointment-time {
            color: #fff;
        }

.appointment-time {
    width: 75px;
    height: 44px;
    margin-right: 6px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 5px;
    // float: left;
    border: 1px solid #e6e6e6;
    font-size: 0.75rem;
    cursor: pointer;
    display: block;
}


@media only screen and (min-width:360px) {
    .timeList .timeChoose {
        margin-right: 10px;
    }
}

.loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*@keyframes busy {
    to {
        transform: rotate(360deg);
    }
}

.busy:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}*/

.hidden {
    display: none;
}

/*
 *   Your vehicle selection
 */

.vehicleSelection h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 20px 0;
}

.vehicleSelectionBox {
    border: 1px solid #e6e6e6;
    padding: 28px 22px;
    margin-bottom: 28px;
}


    .vehicleSelectionBox h4 {
        font-size: 1.25rem;
        text-transform: uppercase;
        padding-bottom: 0.25em;
    }

.vehicleselectionDate {
    font-size: 0.75rem;
    color: #666;
    letter-spacing: 0.08em;
    display: inline;
    text-transform: uppercase;
}

.vehicleSelectionBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vehicleSelectionBox li {
    margin: 0 0 0 2px;
    font-size: 0.625rem;
    color: #666;
    letter-spacing: 0.08em;
    display: inline;
    padding-left: 19px;
    position: relative;
    text-transform: uppercase;
}

    .vehicleSelectionBox li:first-child {
        padding-left: 0;
    }

    .vehicleSelectionBox li:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #666666;
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .vehicleSelectionBox li:first-child:before {
        display: none;
    }

.vehicleSelectionBox a {
    text-decoration: none;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    padding: 20px 0;
}

    .vehicleSelectionBox a.amendBtn {
        text-align: left;
    }



@media only screen and (min-width: 768px) {
    .vehicleSelection h3 {
        font-size: 1.5rem;
        padding: 40px 0 25px;
    }

    .vehicleSelectionBox {
        border: 1px solid #e6e6e6;
        padding: 38px 32px;
        margin-bottom: 38px;
    }

        .vehicleSelectionBox h4 {
            font-size: 1.25rem;
        }

    .vehicleselectionDate {
        font-size: 1rem;
        letter-spacing: 0.06em;
    }

    .vehicleSelectionBox li {
        font-size: 0.875rem;
        letter-spacing: 0.06em;
        padding-left: 20px;
    }

        .vehicleSelectionBox li:before {
            top: 7px;
            left: 5px;
        }
}


.vehicleselectionItem {
    border-top: 1px solid #E6E6E6;
    padding-top: 31px;
}

    .vehicleselectionItem:first-child {
        border-top: none;
        padding-top: 0px;
    }


.updateDetailed .btnPrimary {
    width: 100%;
}

.updateDetailed a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    padding: 20px 0;
}


@media only screen and (min-width: 768px) {

    .updateDetailed .btnPrimary,
    .updateDetailed a {
        width: 288px;
        float: right;
        display: block;
        clear: both;
    }
}


.deleteAccountBox {
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .deleteAccountBox {
        margin-top: 50px;
    }
}

#userAccount-vehicles {
    padding-top: 88px;
}

/* Address auto-complete UI */
.address-picklist div:hover,
.address-picklist .selected {
    cursor: pointer;
    background: #f4f4f4;
    border-bottom: 1px solid #1789ef;
    border-top: 1px solid #1789ef;
}

/* end of Address auto-complete UI */

.agreeToPrices {
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.mandatory-checkbox {
    font-family: Arial, Helvetica, sans-serif !important;
    float: left;
    height: 24px;
    margin-right: 15px;
    width: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #262626;
    position: relative;
    top: -5px;
    left: -3px;
}

    .mandatory-checkbox:checked:after {
        left: 0.15em;
        top: 0.15em;
        width: 5px;
        height: 10px;
        border-width: 0 1px 1px 0;
        content: "\2714";
        position: absolute;
        font-size: 1.4em;
    }


.mandatory-field-error-container .field-validation-error {
    margin-top: 35px;
}

/*Group page*/
.group-page-container {
    margin: auto;
}

    .group-page-container .spaced-div {
        margin-bottom: 20px;
    }

.dealers-in-group {
    margin: auto;
    width: 98%;
}

.group-name {
    font-size: 2.5em !important;
    letter-spacing: 0px !important;
    padding: 15px !important;
}

.group-dealer {
    background-color: #FFFFFF;
    border: 1px solid gray;
    display: inline-block;
    margin: 10px 10px;
    vertical-align: top;
    width: 250px;
}

.group-dealer-title {
    background-color: #1789ef;
    color: white;
    font-size: .95em;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    text-align: left;
}

    .group-dealer-title a {
        color: #ffffff;
        text-decoration: none;
    }

.group-dealer-content {
    background-color: #e7e7e7;
    color: black;
    font-size: 0.9em;
    padding: 10px 10px;
    text-align: left;
    text-transform: none;
}
/*end of Group page*/

.iconChecks,
.warningLightList,
.warningLightList input[type="submit"].btnPrimary {
    display: none;
}

.no-charge {
    display: none !important;
}

.cookie-banner.tinted {
    position: fixed;
    background-color: rgba(111,111,111,.5);
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0px;
}

/* no FF support */
/*.cookie-banner.tinted:has(button) {
    position: fixed;
    background-color: rgba(111,111,111,.5);
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0px;
}*/

.personalised-pricing-info-for-vehicle {
    background-color: #F4F8FD;
    font-size: 0.75em;
    margin-bottom: 3em;
    margin-top: 1em;
    padding: 1em 2em 1.5em 2em;
}

.personalised-pricing-info-for-vehicle .caption {
    color: black;
    font-size: 0.8em;
    font-weight: bolder;
    letter-spacing: 0.15em;
}

a.personalised-pricing-info {
    display: inline;
    font-family: 'BMWTypeNextLatin-Bold', sans-serif;
    text-decoration: none;
}

    a.personalised-pricing-info:focus, a.personalised-pricing-info:visited {
        color: #1C69D4;
    }

.flex-multi-line {
    display: flex;
    flex-wrap: wrap ;
}

.flex-single-line {
    display: flex;
    flex-wrap: nowrap;
}

.flex-item-right {
    margin-left: auto;
}

.bolder {
    font-weight: bolder;
}

.personalised-pricing-info-in-basket {
    background-color: #0653B60D;
    font-size: 0.8em;
    margin: 0.5em 0 0.5em 0;
    padding: 1em;
}

.servicesSelected .serviceDiscounts {
    clear: both;
    margin: 1em 0em 1em 0em;
    padding-top: 1em;
}

.servicesSelected .serviceDiscounts hr {
    display: none;
}

.servicesSelected .serviceDiscounts .serviceDiscountsTitle {
    background-color: #F3F6FB;
    padding: 1em;
}

.servicesSelected .accordion {
    top: 0px;
}

.servicesSelected .accordionContent {
    margin: 0px;
    position: relative;
    top: -0.2em;
}

.address-lookup-label {
    display: inline-block;
}

progress:not([value]) {
    margin-left: 1em;
    width: 100px;
}

.desktopBasket {
    display: none;
}

@media only screen and (min-width: 768px) {
    .mobileBasket {
        display: none;
    }

    .desktopBasket {
        display: block;
        float: right;
        margin-top: 40px;
         position: sticky;
        top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .mobileBasket {
        position: sticky;
        top: 0;
        z-index: 2;
        display: none;
    }

    .mobileBasket.show {
        display: block;
    }
}

.requestBasket {
    min-height: 65px;
    background-color: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0 0;
}

.requestBasket .contentHolder {
    padding-bottom: 14px;
}

@media only screen and (min-width: 768px) {
    .requestBasket {
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        width: 328px;
        background-color: #fff;
        padding: 22px 20px;
        position: initial;
    }

    .requestBasket .contentHolder {
        margin: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .requestBasket {
        right: 10%;
    }
}

.estimateHead {
    float: left;
    width: 40%;
    border-right: 1px solid #e6e6e6;
}

.requestBasket h2 {
    //font-family: 'BMWTypeNextLatin-Bold';
    text-transform: uppercase;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    padding:0;
}

.requestBasket h3 {
    padding:0;
}

.estimateHead h2 {
    padding-bottom: 4px;
}

.appointmentHead h2 {
    color: #666;
    padding-bottom:6px;
}

.estimateHead h3 {
    font-size: 1.125rem;
   // font-family: 'BMWTypeNextLatin-Regular';
}

.appointmentHead h3 {
   // font-family: 'BMWTypeNextLatin-Light';
    color: #666;
    font-size: 0.75rem;
}

.appointmentHead {
    background: url("images/v2/icons/iconStack.svg#ArrowDownBlue") 100% -5px no-repeat transparent;
    width: 50%;
    margin-left: 10%;
    float: left;
    text-decoration: none;
}

.appointmentHead.closed {
    background: url("images/v2/icons/iconStack.svg#ArrowUpBlue") 100% -5px no-repeat transparent;
}

.expandedBasket {
    /*border-top: 1px solid #e6e6e6;*/
    display: none;
}

@media only screen and (min-width: 768px) {
    .appointmentHead {
        background: none;
        cursor: default;
    }

    .appointmentHead.closed {
        background: none;
    }

    .expandedBasket {
        display: block;
    }
}

.expandedBasket p {
    font-size: 0.875rem;
    padding: 0 0 2px;
}

.expandedBasket .pleaseSelect {
    padding-bottom: 2em;
}

.expandedBasket .indicitive {
    //font-family: 'BMWTypeNextLatin-Bold';
    font-size: 0.75rem;
}

.expandedBasket a.closer {
    //font-family: 'BMWTypeNextLatin-Bold';
    text-decoration: none;
    padding-left: 8px;
    //color: #1C69D4;
    font-size: 0.75rem;
}

.basketItem {
    padding: 16px 0;
    /*border-bottom: 1px solid #e6e6e6;*/
}

.itemHolder {
    border-top: 1px solid #e6e6e6;
}

.addOns.contain {
    display: none;
}

.addOns.contain.itemHolder {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.basketEmpty {
    padding-top: 16px;
}

.basketItem .price {
    float: left;
    display: block;
    width: 40%;
}

.standardScope .duration-fragment {
    float: left;
    display: block;
    width: 40%;
}

.basketItem .strikePrice {
    display: block;
    color: rgba(38, 38, 38, 0.5);
    font-size: 0.75rem;
    text-decoration: line-through;
}

.basketItem .itemTitle {
    float: left;
    display: block;
    width: 60%;
}

.basketItem .itemTitle a {
    display: block;
    padding: 4px 0 0;
    text-decoration: none;
}

.addOns p {
    font-size: 0.75rem;
        padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    .expandedBasket .btnPrimary {
        width: 100%;
    }
}

.termsAndSubmit {
    padding: 16px 0 0;
}

.termsAndSubmit p {
    padding: 0 0 6px;
    font-size: 0.75rem;
    color: #666;
}

    .termsAndSubmit .aprNote p {
        padding: 2px 0 16px;
        font-size: 0.875rem;
        color: black;
    }

.termsAndSubmit .aprNote p a{
    text-decoration:none;
}

.termsAndSubmit .btnPrimary {
    margin: 20px auto 16px;
    float: none;
}

.termsAndSubmit .closer {
    text-align: center;
    padding: 0 0 16px;
    display: block;
}

@media only screen and (min-width: 768px) {
    .expandedBasket .btnPrimary {
        float: right;
    }

    .termsAndSubmit .btnPrimary {
        margin-bottom: 0;
    }

    .termsAndSubmit .closer {
        display: none;
    }
}

.standardScope.hidden {
    display: none;
}
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*
 *   Forms
 */

.stdForm {
    padding: 0;
    margin: 0 auto;
    max-width: 674px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 0 30px;
    padding: 6px 12px;
    font-size: 0.875rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (min-width: 768px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    textarea {
        height: 60px;
        line-height: 60px;
        font-size: 1rem;
    }
}

.stdForm textarea {
    height: 100px;
    line-height: 140%;
    resize: vertical;
    padding: 12px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .stdForm textarea {
        height: 160px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    line-height: initial;
    width: 100%;
    margin: 0 0 30px;
    padding: 6px 12px;
}

    select:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

@media only screen and (min-width: 768px) {
    select {
        height: 60px;
        font-size: 1rem;
    }
}

#CollectionAddress .collectionAddressContainerLabel {
    margin:20px 0 20px 0;
}

#CollectionAddress .collectionAddressContainerLabel label {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1.5em;
    font-family: 'BMWTypeNextLatin-Light';
}


.editor-label label {
    font-size: 0.75rem;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 0.08em;
    color: #666;
    text-transform: uppercase;
    font-family: 'BMWTypeNextLatin-Bold', sans-serif;
}

p label,
.labelCopy {
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    p label.checkRadioHolder {
        text-transform: none;
    }

@media only screen and (min-width: 768px) {

    #CollectionAddress .collectionAddressContainerLabel label {
        font-size: 1.125rem;
    }

    .editor-label label {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

    p label,
    .labelCopy {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

        p label.smallLab {
            font-size: 0.625rem;
            margin-top: 12px;
        }

    .jobCommentsCounter {
        font-size: 0.5rem
    }
}

form p {
    padding: 0;
}

    form p.info {
        line-height: 22px;
        margin-bottom: 25px;
    }

    form p.info.subheading {
        text-align: center;
    }

.checkRadioHolder {
    display: block;
    position: relative;
    padding: 2px 42px 0 38px;
    margin: 0 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    color: #262626;
    letter-spacing: initial;
    line-height: 140%;
}

    .checkRadioHolder .labelLineBreak {
        padding-top: 8px;
        display: block;
    }

    .checkRadioHolder .labelwithToolTips {
        padding-top: 0px;
        display: block;
        padding-right: 30px;
        margin-bottom: 30px;
    }

        .checkRadioHolder .labelwithToolTips .toolTip {
            position: absolute;
            top: -10px;
            right: -10px;
        }


    .checkRadioHolder .originalPrice {
        text-decoration: line-through;
        opacity: 0.5;
        font-size: 0.75rem;
        color: #262626;
        margin-left: 5px;
    }

.inlineRadio .checkRadioHolder {
    float: left;
}

.iconChecks {
    margin-top: 30px;
}

    .iconChecks .checkRadioHolder {
        padding: 4px 20px 26px 90px;
        position: relative;
    }

        .iconChecks .checkRadioHolder:before {
            content: "";
            width: 46px;
            height: 46px;
            background: url("images/v2/icons/serviceIcons.png") 0 0 no-repeat transparent;
            background-size: 46px 609px;
            position: absolute;
            top: -11px;
            left: 35px;
        }

    .iconChecks .brakeFluid:before {
        background-position: 0 0;
    }

    .iconChecks .dieselParticulateFilter:before {
        background-position: 0 -46px;
    }

    .iconChecks .frontBrakes:before {
        background-position: 0 -92px;
    }

    .iconChecks .microfilter:before {
        background-position: 0 -138px;
    }

    .iconChecks .mot:before {
        background-position: 0 -184px;
    }

    .iconChecks .oilService:before {
        background-position: 0 -230px;
    }

    .iconChecks .rearBrakes:before {
        background-position: 0 -276px;
    }

    .iconChecks .sparkPlugs:before {
        background-position: 0 -322px;
    }

    .iconChecks .vehicleCheck:before {
        background-position: 0 -368px;
    }

    .iconChecks .airfilter:before {
        background-position: 0 -565px;
    }

    .iconChecks .fuelfilter:before {
        background-position: 0 -520px;
    }

    .iconChecks .doubleClutchTransmission:before {
        background-position: 0 -420px;
    }

    .iconChecks .rearAxleDifferential:before {
        background-position: 0 -470px;
    }

    .iconChecks .gasPressureProps:before {
        background-position: 0 -470px;
    }

@media only screen and (min-width: 768px) {
    .checkRadioHolder {
        font-size: 1rem;
    }
}

.checkRadioHolder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #262626;
}

.radioMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #262626;
    border-radius: 50%;
}

    .checkmark:after,
    .radioMark:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkRadioHolder input:checked ~ .checkmark:after,
.checkRadioHolder input:checked ~ .radioMark:after {
    display: block;
}

.checkRadioHolder .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkRadioHolder .radioMark:after {
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.checkList .checkRadioHolder {
    float: left;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .checkList .checkRadioHolder {
        width: 20%;
    }
}

.field-validation-error {
    background: url(images/v2/icons/iconStack.svg#ErrorTip) -12px -11px transparent no-repeat;
    color: #E22718;
    position: relative;
    top: -26px;
    padding: 3px 0 0 28px;
    display: block;
    font-size: 0.875rem;
}

select.input-validation-error,
textarea.input-validation-error,
input.input-validation-error {
    border-color: #E22718;
}

.stdForm p a {
    font-size: 0.875rem;
    text-decoration: none;
    padding-bottom: 20px;
    /* display: block; */
    /* position: relative; */
    /* top: -23px; */
}

    .stdForm p a:hover {
        /* text-decoration: underline; */
    }

.resetPassword {
    padding-bottom: 20px;
}

.marketingChannelsTip {
    position: relative;
}

    .marketingChannelsTip .toolTip {
        font-size: 0.875rem;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -13px;
        padding-bottom: 0px;
    }



/*
 *   Tool tips
 */

.toolTip {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    top: -9px;
}

.tipContent {
    clear: both;
    background-color: #f5f5f5;
    padding: 5% calc(5% + 44px) 5% 5%;
    position: relative;
    top: -30px;
}

.tipClose {
    background: url("images/v2/icons/iconStack.svg#IconSmallCloseGrey") no-repeat 0 0 transparent;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    box-shadow: none;
    text-indent: -9999px;
}

.tipContent ul {
    margin-left: 0;
    padding-left: 20px;
}

.tipContent a,
.tipContent ul li,
.tipContent p,
.tipContent div {
    font-size: 0.875rem;
    top: unset;
}

.tipContent p,
.tipContent ul li,
.tipContent div {
    color: #666;
}

.tipContent a {
    text-decoration: none;
}

.hiddenTip {
    display: none;
}

    .hiddenTip.tipOpen {
        display: block;
    }


/*
 *   Service select form mods
 */

.serviceSelection p.contain {
    position: relative;
}

.serviceSelection .toolTip {
    position: absolute;
    top: auto;
    bottom: -12px;
    right: 0;
}

.serviceSelection .tipContent {
    top: 0;
}

.serviceSelection .checkRadioHolder {
    margin-top: 10px;
}

.serviceContainer.servicejob.group .checkRadioHolder {
    padding-right: 0px;
}

.serviceSelection .checkRadioHolder.promoPrice {
    padding-right: 0px;
}

.serviceContainer.servicejob.group.has-comments .stdForm.contain {
    display: none;
}

.marketing-prefs-container .checkRadioHolder {
    /* margin-top: 20px; */
    margin-bottom: 22px;
    display: inline-block;
}

.marketing-prefs-container .consent {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}

.serviceSelection .toolTip.jobInformationLink {
    position: relative;
    display: inline-block;
    top: -2px;
    width: 24px;
    height: 24px;
    background-position: -10px -10px;
    float: right;
}

.marketing-prefs-container .tipContent {
    margin-bottom: 20px;
}

.marketing-prefs-container .labelCopy {
    color: #262626;
}


.serviceContainer.servicejob.group .checkRadioHolder {
    margin: 0px;
}


@media only screen and (min-width: 768px) {
    .serviceSelection .checkRadioHolder {
        font-size: 0.875rem;
    }

    .serviceSelection textarea {
        height: 100px;
        font-size: 0.875em;
    }
}

@media only screen and (min-width: 768px) {
    textarea {
        font-size: 0.875em;
    }
}

/* new CSS for booking process */

/* .addOns,
.termsAndSubmit,

*/
#invisibleListWrapper,
.aprNote,
.appointmentForm,
.tyresFormStep,
.iconChecks,
.estimateStep,
.flexWrapper .serviceItem,
.timeChoosePm,
.unsureAboutYourNeedsTop,
.unsureAboutYourNeedsBottom,
.warningLightList,
.bookingBox.tyres,
.warningLightList input[type="submit"].btnPrimary {
    display: none;
}

#ServiceList {
    margin-top: 10px;
}

.flexWrapper {
    display: flex;
    flex-direction: column;
}

.serviceItem {
    order: 10;
}

.motServiceItem {
    order: 5;
}

    .motServiceItem h4 {
        padding-top: 1em;
    }

.textTransformUpper {
    text-transform: uppercase;
}

.strikethroughServiceJob label,
.strikethroughServiceJob .checkRadioHolder.promoPrice .labelLineBreak {
    pointer-events: none;
    text-decoration: line-through 1px solid #cdcdcd;
    color: #cdcdcd;
}

.strikethroughServiceJob .checkRadioHolder input:checked ~ .checkmark {
    background: #e6e6e6;
    border: 1px solid #cdcdcd;
}

    .strikethroughServiceJob .checkRadioHolder input:checked ~ .checkmark:after {
        border-color: #c0c0c0;
    }

.strikethroughServiceJob .toolTip {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}


.radio-button-list input[type=radio],
#results input[type=radio],
#AppointmentWaitingOptionsList input[type=radio],
#AppointmentDatesList input[type=radio],
#AppointmentTimesList input[type=radio],
#DropOffTimes input[type=radio],
#PickUpTimes input[type=radio] {
    position: absolute;
    left: -100px;
    height: 0px;
    width: 0px;
    /* n.b: DONT use display: none - as it breaks .net clientside validation;*/
    visibility: hidden; /*display: none;*/
}

.dateChoose {
    display: block;
}

.is-environmental-charge .itemTitle .remove-service-item {
    display: none;
}

.manageBookingTitle {
    font-size: 0.875rem;
}

.manageBookingListItems,
.benefits {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .manageBookingListItems li,
    .benefits li {
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0px;
        margin: 0px;
    }


.manageBookingListItems,
.benefits {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .manageBookingListItems li,
    .benefits li {
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0px;
        margin: 0px;
    }

@media only screen and (min-width: 768px) {
    .benefits li {
        font-size: 1rem;
    }
}

.benefitsTitle {
    margin-top: 10px;
}

.createAccountGroup {
    margin-bottom: 20px;
    margin-top: 6px;
}

.address-picklist > div {
    padding: 16px 12px;
    border-bottom: 1px solid #E6E6E6;
}

.address-picklist-container {
    margin: 0px 0px 20px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
    margin-top: -30px;
    overflow: auto;
    height: 400px;
    margin-left: 2px;
}

.use-address-entered em {
    padding: 12px 12px;
    font-size: 12px;
    line-height: 1rem;
    text-decoration: underline;
    font-style: normal;
    display: block;
}

.customerDetails {
    margin-top: 37px;
}


/*  appountment page  button fixes */

#postPlan {
    margin-bottom: 28px;
    width: 100%;
}

#postPlan .btnPrimary {
    width: 100%;
}

.forceShow {
    display: block !important;
}

.selectSize {
    font-size: 0.875rem;
    line-height: 22px;
    display: inline-block;
    padding-right: 40px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 25px;
}

.selectSize .toolTip {
    position: absolute;
    top: -10px;
    right: -10px;
}


.tyreInfoCopy {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}


.search-again-link {
    margin-bottom:30px;
}

.alertText {
    color: red;
}

.cancelBookingOverlay {
    padding: 1em;
}

/*Temporary - remove once KL fix their endpoint*/
label[for=cancelAndRebook] {
    display: none !important;
}

.security-answers {
    margin: 25px 0;
}

.cancelBookingOverlay button {
    float: none !important;
}

.mandatory-checkbox-error, .mandatory-radiobutton-error {
    background: url(/images/v2/icons/iconStack.svg#ErrorTip) -1em 0em transparent no-repeat;
    padding: 0.8em 0 1em 2em;
    clear: both;
    color: #E22718;
    display: none;
    font-size: 0.875rem;
}

.use-address-entered:hover  {
    cursor: pointer;
}
    .modalBody {
        overflow: hidden;
    }

    .modalScroll {
        position: relative;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.6);
        overflow: auto;
    }

.modalOuter, .modalOuter.large {
    position: relative;
    top: 82px;
    margin-bottom: 182px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1000;
    background: #fff;
}

.modalOuter {
    max-width: 800px;
}

    .modalOuter.large {
        max-width: 1400px;
    }

    .modalOuter.small {
        max-width: 580px;
    }

    .modalInner h2,
    .modalInner h3,
    .modalInner h4,
    .modalInner h5 {
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding-bottom: 24px;
    }

.modalInner {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 1em;
    position: relative;
}

    .modalInner p {
        font-size: 0.875rem;
        line-height: 1.375rem;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 16px;
        text-align: left;
    }

    .modalInner ul {
        font-size: 0.875rem;
        padding-bottom: 16px;
        padding-right: 45px;
    }

    .modalInner li {
        padding-bottom: 10px;
    }

    .modalInner .modelActions {
        max-width: 256px;
        margin: 20px auto 50px;
        clear: both;
        display: block;
    }

        .modalInner .modelActions .btnPrimary {
            width: 100%;
            margin-bottom: 20PX;
        }

        .modalInner .modelActions a {
            text-align: center;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
            text-decoration: none;
            font-size: 0.75rem;
            line-height: 1rem;
        }


    @media screen and (min-width: 768px) {
        .modalOuter {
            top: 205px;
            margin-bottom: 400px;
        }

        .modalInner h2,
        .modalInner h3,
        .modalInner h4,
        .modalInner h5 {
            font-size: 1.75rem;
            line-height: 2.25rem;
        }

        .modalInner p {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-left: 2em;
            padding-right: 2em;
            text-align: left;
        }
    }

.modal {
    display: none;
}

        .modal.modalOpen {
            display: block;
        }

    .modelContent {
        padding: 0px 60px;
        position: relative;
    }

    .modalInner .modelContent.tyreSizeModel {
        padding: 0;
        position: relative;
    }

    .modalClose {
        position: absolute;
        width: 44px;
        height: 44px;
        top: -60px;
        right: 0;
    }

    .immersive-dialog {
        min-width: 80%;
        width: 80% !important;
    }

    @media only screen and (min-width: 1200px) {
        .immersive-dialog {
            width: 1000px !important;
        }
    }

    @media only screen and (max-width: 1000px) {
        .immersive-dialog {
            min-width: 80%;
            width: 80% !important;
        }
    }

    @media only screen and (max-width: 800px) {
        .modal-dialog {
            max-width: 95% !important;
        }
    }

    .modal-dialog {
        max-width: 50% !important;
    }



    /** 
        Modal form - retail contact booking 
    *
    */

    .retailer-contact-info {
        margin: 20px;
    }

        .retailer-contact-info button {
            display: block;
            margin-bottom: 20px;
            margin-top: 20px;
            width: 95%;
        }

        .retailer-contact-info .content {
            padding: 15px;
        }

        .retailer-contact-info .send-customer-details-to-retailer img {
            display: none;
            vertical-align: middle;
        }

        .retailer-contact-info .retailer-contact-items {
            margin-top: 20px;
            margin-bottom: 0px !important;
        }

        .retailer-contact-info div {
            display: block;
            margin-bottom: 20px;
            clear: both;
        }

    .send-customer-details-to-retailer {
        margin-bottom: 20px;
    }

    .retailer-telephone label {
        display: inline-block;
        font-weight: bold;
    }

.retailer-contact-info .sending-callback-request {
    background: rgba(230, 230, 230, 0.3);
    display: none;
    text-align: center;
    padding: 42px;
    line-height: 1.5rem;
}

.retailer-contact-info .sent-callback-request {
    background: rgba(230, 230, 230, 0.3);
    display: none;
    text-align: center;
    padding: 42px;
    line-height: 1.5rem;
}

.retailer-contact-info .callback-request-failed {
    color: red;
    display: none;
    text-align: center;
    background: rgba(230, 230, 230, 0.3);
    padding: 42px;
    line-height: 1.5rem;
}

    .callback-details {
        display: none;
    }

        .callback-details .field {
            display: inline-block;
            font-weight: bold;
            min-width: 100px;
        }

        .callback-details .instructions {
            padding: 30px 0px;
        }

    .callback-deleted {
        padding-bottom: 30px;
        display: none;
    }


    .tyreKey {
        font-size: 1.875rem;
        line-height: 2.5rem;
        text-align: center;
        color: #E6E6E6;
        margin: 44px auto;
        width: 235px;
    }

        .tyreKey span {
            color: #262626;
            position: relative;
            font-size: 1.875rem;
            line-height: 2.5rem;
            text-align: center;
        }

            .tyreKey span b {
                height: 20px;
                width: 20px;
                display: inline-block;
                position: absolute;
                color: #fff;
                font-size: 0.75rem;
                line-height: 0.75rem;
                border-radius: 10px;
                font-style: normal;
                padding: 3px 0px;
                top: -26px;
                text-align: center;
            }

            .tyreKey span .numb1 {
                left: 19px;
            }

            .tyreKey span .numb2 {
                left: 9px;
            }

            .tyreKey span .numb3 {
                left: 5px;
            }

            .tyreKey span .numb4 {
                left: 0px;
            }

    .tyreKeyList {
        list-style-type: none;
        border-top: 1px solid #e6e6e6;
        margin-top: 58px;
        padding-top: 20px;
    }

        .tyreKeyList li {
            font-size: 0.875rem;
            padding-bottom: 6px;
            width: 264px;
            margin: 0 auto;
        }

            .tyreKeyList li b {
                height: 20px;
                width: 20px;
                display: inline-block;
                position: relative;
                color: #fff;
                font-size: 0.625rem;
                line-height: 0.625rem;
                border-radius: 10px;
                font-style: normal;
                padding: 4px 0;
                top: -2px;
                margin-right: 11px;
                text-align: center;
            }


    @media only screen and (min-width: 768px) {
        .modalInner.tyreSizeModel {
            padding: 48px 0 40px;
        }

        .tyreSizeModel h2,
        .tyreSizeModel h3,
        .tyreSizeModel h4,
        .tyreSizeModel h5 {
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .tyreKey {
            font-size: 2.4375rem;
            line-height: 2.5rem;
            width: auto;
            margin: 58px auto;
        }

            .tyreKey span {
                font-size: 2.4375rem;
                line-height: 2.5rem;
            }

                .tyreKey span b {
                    height: 26px;
                    width: 26px;
                    font-size: 1rem;
                    line-height: 1rem;
                    border-radius: 13px;
                    font-style: normal;
                    padding: 5px 0px;
                    top: -32px;
                }

        .tyreKeyList li {
            width: 521px;
        }

        .tyreKeyList li {
            font-size: 1rem;
        }

        .tyreKeyList {
            margin-top: 65px;
            padding-top: 30px;
        }
    }



    /** 
        Jquery UI model override 

    */
    .ui-widget-overlay {
        opacity: 1;
        filter: alpha(Opacity=100); /* support: IE8 */
        background: rgba(0,0,0,0.6);
        overflow: auto;
    }

    .ui-widget-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .ui-widget.ui-widget-content {
        border: none;
    }

    .ui-widget-content {
        border: none;
        background: #fff;
        color: #333333;
        border-radius: 0;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 25PX;
        position: relative;
        height: 70px;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-transform: uppercase;
    }

    .ui-widget.ui-widget-content {
        border: none;
        margin-top: 50px;
        margin: 80px 25px;
        width: auto !important;
        max-width: 600px;
        top: 30px !important;
    }


    /* 
        Icons 
    *
    */
    .ui-datepicker .ui-icon {
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
        left: .5em;
        top: .3em;
    }

    .ui-dialog {
        position: absolute;
        top: 0;
        left: 0;
        padding: .2em;
        outline: 0;
    }

        .ui-dialog .ui-dialog-titlebar {
            padding: 25PX;
            position: relative;
            height: 70px;
            BACKGROUND: TRANSPARENT;
            BORDER: NONE;
        }

        .ui-dialog .ui-dialog-title {
            float: left;
            margin: .1em 0;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.5rem;
            TEXT-TRANSFORM: UPPERCASE;
        }

    .retailer-contact-info p {
        font-size: 0.875rem;
        line-height: 1.375rem;
        padding-bottom: 16px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        font-weight: normal;
        color: #FFF;
        width: 44px;
        height: 44px;
        border-radius: 0;
        top: -60px;
        right: -5px;
        border: none;
    }


    @media screen and (min-width: 768px) {

        .ui-dialog .ui-dialog-title {
            font-size: 1.75rem;
            line-height: 2.25rem;
        }

        .retailer-contact-info p {
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: center;
        }
    }

    .send-customer-details-to-retailer {
        /* display: block; */
        /* clear: both; */
        /* width: 100%; */
        margin-bottom: 20px;
    }

    #sendCustomerDetailsToRetailer {
        display: block;
        clear: both;
        width: 100%;
        display: block;
        height: 44px;
        color: #fff;
        text-align: center;
        padding: 12px 48px;
        font-size: 0.75em;
        text-decoration: none;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .retailer-contact-info p label {
        text-align: left;
    }



    /**
        Cancel rebook layout
    */

    .cancelBooking h4 {
        margin-bottom: 0 !important;
        padding-bottom: 10px;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .cancelBooking .cancelBookingSlot {
        text-align: center;
        display: block;
        padding-bottom: 23px;
    }

    .cancelBooking .cancelBookingNote {
        text-align: left;
        padding-top: 14px;
    }


    @media screen and (min-width: 768px) {
        .cancelBooking .inlineRadio {
            display: flex;
        }

        .cancelBooking h4 {
            font-size: 1.75rem;
            line-height: 2.25rem;
        }

        .cancelBooking .inlineRadio label {
            display: inline-block;
            width: 50%;
        }
    }

/*
 *   CSS Reset
 */

/* - stop gap if only inline element in block level container - */
img,object,embed{border:none;}
html,body,div,pre,form,table,fieldset,h1,h2,h3,h4,h5,h6,dl,hr,p,blockquote{margin:0;padding:0;}
a img,:link img,:visited img,fieldset{border:none; color:#FFFFFF;}
a, a:focus {outline: none;}

/* - table - */
table {border-collapse:collapse;}
td, th {vertical-align:top; text-align: left;}

/* - contain - */
.contain:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
.contain{display:inline-table;}
* html .contain{/* nomac \*/height:1%;/* nomac */}
.contain{display:block;}

/* - adds box sizing for improved responsive grids - */
*, *::before, *::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* - clear and float - */
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.floatLeft {float: left;}
.floatRight {float: right;}

/* - allows accessible code without changing the visual design - */
label.access, .access, hr.access {background-color: inherit; color: #ffffff; position: absolute; overflow: hidden; border: none; left: -10999px; width: 990px; height: 0;}


a, a:link, a:active, a:visited {
    -webkit-tap-highlight-color: transparent;
}

button, input {
    -webkit-tap-highlight-color: transparent;
}

button {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    
}

button:hover {
    cursor: pointer;
}

/**Accordian */

.accordian {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    top: 10px;
}

.accordionContent {
    display: none;
}

.accordianContent .bookingBox .tyreSpecItem input[type=radio] {
    left: -100px;
    height: 0px;
    position: absolute;
    width: 0px;
    visibility: hidden;
}

.accordionToggle {
    cursor: pointer;
}

.accordianItem h4.accordionToggle {
    border-bottom: 1px solid #E6E6E6;
    color: #262626;
    cursor: pointer;
    display: block;
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-top: 51px;
    margin-bottom: 13px;
    padding-bottom: 21px;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

.accordianItem.open {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 21px;
}

.accordianItem {
    border-bottom: none;
}

.accordianItem .accordianContent {
    display: none;
}

.accordianItem.open .accordianContent {
    display: block !important;
}

.accordionArrow {
    position: absolute;
    right: 10px;
}

.arrow {
    border: solid #1C69D4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}




/*
 *   Alert area
 */

.alertArea {
    background-color: #1c69d4;
    color: #fff;
    min-height:40px;
    position: relative;
    width:100%;
    opacity:1;
    transition: 0.1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
    padding: 12px 0;
}

    .alertArea.mini {
        background-color: #0085AC;
    }

.alertArea .readMoreContent {
    max-width: 83%;
    float: left;
}

.alertArea p {
    color: #fff;
    font-size: 0.75rem;
}

.alertArea p a,
.alertArea h2 {
    color: #fff;
}

.alertArea h2 {
    font-size: 0.875rem;
    padding-bottom: 1em;
    max-width: 83%;
}

.alertArea a.readMoreControl {
    color: #fff;
    cursor: pointer;
    clear: both;
    display: block;
    font-size: 0.75rem;
    font-family: 'BMWTypeNextLatin-Bold', sans-serif;
}

.alertClose {
    background: url("/images/v2/icons/iconStack.svg#IconClose") 0 0 no-repeat transparent;
    background-size: cover;
    width: 44px;
    height: 44px;
    float: right;
    text-indent: -9999px;
}

.readMoreCover {
    height: 64px;
    overflow: hidden;
    position: relative;
}

.readMoreCover:after {
    content: "";
    display: block;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to top, rgba(28,105,212,1), rgba(28,105,212,0));
}

    .readMoreCover.mini:after {
        background-image: linear-gradient(to top, rgba(0, 133, 172, 1), rgba(0, 133, 172, 0));
    }

    @media only screen and (min-width: 768px) {
        .alertArea {
        top: 0px;
    }
}

@media only screen and (min-width: 1280px) {
    .mainBodyHolder .alertArea .contentHolder {
        margin-left: 10%;
    }
}

/**
    cardAccesssories
*/


.accessoriesCard {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 25px 5% 20px;
    position: relative;
}

.accessoriesCard .accessoriesCardTitle {
    font-size: 0.875rem;
    line-height: 1.063rem;
    margin-bottom: 9px;
    padding-right: 90px;
    height: 74px;
}



.accessoriesCard .fittedPriceCopy {
    margin-bottom: 12px;
}


.accessoriesCard .fittedPriceCopy span {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 10px;
}

.accessoriesCardAction a {
    background-image: url(images/v2/icons/iconStack.svg#arrowRightGrey03);
    background-position: 102% 0;
    background-repeat: no-repeat;
    border-top: 1px solid #e6e6e6;
    color: #000;
    display: block;
    font-size: 0.75rem;
    line-height: 1.063rem;
    padding: 12px 50px 12px 0;
    text-decoration: none;
}

    .accessoriesCardAction a:first-child {
        border-top: none;
    }

.numberOfAccessories {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.accessoriesCardList .noDetails {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .accessoriesCardList {
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .accessoriesCard {
        width: 48.5%;
        padding: 16px 2%;
    }
}

@media only screen and (min-width: 1120px) {
    .accessoriesCard {
        padding: 16px 5%;
    }
}

/**
    cardTyre
*/


.tyreCard {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 22px 5%;
    position: relative;
}

    .tyreCard .tyreCardTitle {
        font-size: 1.25rem;
        line-height: 2rem;
        margin-bottom: 3px;
        padding-right: 90px;
    }

    .tyreCard .tyreCardDescription {
        font-size: 0.875rem;
        line-height: 1.063rem;
        margin-bottom: 9px;
        padding-right: 90px;
    }

    .tyreCard .tyreCardSize,
    .tyreCard .tyreCardInfo {
        color: #000;
        display: inline-block;
        font-size: 0.875rem;
        line-height: 1.375rem;
        margin-bottom: 5px;
        padding-right: 90px;
        text-transform: uppercase;
    }

    .tyreCard .tyreCardInfo {
        margin-bottom: 15px;
        text-transform: none;
        height: 22px;
        display: block;
    }


    .tyreCard .fittedPriceCopy {
        color: #000;
        font-size: 0.875rem;
        line-height: 1.375rem;
        margin-bottom: 15px;
    }

        .tyreCard .fittedPriceCopy span {
            display: block;
            font-size: 0.75rem;
            line-height: 1rem;
            margin-bottom: 10px;
        }

    .tyreCard .tyreCardCopy {
        display: block;
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 15px;
        padding-right: 30px;
        position: relative;
    }

p.tyreCardCopy .toolTip {
    position: absolute;
    right: -7px;
    top: -14px;
}

.tyreCardAction a,
.accessoryCardAction a {
    background-image: url(images/v2/icons/iconStack.svg#arrowRightGrey03);
    background-position: 102% 0;
    background-repeat: no-repeat;
    border-top: 1px solid #e6e6e6;
    color: #000;
    display: block;
    font-size: 0.75rem;
    line-height: 1.063rem;
    padding: 12px 50px 12px 0;
    text-decoration: none;
}

    .tyreCardAction a:first-child,
    .accessoryCardAction a:first-child {
        border-top: none;
    }

.numberOfTyres {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.tyreCardList .noDetails {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .tyreCardList {
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .tyreCard {
        width: 48.5%;
        padding: 16px 2%;
    }
}

@media only screen and (min-width: 1120px) {
    .tyreCard {
        padding: 16px 5%;
    }
}


/**
*
    
*/

@media only screen and (min-width: 1024px) {
    .reviewTyreItems {
        width: 48.5%;
    }

        .reviewTyreItems .tyreCard {
            width: 100%;
        }
}

.tyreSelectReview .tyresSelectTitle {
    color: #262626;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/**
    accessoryCard
*/


.accessoryCard {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 22px 5%;
    position: relative;
}

    .accessoryCard .accessoryCardTitle {
        font-size: 1.25rem;
        line-height: 2rem;
        margin-bottom: 3px;
        padding-right: 90px;
    }

    .accessoryCard .accessoryCardDescription {
        font-size: 0.875rem;
        line-height: 1.063rem;
        margin-bottom: 9px;
        padding-right: 90px;
    }

    .accessoryCard .accessoryCardSize {
        color: #000;
        display: inline-block;
        font-size: 0.875rem;
        line-height: 1.375rem;
        margin-bottom: 15px;
        padding-right: 90px;
        text-transform: uppercase;
    }


    .accessoryCard .fittedPriceCopy {
        color: #000;
        font-size: 0.875rem;
        line-height: 1.375rem;
        margin-bottom: 15px;
    }

        .accessoryCard .fittedPriceCopy span {
            display: block;
            font-size: 0.75rem;
            line-height: 1rem;
            margin-bottom: 10px;
        }

    .accessoryCard .accessoryCardCopy {
        display: block;
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 15px;
        padding-right: 30px;
        position: relative;
    }



@media only screen and (min-width: 1024px) {

    .accessoryCard {
        width: 48.5%;
        padding: 16px 2%;
    }
}

@media only screen and (min-width: 1120px) {
    .accessoryCard {
        padding: 16px 5%;
    }
}

@media only screen and (min-width: 1024px) {

    .reviewTyreItems .accessoryCard {
        width: 100%;
    }
}


/*
 *   Confirmation Message
 */

.confirmationMessageContent .title {
    background-size: 44px auto;
    background: url(images/union.png) 50% 62px no-repeat;
    padding: 135px 0 0 0;
    background-size:44px;
}

.confirmationMessageBox {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 10px 20px 20px 20px;
    padding: 30px 20px;
}


.confirmationMessageBox h4 {
    font-size: 1rem;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.confirmationMessageBox p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-bottom: -1px;
}

.confirmationMessageBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.confirmationMessageBox li {
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0 0 20px 0px;
    position: relative;
}

.confirmationMessageBox li:last-child {
    margin-bottom: 1px;
}

.confirmationMessageBox li:before {
    border-radius: 2px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: -10px;
    width: 4px;
}

.confirmationMessageBox li:first-child:before {
    display: none;
}

.confirmationMessageBox a {
    display: block;
    font-size: 0.75rem;
    padding: 20px 0 0;
    text-align: center;
    text-decoration: none;
}

.confirmationMessageItem {
    border-top: 1px solid #E6E6E6;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 31px;
}

.confirmationMessageItem:first-child {
    border-top: none;
    padding-top: 0px;
}


@media only screen and (min-width: 768px) {
    .confirmationMessageBox h4 {
        font-size: 1.125rem;
    }

    .confirmationMessageBox p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .confirmationMessageBox li {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .confirmationMessageBox {
        padding: 40px 50px;
    }

    .confirmationMessageItem {
        padding-bottom: 40px;
    }

    .confirmationMessageBox {
        margin-bottom: 10px;
    }
}

.connectedBmwBannerMessageBox {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 50px 20px 28px 20px;
}

@media only screen and (max-width: 430px) {

    .connectedBmwBanner {
        display: flex;
        flex-direction: column-reverse;
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 430px) {
    .connectedBmwBanner {
        display: flex;
        font-size: 0.8em;
        height: 226px;
    }
}

@media only screen and (min-width: 431px) {
    .connectedBmwBanner {
        display: flex;
        font-size: 0.8em;
    }
}
        /*   .connectedBmwBanner messageBox {
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        margin: 50px 20px 28px 20px;
    }*/

        .connectedBmwBanner img {
            object-fit: cover;
            position: relative;
            width: 100%;
        }

    @media only screen and (max-width: 430px) {

        .connectedBmwBanner .item {
            flex-grow: 1;
        }
    }

    @media only screen and (min-width: 431px) {
        .connectedBmwBanner .item {
            flex: 1 1 0;
            width: 0;
        }
    }

    .connectedBmwBanner .contentWithLink {
        padding: 2.5em;
        font-size: 1.1em;
    }

    .bmwOnlyFooterMessage {
        font-size: 0.7em;
        padding: 2em 4em 2em 4em !important;
        max-width: 674px;
        line-height: 1.6em;
    }

/*
 *   Cookie message - overrides from v1 ROLN import
 */

.pageWrap .bmw-eprivacy .container {
    width: 100%;
    display: block;
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container {
    padding: 0;
}

.pageWrap .bmw-eprivacy .bmw-eprivacy-banner {
    padding: 44px 0;
}

.pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container h2,
.pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container h3,
.pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container h4 {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container p {
    font-size: 0.75rem;
    line-height: 170%;
    padding: 0 0 1em;
}

.pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container a {
    display: block;
    margin: 0;
    padding: 0 0 3em;
    font-size: 0.75rem;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .pageWrap .bmw-eprivacy .bmw-eprivacy-banner {
        padding: 60px 0;
    }

    .pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container p {
        font-size: 0.875rem;
    }

    .pageWrap .bmw-eprivacy .bmw-eprivacy-banner__container a {
        font-size: 0.875rem;
    }

    .pageWrap .bmw-eprivacy .container {
        padding: 0 10%;
    }
}


.tyreFilters {
    background-image: url(images/v2/icons/iconStack.svg#ArrowDownBlue);
    background-position: 100% 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
}

.tyreFilters span {
    color: #000;
    pointer-events: none;
}

.tyreFilters span span {
    color: #666;
    pointer-events: none;
}

.tyreFilterContent {
    display: none;
    padding-top: 8px;
    position: relative;
}

.openFilter .tyreFilterContent {
    display: block;
}

.tyreFilters .checkmark {
    height: 20px;
    width: 20px;
}

.tyreFilters .checkRadioHolder {
    font-size: 0.875rem;
    line-height: 160%;
    padding: 0 20px 0 35px;
    margin: 24px 0 6px;
    width: calc(100% - 50px);
}

.tyreFilterContent .checkRadioHolder .checkmark:after {
    left: 7px;
    top: 3px;
}

.tyreFilters.sortFilter .checkRadioHolder {
    padding: 0 0 0 35px;
    width: 100%;
}

.tyreFilters .tyreFiltersubContent .checkRadioHolder {
    width: 100%;
}

.tyreFilters .withSubContent {
    position: relative;
    cursor: pointer;
}

.tyreFilters .withSubContent button {
    border: none;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -14px;
    width: 44px;
    z-index: 10;
}

.tyreFiltersubContent {
    padding: 0 0 0 38px;
}

@media only screen and (min-width: 768px) {

    .tyreFilters {
        background-position: 100% -2px;
        position: relative;
        /*float: left;
        width: auto;*/
        border: 1px solid #E6E6E6;
        height: 44px;
        border-radius: 22px;
        padding: 13px 44px 0 16px;
        font-size: 0.75rem;
        margin-right: 16px;
        width: calc(100% - 120px);
        float: right;
    }

    .tyreFilters.sortFilter {
        float: right;
        margin-right: 0;
    }

    .tyreFilterContent {
        background-color: #fff;
        border: 1px solid #E6E6E6;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        left: 0;
        padding: 0 5px 15px 20px;
        position: absolute;
        top: 56px;
        width: 295px;
        z-index: 10;
    }

    .tyreFilterContent.withSliders {
        width: 350px;
    }

    .sortFilter .tyreFilterContent {
        left: auto;
        right: 0;
    }
}


/**
    Offer Total
*/

/*.tyreTotal {
    clear: both;
    color: #666;
    display: block;
    font-size: 0.875rem;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.tyreTotal span {
    color: #262626;
}

@media only screen and (min-width: 768px) {
    /*.tyreTotal {
        padding-top: 34px;
        padding-bottom: 21px;
    }*/
}


/*
 *   Filter menu on offers page
 */

.setFiltersOpen header,
.setFiltersOpen .mainBodyHolder,
html.setFiltersOpen:after {
    display: none;
}

.offerFiltersMenu {
    display: none;
}

.setFiltersOpen .offerFiltersMenu {
    display: block;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.setSortOpen .pageWrap:before {
    content: "";
    width: 100vw;
    position: absolute;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 99;
}

@media only screen and (min-width: 768px) {
    .setFiltersOpen header,
    .setFiltersOpen .mainBodyHolder,
    html.setFiltersOpen:after,
    .setSortOpen header,
    .setSortOpen .mainBodyHolder,
    html.setSortOpen:after {
        display: block;
    }

    .setFiltersOpen .offerFiltersMenu {
        position: absolute;
        min-height: 100vh;
        width: 350px;
        z-index: 100;
        background-color: white;
    }

    .setSortOpen .tyreFilterContent {
        position: absolute;
        z-index: 100;
        background-color: white;
    }

    .setFiltersOpen .mainBodyHolder,
    .setFiltersOpen header,
    html.setFiltersOpen:after,
    .setFiltersOpen .pageWrap {
        position: fixed;
    }

    .setFiltersOpen .pageWrap {
        height: 100vh;
    }

    .setFiltersOpen .pageWrap:before {
        content: "";
        width: 100vw;
        position: absolute;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        z-index: 99;
    }
}

.offerFiltersMenu h2 {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1rem;
    padding: 20px 0;
    margin-bottom: 8px;
}

.offerFiltersMenu .filtersClose {
    background: url(images/v2/icons/iconStack.svg#IconCloseDark) 0 0 no-repeat transparent;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.offerFiltersMenu .filtersClose:hover {
    opacity: 0.6;
}

.filterWrap {
    padding: 0 5% 100px;
}

.filterType {
    border-bottom: 1px solid #e8e8e8;
}

.filterType:last-child {
    border-bottom: none;
}

.filterType .opener {
    position: relative;
    height: 56px;
    width: 100%;
    padding: 16px 0;
    text-align: left;
    background-color: white;
    font-size: 0.85rem;
    line-height: 1.375rem;
    color: #262626;
    font-family: 'BMWTypeNextLatin-Regular', sans-serif;
}

.filterType .opener:hover {
    opacity: 0.6;
}

.filterType .opener:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -10px;
    height: 44px;
    width: 44px;
}

.filterType .opener.open:after {
    transform: rotate(180deg);
}

.filterTypeOptions {
    padding: 10px 0 0 5px;
    display: none;
}

.filterTypeOptions .checkRadioHolder {
    font-size: 0.875rem;
    line-height: 100%;
    padding-left: 30px;
    margin-bottom: 26px;
}

.filterTypeOptions .checkmark {
    width: 16px;
    height: 16px;
}

.filterTypeOptions .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
}

.filterTypeOptions .checkGroup {
    padding: 0 0 0 5%;
}

.filterTypeOptions .sliderRadio {
    border: none;
    padding: 0 0 4px;
}

.filterTypeOptions .slideContainer {
    padding-left: 30px;
}

.filterTypeOptions .slideContainer label {
    font-size: 0.875rem;
}

.filterTypeOptions .radioMark {
    top: -3px;
}

.filterTypeOptions .sliderCurrent,
.filterTypeOptions .sliderMax {
    font-size: 0.875rem;
    padding-bottom: 22px;
}

.filterFooterButtons {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    background-color: white;
}

.filterFooterButtons button {
    width: 42.5%;
    float: left;
    margin-left: 5%;
}

@media only screen and (min-width: 768px) {
    .filterFooterButtons {
        width: 350px;
    }
}



.manufacturerModal {
    background: rgba(0,0,0,0.6);
    display: block;
    /*height: 100%;*/
    margin: 0;
    overflow: scroll;
    padding: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.manufacturerModalInner {
    background-color: #fff;
    background: #fff;
    padding: 1px 0;
}

.manufactureModelHeader {
    display: block;
}

.manufactureModelHeader a {
    color: #000;
    background-image: url(images/v2/icons/iconStack.svg#arrowLeftGrey03);
    background-position: -2% 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 20px 0 20px;
    text-align: center;
    text-decoration: none;
}

.manufactureModelHeader a h2 {
    color: #262626;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.manufactureModelHeader a p {
    color: #666;
    font-size: 0.75rem;
    line-height: 1rem;
}

.manufacturerTabContent h3 {
    display: none;
}

#manufacturerTabOneContent {
    margin: 0 0 30px 0;
    width: 100%;
}

#manufacturerTabOneContent table {
    width: 100%;
}

#manufacturerTabOneContent table td {
    font-size: 0.75rem;
    line-height: 1.375rem;
    padding: 4px 0 10px;
    text-align: left;
}

#manufacturerTabOneContent table td:nth-child(even) {
    text-align: right;
}

#manufacturerTabTwoContent {
    margin: 20px 0 30px 0;
    width: 100%;
}

.tyreSpecImage {
    width: 100%;
}

.tyreSpecImage img {
    height: auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #manufacturerTabbedContent {
        display: none;
    }

   
    .manufactureModelHeader a {
        background-image: url(images/v2/icons/iconStack.svg#arrowLeftGrey03);
        background-position: 0% 100%;
        margin: 30px 0;
    }

    .manufactureModelHeader a h2 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .manufactureModelHeader a p {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .manufacturerTabContent {
        border: 1px solid #E6E6E6;
        margin: 20px 0px 30px 0px !important;
        padding: 42px 60px 60px 60px;
        width: 49% !important;
    }

    .manufacturerTab {
        align-items: stretch;
        align-content: flex-start;
        border-bottom: 1px solid: #E6E6E6;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .manufacturerTabContent h3 {
        color: #262626;
        display: block;
        border-bottom: 1px solid #E6E6E6;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 19px;
        padding-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .manufactureModelHeader {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 20px;
    }
}



.accessoryModal {
    background: rgba(0,0,0,0.6);
    display: block;
    /*height: 100%;*/
    margin: 0;
    padding: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.accessoryModalInner {
    background-color: #fff;
    background: #fff;
    padding: 1px 0;
}

.accessoryModelHeader,
.accessoryModelSubHeader {
    display: block;
}

    .accessoryModelHeader a {
        color: #000;
        background-image: url(images/v2/icons/iconStack.svg#arrowLeftGrey03);
        background-position: -2% 100%;
        background-repeat: no-repeat;
        display: block;
        margin: 20px 0 20px;
        text-align: center;
        text-decoration: none;
    }

    .accessoryModelSubHeader a {
        color: #000;
        display: block;
        margin: 20px 0 20px;
        text-align: left;
        text-decoration: none;
    }

        .accessoryModelHeader a h2 {
            color: #262626;
            font-size: 0.875rem;
            line-height: 1.375rem;
        }

        .accessoryModelHeader a p {
            color: #666;
            font-size: 0.75rem;
            line-height: 1rem;
        }

.accessoryTabContent h3 {
    display: none;
}

#accessoryTabOneContent {
    margin: 0 0 30px 0;
    width: 100%;
}

    #accessoryTabOneContent table {
        width: 100%;
    }

        #accessoryTabOneContent table td {
            font-size: 0.75rem;
            line-height: 1.375rem;
            padding: 4px 0 10px;
            text-align: left;
        }

        #accessoryTabOneContent table td p {
            margin-bottom:20px;
            text-align: left;
            font-size: 1em;
            padding:0;
        }

        #accessoryTabOneContent table td span {
            font-size: 0.60rem;
            line-height: 1.375rem;
            padding: 4px 0 10px;
            text-align: right;
        }

            #accessoryTabOneContent table td:nth-child(even) {
                text-align: right;
            }

#accessoryTabTwoContent {
    margin: 20px 0 30px 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #accessoryTabbedContent {
        display: none;
    }

    .accessoryModelHeader a {
        background-position: 0% 50%;
        margin: 0 0 0 0;
        height: 70px;
    }

    .accessoryModelSubHeader a {
        margin: 30px 0 0 0;
    }

        .accessoryModelHeader a h2 {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .accessoryModelHeader a p {
            font-size: 0.875rem;
            line-height: 1rem;
        }

    .accessoryTabContent {
        margin: 0px 0px 30px 0px !important;
        padding: 0px 80px 60px 80px;
    }

    .accessoryTab {
        align-items: stretch;
        align-content: flex-start;
        border-bottom: 1px solid: #E6E6E6;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .accessoryTabContent h3 {
        color: #262626;
        display: block;
        border-bottom: 1px solid #E6E6E6;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 19px;
        padding-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .accessoryModelHeader {
        border-bottom: 1px solid #E6E6E6;
    }

    .accessoryModelSubHeader {
        padding: 0px 80px 0px 80px;
    }
    

    .accessoryModelSubHeader h2 {
        text-align: left;
    }
}
/*
 *   Offer Filters 
 */

.newFinanceOffers {
    padding-top: 16px;
}

.newFinanceOffers h2 {
    color: #101010;
    font-family: 'MINISerif-Bold', sans-serif;
    font-size: 1.75rem;
    padding-bottom: 22px;
}

.newFinanceOffers p.intro {
    padding-bottom: 28px;
}

.newFinanceOffers p a {
    color: #0085AC;
    font-family: 'MINISerif-Bold', sans-serif;
}

.newFinanceOffers .introText {
    max-width: 585px;
    font-size: 1rem;
    padding-bottom: 2em;
}

.newFinanceOffers > h3 {
    display:none;
}

@media only screen and (min-width: 768px) {
    .newFinanceOffers {
        padding-top: 23px;
    }

    .newFinanceOffers h2 {
        font-size: 2.25rem;
        padding-bottom: 23px;
    }

    .newFinanceOffers p.intro {
        max-width: 600px;
        padding-bottom: 50px;
    }
}

.scrollToOffersButton {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: rgba(0,133,172,.05);
    width: 100%;
    height: 48px;
    margin-bottom: 36px;
    display: block;
    text-decoration: none;
    padding: 14px 5%;
    text-align: right;
    font-family: "MINISansSerif-Regular", sans-serif;
    color: #0085AC;
    font-size: 0.875rem;
}

.offerTotal {
    font-family: "MINISerif-Regular", serif;
    text-align: left;
    float: left;
    color: #242424;
}

.offerTotal span {
    font-family: "MINISerif-Bold", serif;
}

.filterSection {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .scrollToOffersButton {
        display: none;
    }
    
    .offerListContent {
        float: left;
        width: 49%;
    }

    .newFinanceOffers .repExample {
        float: right;
        width: 49%;
        margin-top: 66px;
    }
    
    .filtersSection {
        height: 66px;
        width:100%;
        position: relative;
    }
}

@media only screen and (min-width: 1000px) {
    .offerListContent {
        float: left;
        width: 68.33%;
    }
    
    .newCarOfferList li.offerCard,
    .newCarOfferList li.contactLink,
    .newCarOfferList li.financeLink {
        float: left;
        width: 47%;
        margin-right: 3%;
    }

    .newFinanceOffers .repExample {
        width: 31.67%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .filtersSection {
        width: 100%;
    }
}

.filtersSection p {
    padding-bottom: 20px;
    display: inline-block;
}

.filtersSection .filtersOpen,
.filtersSection select {
    border: 1px solid #d8d8d8;
    height: 48px;
    padding: 15px 18px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
}

.filtersSection .filtersOpen {
    width: 47.5%;
    float: left;
    z-index: 10;
    position: relative;
}

@media only screen and (min-width: 550px) {
    .filtersSection select {
        width: 47.5%;
        float: left;
        z-index: 10;
        position: relative;
    }

    .filtersSection select {
        float: right;
    }
}

@media only screen and (min-width: 768px) {
    .filtersSection .filtersOpen {
        width: 110px;
    }
    .filtersSection select {
        width: calc(100% - 110px);
    }
}


@media only screen and (min-width: 768px) {
    .filtersSection p {
        margin-top: 5px;
    }
    
    .offerListControls {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 1000px) {
    .offerListControls {
        width: 40%;
    }
}

@media only screen and (min-width: 1280px) {
    .offerListControls {
        width: 35%;
    }
}

.offerListControls span {
    color: #666;
    text-transform: uppercase;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    font-family: 'BMWTypeNextLatin-Regular', sans-serif;
    font-weight: normal;
}

/*  Offer Filters  - offerFilters */
.offerFilters {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}

.offerFilters li {
    background-image: url('/v2resources/images/icons/iconMiniStack.svg#ArrowDownBlue');
    background-position:  105% 22px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    display: block;
    font-family: 'MINISerif-Regular', sans-serif;
    font-size: 1rem;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    z-index: 1;
}

.offerFilters li span {
    pointer-events: none;
}

.offerFilters li.openFilter {
    background-image: url('/v2resources/images/icons/iconMiniStack.svg#ArrowUpBlue');
    background-position:  105% 22px;
}

.offerFilterContent {
    display: none;
    padding-top: 8px;
}

.openFilter .offerFilterContent {
    display: block;
}

.offerFilters .checkmark {
    height: 20px;
    width: 20px;
}

.offerFilters .checkRadioHolder {
    font-size: 0.75rem;
    font-family: 'MINISansSerif-Bold', sans-serif;
    line-height: 160%;
    margin: 24px 0 6px;
    padding: 0 16px 0 33px;
    width: calc(100% - 50px);
}

.offerFilters .sortFilter .checkRadioHolder {
    padding: 0 0 0 35px;
    width: 100%;
}

.offerFilters .offerFilterSubContent .checkRadioHolder {
    width: 100%;
}

.offerFilters .withSubContent {
    position: relative;
    cursor: pointer;
}

.offerFilters .withSubContent button {
    background-color: #fff;
    background-image: url('/v2resources/images/icons/iconMiniStack.svg#Plus');
    border: none;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -14px;
    width: 44px;
    z-index: 10;
}

.offerFilters .withSubContent button.opened {
    background-image: url('/v2resources/images/icons/iconMiniStack.svg#Minus');
}

.offerFilterSubContent {
    padding: 0 0 0 38px;
}

@media only screen and (min-width: 768px) {
    .offerFilters li {
        background-position: calc(100% + 15px) 20px;
        position: relative;
        float: left;
        width: auto;
        border: 1px solid #E6E6E6;
        height: 48px;
        padding: 12px 44px 11px 16px;
        font-size: 0.75rem;
        margin-right: 16px;
        text-transform: uppercase;
        font-family: 'MINISansSerif-Regular', sans-serif;
    }

    .offerFilters li.openFilter {
        background-image: url('/v2resources/images/icons/iconMiniStack.svg#ArrowUpBlue');
        background-position: calc(100% + 15px) 20px;
    }

    .offerFilters li.sortFilter {
        float: right;
        margin-right: 0;
    }

    .offerFilterContent {
        position: absolute;
        top: 56px;
        left: 0;
        padding: 0 5px 15px 20px;
        background-color: #fff;
        width: 295px;
        border: 1px solid #E6E6E6;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        z-index: 10;
    }

    .offerFilterContent.withSliders {
        width: 350px;
    }

    .sortFilter .offerFilterContent {
        left: auto;
        right:0;
    }
}

.sliderRadio {
    border-bottom: 1px solid #e6e6e6;
    padding: 17px 0 16px;
}

.sliderRadio:first-child {
    margin-top:10px;
}

.sliderRadio:last-child {
    border-bottom: none;
}

.sliderRadio .checkRadioHolder {
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .sliderRadio {
        margin-right: 15px;
    }
}

/* START w3c slider */
.slideContainer {
    width: 100%;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    background: #666;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
    width: calc(100% - 5px);
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #FFF;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

/* SPLENDID */
.slideContainer {
    padding-left: 35px;
    padding-bottom: 20px;
}

.slideContainer label {
    color: #666;
    font-size: 0.75rem;
    padding: 5px 1px 10px;
    display: block;
}
/* END w3c slider*/

.sliderCurrent {
    font-size: 1.125rem;
    font-family: 'MINISerif-Bold', sans-serif;
    float: left;
    padding-left: 35px;
}

.sliderMax {
    font-size: 1.125rem;
    font-family: 'MINISerif-Bold', sans-serif;
    float: right;
}

.sliderCurrent span,
.sliderMax span {
    font-size: 0.75rem;
}

.newCarOfferList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newCarOfferList li {
    height: 508px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 16px;
}

.contentHolder.dynamicList {
    margin: 25px 4% 48px;
}

.contentHolder.dynamicList .btnSecondary {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 28px;
    float: none;
}


@media only screen and (min-width: 768px) {
    .contentHolder.dynamicList .btnSecondary {
        width: auto;
        min-width:282px;
        margin-left: 1%;
        float: left;
    }
    
    .contentHolder.dynamicList {
        margin: 0 4% 65px;
    }

    .contentHolder.dynamicList .newCarOfferList li.dynamicLi {
        float: left;
        height: 509px;
        width: 48%;
        margin: 0 1% 2%;
    }
}

@media only screen and (min-width: 1280px) {
    .contentHolder.dynamicList .btnSecondary {
        margin-right: 1%;
        float: right;
    }
    
    .contentHolder.dynamicList {
        margin: 0 9% 80px;
    }

    .contentHolder.dynamicList .newCarOfferList li.dynamicLi {
        width: 31.333%;
    }
}


.newCarOfferList a {
    display: block;
}

.newCarOfferList .financeLink {
    background: url(/v2resources/images/miniCMS/womanDrivingCountryman.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 24px 5%;
}

.newCarOfferList .contactLink {
    background-color: #f9f9f9;
    padding: 6.5% 5%;
}

.newCarOfferList .financeLink a {
    color: #fff;
    text-decoration: none;
}

.newCarOfferList .contactLink a {
    color: #242424;
    text-decoration: none;
}

.newCarOfferList .financeLink h3,
.newCarOfferList .contactLink h3 {
    font-size: 1.625rem;
    font-family: 'MINISerif-regular', sans-serif;
    padding: 0 0 0.3rem;
    color: #fff;
}

.newCarOfferList .contactLink h3 {
    color:#242424;
}

.newCarOfferList .financeLink .disclaimer {
    font-size: 0.875rem;
    position: absolute;
    left:5%;
    right: 5%;
    bottom: 5.5%;
    opacity: 0.6;
    padding:0;
}

@media only screen and (min-width: 768px) {
    .newCarOfferList .financeLink,
    .newCarOfferList .contactLink {
        padding: 5%;
    }

    .newCarOfferList .financeLink .disclaimer {
        left: 10%;
        right: 10%;
        bottom: 10%;
    }
}

.newCarOfferList .offerCard {
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 0 5% 14px;
}

@media only screen and (min-width: 1000px) {
    .newCarOfferList .offerCard {
        padding: 0 3% 14px;
    }

    .newCarOfferList .financeLink,
    .newCarOfferList .contactLink {
        padding: 3%;
    }

    .newCarOfferList .financeLink .disclaimer {
        left: 10%;
        right: 10%;
        bottom: 6%;
    }
}

.newCarOfferList .offerCard {
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 0 5% 14px;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .newCarOfferList .offerCard {
        padding: 0 2%;
    }
}

.offerCardImageHolder {
    background: url('/v2resources/images/miniCMS/offerBg.png') no-repeat 0 bottom;
    display: inline-block;
    background-size: 100% 69px;
    height: 165px;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 24px;
}

.newCarOfferList .offerCard img {
    margin: 0 auto;
    height: auto;
    width: 219px;
    display: block;
}

@media only screen and (min-width: 768px) {
    .newCarOfferList .offerCard img {
        width: 241px;
    }

    .offerCardImageHolder {
        height: 185px;
        padding-top: 34px;
    }
}

.newCarOfferList .offerCard a {
    text-decoration: none;
    color: #242424;
    height: 100%;
    position: relative;
}

.newCarOfferList .offerCard h3 {
    text-transform: uppercase;
    font-size: 0.688rem;
    font-family: 'MINISansSerif-Regular', sans-serif;
    letter-spacing: 0.08em;
    color: #A7A5A6;
}

.newCarOfferList .offerCard h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'MINISerif-Regular', sans-serif;
    padding: 0;
    height: 48px;
}

.newCarOfferList .offerCard ul {
    list-style: none;
    margin: 13px 0 0;
    padding: 0;
    height: 120px;
}

.newCarOfferList .modelIconInfo li {
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    float: left;
    width: 50%;
    font-size:  0.875rem;
    height: 39px;
    padding-left: 44px;
    line-height: 2.75rem;
    left: -11px;
    color: #000;
}

.newCarOfferList .offerCard li.fuel {
    background: url(/v2resources/images/icons/iconMiniStack.svg#Fuel) no-repeat 15px 14px;
}

.newCarOfferList .offerCard li.transmission {
    background: url(/v2resources/images/icons/iconMiniStack.svg#Gearbox) no-repeat 15px 14px;
}

.newCarOfferList .offerCard li.drive {
    background: url(/v2resources/images/icons/iconMiniStack.svg#Drive) no-repeat 0 0;
    top:-10px;
}

.newCarOfferList .offerCard li.seats {
    background: url(/v2resources/images/icons/iconMiniStack.svg#Seat) no-repeat 0 0;
    top:-10px;
}

.newCarOfferList .offerCard li.mpg {
    background: url(/v2resources/images/icons/iconStack.svg#Mpg) no-repeat 0 0;
}

.newCarOfferList .offerCard li.suitcase {
    background: url(/v2resources/images/icons/iconStack.svg#Suitcase) no-repeat  0 0;
    top:-10px;
}

.newCarOfferList .extraOfferDetail {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 8px;
}

.newCarOfferList .extraOfferDetail h5 {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: 'MINISansSerif-Bold', sans-serif;
    letter-spacing: 0.08em;
    color: #666;
    padding: 18px 0;
}

.newCarOfferList .extraOfferDetail h5 span {
    text-transform: none;
    font-size: 0.875rem;
    font-family: 'MINISerif-Regular', serif;
    letter-spacing: initial;
    color: #262626;
    float: right;
    padding: 0;
}

.newCarOfferList .numbersHolderContainer  {
    left: 0;
    width:100%;
    padding: 7px 0;
    border-top: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
}

.newCarOfferList .numbersHolder {
    float: left;
    width: 50%;
    text-align: center;
    padding: 16px 0 10px;
}

.newCarOfferList .withBorder {
    border-right: 1px solid #E6E6E6;
}

.newCarOfferList .numbersHolder h4 {
    font-family: 'MINISerif-Regular', sans-serif;
    font-size: 1.5rem;
    padding:0;
}

.newCarOfferList .numbersHolder h4 span {
    font-family: 'MINISerif-Regular', sans-serif;
    font-size: 0.625rem;
    color: #A7A5A6;
    display: block;
    padding-top: 2px;
}

.noOffersFound {
    display: block;
}

.noOfferContent {
    background-color: #f9f9f9;
    padding: 7.5% 5%;
    margin: 0 0 16px;
    text-align: center;
}

.noOfferContent p {
    font-size: 1.125rem;
    font-family: 'MINISerif-Bold', sans-serif;
    max-width: 500px;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.noOfferContent .btnPrimary {
    float: none;
    width: 240px;
    margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
    .noOfferContent {
        padding: 5%;
        margin-right: 3%;
    }
}
/**
    card price pannel
*/

.pricePanel {
    font-size: 1.5rem;
    line-height: 1.375rem;
    margin-bottom: 6px;
    padding-right: 90px;
    position: relative;
    text-transform: uppercase;
}

.pricePanel span.listPrice {
    font-size: 1.5rem;
    line-height: 1.375rem;
}

.pricePanel span.originalPrice {
    color: #000;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-left: 15px;
    position: relative;
    top: -3px;
}

.pricePanel span.originalPrice:after {
    background-color: #000;
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    width: 100%;
}

/*
 *   Progress bar
 */

.navContainer {
    max-width: 674px;
    margin: 0 auto;
}

.progressBar {
    margin: 0;
    padding: 34px 0;
    display: block;
    list-style: none;
    width: 100%;
}

.progressBar li {
    display: block;
    float: left;
    width: 16%;
    overflow-wrap: break-word;
}

    .progressBar span {
        display: block;
        width: 100%;
        float: left;
        text-decoration: none;
        position: relative;
    }

        .progressBar span:before {
            display: block;
            position: absolute;
            content: "";
            width: 11px;
            height: 11px;
            border: 1px solid #e6e6e6;
            border-radius: 5px;
            background-color: #fff;
            left: calc(50% - 5px);
        }


        .progressBar span:after {
            display: block;
            position: absolute;
            content: "";
            width: calc(100% - 11px);
            height: 1px;
            left: calc(-50% + 6px);
            top: 5px;
            background-color: #e6e6e6;
        }

    .progressBar li:first-child span:after {
        display: none;
    }

    .progressBar p {
        text-align: center;
        padding-top: 20px;
    }

        @media only screen and (max-width: 450px) {
            .progressBar p {
                visibility: hidden;
                font-size: 0.6rem;
            }
        }

        @media only screen and (min-width: 451px) {
            .progressBar p {
                font-size: 0.6875rem;
            }
        }

/*
 *   Tabs
 */

.defaultTabs {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.defaultTabs li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
}

.defaultTabs li a {
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #666;
    padding-bottom: 16px;
    position: relative;
}

.defaultTabs li.current a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.defaultTabs li.current a {
    color: #262626;
}

@media only screen and (min-width: 768px) {
    .defaultTabs li a {
        font-size: 1.125rem;
        padding-bottom: 22px;
    }

    .defaultTabs li.current a:after {
        height: 2px;
        bottom: 0;
    }
}

.recommendedTabs ul {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}

.recommendedTabs li {
    display: inline-block;
    margin: 0 34px 0 0;
}

.recommendedTabs.servicesTab li {
    width: 100%;
}

.recommendedTabs a {
    float: left;
    display: block;
    font-size: 0.625rem;
    color: #666;
    text-decoration: none;
    opacity: .5;
    padding: 0;
    height: 44px;
    line-height: 44px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.recommendedTabs .current a {
    opacity: 1;
}

.tableTabs {
    display: table;
    margin: 0 0 0 10px;
    width:100%;
}

.tableTabsCenter {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .tableTabs {
        display: block;
        margin: 0;
        width: 100%;
    }

    .recommendedTabs a {
        font-size: 0.75rem;
    }
}

.pillTabs ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.pillTabs li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.pillTabs a {
    float: left;
    display: block;
    font-size: 0.75rem;
    color: #262626;
    text-decoration: none;
    text-align: center;
    border: 1px solid #262626;
    border-radius: 15px;
    height: 30px;
    min-width: 68px;
}

@media only screen and (min-width: 768px) {
    .pillTabs a {
        border-radius: 25px;
        height: auto;
        padding: 9px 10px !important;
    }
}

/*
 *   teaserOffers01CMS CMS Editor 
 */

.teaserOffers01CMS {
    overflow: hidden;
    height: auto !important;
    margin-bottom: 30px !important;
}

.teaserOffers01CMS .richText {
    padding: 4% 3%;
}

.teaserOffers01CMS .imageHolderCMS,
.teaserOffers01CMS .imageHolderCMS img {
    height: 160px;
}

.teaserOffers01CMS .richText .smallHeader {
    color: #666;
    font-size: 0.625rem;
    font-family: 'BMWTypeNextLatin-Bold', sans-serif;
    letter-spacing: 0.08em;
}

.teaserOffers01CMS .richText h3,
.teaserOffers01CMS .richText h4,
.teaserOffers01CMS .richText h5 {
    font-family: 'BMWTypeNextLatin-Light', sans-serif;
    font-size: 1.125rem;
    line-height: 120%;
    padding-bottom: 1em;
}

.teaserOffers01CMS .richText > a {
    margin-top:-20px;
}

@media only screen and (min-width: 768px) {
    .teaserOffers01CMS {
        margin-bottom: 88px;
        position: relative;
    }

    .teaserOffers01CMS .richText {
        display: inline-block;
        height: 265px;
        position: relative;
        padding: 6% 3%;
    }

    .teaserOffers01CMS .richText > a {
        bottom: 0;
        margin-top: 0;
        position: absolute;
        z-index: 1;
    }

    .teaserOffers01CMS .imageHolderCMS,
    .teaserOffers01CMS .imageHolderCMS img {
        height: 187px;
    }
}
/*
*  Tyres Spec Size
*/

@media only screen and (max-width: 430px) {

    #seeSkip {
        width: 100%;
    }
}

.bookingBox .tyreSpecItem input[type=radio] {
    position: absolute;
    left: -100px;
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.tyreSpecItem {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    height: 50px;
    cursor: pointer;
}

.tyreSpecItem .tyreSpecSize {
    font-size: 1.125rem;
    line-height: 1rem;
    color: #262626;
    padding: 17px 20px 15px 0;
    display: inline-block;
    border-right: 1px solid #D8D8D8;
    margin-right: 3px;
    position: relative;
    left: -8px;
    top: -11px;
}


.tyreSpecSizeCopy {
    width: 35%;
    display: inline-block;
    color: #262626;
    margin-right: 0px;
    margin-top: 4px;
}

.tyreSpecSizeCopy .tyreSpecTitle {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    margin-bottom: 11px;
}

.tyreSpecSizeCopy .tyreSpecDescription {
    font-size: 0.875rem;
    line-height: 1rem;
    display: block;
}

.alternativeTyreFitsContent .bookingBox {
    margin-bottom: 10px;
}


@media only screen and (min-width: 768px) {

    .tyreSpecSizeCopy {
        min-width: 15%;
    }

    .tyreSpecItem .tyreSpecSize {
        font-size: 1.5rem;
    }

    .tyreSpecSizeCopy .tyreSpecTitle {
        font-size: 0.875rem;
        margin-bottom: 11px;
    }

    .tyreSpecSizeCopy .tyreSpecDescription {
        font-size: 1rem;
    }

    tyreSpecItem {
        height: auto;
    }

    .alternativeTyreFitsContent .bookingBox {
        margin-bottom: 20px;
    }
}


.chooseTyreSizeTitle {
    font-size: 0.625rem;
    line-height: 0.875rem;
    display: block;
    margin-top: 51px;
    margin-bottom: 15px;
}



/** 
    Acordian overrides  for Tyres
*/

.accordian .altNav {
    margin-top: 32px;
    margin-bottom: 32px;
}

.sortByRim .bookingBox {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

    .alternativeTyresSize.bookingBox {
        padding: 20px 5%;
    }

    .sortByRim .bookingBox {
        margin-bottom: 20px;
        padding: 20px 5%;
    }
}

/** 
   tyreSpecEditor  for Tyres
*/

.tyreSpecEditor .tyreSpecEditorContent {
    width: 320px;
    margin: 11px auto 25px;
    font-size: 0.85rem;
    line-height: 1.375rem;
    color: #262626;
    text-align: center;
}

.tyreSpecEditor .tyreSpecEditorSize {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.tyreSpecEditor .tyreSpecEditorSize::after {
    content: "";
    height: 14px;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    top: 4px;
    right: 0px;
}

.tyreSpecEditor .tyreSpecEditorSpec {
    margin-right: 18px;
}

.tyreSpecEditor a {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #262626;
}


@media only screen and (min-width: 768px) {
    .tyreSpecEditor .tyreSpecEditorContent {
        margin: 16px auto 28px;
    }
}


/** 
   .tyreSpecDisplay for Tyres
*/

.tyreSpecDisplay h3 {
    font-size: 0.625rem;
    color: #666666;
    margin-bottom:20px;
}

.tyreSpecDisplay .tyreSpecEditorContent {
    width: 100%;
    margin: 11px auto 19px;
    font-size: 0.85rem;
    line-height: 1.375rem;
    color: #262626;
}

.tyreSpecDisplay .tyreSpecEditorSize {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.tyreSpecDisplay .tyreSpecEditorSize::after {
    content: "";
    height: 14px;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    top: 4px;
    right: 0px;
}

.tyreSpecDisplay .tyreSpecEditorSpec {
    margin-right: 18px;
}

.tyreSpecDisplay a {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #262626;
}

@media only screen and (min-width: 768px) {
    .tyreSpecDisplay .tyreSpecEditorContent {
        margin: 16px auto 8px;
    }
}


/** 
   Skip tyres section button
*/

.stepSection {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    bottom: 0;
    left: 0;
}

    .stepSection a {
        width: 100%;
        padding: 24px;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 0.75rem;
    }

@media only screen and (min-width: 768px) {
    .stepSection {
        width: 100%;
        position: fixed;
        bottom: 30%;
        z-index: 999;
        bottom: 0;
        left: 0;
    }
}


/*
 *   Tyre filters
 */


.tyreFilters {
    list-style: none;
    padding: 0;
    border: none;
    background-image: none;
}

    .tyreFilters li {
        width: 50%;
        display: block;
        font-size: 0.875rem;
        cursor: pointer;
        background-repeat: no-repeat;
        padding: 12px 0 0 18px;
        position: relative;
        float: right;
        border: 1px solid #E6E6E6;
        height: 48px;
    }


        .tyreFilters li span {
            pointer-events: none;
        }

        .tyreFilters li.openFilter {
            background-image: url('images/v2/icons/iconStack.svg#ArrowUpBlue');
            background-position: 100% 5px;
        }

.tyreFilterContent {
    padding-top: 8px;
    display: none;
}

.openFilter .tyreFilterContent {
    display: block;
}

.tyreFilters .checkmark {
    height: 20px;
    width: 20px;
}

.tyreFilters .checkRadioHolder {
    padding: 0 20px 0 35px;
    margin: 24px 0 6px;
    font-size: 0.875rem;
    font-family: 'BMWTypeNextLatin-Light', sans-serif;
    line-height: 160%;
    width: calc(100% - 50px);
    z-index: 99;
}

.tyreFilters .sortFilter .checkRadioHolder {
    padding: 0 0 0 35px;
    width: 100%;
}

.tyreFilters .tyreFiltersubContent .checkRadioHolder {
    width: 100%;
}

.tyreFilters .withSubContent {
    position: relative;
    cursor: pointer;
}

    .tyreFilters .withSubContent button {
        display: block;
        position: absolute;
        right: 0;
        top: -14px;
        width: 44px;
        height: 44px;
        background-image: url('images/v2/icons/iconStack.svg#Plus');
        z-index: 10;
        text-indent: -9999px;
        border: none;
        background-color: #fff;
    }

        .tyreFilters .withSubContent button.opened {
            background-image: url('images/v2/icons/iconStack.svg#Minus');
        }

.tyreFiltersubContent {
    padding: 0 0 0 38px;
}

.tyreFilterContent {
    position: absolute;
    top: 56px;
    right: 0;
    padding: 0 5px 15px 20px;
    background-color: #fff;
    width: 265px;
    border: 1px solid #E6E6E6;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    z-index: 100;
}


@media only screen and (min-width: 768px) {

    .tyreFilterContent {
        left: 0;
    }

    .tyreFilters {
        margin: 0 0 20px;
    }    


        .tyreFilters li {
            position: relative;
            float: left;
            border: 1px solid #E6E6E6;
            height: 48px;
            font-size: 0.75rem;
            margin-right: 16px;
            width: 100%;
        }

            .tyreFilters li.openFilter {
                background-image: url('images/v2/icons/iconStack.svg#ArrowUpBlue');
                background-position: 100% 0;
            }

            .tyreFilters li.sortFilter {
                float: right;
                margin-right: 0;
            }

            .tyreFilters span {
                color: #666;
                text-transform: uppercase;
                font-size: 0.625rem;
                letter-spacing: 0.08em;
                font-family: 'BMWTypeNextLatin-Regular', sans-serif;
                font-weight: normal;
            }

    

        .tyreFilterContent.withSliders {
            width: 350px;
        }

    .sortFilter .tyreFilterContent {
        left: auto;
        right: 0;
    }
}

.tyreTotal {
    color: #666;
    font-size: 0.875rem;
    display: block;
}

    .tyreTotal span {
        color: #262626;
    }

@media only screen and (min-width: 768px) {

    .tyreTotal {
        padding-top: 12px;
        padding-bottom: 25px;
    }

    #menuCover {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 1;
    }
}

#menuCover {
    display: none;
}

    #menuCover.show {
        display: block;
    }

#manufacturerTabbedContent.defaultTabs li a {
    position: inherit;
}

#manufacturerTabbedContent.defaultTabs li {
    padding-bottom: 0;
}

#manufacturerTabbedContent.defaultTabs {
    margin: 0;
}

.tyreSpecImage a {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.noDetails {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}





















/**
    yourSelection
*/


.yourSelection {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 5% 29px;
    position: relative;
    background-color: #F5F5F5;
    text-align: center;
}

.yourSelection h4 {
    margin-bottom: 8px;
}

.yourSelection p {

    text-transform: uppercase;
    margin-bottom: 10px;
}

.yourSelection a {
    margin-bottom: 14px;
    text-decoration: none;
}


