﻿.prodlistbox .save-message {
    color: #e33b4f;
    text-transform: uppercase;
    font-size: 12px;
}

a{
text-decoration:none;
}
.breadcrumb > li + li:before {
    padding: 0 4px 0 8px;
}
.btn-default {
    color: #000000;
    background-color: #fff;
    border-color: #ccc;
}

.btn-success{
    color:#ffffff;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#show-more-btn.btn-default:hover, #show-more-btn.btn-default:focus, #show-more-btn.btn-default:active, #show-more-btn.btn-default.active, .open #show-more-btn.dropdown-toggle.btn-default {
    background-color: white !important;
    border: 1px solid #ccc !important;
}

.ListSwatchItem {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 3px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

.list-offer-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    flex-wrap: wrap;
    line-height: 1;
    text-align: center;
    z-index: 9;
}

    .list-offer-overlay small {
        font-size: 8px;
        display: block;
        width: 100%;
        line-height: 0.8;
    }

    .list-offer-overlay span {
        font-size: 12px;
        display: block;
        width: 100%;
        line-height: 0.8;
    }

    .list-offer-overlay.new-product-overlay {
        background-color: #000;
        width: 60px;
        height: 25px;
    }

    .list-offer-overlay.specialoffer-product-overlay {
        background-color: #FF6600;
        width: 95px;
        height: 41px;
    }

    .specialoffer-product-overlay > .offer-important {
        font-size:  13px;
    }

    .specialoffer-product-overlay > .offer-important > strong 
    {
        font-size: 18px;
    }

    .list-offer-overlay.exclusive-product-overlay {
        background-color: #ffde00;
        width: 60px;
        height: 25px;
        color:black!important;
    }

    .list-offer-overlay.sale-product-overlay span {
        font-size: 12px;
    }

    .list-offer-overlay.multibuy-overlay span {
        margin-top: -6.5px;
    }

    .list-offer-overlay.multibuy-overlay {
        background-color: #207cb2;
    }

    .list-offer-overlay.new-product-overlay {
        background-color: #000;
    }
    .list-offer-overlay.exclusive-product-overlay {
        background-color: #ffde00;
    }

    .list-offer-overlay.sale-product-overlay {
        background-color: #e3171f;
        width: 60px;
        height: 25px;
    }

