/*  Find + Filter */
.FAF {
    width: 100%;
    position: relative;
    display: box;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: center;
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    background: #fff;
    float: left;
}

.FAFResults {
    background: #fff;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    flex-grow: 1;
    padding: 0;
}

    .FAFResults .breadcrumbs {
        text-align: center;
        top: -1px;
        position: relative;
    }

.FAFFilters {
    display: none;
    left: 0;
    -moz-transition: 0 .3s box-shadow .3s;
    vertical-align: top;
    position: relative;
    margin-right: 32px;
}

    .FAFFilters.filter-is-visible {
        display: inline-block;
    }

.FAFFiltersReorder {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.FacetDefinitions {
    display: flex;
    -webkit-flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sidebar {
    font-family: monospace;
}

.productContainer {
    display: flex;
    -webkit-flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: auto;
}

.mainContent {
    font-family: monospace;
}

input.reorderFacetItems {
    display: inline-block !important;
    padding: 0 0 3px !important;
    margin: 8px !important;
    background: none !important;
    border: none !important;
    color: #9E9E9E !important;
    border-bottom: 1px solid #dadada !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    height: 100% !important;
    line-height: normal !important;
    font-family: inherit !important;
    font-size: .8em !important;
    border-radius: 0 !important;
    color: #666 !important;
    background: #fafafa;
    width: auto;
    clear: none;
}

    input.reorderFacetItems:hover {
    }

input.facetTypeSearch {
    background: #FFFFFF;
    font-family: roboto;
    font-size: .8em;
    border: 1px solid #E0E0E0;
    color: cornflowerblue !important;
}

    input.facetTypeSearch:hover, input.facetTypeSearch:focus, input.facetTypeSearch:active {
        border: 1px solid #B3B3B3;
        outline: none;
        color: #000;
        box-shadow: none;
    }

        input.facetTypeSearch:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input.facetTypeSearch:focus:-moz-placeholder {
            color: transparent;
        }
        /* FF 4-18 */
        input.facetTypeSearch:focus::-moz-placeholder {
            color: transparent;
        }
/* FF 19+ */
.FFmobile input.facetTypeSearch {
    background: #f5f5f5;
    font-size: 16px;
    border: none;
    color: #212121 !important;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 16px !important;
}


.FAFoptions a {
    display: block;
    float: left;
    margin: 0 16px 0 0 !important;
    background: #f4f4f4 !important;
    border: 1px solid #ccc !important;
    color: #9E9E9E !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    height: 33px !important;
    line-height: 33px !important;
    font-family: inherit !important;
    font-size: .9em !important;
    border-radius: 4px !important;
    color: #666 !important;
    padding: 0 16px;
}

    .FAFoptions a div {
        margin-right: 8px;
    }

.reorder {
    display: none;
}

    .reorder.filter-is-visible {
        display: inline-block;
        background: #f4f4f4;
        margin: 8px 0;
    }

div.reorder[data-orderpreference="1"] > input[data-rawvalue="1"],
div.reorder[data-orderpreference="2"] > input[data-rawvalue="2"],
div.reorder[data-orderpreference="3"] > input[data-rawvalue="3"],
div.reorder[data-orderpreference="4"] > input[data-rawvalue="4"],
div.reorder[data-orderpreference="5"] > input[data-rawvalue="5"],
div.reorder[data-orderpreference="6"] > input[data-rawvalue="6"],
div.reorder[data-orderpreference="7"] > input[data-rawvalue="7"],
div.reorder[data-orderpreference="8"] > input[data-rawvalue="8"],
div.reorder[data-orderpreference="9"] > input[data-rawvalue="9"],
div.reorder[data-orderpreference="10"] > input[data-rawvalue="10"],
div.reorder[data-orderpreference="11"] > input[data-rawvalue="11"],
div.reorder[data-orderpreference="12"] > input[data-rawvalue="12"],
div.reorder[data-orderpreference="13"] > input[data-rawvalue="13"],
div.reorder[data-orderpreference="14"] > input[data-rawvalue="14"],
div.reorder[data-orderpreference="15"] > input[data-rawvalue="15"] {
    color: #0abbef !important;
    border-bottom-color: #0abbef !important;
}

input.facetTypeSearch:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
.FAFoptions a {
    cursor: pointer;
}

.desktop.col-1.ctrPad16.reorder {
}

.reorder input {
    color: #555 !important;
}

.facetHdr {
    font-size: 11px;
    color: #666;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    background: #f1f1f1;
    padding: 12px 16px;
}

.facetSubHdr {
    font-size: small;
    color: cornflowerblue;
    border-top: 1px solid #E0E0E0;
    margin-top: 16px;
}

.facetOption {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 120%;
}

    .facetOption:hover {
        color: cornflowerblue;
    }

.subFacetOption {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

    .subFacetOption:hover {
        color: cornflowerblue;
    }

.facetOption input {
    width: 100%;
    font-size: 9px !important;
    background: #2F353E !important;
    border: none !important;
    padding: 8px !important;
}

.facetAvailable {
    padding: 5px 8px !important;
}

.facetUnavailable {
    opacity: 0.5;
    color: initial !important;
    padding: 5px 8px !important;
    cursor: not-allowed;
}

    .facetUnavailable input[type="checkbox"]:hover:before {
        background: initial;
        color: initial;
        cursor: not-allowed;
    }

    .facetUnavailable label {
        cursor: not-allowed;
    }

.FacetDefinitions > div {
    margin-top: 16px;
    border-top: 1px solid #E0E0E0;
}

.facetUnavailable input[type="checkbox"]:checked:before {
    background: #ccc !important;
    cursor: not-allowed;
}

label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    padding: 3px 0 0 7px;
}

.facetOption > span, .subFacetOption > span {
    height: 20px;
    width: 20px;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
    background: #fff;
    position: relative;
    outline: 1px solid #d0d0d0;
    flex-basis: 20px;
    min-width: 20px;
    max-width: 20px;
    display: inline-block;
}

.facetSelectedff {
    background: #0abbef !important;
}

    .facetSelectedff:before {
        content: "\e116" !important;
        font-family: feather;
        color: white !important;
        display: inline-block;
        width: 100%;
        vertical-align: text-bottom;
        padding: 0;
        margin: 0;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
    }

    .facetSelectedff.checked {
        background: #0abbef !important;
        outline: 1px solid #0abbef;
    }

.facetUnselectedff {
}

    .facetUnselectedff:before {
        content: "\e116" !important;
        font-family: feather;
        color: white !important;
        display: inline-block;
        width: 100%;
        vertical-align: text-bottom;
        padding: 0;
        margin: 0;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
    }

    .facetUnselectedff.checked {
        background: #0abbef !important;
    }

.facetUnavailableff {
    background: #fff;
    cursor: not-allowed !important;
}

    .facetUnavailableff:before {
        content: '\e117' !important;
        background: #b5b5b5;
        font-family: feather;
        color: #fff !important;
        display: inline-block;
        width: 100%;
        vertical-align: text-bottom;
        padding: 0;
        margin: 0;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
    }

    .facetUnavailableff.checked {
    }

.SubFacetOptions {
    padding-left: 16px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
    background: #FFFFFF !important;
    background-size: contain !important;
    position: relative;
    outline: 1px solid #E0E0E0;
    padding: 0 7px 0 0;
    flex-basis: 24px;
    min-width: 24px;
    max-width: 24px;
}

    input[type="checkbox"]:checked {
        background: #0abbef !important;
        background-size: contain !important;
    }

        input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #FFFFFF !important;
            font-family: feather;
            line-height: 24px;
        }

        input[type="checkbox"]:checked:before {
            content: "\e116" !important;
            font-family: feather;
            color: white !important;
            background: #0abbef !important;
        }

    input[type="checkbox"]:hover:before {
        background: #ECECEC;
        color: #ECECEC !important;
        content: '';
        font-family: feather;
    }

.headBack {
    cursor: pointer;
}

.headHome {
    margin: 64px 0 0;
}

span.noFacetResults {
    background: tomato;
    color: white;
    display: inline-block;
    height: 128px;
    width: 128px;
    border-radius: 64px;
    line-height: 128px;
    text-align: center;
    font-size: 4em;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    span.noFacetResults:hover {
        background: darkred;
        transform: rotate(-180deg);
    }

        span.noFacetResults .icon-reload {
            color: #fff;
            transform: translate(-3px, -3px) scaleX(-1);
        }

span.facetStartOver {
    background: darkslategrey;
    color: white;
    display: inline-block;
    height: 64px;
    width: auto;
    padding: 0 32px;
    border-radius: 32px;
    line-height: 64px;
    text-align: center;
    font-size: 1.5em;
}

    span.facetStartOver:hover {
        background: grey;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.noFacetResultsTXT {
    color: tomato;
    font-size: 2em;
    line-height: 2em;
}

.noFacetResultsSubTXT {
    color: tomato;
    font-size: 1.4em;
    line-height: 1.4em;
}

.facetStartOverTXT {
    color: darkslategrey;
    font-size: 1.2em;
}

.facetStartOverSubTXT {
    color: darkslategrey;
    font-size: .8em;
}

.facetItemDetails {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: flex-start;
    text-align: left;
    font-size: smaller;
}

    .facetItemDetails a {
        cursor: pointer;
    }

.facetQuickViewSimple a:before {
    padding-right: 4px;
    font: normal normal normal 10px/1 feather;
    content: "\e114";
}

.FacetOptions {
}

.FFOutofstock > .facetItemImg {
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.FFOutofstock .fa-tag {
    display: none;
}

.facetPricing {
    display: inline-block;
}

    .facetPricing > div > span:nth-child(2) {
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
        border-left: 1px solid #dadada;
        text-decoration: line-through;
    }

    .facetPricing > div > span:nth-child(3) {
        font-size: smaller;
    }

.col-facetItem[data-onsale="1"] .facetPricing > div > span:nth-child(1), .col-facetItem[data-onsale="facetIsOnSale"] .facetPricing > div > span:nth-child(1) {
    color: #ff4242;
}

.col-facetItem[data-onsale="1"] .facetPricing > div > span:nth-child(2), .col-facetItem[data-onsale="facetIsOnSale"] .facetPricing > div > span:nth-child(2) {
    color: #a2a2a2;
    text-decoration: line-through;
    font-size: smaller;
    margin-left: 4px;
    padding-left: 4px;
}

.fafSalePR > span:nth-child(1) > span {
    color: #ff4242;
}

.percentOff-betterSearch {
    color: #ff4242;
}

.fafSalePR > span:nth-child(2) > span {
    color: #a2a2a2;
    text-decoration: line-through;
}

.col-facetItem {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: relative;
    overflow: hidden;
}

    .col-facetItem[data-isinstock="stockStatus-false"],
    .col-facetItem[data-isinstock="stockStatus-False"] {
        opacity: 0.5;
        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");
        filter: gray;
        -webkit-filter: grayscale(100%);
    }

    .col-facetItem:hover .frItemName span {
    }

    .col-facetItem > div > a {
        display: block;
    }

    .col-facetItem.fDone {
        opacity: 1;
    }

.frItemName {
    padding-bottom: 8px;
    min-height: 80px;
}

    .frItemName span {
        cursor: pointer;
        color: initial;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.facetPricing {
    border-bottom: 1px solid #efefef;
    padding: 8px 0;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    height: 38px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.facetQuickView {
    cursor: pointer;
    width: 47px;
    height: 47px;
    float: right;
    background: #fafafa;
    text-align: center;
    display: none;
}

    .facetQuickView span:before {
        content: "\e114";
        font: normal 14px/1 feather;
        line-height: 48px;
    }

.facetOptions {
    font-size: smaller;
    padding: 8px 0;
    align-items: center;
    border-top: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
    align-content: space-between;
    min-height: 40px;
}

.fafReviewColours {
    justify-content: space-around;
}

.col-facetItem .yotpo.bottomLine {
    min-height: 30px;
    padding: 0 0 8px 0;
}

    .col-facetItem .yotpo.bottomLine .yotpo-display-wrapper .text-m {
        margin-left: 8px;
        font-size: small;
    }

/* FAF - Product Compare */
.selectcompare {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    outline: 0 !important;
    box-shadow: none !important;
    text-align: left;
    padding: 8px;
    background: #eee;
    margin-top: 4px;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    will-change: opacity;
}

    .col-facetItem:hover .selectcompare, .selectcompare.incomparelist {
        opacity: 1;
    }

    .selectcompare.incomparelist {
        border-color: #72a100;
        background: #E8FFED;
    }

    .selectcompare input[type="checkbox"] {
        display: none;
    }

        .selectcompare input[type="checkbox"] + label {
            font-size: smaller;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            line-height: 24px;
            padding: 0 !important;
        }

            .selectcompare input[type="checkbox"] + label:before {
                content: '\2713';
                background: white;
                color: white;
                width: 24px;
                height: 24px;
                line-height: 24px;
                border: 1px solid #ccc;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                display: block;
                float: left;
                margin: 0 4px 0 0;
                text-align: center;
            }

        .selectcompare input[type="checkbox"]:checked + label:before {
            border-color: #72a100;
            background: #72a100;
        }

.compare-button {
    position: fixed;
    right: 16px;
    bottom: 70px;
    background: #72a100;
    color: white;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 16px;
    line-height: 42px;
    padding: 0 16px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}

@media screen and (max-width : 735px) {
    .compare-button {
        border-radius: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 39999;
    }

    .selectcompare {
        opacity: 1;
    }
}

@media print {
    .printhide, .ctrNavigation, .flexorderRDIFF, .topBannerSash, #FOOTER1, .primaryNav, .flexorderRDIFF {
        display: none;
    }

    #comparetgt div[id*="cp"] {
        width: 50% !important;
        height: 100vh;
    }

        #comparetgt div[id*="cp"] .imgCtr {
            -webkit-print-color-adjust: exact !important;
            color-adjust: exact !important;
        }
}

/* ***** END : Compare Products ***** */

[class*="stockStatus"] {
    font-size: smaller;
    margin: 8px 0;
    position: relative;
    cursor: pointer
}

    [class*="stockStatus"]:after {
        content: "\e128";
        position: absolute;
        right: 0;
        font-family: feather;
    }

.facetRow {
    height: 48px;
    display: flex;
}

.facetQV:before, .facetColourGroup .icon-drop, .productIsStarbuy:after, .productIsNotStarBuy:after, .icon-star {
    top: -1px;
    position: relative;
}

.facetStock {
    flex-grow: 1;
    text-align: left;
    line-height: 47px;
    font-size: smaller;
}

.facetColourGroup {
    align-items: center;
}

.inactive:before {
    color: #c3c3c3;
}

.facetIsOnSale {
    display: block;
    height: 0;
    top: 0;
}

    .facetIsOnSale span {
        position: absolute;
        text-transform: uppercase;
        top: 20px;
        right: -55px;
        text-align: center;
        width: 150px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

        .facetIsOnSale span:after {
            content: var(--citrus-styles-faf-sale);
            text-transform: uppercase;
            margin: 0;
            color: rgb(241,241,241);
            font-size: 10px;
            letter-spacing: 2.5px;
            position: absolute;
            padding: 3px;
            text-align: center;
            background: #d93131;
            top: 0;
            right: 0;
            width: 150px;
        }

.facetIsNotOnSale {
    display: none;
}

.stockStatus-ComingSoon:before {
    color: #0abbef;
    content: var(--citrus-styles-faf-coming-soon);
    font-family: inherit;
}

.stockStatus-false:before {
    color: red;
    content: var(--citrus-styles-faf-out-of-stock);
    font-family: inherit;
}

.stockStatus-PreOrder:before {
    color: #7873B0;
    content: var(--citrus-styles-faf-pre-order);
    font-family: inherit;
}

.stockStatus-True:before {
    color: #73AB02;
    content: var(--citrus-styles-faf-in-stock);
    font-family: inherit;
}

.stockStatus-SpecialOrder:before {
    color: cornflowerblue;
    content: var(--citrus-styles-faf-special-order);
    font-family: inherit;
}

.stockStatus-Custom:before {
    content: var(--citrus-styles-faf-customise);
    text-transform: uppercase;
    font-family: inherit;
}

.icon-star {
    margin-right: 3px;
}

.productIsNotStarBuy {
}

    .productIsNotStarBuy > span {
        display: none;
    }

.productIsStarbuy:after {
    content: "\e085";
    margin-left: 4px;
    display: inline-block;
    font-family: feather;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8722b1;
}

.productIsStarbuy:after {
    content: var(--citrus-styles-faf-star-buy);
}

.productIsNotStarBuy:before {
    content: "";
}

#priceFilterLower, #priceFilterUpper {
    width: 100%;
    background: #fdfdfd;
    font-family: roboto;
    font-size: .8em;
    border: 1px solid #E0E0E0;
    color: cornflowerblue !important;
}

.priceFilter {
    margin: 16px 0;
}

.facetOrder {
    width: 100%;
    float: left;
    clear: both;
}

.facetTitle, .facetTitle p {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.salestockOption {
    padding: 32px;
}

.FFStock label {
    color: yellowgreen;
}

.FFSale label {
    color: tomato;
}

.FFStock input[type="checkbox"]:checked:before {
    background: yellowgreen !important;
}

.FFSale input[type="checkbox"]:checked:before {
    background: tomato !important;
}

.Standard .facetOptions, .Simple .facetOptions, .Simple .facetFinance {
    display: none !important;
}

.Simple .fafStockQV {
    display: none !important;
}

.Simple:not(.ShowRRP) .facetPricing span[id*="lblNow"] {
    color: inherit !important;
}

.Simple:not(.ShowRRP) .facetPricing span[id*="lblwas"], .Simple:not(.ShowRRP) .facetPricing span[id*="lblDiscounttext"] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: none !important;
}

.Simple .frItemName {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.facetQuickViewSimple {
    display: none;
}

.facetQuickViewSimple {
    display: inline-block;
    font-size: smaller;
    border: 1px solid #ccc;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 2px 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .facetQuickViewSimple:hover {
        border: 1px solid #bddec7;
        background: #e4f5e9;
    }

.FAFResults .col-facetItem[data-isinstock*="stockStatus-false"] > a {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010' /></filter></svg>#greyscale");
}

.FAFclosebutton {
    right: 8px;
    font-size: small;
    cursor: pointer;
    padding: 0;
    background: none !important;
    width: initial !important;
}

    .FAFclosebutton:before {
        padding-right: 8px;
        display: inline-block;
        font-family: feather;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e043";
        color: #f00;
    }

.facetStock {
    flex-grow: 1;
    text-align: left;
    line-height: 47px;
    font-size: smaller;
}

.score:before {
    content: "\e093";
    font-family: feather;
    margin-right: 3px;
    position: relative;
    bottom: 1px
}

.score[data-rate="1"], .score[data-rate="2"], .score[data-rate="3"], .score[data-rate="4"], .score[data-rate="5"] {
    opacity: 1;
    color: #d69600;
}

/* Shopper Approved */
.star_container {
    padding-top: 4px;
}

    .star_container:empty {
        display: none;
    }

    .star_container + .facetReview {
        display: none;
    }

    .star_container .ind_cnt {
        display: none !important;
    }

    .star_container > * > span {
        width: 14px !important;
        height: 13px !important;
    }
/* End of Shopper Approved */

.facetReview div.icon-star {
    opacity: 1;
    color: #d4980b;
    float: left;
    line-height: 24px;
}

.facetReview.score[data-rate="0"], .facetReview.score[data-rate="0"] + div.icon-star:before {
    color: #555;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.facetColourGroup {
    align-items: center;
}

.colourWheel:before {
    content: "";
    background: url(/platformlayout/colourwheel.png) center center no-repeat;
    background-size: contain;
    margin: auto !important;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.colourWheel:after {
    content: var(--citrus-styles-faf-other-colours);
    display: block;
    float: right;
    white-space: pre;
    line-height: 100%;
    font-size: smaller;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

[style="display: none;"].colourWheel:before {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;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\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

[style="display: none;"].colourWheel:after {
    content: ""
}

.facetColourGroup[style="display: none;"] {
    display: inline-block !important;
    opacity: 0.3;
}

.facetColourGroup .icon-drop {
    content: "\e063";
    margin-right: 8px;
    display: inline-block;
    font-family: feather;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inactive:before {
    color: #c3c3c3;
}

.facetIsOnSale {
    display: block;
    height: 0;
    top: 0;
}

    .facetIsOnSale span {
        position: absolute;
        text-transform: uppercase;
        top: 20px;
        right: -55px;
        text-align: center;
        width: 150px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .facetIsOnSale span:after {
            content: var(--citrus-styles-faf-sale);
            text-transform: uppercase;
            margin: 0;
            color: rgb(241,241,241);
            font-size: 10px;
            letter-spacing: 2.5px;
            position: absolute;
            padding: 3px;
            text-align: center;
            background: #d93131;
            top: 0;
            right: 0;
            width: 150px;
        }

.facetIsNotOnSale {
    display: none;
}

.facetStock {
    flex-grow: 1;
    text-align: left;
    line-height: 100%;
    font-size: inherit;
}

.facetColourGroup {
    align-items: center;
}

    .facetColourGroup .icon-drop {
        content: "\e063";
        margin-right: 3px;
        display: inline-block;
        font-family: feather;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.inactive:before {
    color: #c3c3c3;
}

.facetIsOnSale {
    display: block;
    height: 0;
    top: 0;
}

    .facetIsOnSale span {
        position: absolute;
        text-transform: uppercase;
        top: 20px;
        right: -55px;
        text-align: center;
        width: 150px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
    }

        .facetIsOnSale span:after {
            content: var(--citrus-styles-faf-sale);
            text-transform: uppercase;
            margin: 0;
            color: rgb(241,241,241);
            font-size: 10px;
            letter-spacing: 2.5px;
            position: absolute;
            padding: 3px;
            text-align: center;
            background: #d93131;
            top: 0;
            right: 0;
            width: 150px;
        }

.facetIsNotOnSale {
    display: none;
}

.stockStatus-false:before,
.stockStatus-False:before,
.stockStatus-ComingSoon:before,
.stockStatus-comingsoon:before,
.stockStatus-PreOrder:before,
.stockStatus-preorder:before,
.stockStatus-True:before,
.stockStatus-true:before,
.stockStatus-SpecialOrder:before,
.stockStatus-specialorder:before {
    color: #333;
    content: var(--citrus-styles-faf-check-availability);
    text-transform: uppercase;
    font-family: inherit;
}

.stockStatus-false:before,
.stockStatus-False:before {
    content: var(--citrus-styles-faf-out-of-stock);
    text-transform: uppercase;
}

.productIsStarbuy {
    color: #8722b1;
}

.productIsNotStarBuy {
    opacity: 0.3;
}

    .productIsNotStarBuy > span {
        display: none;
    }

.productIsStarbuy:after {
    content: "\e085";
    display: inline-block;
    font-family: feather;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8722b1;
}

.productIsStarbuy:before {
    content: var(--citrus-styles-faf-star-buys);
    display: block;
    float: right;
    white-space: pre;
    line-height: 100%;
    font-size: smaller;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-left: 4px;
}

.productIsNotStarBuy:after {
    content: "\e085";
    display: inline-block;
    font-family: feather;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
}

#priceFilterLower, #priceFilterUpper {
    width: 100%;
    background: #fdfdfd;
    font-family: roboto;
    font-size: .8em;
    border: 1px solid #E0E0E0;
    color: cornflowerblue !important;
}

.priceFilter, .FacetSize {
    margin: 0;
}

.salestockOption {
}

.FFStock label {
    color: yellowgreen;
}

.FFSale label {
    color: tomato;
}

.FFStock input[type="checkbox"]:checked:before {
    background: yellowgreen !important;
}

.FFSale input[type="checkbox"]:checked:before {
    background: tomato !important;
}
/*  Find + Filter Landing page */
.LPTitle h3 {
    border-top: 1px solid #999;
    padding-top: 16px;
}

.LPFilters {
    margin: 16px;
}

    .LPFilters a,
    .LPFilters a:visited {
        display: block;
        padding: 0 !important;
        width: 100%;
        font-size: smaller;
        vertical-align: top;
        line-height: 32px;
        border-bottom: 1px solid #ebebeb;
        color: #666;
        min-width: 100%;
        position: relative;
        text-transform: capitalize;
        clear: both;
    }

        .LPFilters a[id*="lnkFacetLink"]:after {
            content: '\e055';
            position: absolute;
            top: 0;
            right: 0;
            color: #888888;
            font-family: feather;
        }

        .LPFilters a[id*="lnkFacetLink"]:last-of-type {
            border-bottom: 0;
            padding: 0;
            margin: 0;
        }

    .LPFilters:not(.LPFilters-expanded) > a[id*="lnkFacetLink"]:nth-of-type(1n+7) {
        display: none;
    }

.LPExpandButton {
    color: #2c9ab7 !important;
    text-align: right;
    cursor: pointer;
    border-bottom: 0 !important;
}

    .LPExpandButton:before,
    .LPExpandButton:after {
        display: inline-block;
    }

    .LPExpandButton:before {
        content: attr(data-start);
        padding-right: 3px;
    }

    .LPExpandButton:after {
        padding-left: 3px;
        content: attr(data-end) !important;
    }

#facetsearch_landingPageTotalProductsPanel {
    background: #f1f1f1;
    float: left;
    padding: 8px 16px !important;
}

    #facetsearch_landingPageTotalProductsPanel p {
    }

    #facetsearch_landingPageTotalProductsPanel h4, #facetsearch_landingPageTotalProductsLbl {
    }

.FAFLanding .mobile {
    width: 100%;
}

.FAFLanding .facetHdr {
    float: left;
    width: 100%;
    color: #222;
    margin-bottom: 16px;
    padding: 8px 16px !important;
}

    .FAFLanding .facetHdr:before {
    }

.metaControls {
    padding: 0;
    width: 100%;
}

    .metaControls h2, h1.fafPageTitle {
        text-transform: capitalize;
        clear: both;
        margin: 0 0 16px;
    }

.FAFLanding .FAFFilters > div {
    margin-bottom: 16px;
    float: left;
}

.FAFLanding .FAFFilters > div.ALPclose {
    display: none;
}

#FafKnockoutResults .facetHdr {
}

#FafKnockoutResults .FAFFilters {
    padding: 8px !important;
    position: relative;
    background: #f5f5f5;
    z-index: 1;
}

.LPTitle {
    margin: 16px 0;
}

    .LPTitle h3 {
        border-top: 1px solid #999;
        padding-top: 16px;
    }

.FAFLanding .flexreorder {
    -ms-flex: 1;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.flexreorder .ALPfilterList > div {
    width: 100%;
}

    .flexreorder .ALPfilterList > div > div {
        margin-bottom: 16px;
        background: #fbfbfb;
        float: left;
        width: 100%;
    }

.ALPDescription-desktop {
    align-items: stretch;
}

.ALPDescription-desktop-brand {
    width: 150px;
    flex-basis: 150px;
    min-width: 150px;
    padding: 8px 8px 0 0;
}

    .ALPDescription-desktop-brand > img {
        margin-top: 0;
        width: 100%;
    }

.ALPDescription-desktop-desc {
    width: 100%;
}

    .ALPDescription-desktop-desc h2 {
        margin-top: 16px;
    }

.ALPBannerImages {
    position: relative;
}


.imgCtrFafDesc {
    position: relative;
}

    .imgCtrFafDesc:after {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 25%;
    }

    .imgCtrFafDesc[data-image=""] {
        display: none;
        background: none !important;
    }

.ALPBannerImages-Brand {
    width: 80px;
    min-width: 80px;
    margin-top: 8px;
}
/* Fix for new loading function */
.facetItemImg {
    cursor: pointer;
    max-height: none;
    min-height: 100px;
    background: white;
    position: relative;
}

    .facetItemImg > img {
        width: 100%;
        height: inherit;
    }

        .facetItemImg > img.lazyload,
        .facetItemImg > img.lazyloading {
            position: relative;
            opacity: 0;
        }

    .facetItemImg > .lazyload-anim {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .facetItemImg > .lazyload-anim:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            background: #cedfe9;
            transform: translateX(-50%) translateY(-50%);
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
            animation: faf-lazyload-pulse 6s infinite;
        }

    .facetItemImg > img.lazyloaded + .lazyload-anim {
        opacity: 0;
        animation: none;
    }

@keyframes faf-lazyload-pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 1;
    }

    25% {
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        opacity: 0.1;
    }

    50% {
        transform: translateX(-50%) translateY(-50%) scale(0.9);
        opacity: 1;
    }

    75% {
        transform: translateX(-50%) translateY(-50%) scale(2.2);
        opacity: 0.1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 1;
    }
}

/*  QuickLook ------ */
#dev-QuickLook {
    width: 100%;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
}

#dev-QuickLook-img {
    overflow: hidden;
    width: 50%;
    background: #fff;
}

#MIV-image-dev-small {
    margin: 0 0 10px;
    line-height: 1.5em;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 85px;
    display: inline-block;
}

