@charset "UTF-8";
/*  minimal setting */

#firstdetails {
    text-align: center;
    text-align: left;
    max-width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    width: 100%;
    margin: auto;
}

    #firstdetails > div, #firstdetails > a, #firstdetails > h1 {
        margin: 0 0 8px 0;
        padding: 0;
    }

.productPageTop {
    align-content: center;
    background: white;
    border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 1920px) and (min-width: 1441px) {
    .productPageTop {
        padding-right: 32px
    }
}



.productPrices {
    margin-bottom: 0px;
    display: inline-flex
}

    .productPrices .currencylistitem-DEV {
        margin: 0 8px 0 0
    }

    .productPrices .currencyCode {
        display: none
    }

    .productPrices itemtemplate, .productPrices ul, .productPrices li, .productPrices dev {
        padding: 0;
        margin: 0;
        float: none !important
    }


.product-icon-manager {
    max-width: 68px;
    margin: 0 8px 8px 0;
    float: left;
}


#firstdetails {
    max-width: 60%;
}

.cta-strip-summary a {
}

    .cta-strip-summary a p {
        margin: 0;
        display: inline;
    }

[id*="expandme-"] {
    display: none;
}

@media screen and (max-width: 767px) {
    #firstdetails {
        max-width: 100%;
    }
}

/* iPads (portrait and landscape) --------------------------------------------------------------- */
@media screen and (min-width : 768px) and (max-width : 1023px) {
    #firstdetails {
        max-width: 90%;
    }
}

/* laptops Large  ------------------------------------------------------------------------------------- */
@media screen and (min-width : 1024px) and (max-width : 1439px) {
    #firstdetails {
        max-width: 80%;
    }
}

/* Desktops  ------------------------------------------------------------------------------------ */
@media screen and (min-width : 1440px) and (max-width : 1913px) {
    #firstdetails {
        max-width: 60%;
        padding-right: 0px;
    }
}

/* 4K   ------------------------------------------------------------------------------------------ */
@media screen and (min-width : 1914px) {
    #firstdetails {
        max-width: 60%;
        padding-right: 0px;
    }
}


@media screen and (max-width: 767.99px) {
    .productPageTop {
        padding: 0px;
    }
}

@media screen and (min-width : 768px) and (max-width : 1023.99px) {
    .productPageTop {
        padding: 0px;
    }
}



/* Call to Actions on minial */
.ctaIconLink {
    margin-top: 16px;
    display: inline-block
}

.ctaRight {
    border: 1px solid #dcdcdc;
}

.tdelay {
    color: #552249;
}

.timehour, .timeminutes, .fastone {
}

    .timehour .timehour, .timehour .timeminutes {
        color: #008a00;
    }

.fastone {
    margin-bottom: 0px;
}

.ctaRight > div {
    padding: 32px;
    display: inline-block;
    clear: both;
}

    .ctaRight > div:last-of-type {
        padding-bottom: 64px
    }

    .ctaRight > div a {
        color: inherit
    }

.ctaIcon {
    font-size: 26px;
}

    .ctaIcon.stars {
        font-size: 22px
    }

.ctaTitle, .ctaTitle span, .fastone strong {
    font-size: 1em;
    margin: 16px 0;
}

.ctaMessage {
    max-width: 400px;
    margin: auto !important;
    font-size: small;
}

    .ctaMessage p {
        margin: 0;
        padding: 0;
    }

    .ctaMessage .productName {
        font-size: small;
    }

#SizingGuide .container, .productPageTop .container {
    background: white;
}


div.detalCTA > div, div.detalCTA > span {
    margin-bottom: 16px;
    display: block;
    width: 100%;
    float: left;
}



/*  Product General */
.icon-container li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.season {
    display: block;
    border-bottom: 1px dotted #e1e1e1;
    margin: 0 0 16px 0;
    padding: 16px 0 16px 0;
    -webkit-column-span: all;
    column-span: all;
    font-size: smaller;
}

    .season p {
        align-items: center;
        margin: 0 16px 0 0;
        display: inline-block
    }