@media (max-width: 767px) {
    .list-offer-overlay {
        position: absolute;
        width: 60px;
        height: 25px;
    }

        .list-offer-overlay small {
            font-size: 8px;
            display: block;
            width: 100%;
            line-height: 0.8;
        }

        .list-offer-overlay span {
            font-size: 12px;
            display: block;
            width: 100%;
            line-height: 0.8;
        }

        .list-offer-overlay.sale-product-overlay {
            width: 60px;
        }

    .list-offer-overlay.specialoffer-product-overlay {
            height: auto;
            width: auto;
            padding: 4px 14px;
        }
    
    .specialoffer-product-overlay > .offer-important {
        font-size: 11px;
    }

        .specialoffer-product-overlay > .offer-important > strong {
            font-size: 14px;
        }

    .CatHeaderBar {
        background-color: transparent;
        color: black;
        padding: 0;
        margin: 5px 0 5px 0 !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }

    h1.productList {
        font-weight: normal !important;
        text-align: center;
        text-transform: uppercase;
        margin-left: -15px !important;
    }

    #product-counter {
        width: 100%;
        float: left;
        background: #ebebea;
        padding: 6px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 12px;
    }

        #product-counter:after {
            content: "";
            display: block;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 20px solid #ebebea;
            position: absolute;
        }

    .list-image-holder {
        margin-bottom: 0;
        width: 100%;
        float: left;
        position: static;
        overflow: visible;
    }

    .list-name-row {
        margin-top: 10px;
        width: 100%;
    }

    .list-image-holder a {
        width: 100%;
        float: left;
    }

    .list-page-carousel .slick-slide {
        height: 100%;
    }


        .list-image-holder a + a.mobile-list-display {
            display: block;
        }

    .list-image-holder .slick-prev, .list-image-holder .slick-next {
        display: none !important;
        z-index: 9;
    }

    .list-image-holder .slick-prev {
        left: 0;
    }

    .list-image-holder .slick-next {
        right: 0;
    }

        .list-image-holder .slick-prev:before, .list-image-holder .slick-next:before {
            font-family: FontAwesome;
            font-size: 0;
            line-height: 1;
            opacity: 1;
            color: #839090;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-prev:before {
        content: "";
        background-image: url(/content/images/mobileHeader/arrows.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 0;
        background-repeat: no-repeat;
        font-size: 0;
    }

    .slick-next:before {
        content: "";
        background-image: url(/content/images/mobileHeader/arrows.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: -41px;
        background-repeat: no-repeat;
        font-size: 0;
    }

    .prodlistbox {
        min-height: 1px;
        padding: 5px 5px;
        text-align: left;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .prodlistbox a {
        color: #000 !important;
    }

        .list-now-price {
            font-weight: bold;
        }

        .list-now-price.onsale {
            color: #e3171f;
        }

    .prodlistimg {
        width: 100%;
    }

    .list-was-price {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .list-was-price del {
            color: #bdbdbd;
        }

    .saving-text {
        width: 100%;
        display: block;
    }

    .mobile-product-holder {
        text-align: center;
    }

    .feefo-review {
        width:100%;
    }

    .feefo-review small {
        font-size: 0.6rem;
    }

        .feefo-review em.fa-star {
            color: #f8d260;
        }

    .swatch-message {
        font-size: 12px;
        text-transform:lowercase;
    }

        .swatch-message::first-letter {
            text-transform: uppercase;
        }

    .product-list-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        float: left;
    }

        .product-list-container:before,
        .product-list-container:after {
            content: normal;
        }


    .full-width-layout .prodlistbox {
        width: 100%;
    }

        .full-width-layout .prodlistbox .mobile-product-holder {
            max-width: 243px;
            margin: auto;
        }

    .small-block {
        width: 45%;
        height: 45%;
        background: #839090;
        display: block;
    }

    .large-block {
        width: 94%;
        height: 94%;
        background: #839090;
        display: block;
    }

    .selected-row .small-block, .selected-row .large-block {
        background: black;
    }

    .full-width-layout .row-2 .small-block {
        background: #839090 !important;
    }

    .full-width-layout .row-1 .large-block {
        background: black !important;
    }

    .row-2, .row-1 {
        display: flex;
        width: 25px;
        height: 25px;
        flex-wrap: wrap;
        justify-content: space-around;
        cursor: pointer;
    }

        .row-2 + .row-1 {
            margin-left: 15px;
        }

    .product-mobile-view {
        width: 100%;
        height: 100%;
        background: #ebebea;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    /* fILTERS */
    #Mobile-Filters, #Sorting-Filters {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -70%;
        width: 70%;
        background: white;
        z-index: 999;
        -moz-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        -webkit-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all;
        overflow-y: hidden;
    }

        #Mobile-Filters.active, #Sorting-Filters.active {
            left: 0;
        }

        #Mobile-Filters .btn-filter:hover {
            background-color: #000000;
            color: #ffffff;
        }
    .mobile-filter-selections {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100%;
        background: white;
        z-index: 999;
        -moz-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        -webkit-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all;
    }

        .mobile-filter-selections.active {
            right: 0;
            overflow-x:hidden;
        }

    .filter-header {
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px 10px;
        font-size: 18px;
        border-bottom: 5px solid #ebebea;
    }

    .main-filter-title {
        padding: 15px 10px 5px;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid #ebebea;
        width: 100%;
        display: block;
        color: black !important;
    }

        .main-filter-title:last-of-type {
            border-bottom: none;
        }

    .selected-filters {
        min-height: 15px;
        color: #839090;
        font-weight: bold;
        font-size: 10px;
    }

    .btn-filter {
        background-color: black;
        border-color: black;
        color: white !important;
        text-transform: uppercase;
    }

    .filter-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        border-top: 5px solid #ebebea;
        background: white;
    }

    .filter-link {
        float: right;
        font-weight: normal;
        color: #000000;
        font-size: 14px;
        padding-top: 3px;
    }

        .filter-link img {
            max-width: 10px;
        }

    .filter-container {
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 120px;
    }

    .main-filter-title.temp-filters:after {
        content: '';
        float: right;
        width: 20px;
        height: 20px;
        background-image: url('/Content/images/MobileListTickSelected.png');
    }

    .round.slider-handle {
        background-image: none !important;
        width: 15px;
        height: 15px;
        background-color: black !important;
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        border-radius: 100% !important;
        opacity: 1;
        margin-top: -6px !important;
    }

    .slider-track {
        background-color: #ddd !important;
        height: 3px !important;
        margin-top: 2px !important;
    }

    .slider-selection {
        background-color: black;
    }

    .show-more {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    #ProductListContainerParent {
        width: 100% !important;
        max-width: 100% !important;
    }

    .main-filter-title.temp-filters {
        font-weight: bold;
    }

    .back-arrow img {
        margin-top: -2px;
    }

    .selected-price-filter {
        color: #289bd6;
    }


        .low-price .slider-handle:last-of-type {
            background-color: black !important;
        }


    .breadcrumb > li {
        display: inline-block;
        font-size: 11px;
        float: left;
        text-transform: capitalize;
    }

        .breadcrumb > li + li:before {
            padding: 0 2px 0 5px;
            color: #ccc;
            content: "> ";
        }

    .list-text {
        height: 140px;
        overflow: hidden;
    }

        .list-text.active {
            height: auto;
        }

    .load-text-btn {
        margin-top: 30px;
    }

        .load-text-btn.hidden {
            display: none !important;
        }

    .list-image-holder img {
        max-height: 325px;
    }

    .list-now-price {
        text-transform: uppercase;
    }

    .read-more-state:checked ~ .list-text {
        max-height: inherit;
        height: auto;
    }

    .read-more-state:checked ~ .read-more-trigger {
        display: none !important;
    }

    .slick-track {
        height: auto;
        height: fit-content;
    }

    .LandingPage_LeftNav .CategoryHolder {
        height: auto;
        padding-top: 0;
    }

    .LandingPage_LeftNav .breadcrumb {
        margin-top: 0 !important;
    }

    .filter-box-container {
        padding: 10px 30px;
    }

    .PriceSlider_SmallPrice_Mobile, .PriceSlider_LargePrice_Mobile {
        padding: 0 5px;
    }

    .ShortNav, .ShortNavClearance {
        height: auto;
    }
}