#attribute-quicklook-dev {
    clear: right;
    float: left;
    width: 100%;
    background: whitesmoke;
    padding: 16px;
}

#dev-QuickLook-content {
    float: left;
    width: 50%;
    padding: 16px;
    background: #fff;
}
/* ----- QuickLook ------ */
#ImageLargePath-dev {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

#MIV-quicklook-dev {
    width: 250px;
    display: none;
}

    #MIV-quicklook-dev li {
        display: inline-block;
        list-style: none;
        border: 1px solid #eee;
        margin: 4px 0 5px 4px;
    }

#ImageLargePath-dev img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#dev-QuickLook-content, #MIV-image-dev, #title-dev, #ShortDescription-dev, #LongDescription-dev, #clPrice-dev {
    clear: right;
    display: block;
}

#ShortDescription-dev {
    margin-bottom: 14px;
}

#attribute-quicklook-dev {
    clear: right;
    float: left;
    width: 100%;
    background: whitesmoke;
}

    #attribute-quicklook-dev input {
        display: none;
    }

#clPrice-dev {
}

    #clPrice-dev .pricingRange {
        padding: 0;
        float: left;
    }

#dev-QuickLook-content {
    float: left;
    width: 50%;
    padding: 28px;
}

#title-dev {
    margin: 0 0 10px;
    line-height: 1.5em;
    color: #333;
}