.browseSimilar ul.pdlp li a:hover {
    background: white;
    color: #333;
}

.detailShortDesc {
    padding: 16px 0;
    font-size: larger;
}

    .detailShortDesc p, .detailShortDesc a, .detailShortDesc span, .detailShortDesc div {
        margin: 0px;
        padding: 0px;
    }


/* -- Customer rewards */
#CustomerRewardPanel, #CustomerRewardPane {
    color: green;
}

.crValueCtr {
    margin: 0 0 0 0;
    display: inline-block;
}

.crTextDesc {
    font-size: small;
    display: inline-block;
}

    .crTextDesc span {
        color: #4E9A14;
        text-transform: lowercase;
        display: inline-block;
        font-weight: 400;
    }

.crSignInUpCtr {
    background: #f1f1f1;
    height: 49px;
    width: 100%;
    float: left;
    border-top: 1px solid #e1e1e1;
    display: none;
}

.crLink {
    width: 45%;
    height: 48px;
    float: left
}

    .crLink a {
        width: 100%;
        height: 48px;
        text-align: center;
        line-height: 48px;
        display: block;
        text-decoration: underline;
        color: #0076a3 !important
    }

        .crLink a:hover {
            text-decoration: none
        }


.detailCTA a {
    display: block
}

    .detailCTA a:before {
        content: "\e116";
        font-family: feather;
        margin-right: 8px;
        color: #dc3e25;
    }


/* -- Hide this image on Desktop Viewports */
div.mobileImage {
    display: none
}

/* Product Brand */
.brandImg {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: smaller
}

/* Prelaunch */
.prelaunch {
    line-height: 150%;
    margin: 0;
    background: #fbf1f6;
    border: 1px solid #832357;
    color: #832357;
    text-align: left;
    font-size: small;
    padding: 0 0 0 12px !important;
    border-radius: 6px;
    overflow: hidden;
}

    .prelaunch a {
        line-height: 150%;
        background: #832357;
        color: white;
        padding: 0 24px;
        white-space: nowrap;
    }

        .prelaunch a:hover {
            background: #b9176f;
            color: white;
        }

    .prelaunch span > span {
        font-family: 'citrfontbold';
    }

#preOrderTerms {
    width: 70%;
}

.pre-order, .pre-launch, .leadtime {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 14px;
    height: 1%;
    overflow: hidden;
}

.pre-launch {
    margin-right: 0px;
}

#preOrderTerms .title {
    color: #714071;
    float: none;
    margin: 16px 0;
}

.leadtime {
    clear: both;
    width: 100%;
    margin-top: 10px;
}

/* detail price */
.nowPrice, .standardPrice, .percentOff {
    display: inline-block;
    padding: 0 8px 0 0;
}

.nowPrice {
    font-weight: 700
}

.standardPrice {
    text-decoration: line-through;
    display: inline-block;
    color: #888888;
}

    .standardPrice:before {
        margin-right: 0.25em
    }

.percentOff {
    color: tomato;
}


/*  Detail Colour Picker */
.colourPicker {
}

    .colourPicker > div {
        cursor: pointer;
        width: 70px;
        margin: 8px;
        border: 1px solid #EBEBEB;
    }

        .colourPicker > div:hover {
            border: 1px solid #d7d7d7;
        }


/*  Detail CS Messages */
.detailCSMessages a {
    margin: 0 0 8px 0;
    padding: 0 16px 8px 16px;
    display: inline-block;
    color: cornflowerblue;
    text-decoration: none
}

.detailCSMessages span {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin: 0 8px 0 0;
    text-decoration: none
}

.detailCSMessages p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.furtherInfoArea .detailCSMessages a {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    text-align: left;
}

.furtherInfoArea .detailCSMessages h2 {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    color: orangered;
}

    .furtherInfoArea .detailCSMessages h2 span {
        font-family: 'FontAwesome';
        font-weight: normal;
        margin: 0 8px 0 0;
    }


