/*---------shared styles-----------------*/

.facet-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.facet-container [class^="js-facet-clear"] {
    font-weight: bold;
}


/*---------facet-container--------------*/
/* Styles for facet-container */
.facet-container {
    position: relative;
}

/*# FACET HEADER #*/
.facet-container .facet-header {
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0;
    position: relative;
}
    .facet-header.js-facet-accordion-action {
        cursor: pointer;
    }
        .facet-header.js-facet-accordion-action:after {
            content: "+";
            display: block;
            font-size: 12px;
            position: absolute;
            right: 0;
            text-transform: none;
            top: 10px;
            vertical-align: middle;
        }
            .facet-container.open .js-facet-accordion-action:after {
                content: "-";
            }

    .facet-header .facet-header-title {
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px;
        margin: 0;
        padding: 0px;
        text-transform: capitalize;
    }

    .facet-header .js-facet-clear{
        font-size: 11px;
        float: right;
        line-height: 18px;
        margin-right: 12px;
    }

/*# FACET OPEN AND CLOSE STATES #*/
.facet-container .facet-body {
    overflow: hidden;
}
    .facet-container.close .facet-body {
        display: none;
    }
    .facet-container.open .facet-body {
        display: block;
    }

/*# FACET BODY #*/
.facet-container .facet-body {
    margin: 0;
    padding: 0;
}


/*# FACETBASE FORMS #*/
.facet-container .facet-form {
    margin: 0;
    padding: 2px 0 0;
}
    .facet-container .facet-form fieldset {
        margin: 0;
        padding: 0;
    }
    .facet-container .facet-form .error {
        color: #ff0000;
        font-size: 11px;
        margin: 0 0 8px;
    }
.facet-container .facet-form input {
       -webkit-appearance: textfield;
        -moz-appearance:    textfield;
        appearance:         textfield;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #444;
  display: inline-block;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
  text-indent: 8px;
  width: 45%;
}


        .facet-container .facet-form.current input,
        .facet-container .facet-form.focus input {
            border-color: #666;
        }
    .facet-container .facet-form .btn {
  background: none repeat scroll 0 0 #d32e2e;
  border-radius: 0;
  float: none;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin: 10px auto 0;
  padding: 8px 12px;
}
    .facet-container .facet-form .js-btn-facet-range-clear {
        background: #999;
        color: #fff;
        display: none;
    }