.qv-add-container {
    width: 100%;
    clear: both;
    background: white;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

    .qv-add-container > div {
        flex-direction: row;
        align-items: stretch;
        flex-direction: row;
        padding: 21px;
    }

    .qv-add-container:nth-last-child(1) {
        margin: 0;
    }

.qv-name, .qv-price, .qv-stock, .qv-add {
}

.qv-name {
    flex-grow: 1;
    min-width: 160px;
}

.qv-price {
    float: right;
    padding: 0 16px;
}

.qv-stock {
    float: right;
    text-align: center;
    order: 3;
    background: #f0fae0;
}

.qv-add {
    margin: 0;
    order: 4;
    order: 7;
    background: #acd373;
    text-shadow: 1px 1px #9cbc6f;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-grow: 1;
    flex-basis: auto;
    overflow: hidden;
    position: relative;
}

    .qv-add:before {
        content: var(--citrus-styles-faf-add);
    }

    .qv-add img {
        cursor: pointer;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

.qv-stock .InStockCSS, .qv-stock .OutofStockCSS, .qv-stock .BackOrderCSS {
}

.qv-stock .InStockCSS {
    color: #006707;
}

.qv-stock .OutofStockCSS {
    color: #cd0a0a;
}

.qv-stock .BackOrderCSS {
    color: #0076a3;
}

#ctl01_lblDiscounttext > .save > .onsale {
    position: absolute;
    left: 214px;
    top: 21px;
    overflow: hidden;
    width: 71px;
    height: 71px;
}

.QuickLook-cards {
    margin: 14px auto;
    display: none;
}

    .QuickLook-cards img {
        margin: 14px 49px 14px 39px;
    }

.quickview {
    color: #fef4e9;
    background: #f78d1d;
    background: #faa51a;
}

    .quickview:hover {
        color: #FFF;
        background: #f47c20;
        background: #f88e11;
    }

#link-dev {
    margin-bottom: 0;
    display: inline-block;
}