/*  Detail C&C */
.detailCC h2 {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    color: orangered;
}

    .detailCC h2 span {
        font-family: 'FontAwesome';
        font-weight: normal;
        margin: 0 8px 0 0;
    }

.detailCC p {
    line-height: 1.5em;
}


/*  Detail Contact */
.detailContact {
}

    .detailContact h2 {
        margin: 0 0 16px 0;
        padding: 0 0 16px 0;
        color: orangered;
    }

        .detailContact h2 span {
            font-family: 'FontAwesome';
            font-weight: normal;
            margin: 0 8px 0 0;
        }

    .detailContact p {
        line-height: 1.5em;
    }

        .detailContact p a {
            color: orangered;
            text-decoration: none
        }

            .detailContact p a span {
                font-family: 'FontAwesome';
                font-weight: normal;
                margin: 0 8px 0 0;
            }


/*  Supplier tech data */
.techData {
    display: inline;
    margin: 0;
    padding: 0;
}

    .techData li.techData-title {
        clear: both;
        width: 100%;
        line-height: 150%;
        list-style: none;
        padding-bottom: 8px;
        border-bottom: 1px dotted #a6afbc;
    }

.techDataLitem {
    float: left;
    margin: 0 0 48px;
    padding: 0;
    width: 100%;
    font-size: small;
}

    .techDataLitem li {
        width: 100%;
        font-weight: normal;
        list-style: none;
        padding: 8px 0;
        float: left;
        table-layout: auto;
        border-bottom: 1px solid #efefef;
    }

        .techDataLitem li:nth-child(odd) {
        }

.techDataKey {
    float: left;
    width: 25%;
    display: inline;
    zoom: 1;
    word-break: break-all;
}

.techDataValue {
    float: left;
    width: 75%;
    padding-left: 14px;
}



/*  Buyers Guide */
.detailBuyers {
    text-align: justify;
    margin-top: 32px;
}

    .detailBuyers h2 {
        margin: 0 0 16px 0;
        font-weight: normal;
    }

        .detailBuyers h2 span {
            font-family: 'FontAwesome';
            font-weight: normal;
            margin: 0 8px 0 0;
            color: #e1e1e1;
        }

    .detailBuyers p {
        margin-bottom: 16px;
        text-align: justify
    }

        .detailBuyers p:last-of-type {
            margin-bottom: 0
        }



/*  Sizing Area & Charts */
.detailSize table {
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1;
}

    .detailSize table tr {
    }

        .detailSize table tr td, .detailSize table tr th {
            border: 1px solid #e1e1e1;
        }

        .detailSize table tr:last-of-type td {
            border: 1px solid #e1e1e1;
        }

        .detailSize table tr:nth-of-type(odd) td, .detailSize table tr:nth-of-type(1) th {
            background: #f7f7f7
        }



/*  Video */
.detailVideo {
    margin-top: 32px;
}

    .detailVideo h2 {
        margin: 0 0 16px 0;
        font-weight: normal;
    }

        .detailVideo h2 span {
            font-family: 'FontAwesome';
            font-weight: normal;
            margin: 0 8px 0 0;
            color: #e1e1e1;
        }


/* -- Embed Video Responsively */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.videoText {
    color: #b9b9b9;
}

    .videoText > span {
        display: block;
        padding: 8px
    }



/*  Long Description */
.mainProdDesc {
    background: none;
    max-width: 1600px;
    float: none;
    margin: 0 auto;
}

    .mainProdDesc p {
    }

    .mainProdDesc h2 {
        margin: 0 0 16px 0;
        font-weight: normal;
        padding: 0 0 21px 0;
    }

        .mainProdDesc h2 span {
            font-family: 'FontAwesome';
            font-weight: normal;
            margin: 0 8px 0 0;
            color: #e1e1e1;
        }