@media(max-width:370px) {
    .row-2 + .row-1 {
        margin-left: 5px;
    }

    .row-2, .row-1 {
        width: 20px;
        height: 20px;
    }
}

@media(min-width:400px) and (max-width:767px) {
    .slick-list.draggable, .slick-list.draggable a, .slick-list.draggable img, .list-image-holder img {
        max-height: 330px;
        max-height: 100%;
    }

    .prodlistimg {
        max-height: 325px;
    }

    .list-image-holder {
        height: inherit;
    }

    .full-width-layout .list-image-holder {
        height: auto;
    }
}

.list-read-more {
    display: none;
}

@media(min-width:450px) and (max-width:767px) {
    .prodlistbox .mobile-product-holder {
        max-width: 250px;
        margin: auto;
    }

    .full-width-layout .slick-list.draggable, .full-width-layout .slick-list.draggable a, .full-width-layout .slick-list.draggable img {
        max-height: none;
    }

    .full-width-layout .prodlistimg {
        min-height: 230px !important;
        max-height: none;
        overflow: hidden;
    }

    .full-width-layout .prodlistbox .mobile-product-holder {
        max-width: 375px;
        margin: auto;
    }

    .full-width-layout .list-page-carousel .slick-slide {
        height: auto;
    }

    .full-width-layout .list-image-holder img {
        max-height: none;
    }

    .list-offer-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-transform: uppercase;
        flex-wrap: wrap;
        line-height: 1;
        text-align: center;
    }

        .list-offer-overlay small {
            font-size: 10px;
            display: block;
            width: 100%;
            line-height: 0.8;
        }

        .list-offer-overlay span {
            font-size: 13px;
            display: block;
            width: 100%;
            line-height: 0.8;
        }

        .list-offer-overlay.multibuy-overlay span {
            margin-top: -5.5px;
        }
}