#clPrice-dev .pricing {
    text-align: left;
    position: relative;
    top: 0;
    width: 280px;
    margin: 14px 0;
    height: 40px;
}

#attribute-quicklook-dev .facetPricing > div > span:nth-child(2), .facetPricing > div > span:nth-child(3) {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    padding: 0 4px;
}

#clPrice-dev .now {
    display: block;
    height: 40px;
    width: 94px;
    margin: 0;
    padding: 0;
    float: left;
    background: #f1f1f1;
    color: #666;
    text-align: center;
    color: #3e7ca3;
    line-height: 290%;
}

#clPrice-dev .was {
    background: 3px;
    display: block;
    height: 40px;
    width: 100px;
    margin: 0;
    padding: 0;
    float: left;
    background: url(/SiteSpecific/CustomContent/layout/wasPriceOverlay.png) top left no-repeat #f1f1f1;
    color: #999;
    text-align: center;
    background-position: -4px;
    line-height: 290%;
}

#clPrice-dev .save {
    display: block;
    height: 40px;
    width: 86px;
    margin: 0;
    padding: 0;
    float: left;
    background: #dc4040;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 194px;
    top: 0;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 300%;
}

#clPrice-dev .onsale {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.out-of-stock .qv-add {
    display: none;
}

.out-of-stock .qv-stock {
    order: 5;
    background: #FFF2F0;
    flex-grow: 1;
    color: red;
}
/* Custom reordering */
#FAFCustomReorder {
    -ms-flex: 1;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
}