.detailLongDesc {
    text-align: justify
}

    .detailLongDesc h2 {
        margin-bottom: 16px
    }

    .detailLongDesc p {
        margin-bottom: 16px
    }

        .detailLongDesc p:last-of-type {
            margin-bottom: 0
        }

.longDesc ul {
    margin: 16px 0;
    padding: initial;
    list-style: initial;
}

.longDesc li {
    margin: 0 0 0 18px;
    padding: initial;
    list-style: initial;
}




/*  Pro.pinion */
.detailPropinion { /* color: #fff; */
    margin: 32px 0 0 0;
    float: left;
}

    .detailPropinion h2 {
        margin: 0 0 8px 0;
        padding: 0 0 8px 0;
        font-weight: normal;
    }

        .detailPropinion h2 span {
            font-family: 'FontAwesome';
            font-weight: normal;
            margin: 0 8px 0 0;
            color: #e1e1e1;
        }

    .detailPropinion p {
        margin-bottom: 16px;
        text-align: justify
    }

        .detailPropinion p:last-of-type {
            margin-bottom: 0
        }

div.propinion {
    float: left;
    margin-right: 10px;
    text-align: left;
    margin: 0 0 28px 0;
    padding: 28px;
    width: 100%;
    background: #55acee;
    color: white;
    position: relative;
    overflow: hidden
}

    div.propinion h2 {
        color: white;
        padding: 0 0 16px 0;
        border-bottom: 1px solid white
    }




/*  Price Match */



/*  Browse Similar Products */
.detailBrowseSimilar {
}

    .detailBrowseSimilar h2 {
        color: white;
        display: none;
    }

    .detailBrowseSimilar .pdlp {
        margin: 0;
        padding: 0;
    }

        .detailBrowseSimilar .pdlp li {
            display: inline-block;
            font-size: 1.5em
        }

            .detailBrowseSimilar .pdlp li a {
                text-decoration: none;
                color: white;
                height: 64px;
                line-height: 64px;
                display: inline-block;
                padding: 0 16px;
            }

                .detailBrowseSimilar .pdlp li a:hover {
                    background: rgba(255,255,255,0.075);
                }


/* -- Detail  repeater -- */
.detailRepeater .repeater {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
    display: flex !important;
    align-items: center;
}

    .detailRepeater .repeater a .itemImage {
        width: 100px;
        height: 100px;
        outline: 1;
    }

        .detailRepeater .repeater a .itemImage img {
            width: 100%;
            height: 100%;
        }

    .detailRepeater .repeater .itemInfo {
        width: 100%;
    }

        .detailRepeater .repeater .itemInfo a {
            display: block;
            font-size: 0.9em;
            color: #707070;
            text-decoration: none;
            flex-grow: 1;
            -webkit-flex-grow: 1;
            width: inherit;
            float: left;
            height: initial;
            background: none
        }

    .detailRepeater .repeater .productNameRelated {
        width: 100%;
        font-size: 1.2em;
        height: inherit;
    }

    .detailRepeater .repeater:hover a .productNameRelated {
        color: #201F4C;
        text-decoration: underline
    }

.saleIcon-repeater {
    color: tomato;
}



/*  Related Items */
.detailRelatedItems {
    background: whitesmoke;
    border-top: 1px solid #e1e1e1;
}


/*  Main Description */
.longDesc {
    margin: 0;
}

    .longDesc h2 {
        margin: 0 0 16px 0;
    }

div.mainDescription > div {
    margin-bottom: 16px;
    display: block;
    width: 100%;
    float: left;
}