.facet-container .facet-form .js-btn-facet-range-clear:hover {background:#d6d6d6; color:#444;}


        .facet-container .facet-form.current.focus .js-btn-facet-range-clear,
        .facet-container .facet-form.current .js-btn-facet-range-update {
            display: inline-block;
        }
        .facet-container .facet-form.current .js-btn-facet-range-clear,
        .facet-container .facet-form.current.focus .js-btn-facet-range-update {
            display: inline-block;
        }


/*# FACET OPTION LIST #*/
.facet-container .facet-options-list {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}
    .facet-container .facet-option {
        cursor: pointer;
        font-size: 11px;
        line-height: 16px;
        margin: 0;
        padding: 0;
    }
        .facet-container .facet-option * {
            cursor: pointer;
        }
    .facet-container .facet-option label,
    .facet-container .facet-option a {
        display: block;
        line-height: 14px;
        padding: 6px 0;
    }
    .facet-container .facet-option .facet-option-product-count {
        font-size: 11px;
    }
    /*# SLECTED FACET #*/
    .facet-container .facet-option.selected {
        position: relative;
        font-weight: bold;
    }
        .facet-option.selected label:after,
        .facet-option.selected a:after {
            content: "x";
            display: none;
            line-height: 1;
            position: absolute;
            right: 7px;
            top: 3px;
        }
            .facet-option.selected:hover label:after,
            .facet-option.selected:hover a:after {
                display: block;
            }


/*# RATINGS #*/
.facet-option-rating-stars {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}



/*# CATEGORY FACETS #*/
.facet-container-category .facet-option {
    padding-left: 0;
}
.facet-container-category.level1 .facet-option {
    padding-left: 8px;
}
.facet-container-category.level2 .facet-option {
    padding-left: 16px;
}
.facet-container-category.level3 .facet-option {
    padding-left: 24px;
}
.facet-container-category.level4 .facet-option {
    padding-left: 32px;
}
.facet-container-category.level5 .facet-option {
    padding-left: 40px;
}
.facet-container-category .facet-option.level0 {
    padding-left: 0;
}
.facet-container-category .facet-option.level1 {
    padding-left: 8px;
}
.facet-container-category .facet-option.level2 {
    padding-left: 16px;
}
.facet-container-category .facet-option.level3 {
    padding-left: 24px;
}
.facet-container-category .facet-option.level4 {
    padding-left: 32px;
}
.facet-container-category .facet-category-option-has-children:before {

}
.facet-container-category .facet-option.level0 .facet-category-option-has-children:before {
    content: none;
}
.facet-container-category .facet-option.level1 .facet-category-option-has-children:before {
    content: none;
}
.facet-container-category .facet-option.level2 .facet-category-option-has-children:before {
    content: none;
}
.facet-container-category .facet-option.level3 .facet-category-option-has-children:before {
    content: none;
}


/*# FACET MORE BUTTON #*/
.facet-options-list + .js-facet-more-options {
    margin-top: -8px;
}
.facet-container .btn-facet-more-options {
    background: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    margin: 0;
    padding: 4px 0 6px;
    text-align: left;
    width: 100%;
}
.facet-container .btn-facet-more-options:hover {
    color: #666;
}
    .facet-container .btn-facet-more-options:before,
    .facet-container .btn-facet-more-options:after {
        display: inline-block;
    }
    .facet-container .btn-facet-more-options:after {
        margin-left: 5px;
    }
        .facet-container .btn-facet-more-options.more:before{
            content: "More";
        }
        .facet-container .btn-facet-more-options.more:after{
            content: "\00BB";
        }
        .facet-container .btn-facet-more-options.less:before{
            content: "Less";
        }
        .facet-container .btn-facet-more-options.less:after{
            content: "\00ab";
        }

/*---------facet-showing-container --------------*/
/* Styles for facet selection labels container */
.js-faceted-showing-container {
    padding-bottom: 0;
}
ul.facet-labels-list {
    margin: 0 0 3px;
    padding: 0;
}
    ul.facet-labels-list li {font-family: 'Droid Sans', sans-serif; font-size: 14px;}
    ul.facet-labels-list .facet-label {
        background: #efefef;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        font-size: 11px;
        margin: 0 0 2px 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
        ul.facet-labels-list a {
            color:#444;
            font-weight: normal;
            line-height: normal;
            text-transform: capitalize;
            padding:5px;
            display:block;
        }
            ul.facet-labels-list a:after {
                content: "x";
                display: inline-block;
                font-size: 12px;
                margin-left: 5px;
font-family: 'Droid Sans', sans-serif;

            }

.facet-container .js-facet-clear-all {
    font-size: 12px;
}


/* ===============================================================================
Theme Styling for Faceted Search
=============================================================================== */
.facet-container {border:none;}
.facet-container .facet-header {padding:0;}
.js-faceted-search-column .close {opacity:1; margin-bottom:20px;}
.facet-container .facet-body {padding:10px 20px; border:1px solid #efefef; margin-bottom:20px; clear:both;}
.facet-header .facet-header-title {background: #efefef; color: #444; font-family: 'Droid Sans', sans-serif; font-size: 16px; padding: 15px 20px; display:block; clear:both; font-weight:normal;}
.facet-container .facet-option label, .facet-container .facet-option a {font-family: 'Droid Sans', sans-serif; font-size: 14px; font-weight:normal;}
.facet-container .facet-option:hover {background:none; color:#d32e2e;}
ul.facet-labels-list .facet-label:hover, ul.facet-labels-list .facet-label:hover a {background:#d32e2e; color:#fff; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.facet-header .js-facet-clear {float: right; font-size: 12px; margin: 5px 0; padding: 3px 5px; background: none; color: #d32e2e; font-weight: normal; font-family: 'Droid Sans', sans-serif; border-radius: 3px; line-height: normal;}
.facet-header .js-facet-clear:hover {color:#444;}
.facet-container.close .facet-header .js-facet-clear {display:none;}


.facet-header.js-facet-accordion-action:after {font-size: 26px; right: 10px; top: 10px; font-weight:normal;}
.facet-container.open .js-facet-accordion-action:after {color: #000; top: 5px;}
.js-faceted-search-container > [class^="js-facet-"]:last-of-type .facet-container {border:none;}
.js-facet-wrapper {clear:both;}

.btn {background:#aaa; font-family: 'Droid Sans', sans-serif !important; color:#fff; text-transform:uppercase; border-radius:0 !important; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; display:inline-block !important;}
btn:hover {transition: all 0.5s ease; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.btn.alt {background:#d32e2e; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; display:inline-block !important;}
.btn.alt:hover {background:#b32525; color:#fff; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.facet-container .js-facet-clear-all {background: #d32e2e; border-radius: 0 !important; color: #fff; float: right; font-family: 'Droid Sans', sans-serif; font-size: 12px; font-weight: normal; height: auto; line-height: normal; margin: -5px -12px 0 0; padding: 5px; text-align: right; text-transform: none;}
.facet-container .js-facet-clear-all:hover {background:#444;}

.js-faceted-search-action.FilterButton {display: none !important;}

.faceted-search .ProductList li {width: 33.3333%;}
.faceted-search .ProductList.List li {width:auto;}


/*----------------------------------------------------------------------------------------------------------
#############################################  MOBILE
----------------------------------------------------------------------------------------------------------*/
.js-faceted-search-action {
    display: none;
}

.js-faceted-search-column.mobile-in-view {
    display: block !important;
    margin: 0;
}

/* 768px */
@media screen and (max-width: 768px) {

    .js-faceted-search-container {
        margin-bottom: 20px;
    }

    .js-faceted-showing-container {
       
    }

    .js-faceted-search-action {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }

    .facet-container .facet-header {
        font-size: 18px;
        padding: 0 0;
    }

        .facet-header .facet-header-title {
            font-size: 16px;
        }

        .facet-header.js-facet-accordion-action:after {

        }

        .facet-header .js-facet-clear {
            font-size: 14px;
            margin-right: 24px;
        }

    .facet-container .facet-options-list {
        margin: 0 auto;
    }

    .facet-container .facet-option {
        font-size: 14px;
    }
        .facet-container .facet-option label,
        .facet-container .facet-option a {
            padding: 10px 0;
            line-height: 1;
        }

        .facet-container .btn-facet-more-options {
            font-size: 14px;
            padding: 10px 0 20px;
        }

    .facet-container .facet-form input {
        width: 100%;
    }
    .facet-container .facet-form .btn {
        height: auto;
        margin: 10px 0 0;
        padding: 10px;
    }
}

/* 480px */
@media screen and (max-width: 767px) {
.faceted-search .ProductList li {width: 50%;}
}

/* 320px */
@media screen and (max-width: 379px) {
.faceted-search .ProductList li {width: 100%;}
}