#FAFDesc {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -webkit-order: 0;
    order: 0;
}

#FAFImg img {
    width: 100%;
}
/* Experimental */
.imageContainer, .facetItem {
    width: 100%;
    float: left;
}

.facetItemImg {
    float: left;
    width: 100%;
    position: relative;
}

div[class*="faf-image"] {
    -webkit-background-size: 100% !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-position: center center !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height: 100px;
}

.faf-bg-hidden div[class*="faf-image"], .faf-bg-hidden div[class*="imgCtr"], .faf-bg-hidden {
    background: none !important;
}

.facetItemImg .imgCtr {
    background-size: contain !important;
    position: absolute;
    top: 0;
    bottom: 0;
}

.fafflexwrap {
    -ms-flex: 1;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
}

.faftitlebreadcrumbs {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    -o-order: 0;
    -ms-order: 0;
    order: 0;
}
/* Sizing Filters */
#SizeTermPanel, #SizeTermRevertPanel {
    position: relative;
    display: flex;
    -webkit-flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

#SizeTermPanel {
    display: none;
}

#sizeTermKnockout {
    opacity: 1;
    position: relative;
}

#SizeTermPanel .FacetOptions {
    font-size: .9em;
    cursor: pointer;
    display: block;
    padding-bottom: 16px;
}

    #SizeTermPanel .FacetOptions > div {
        padding: 8px 16px;
        -ms-flex: 1;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: center;
        -ms-align-items: center;
        min-width: 50%;
        max-width: 100%;
        float: left;
    }

        #SizeTermPanel .FacetOptions > div > label {
            padding-left: 16px;
        }

#SizeTermPanel .facetHdrSize {
    font-size: 11px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 12px 16px;
}

#SizeTermPanel span.facetOption {
    height: 20px;
    width: 20px;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
    background: #fff;
    position: relative;
    outline: 1px solid #d0d0d0;
    flex-basis: 20px;
    min-width: 20px;
    max-width: 20px;
    display: inline-block;
}

#SizeTermRevertPanel {
    position: absolute;
    z-index: 1;
    align-self: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px !important;
    background: #0abbef !important;
    border: none !important;
    padding: 12px !important;
    width: 100%;
}

    #SizeTermRevertPanel:not([style="display: none;"]) ~ #sizeTermKnockout {
        opacity: 0.25;
        cursor: none;
        pointer-events: none;
    }

.FAFSizeOrder {
    font-size: .9em;
    border: 1px solid #efefef;
    background: #f5f5f5;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 8px;
}

.FAFSizeOrderText {
}

    .FAFSizeOrderText > span {
        margin: 3px;
        display: inline-block;
    }

.FAFSizeOrder [class*='SizeFilter'] {
    text-transform: uppercase;
    font-weight: bold;
    background: #ffffff;
    outline: 1px solid rgba(165,19,19,0.35);
    margin: 3px;
    display: inline-block;
    padding: 3px 11px;
    font-size: smaller;
    border-radius: 3px;
    color: #a51313;
}

.FAFSizeOrder a {
    z-index: 1;
    align-self: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px !important;
    background: #7693ea !important;
    border: none !important;
    padding: 12px 24px !important;
}

.selectFacet {
    color: #000;
    text-transform: capitalize;
}

.selectCount {
    opacity: 0.5;
    padding-left: 5px;
}
/* Finance */
.facetFinance {
    margin-bottom: 8px;
    min-height: 33px;
}

.allowFinance {
    background: #f7efff;
    outline: 1px solid #d0bfe3;
    color: #6c4a94;
    font-size: smaller;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    padding: 8px;
}

.denyFinance {
    background: #f1f1f1;
    outline: 1px solid #f1f1f1;
    height: 27px;
    color: #F1F1F1;
    overflow: hidden;
    text-indent: -99999999px;
}

.FFPrice {
    font-size: inital;
}

    .FFPrice:before {
        content: attr(data-desktoptext);
        padding-right: 4px;
        font-size: smaller;
    }

@media screen and (max-width: 1024px) {
    .FFPrice:before {
        content: attr(data-mobiletext);
    }
}

.sortedbymessage, .sortedbymessage[data-orderpreference], .sortedbymessage[data-orderpreference] [data-key] {
    display: none;
}

    .sortedbymessage:is([data-orderpreference="1"], [data-orderpreference="2"], [data-orderpreference="3"], [data-orderpreference="4"], [data-orderpreference="12"]) {
        display: block;
        float: left;
        border: 1px solid #d3dfe9 !important;
        font-weight: normal !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        height: 33px !important;
        line-height: 33px !important;
        font-family: inherit !important;
        font-size: 14px !important;
        border-radius: 4px !important;
        padding: 0 0 0 16px;
        background: aliceblue;
        color: #19196a;
        user-select: none;
    }

    .sortedbymessage:is([data-orderpreference="1"]) [data-key="1"],
    .sortedbymessage:is([data-orderpreference="2"]) [data-key="2"],
    .sortedbymessage:is([data-orderpreference="3"]) [data-key="3"],
    .sortedbymessage:is([data-orderpreference="4"]) [data-key="4"],
    .sortedbymessage:is([data-orderpreference="12"]) [data-key="12"] {
        display: initial;
    }