/*  Reviews & FAQs */
.detailReviewFAQ {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

    .detailReviewFAQ h2 {
        border-bottom: 1px solid #e1e1e1;
        height: 64px;
        line-height: 64px;
        margin: 0;
        padding: 0 0 0 16px;
    }

        .detailReviewFAQ h2 a {
            height: 64px;
            display: inline-block;
            line-height: 64px;
            margin: 0;
            padding: 0 16px;
            float: right;
            border-left: 1px solid #e1e1e1;
            font-size: 16px;
            text-decoration: none;
            color: cornflowerblue;
        }

            .detailReviewFAQ h2 a:hover {
                background: cornflowerblue;
                color: white;
            }

    .detailReviewFAQ > .col-2:nth-of-type(2) {
        border-right: 1px solid #e1e1e1;
    }

.detailReviewFAQClosed {
    display: none !important;
}


/* ----- FAF related items ----- */
#flexsliderMPFAF .slides li, .flexsliderMP .slides li, #flexsliderRange .slides li {
    margin-right: 16px
}


.facetSelectedff.checked {
    background-color: #9d9d9d !important;
}




/*  Product repeater padding */
.flexslider .flipmeContain {
    max-width: 350px
}







@media screen and (max-width: 767.99px) {
    .ctaRightContainer {
        order: -1;
        margin-bottom: 32px
    }
    /* Product Page */
    #basketArea .ctrPad32 {
        padding: 0 !important
    }

    .productPageTop {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    #storelookupresults {
        width: 100%;
    }

    #prodInfoLeft {
        border-right: none;
    }

    #prodInfoRight {
        border-right: none;
    }

    .mobileproduct .brandlogo {
        display: inline-block;
        height: 62px;
        width: 64px;
        border: 1px solid #e3e3e3;
        background-size: contain !important;
    }

    span.starsLarge {
        display: none;
    }

    .reviewContainerCopyField div textarea {
        min-width: 100%;
    }

    #prodInfoLeft {
        border-right: none;
    }

    .flexsliderMIVThumbnails {
        display: none;
    }

    .flexsliderMIV .flex-direction-nav {
        border-bottom: 1px solid #e1e1e1;
    }

    .detailReviewFAQ > .col-2:nth-of-type(1) {
        border-bottom: 1px solid #e1e1e1;
        border-right: none;
        margin: 0 0 16px 0;
        min-height: auto
    }

    .flexsliderReviews .flex-control-nav {
        display: block !important;
    }

    div.mobileImage {
        display: block
    }

    div.addMobile {
        display: block
    }

    div.filter a:hover {
        background: none;
        color: #fff
    }

    div.reviewComment {
        height: auto !important;
        overflow: visible !important
    }

    #MIVPanel .col-6 {
        width: 50% !important;
    }

    #storelookupresults {
        margin-top: 96px;
        width: 90vw !important;
    }

    div.customerRewardsCtr { /* flex-wrap:wrap; */
    }

    div.crValueCtr, div.crTextDesc { /* width:100%; */ /* padding: 8px 16px; */ /* background-position: 25% 50%; */
    }

    #storelookupresults .cncStore {
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        flex-wrap: wrap;
        jflex-direction: row;
    }

        #storelookupresults .cncStore > div {
            order: 2;
        }

    .cncQty {
        text-align: left !important;
        order: 1 !important;
    }

    .cncAvail, .cncUnAvail {
        border-bottom: 1px dotted rgba(0, 128, 0,0.5);
        padding: 0 0 8px 0;
        margin: 0 0 8px 0;
        width: auto !Important;
    }

    .fixedBox {
        margin: 16px 0 8px 0
    }

    .currencyMain .currencylistitem-DEV {
        display: block;
        float: left !important;
        width: 50% !important;
        text-align: left;
    }

    .a2btitle, .a2bsizing {
        width: 50% !important;
    }

    /* Prelaunch */
    .prelaunch {
        flex-wrap: wrap;
        padding: 0 !important;
    }

        .prelaunch > span {
            width: 100%;
            padding: 12px;
        }

        .prelaunch a {
            line-height: 40px;
            width: 100%;
        }
}

@media screen and (max-width: 320px) {
    #reviewWriterPanel textarea {
        min-height: 100px;
        line-height: 200%;
    }
}

/* Modernizr */
.modernizr-no-flexbox #prodInfoRight {
    padding: 32px;
}
  