@media(max-width:400px) {
    .slick-list.draggable, .slick-list.draggable a, .slick-list.draggable img {
        max-height: 235px !important;
    }

    .prodlistimg {
        min-height: 150px !important;
    }
}

.no-js-page-numbers-wrapper {
}

.no-js-page-number-button {
    color: #303030;
    margin-left: 5px;
    border: solid black 1px;
    padding: 2px 8px;
}

    .no-js-page-number-button.active {
        background-color: #ccc
    }
@media(max-width:767) {
    .feefo-review {
        font-size: 11px;
    }
}
@media(min-width:767px){
    .list-offer-overlay {
        width: 80px;
        height: 40px;
    }
        .list-offer-overlay.new-product-overlay {
            background-color: #000;
            height: 30px;
            width: 80px;
        }
        .list-offer-overlay.exclusive-product-overlay {
            background-color: #ffde00;
            height: 30px;
            width: 80px;
        }
.list-offer-overlay span {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 0.8;
}
    .exclusive-product-overlay span.offer-important {
        font-size: 12px;
    }
        .list-offer-overlay small {
            font-size: 12px;
            display: block;
            width: 100%;
            line-height: 0.8;
        }
}
.feefo-review .col-xs-12 {
    padding: 0;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media(max-width:767px){
    .exclusive-product-overlay span.offer-important {
        font-size: 10px;
    }
    .CatHeaderBar {
        background-color: transparent;
        color: black;
        padding: 0;
        margin: 5px 0 5px 0 !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }
    .LandingPage_LeftNav {
        margin: 0px !important;
        width: 100% !important;
        padding: 0px !important;
        border: 0px #FFFFFF solid;
    }
}

.progress-holder {
    width: 100%;
    text-align: center;
}

.product-list-progress-bar {
    width: 50%;
    height: 2px;
    margin: auto;
}

.product-list-progress-bar {
    width: 40%;
    height: 1px;
    margin: auto;
    position: relative;
    background: #839090;
    margin-top: 5px;
}

    .product-list-progress-bar .product-list-progress-current {
        position: absolute;
        height: 1px;
        background: #d0edf9;
        max-width: 100% !important;
    }

.product-list-progress {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
}
.list-text {
    width: 100%;
    padding: 15px;
}
.row > .feefo-review {
    padding-left: 15px;
    padding-right: 15px;
}
.feefo-review .Black{
    margin-left:5px;
    margin-top:0!important;
}
@media(max-width:767px){
    .LandingPage_LeftNav .CategoryHolder {
        border: 0;
        padding: 0!important;
    }
}
#CategoryPageHeader h1 p{
    margin-bottom:0!important;
}
#CategoryPageHeader .h1 p {
    margin-bottom: 0 !important;
}
#CategoryPageHeader h1 {
    margin-bottom: 10px!important;
}
#CategoryPageHeader .h1 {
    margin-bottom: 10px !important;
}
.prodlistbox .quickView {
    color: #fff!important;
}
#ProductDetail_Information .swatch-holder {
    width: auto;
}
@media(max-width:767px){
    #mobile-products{
        padding:5px;
    }
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.row .col-sm-6.filterPadding, .row .col-sm-12.filterPadding {
    padding: 0 0 3px 8px;
}
.filter-main {
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
}