.sortedbymessage---clear {
    border-left: 1px solid #d3dfe9 !important;
    display: block;
    float: right;
    padding: 0 16px;
    margin-left: 16px;
    background: rgba(25, 25, 106, 0.05);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .sortedbymessage---clear:hover {
        color: aliceblue;
        background: rgba(25, 25, 106, 1);
    }

@media screen and (max-width: 425px) {
    .sortedbymessage:is([data-orderpreference="1"], [data-orderpreference="2"], [data-orderpreference="3"], [data-orderpreference="4"], [data-orderpreference="12"]) {
        font-size: 10px !important;
        padding: 0 0 0 8px;
    }

    .sortedbymessage---clear {
        padding: 0 8px;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 375px) {
    .sortedbymessage:is([data-orderpreference="1"], [data-orderpreference="2"], [data-orderpreference="3"], [data-orderpreference="4"], [data-orderpreference="12"]),
    .sortedbymessage---clear {
        font-size: 9px !important;
    }
}

/* Sticky */
.sticky {
    width: 100%;
    min-height: 48px;
    margin-bottom: 16px;
    float: left;
}

    .sticky.sticknow .FAFoptionsContainer {
        margin-top: 0 !important;
        position: fixed;
        top: 0;
        z-index: 7;
        background: #ffffff;
        width: 100%;
        left: 0;
    }

    .sticky.sticknow .sortedbymessage {
        margin-top: 0 !important;
        border-radius: 0 !important;
        border-top: none !important;
    }

.sticknow .FAFoptionsReorder {
    float: right;
    margin: 0 !important;
}

.sticky .FAFoptionsContainer {
    float: left;
    width: 100%;
}

.sticky .sortedbymessage {
    width: 100%;
    margin-top: 8px;
}

.mobile .FAFoptionsReorder {
    float: left;
    margin: 0 !important;
    border-right: 1px solid #eaeaea !important;
    padding: 0 !important;
}

    .mobile .FAFoptionsReorder select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        outline: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        background: rgba(255,255,255,0);
        padding: 14px;
        opacity: 0.01;
    }

.FAFFiltersMobile:after {
    content: var(--citrus-styles-faf-filter);
    text-transform: uppercase;
}

.FAFoptionsContainer {
    position: relative;
}

.FAFFiltersMobile a.filtersBottom {
    background: #a7c585;
    color: white;
    border-radius: 4px;
}

    .FAFFiltersMobile a.filtersBottom:before, .FAFFiltersMobile:after {
        display: none;
    }

.sticky2 {
    z-index: 10;
    width: 319px;
}

    .sticky2.sticknow2 .filtersSize {
        position: fixed;
        top: 0;
        z-index: 7;
    }

        .sticky2.sticknow2 .filtersSize > div {
        }

            .sticky2.sticknow2 .filtersSize > div > span {
            }

.mobile .FAFoptionsContainer {
    outline: 1px solid #dcdcdc;
    outline: 0;
}

    .mobile .FAFoptionsContainer > a {
        width: 50%;
        margin: 0 !important;
        text-align: center;
        position: relative;
        padding: 0 14px;
        height: 47px !important;
        line-height: 47px !important;
        border-radius: 0 !important;
        background: white !important;
    }

    .mobile .FAFoptionsContainer label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 16px 10px;
        line-height: 14px;
    }

        .mobile .FAFoptionsContainer label span {
            margin-right: 8px;
        }

.mobile .reorder, .mobile .FAFoptions {
    border-bottom: none;
}

/* --------------- Find and Filter Overrides --------------- */
#LoadingPanel {
    z-index: 30;
}

#dev-QuickLook {
    padding: 16px;
    background: white;
}

.FAFFilters, .FAFResults .col-1.breadcrumbs {
    order: 0 -1;
    -moz-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
}

.reorder input {
    color: #484848 !important;
    outline: none;
}

.facetOrder > div:last-of-type {
    padding: 0 !important;
}

.facetTitle {
    order: -1 !important;
    max-width: 100%;
    padding: 32px 15% !important;
    text-align: center;
    background: white;
}

    .facetTitle > .ctrPad32 {
        padding: 0 !important;
    }

    .facetTitle h1 {
        font-size: 21px;
        text-transform: uppercase;
        letter-spacing: .125em;
        text-align: center;
        margin: 0;
    }

    .facetTitle img {
        display: none;
    }

    .facetTitle a {
        display: inline-block;
        color: #000;
        border-bottom: 1px solid black;
        text-align: center;
        margin: 2px 8px;
        order: 4;
    }

    .facetTitle p {
        display: block;
        float: left;
        width: 100%;
    }

    .facetTitle p, .facetTitle a {
        font-size: 13px;
    }

#facetmetadetailsTitleDesc_lblDescription {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.facetIsOnSale {
    display: block;
    height: 0;
    top: 0;
}

    .facetIsOnSale span {
        position: absolute;
        text-transform: uppercase;
        top: 20px;
        right: -55px;
        text-align: center;
        width: 150px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

        .facetIsOnSale span:after {
            content: var(--citrus-styles-faf-sale);
            text-transform: uppercase;
            margin: 0;
            color: rgb(241,241,241);
            font-size: 10px;
            letter-spacing: 2.5px;
            position: absolute;
            padding: 3px;
            text-align: center;
            background: #d93131;
            top: 0;
            right: 0;
            width: 150px;
        }

input.facetTypeSearch, #priceFilterLower, #priceFilterUpper {
}

.facetItemImg {
    height: auto !important;
}

#FafKnockoutResults .FAFFilters {
    background: white !important;
    padding: 0 !important;
}

.FAFclosebutton {
    top: 8px;
}

.FacetDefinitions .facetHdr {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .FacetDefinitions .facetHdr:after, #FafKnockoutResults .priceFilter .facetHdr:after, #FafKnockoutResults .FacetSize .facetHdr:after, #FafKnockoutResults .salestock .facetHdr:after, #FafKnockoutResults .FacetSearch .facetHdr:after {
        font-family: feather;
        content: "\e114";
        float: right;
        font-size: 14px;
        font-weight: normal;
    }

.FacetDefinitions .FacetOptions {
    padding-top: 16px !important;
    margin: 0 !important;
    display: none;
    margin: 0 8px !important;
}

#FafKnockoutResults .facetHdr {
    padding: 16px !important;
    line-height: 14px;
    font-size: 12px;
    border-bottom: 1px solid #dadada;
}

    #FafKnockoutResults .facetHdr:after {
        content: "\e114";
    }

.ToggleMenu > .col-1:not(.facetHdr) {
    display: none;
}

.FacetDefinitions > .col-1 {
    background-color: #ffffff;
    line-height: 14px;
    font-size: 12px;
}

.FacetDefinitions .facetHdr {
    background: #f5f5f5;
}

.FacetDefinitions > .facetHdr {
    background: #ffffff;
}

#sizeTermKnockout .FacetDefinitions:before {
    content: var(--citrus-styles-faf-by-size);
    text-transform: uppercase;
}

.FacetDefinitions > div, .salestock {
    border-top: 0 !important;
    margin: 0;
}

.salestock {
}

    .salestock .facetHdr {
        padding-bottom: 16px !important;
    }

.FAFFiltersMobile a.filtersBottom {
    background: #a7c585;
    color: white;
    border-radius: 4px;
}

    .FAFFiltersMobile a.filtersBottom:before, .FAFFiltersMobile:after {
        display: none;
    }

.FFopen {
    padding-bottom: 16px;
    background: #f7f7f7 !important;
}

    .FFopen .facetHdr {
        margin-bottom: 16px;
    }

        .FFopen .facetHdr:after {
            color: #bb5252;
            content: "\e117" !important;
        }

.FFDesktop a.filtersSize {
    z-index: 2;
    width: 100%;
    left: 0;
}

.FFmobile a.filtersSize {
    display: none !important;
}

.Count {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-top: 8px;
    float: left;
}

.FFDesktop .ToggleMenu {
    margin-bottom: 8px;
}

    .FFDesktop .ToggleMenu > .facetHdr {
        color: #fff;
    }

    .FFDesktop .ToggleMenu > .col-1:not(.facetHdr) {
        background: #fafafa;
    }

.FFDesktop .FacetSize > .col-1:not(.facetHdr) {
    background: white;
}

.FFDesktop #SizeTermPanel .facetHdrSize {
    margin-top: 16px;
    color: #83a4db;
}

.FFDesktop #SizeTermPanel .facetHdrSize, .FFDesktop #SizeTermPanel .FacetOptions {
    background: #fafafa;
}

    .FFDesktop #SizeTermPanel .facetHdrSize:first-of-type {
        margin-top: 0;
    }

    .FFDesktop #SizeTermPanel .FacetOptions:last-of-type {
    }

.FFDesktop a.filtersSize span {
    width: 100%;
    background: #e4e4e4 !important;
    border: none;
    color: #4c5f7c !important;
    margin: 16px 0;
    background-color: white;
    cursor: default;
}

.FFDesktop a.filtersSize.active span {
    width: 100%;
    background: #0abbef !important;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
}

span.button {
}
/* reordering */
.FacetSize {
    -webkit-box-ordinal-group: 2 !important;
    -moz-box-ordinal-group: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
}

.priceFilter {
    -webkit-box-ordinal-group: 0 !important;
    -moz-box-ordinal-group: 0 !important;
    -webkit-order: 0 !important;
    order: 0 !important;
}

.FacetDefinitions {
    -webkit-box-ordinal-group: 1 !important;
    -moz-box-ordinal-group: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
}

.FacetSearch {
    -webkit-box-ordinal-group: 4 !important;
    -moz-box-ordinal-group: 4 !important;
    -webkit-order: 4 !important;
    order: 4 !important;
}

.salestock {
    -webkit-box-ordinal-group: 3 !important;
    -moz-box-ordinal-group: 3 !important;
    -webkit-order: 3 !important;
    order: 3 !important;
}

.FFDesktop .FAFFiltersReorder > div > span {
    background-color: #e9e9e9;
    color: #333 !important;
}
/* Price Slider */
#priceFilterLower, #priceFilterUpper {
    display: none;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #E0E0E0;
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
        outline: none;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

.noUi-target {
    background: #fdfdfd;
    border-radius: 4px;
    margin-top: 28px;
}

.noUi-connect {
    background: #888888;
    border-radius: 4px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    outline: none;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%,50%,0);
    transform: translate3d(-50%,50%,0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border-radius: 3px;
    background: #888888;
    color: #fdfdfd;
    padding: 2px 6px;
    text-align: center;
    white-space: nowrap;
    font-size: smaller;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%;
}

.boHidden {
}

@media screen and (max-width: 1023.9px) {
    .FAFFilters {
        overflow-x: hidden !important;
    }
}

/* iPhone 5 */
@media screen and (max-width: 320px) {
    .faf-image-desktop, .faf-image-mobile-not5, .faf-image-tablet, .faf-image-laptop {
        display: none;
        background: none !important;
    }

    .faf-image-mobile-5 {
        display: block;
    }
}
/* Phones & iPads - except iPhone 5 */
@media screen and (min-width : 321px) and (max-width : 767px) {
    .faf-image-desktop, .faf-image-mobile-5, .faf-image-tablet, .faf-image-laptop {
        display: none;
        background: none !important;
    }

    .faf-image-mobile-not5 {
        display: block;
    }
}

@media screen and (min-width : 768px) and (max-width : 1023px) {
    .faf-image-mobile-not5, .faf-image-mobile-5, .faf-image-desktop, .faf-image-laptop {
        display: none;
        background: none !important;
    }

    .faf-image-tablet {
        display: block;
    }
}
/* Large Mobile Phones  --------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .col-facetItem {
        width: 50% !important;
        flex-basis: 50%;
        min-width: 50%;
        width: 50%;
        -webkit-flex-basis: 50%;
    }

    .productContainer .col-facetItem:nth-of-type(2n) {
    }

    .FAF {
        flex-flow: wrap;
    }

    .FacetStandardDescription-ALP {
        order: 3 !important;
    }

    .FAFResults {
        order: 2 !important;
        width: 100%;
        padding: 0;
    }

    .FAFFilters {
        order: 0;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .FAFLanding > .mobile {
        order: 1;
    }

    .FAFFiltersMobile.mobile {
        order: -1;
    }

    .FAFFiltersMobile.mobile a {
        text-align: center;
        padding: 0.8rem 1rem;
        outline: 1px solid #ccc;
        cursor: pointer;
        z-index: 90;
        background: #fff;
        left: 0;
        transition: none;
        order: -1;
    }

    .FAFFiltersMobile.mobile a:before {
        display: none;
    }

    .FAFFiltersMobile.sticknow a {
        position: fixed;
    }

        .FAFFiltersMobile a {
            display: block;
            content: var(--citrus-styles-faf-show-filter-options);
            clear: both;
        }

    .FAFLanding .FAFFilters {
        transform: translateX( 100vw );
        position: fixed;
        width: 100vw;
        padding: 1rem;
        height: 100%;
        overflow-x: auto;
        left: 0;
        top: 0;
        transition: transform .3s ease-in-out;
        z-index: 100;
        background: #fff;
    }

    .FAFLanding .FAFFilters.active {
        transform: translateX( 0 );
    }

    .FAFLanding .FAFFilters .ALPfilters  {
        margin-bottom: 0;
        height: calc(100% - 140px - 1rem);
    }

    .FAFLanding .FAFFilters.active > div.ALPclose {
        display: inherit;
    }

    .FAFLanding .FAFFilters > div.ALPfilters .ALPfilterList {
        height: 100%;
        overflow: hidden auto;
    }

    .FAFLanding .FAFFilters> div.ALPfilters .confirmContainer  {
        z-index: 110;
        bottom: 0;
        margin: 0;
    }

    .FAFLanding .FAFFilters > div.ALPfilters .confirmContainer a {
        margin: 0;
        width: 100%;
        cursor: pointer;
    }


    .filtersButton {
        display: none;
    }

    .FAFFiltersMobile a:before {
        font: normal normal normal 14px/1 feather;
        content: "\e003";
        margin-right: 8px;
    }

    .FFFiletrActive:after {
        font: normal normal normal 14px/1 feather;
        content: "\e117";
        margin-left: 8px;
        color: #BF2424;
        background: #efefef;
        padding: 7px;
    }

    .col-filter {
        width: 50% !important;
    }


    .facetOption > span, .subFacetOption > span {
        height: 20px !important;
        width: 20px !important;
        flex-basis: 20px !important;
        min-width: 20px !important;
        max-width: 20px !important;
    }

    .subFacetOption, .facetSubHdr {
        font-size: .8em;
        width: 50% !important;
    }

    .facetSubHdr {
        width: 100% !important;
    }

    .facetItemDetails {
        padding: 0;
    }

    .frItemName {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .facetPricing {
    }

    .dev-branddescription #catImg {
    }

    .FacetOptions .col-2 {
        width: 50% !important;
    }

    .facetColourGroup span, .productIsNotStarBuy:before {
        display: none !important;
    }

    .productIsStarbuy:before {
        content: "";
    }

    .metaControls {
        padding: 0 !important;
    }

    .facetPricing > div > span:nth-child(3) {
        display: none !important;
    }

    .stockStatus-ComingSoon:before {
        content: var(--citrus-styles-faf-check-stock);
        text-transform: uppercase;
        font-size: 9px;
    }

    .stockStatus-false:before {
        content: var(--citrus-styles-faf-check-stock);
        text-transform: uppercase;
        font-size: 9px;
    }

    .stockStatus-PreOrder:before {
        content: var(--citrus-styles-faf-check-stock);
        text-transform: uppercase;
        font-size: 9px;
    }

    .stockStatus-True:before {
        content: var(--citrus-styles-faf-check-stock);
        text-transform: uppercase;
        font-size: 9px;
    }

    .stockStatus-SpecialOrder:before {
        content: var(--citrus-styles-faf-check-stock);
        text-transform: uppercase;
        font-size: 9px;
    }
    /* QuickLook  */ #dev-QuickLook-img {
        display: none;
    }

    #ImageLargePath-dev img {
        height: 100%;
        width: initial;
    }

    #title-dev {
        font-size: 1em;
    }

    #ShortDescription-dev {
        font-size: .75em;
    }

    #ShortDescription-dev {
        display: none;
    }

    #attribute-quicklook-dev {
        background: initial;
        padding: 16px !important;
        margin: 0;
        background: #fff;
        text-align: center;
    }

        #attribute-quicklook-dev .qv-stock, #attribute-quicklook-dev .qv-add, #attribute-quicklook-dev .qv-price {
            display: none;
        }

    .qv-add-container {
        padding: 0;
        display: inline !important;
    }

    #attribute-quicklook-dev:before {
        content: var(--citrus-styles-faf-availability);
        padding: 0 0 16px;
        display: inline-block;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: inline-block;
    }

    #attribute-quicklook-dev .qv-name {
        padding: 0;
        display: inline-block;
        min-width: initial;
        margin: 0 7px 7px 0;
        background: #acd373;
        padding: 7px 14px;
        border-radius: 3px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        #attribute-quicklook-dev .qv-name:before {
            font-family: feather;
            content: '\e117';
            font-size: 15px !important;
            margin-right: 10px;
            content: "\e116";
        }

    .out-of-stock .qv-name {
        background: #DEDEDE !important;
        color: #666 !important;
    }

        .out-of-stock .qv-name:before {
            font-family: feather;
            content: '\e117' !important;
            font-size: 15px !important;
            margin-right: 10px;
            color: #E26F6F;
        }

    #dev-QuickLook-img {
        order: 3;
    }

    #title-dev {
        font-size: 20px;
        margin: 8px;
    }

    .quickview, #dev-QuickLook-content {
        width: 100% !important;
        text-align: center;
    }

    .imgCtrFafDesc:after {
        padding-bottom: 75%;
    }
    /* New Mobiel filetrs  */
    .FAFFilters.FFmobile {
        z-index: 1001 !important;
        position: fixed !important;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        overflow: none;
        overflow-x: inherit !important;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0 .4s ease-in-out;
        transition: 0 .4s ease-in-out;
        -o-transition: 0 .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out, 0 .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, 0 .4s ease-in-out, 0 .4s ease-in-out, 0 .4s ease-in-out;
        display: block;
    }

        .FAFFilters.FFmobile.active {
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }

    .FFmobile .holder {
        padding-top: 50px;
    }

    .FFmobile .title-holder {
        height: 50px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        background: #fff;
        box-sizing: border-box;
        padding: 0 16px 16px;
        border-bottom: 1px solid #dadada;
    }

    .FFmobile .FAFFiltersReorder {
        background: #f5f5f5;
        position: absolute;
        width: 100%;
        margin: 0;
        padding-bottom: 122px;
    }

        .FFmobile .FAFFiltersReorder > div {
            display: block;
        }

    .confirmContainer {
        position: fixed;
        bottom: 50px;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        text-transform: capitalize;
        padding: 16px;
        border-top: 1px solid #ddd;
    }

    #confirmButton {
        border: 1px solid #404040;
        height: 48px;
        line-height: 48px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        letter-spacing: 1.3px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff !important;
        background-color: #c3c3c3;
        width: 100%;
        display: block;
    }

    #confirmButton {
        background: #404040;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        #confirmButton:before {
            content: var(--citrus-styles-faf-apply);
        }

    .FFmobile #scroller {
        z-index: 3;
        position: relative;
        overflow: auto;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -webkit-text-size-adjust: none;
        background: #f5f5f5;
        -webkit-overflow-scrolling: touch;
    }

    #filer-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        content: ' ';
        display: none;
        z-index: 9;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        #filer-overlay.active {
            opacity: .3;
            display: block;
            touch-action: none;
            overflow: hidden;
        }

    .title-holder .active h2 {
        padding-left: 40px;
    }

    .title-holder .active {
        display: none;
    }

    #FF-back {
        display: inline-block;
        position: relative;
    }

        #FF-back span {
            position: absolute;
            top: 0;
            left: -16px;
            width: 50px;
            height: 50px;
        }

    .fa-long-arrow-left:before {
        content: "\e094";
        top: 19px;
        left: 19px;
        position: relative;
    }

    .FFmobile .priceFilter .ctrPad32 {
        padding: 38px 48px !important;
    }

    #close {
        position: absolute;
        right: 32px;
        top: 0;
        color: #d85757;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0 16px;
        font-size: 10px;
        letter-spacing: 1px;
    }

        #close.fa-close:before {
            top: 18px;
            left: 18px;
            padding-right: 6px;
        }

    .ffclose {
        background: #c53e3e;
        margin-left: 8px;
        height: 48px;
        width: 48px;
        text-align: center;
        padding: 0 16px;
    }

        .ffclose:before {
            font: normal normal normal 14px/1 feather;
            content: "\e117";
            color: #ffffff;
            line-height: 48px;
        }

    .Count {
        padding: 16px 0;
        float: left;
    }

    .productContainer {
        margin: 0 -16px;
        padding: 8px;
    }

    .facetQuickViewSimple {
    }

    .FAFFiltersReorder > .ToggleMenu > .facetHdr {
        background: #fff;
    }

    .FAFSizeOrderText {
    }

        .FAFSizeOrderText > span:first-of-type {
            width: 100%;
        }

    .FAFSizeOrder a {
        width: 100%;
        margin-top: 8px;
    }
}
/* iPads (portrait and landscape) --------------------------------------------------------------- */
@media screen and (min-width : 768px) and (max-width : 1024px) {

    .col-facetItem {
        width: 33.33%;
        flex-basis: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
        flex: 1 0 auto;
        -webkit-flex-basis: 33.33%;
    }
}
/* laptops Large  ------------------------------------------------------------------------------------- */
@media screen and (min-width : 1024.1px) and (max-width : 1439px) {
    /* -- Find + Filter   */ .FAFResults {
        width: 70% !important;
    }

    .col-facetItem {
        width: 33.33% !important;
        flex-basis: 33.33%;
        min-width: 33.33%;
        width: 33.33%;
        -webkit-flex-basis: 33.33%;
    }

    .FAFFilters {
        width: 30%;
    }

    .FacetDefinitions > div {
        padding-top: 0 !important;
    }

    .facetOption > span, .subFacetOption > span {
    }

    .faf-image-mobile-not5, .faf-image-mobile-5, .faf-image-tablet, .faf-image-desktop {
        display: none;
        background: none !important;
    }

    .faf-image-laptop {
        display: block;
    }

    .imgCtrFafDesc:after {
        padding-bottom: 30%;
    }

    .productContainer {
        margin: 0 -32px;
        padding: 16px;
    }
}
/* Desktops  ------------------------------------------------------------------------------------ */
@media screen and (min-width : 1440px) and (max-width : 1919px) {
    /* -- Find + Filter   */
    .facetOption, .subFacetOption, .facetSubHdr, .salestock {
        font-size: .9em;
    }

    .FAFResults {
        width: 80%;
    }

    .FAFFilters {
        width: 20%;
    }

    .col-facetItem {
        width: 20% !important;
        flex-basis: 20%;
        min-width: 20%;
        width: 20%;
        -webkit-flex-basis: 20%;
    }

    .faf-image-mobile-not5, .faf-image-mobile-5, .faf-image-tablet, .faf-image-laptop {
        display: none;
        background: none !important;
    }

    .faf-image-desktop {
        display: block;
    }

    .productContainer {
        margin: 0 -32px;
        padding: 16px;
    }
}
/* 4K   ------------------------------------------------------------------------------------------ */
@media screen and (min-width : 1920px) {
    /* -- Find + Filter   */ .col-facetItem {
        width: 20% !important;
        flex-basis: 20%;
        min-width: 20%;
        -webkit-flex-basis: 20%;
    }

    .facetOption, .subFacetOption, .facetSubHdr, .salestock {
    }

    .FAFResults {
        width: 80%;
    }

    .FAFFilters {
        width: 20%;
    }

    .faf-image-mobile-not5, .faf-image-mobile-5, .faf-image-tablet, .faf-image-laptop {
        display: none;
        background: none !important;
    }

    .faf-image-desktop {
        display: block;
    }

    .imgCtrFafDesc:after {
        padding-bottom: 20%;
    }

    .productContainer {
        margin: 0 -32px;
        padding: 16px;
    }
}

.pricing {
    display: inline-block;
}

    .pricing > span:nth-child(2) {
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
        border-left: 1px solid #dadada;
        text-decoration: line-through
    }

    .pricing > span:nth-child(3) {
        font-size: smaller;
    }

.col-facetItem[data-onsale="1"] .pricing > span:nth-child(1), .col-facetItem[data-onsale="facetIsOnSale"] .pricing > span:nth-child(1) {
    color: #ff4242;
}

.col-facetItem[data-onsale="1"] .pricing > span:nth-child(2), .col-facetItem[data-onsale="facetIsOnSale"] .pricing > span:nth-child(2) {
    color: #a2a2a2;
    text-decoration: line-through;
    font-size: smaller;
    margin-left: 4px;
    padding-left: 4px;
}

.fafSalePR > span:nth-child(1) > span {
    color: #ff4242;
}

.percentOff-betterSearch {
    color: #ff4242;
}

.fafSalePR > span:nth-child(2) > span, [id="lblNow"] + [id="lblwas"] .standardPrice-betterSearch {
    color: #a2a2a2;
    text-decoration: line-through;
}

.facetItemDetails .pricing > span:nth-child(3) font {
    display: none
}

span[id*="lblSalePrice"] {
    color: inherit !important;
}
  