/* #smartFilter.accordion {
    margin-top: 40px;
} */

#smartFilterHeader {
    display: none;
}

#smartFilter.accordion .card {
    border: none;
}

#smartFilter.accordion .card h2 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color:#000;
    margin: 0px;
}

#smartFilter.accordion .card h2.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

#smartFilter.accordion .card-body {
    padding: 8px 0px 8px 0px;
}
/* 
.border {
    border: 1px solid #ddd;
} */

#smartFilter .h2 {
    margin-top: 1px;
}

#smartFilter .h1 {
    padding: 5px 7px;
    background: #cdcdcd;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 1px;
}

#smartFilter .card-head {
    background-color: #F4F5FF;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

#smartFilter .text {
    padding: 10px 11px 10px 10px;
}

#smartFilter .selection {
    width: 245px;
    height: 25px;
}

#smartFilter .range-slider {
    /* width: 243px; */
    margin: auto;
    text-align: center;
    position: relative;
    height: 5em;
    margin-bottom: 14px;
}

#smartFilter .range-slider svg {
    display: none;
}

#smartFilter .range-slider svg,
#smartFilter .range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

#smartFilter input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1em;
    -moz-appearance: textfield;
    width: 49%;
    padding: 9px;
}

#smartFilter input[type=number]::-webkit-outer-spin-button,
#smartFilter input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#smartFilter input[type=number]:invalid,
#smartFilter input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

#smartFilter input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

#smartFilter input[type=range]:focus {
    outline: none;
}

#smartFilter input[type=range]:focus::-webkit-slider-runnable-track {
    background: #BDBDBD;
}

#smartFilter input[type=range]:focus::-ms-fill-lower {
    background: #BDBDBD;
}

#smartFilter input[type=range]:focus::-ms-fill-upper {
    background: #BDBDBD;
}

#smartFilter input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #BDBDBD;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

#smartFilter input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #F2F2F2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #F2F2F2;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#smartFilter input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #BDBDBD;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

#smartFilter input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #BDBDBD;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #F2F2F2;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#smartFilter input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#smartFilter input[type=range]::-ms-fill-lower,
#smartFilter input[type=range]::-ms-fill-upper {
    background: #BDBDBD;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#smartFilter input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #BDBDBD;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #F2F2F2;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#smartFilter ul {
    list-style: none;
}

#smartFilter .side-nav-categories {
    padding: 0px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, .2);
    margin-bottom: 30px;
    width: 250px;
    margin: auto;
    top: 100px;
}

#smartFilter .title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 12px 25px 10px 25px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #ed6663;
    margin-top: 0px;
    margin-left: -10px;
}

#smartFilter .title:before {
    content: '\f0c9';
    font-family: FontAwesome;
}

#smartFilter .title:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d95451 #d95451 transparent transparent;
}

#smartFilter .card-body ul#category-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}

#smartFilter ul#category-tabs li {
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px #ececec solid;
    padding: 10px 18px;
}

#smartFilter .card-body ul.sub-category-tabs li {
    padding: 2px !important;
    display: none;
}

#smartFilter .card-body ul.sub-category-tabs li {
    border-bottom: 0px !important;
}

#smartFilter .card-body ul#category-tabs li a {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 12px;
}

#smartFilter .card-body ul#category-tabs:first-child {
    margin-top: 10px;
}

#smartFilter .card-body ul#category-tabs li a i {
    /*top: 12px;*/
    right: 18px;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
    color: #337ab7;
}

#smartFilter .card-body ul.list-group li.list-group-item {
    border: none!important;
    display: inline-block;
    padding: 0px;
    margin-bottom: 0px;
    background-color: unset;
    width: 100%;
    /* border: none; */
}

#smartFilter .card-body ul.list-group li.list-group-item .product-count {
    position: absolute;
    right: 10px;
    color: #c6cad1;
}

#smartFilter .card-body ul.list-group li.list-group-item-color {
    border: none!important;
    display: inline-block;
    padding: 0px;
    margin-bottom: 4px;
    width: unset;
}

#smartFilter .card-body ul.list-group li.list-group-item-size {
    margin-bottom: 4px;
    background-color: #fff;
    width: unset;
}

#smartFilter .list-group-item-color input[type="checkbox"]+label {
    margin: 0px!important;
    border: none!important;
    height: 42px;
    width: 57px;
}


/*Checkboxes styles*/

#smartFilter .list-group-item input[type="checkbox"] {
    display: none;
}

#smartFilter .list-group-item:not(.list-group-item-size):not(.list-group-item-color) input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #E0E0E0;
    background-color: #E0E0E0;
}

#smartFilter .list-group-item:not(.list-group-item-size):not(.list-group-item-color) input[type="checkbox"]:checked + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 4px solid #E0E0E0;
    background-color: #555;
}

#smartFilter .list-group-item input[type="checkbox"]+label {
    /* display: block; */
    /* position: relative; */
    /* padding-left: 35px; */
    /*margin-bottom: 20px;*/
    /*font: 14px/20px 'Open Sans', Arial, sans-serif;color: #ddd;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* background-color: #ffffff; */
    border: none;
    color: #444444;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 2px 5px;
    min-width: 28px;
    padding-left: 30px;
    line-height: 20px;
}

#smartFilter .list-group-item-size input[type="checkbox"]:checked+label {
    background-color: #C31918;
    color: #fff;
}

#smartFilter .list-group-item input[type="checkbox"]+.filter-option-label:last-child {
    margin-bottom: 0;
    padding: 7px 17px;
    width: 57px;
}


/*
input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6cc0e5;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

#smartFilter .collapsing {
    max-height: 200px;
}

#smartFilter .collapse.in {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 30px;
}

#smartFilter .list-group {
    margin-bottom: 5px;
}



@media (max-width: 1200px) {
    #smartFilter .range-slider {
        width: 100%;
    }
    #smartFilter input[type=number] {
        width: 70px;
    }
}

#smartFilterClear,
#smartFilterShow {
    display: none;
}

#smartFilterClearDesktop {
    width: 100%;
    height: 44px;
    background: #BABABA;
    border-radius: 8px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    padding: 8px;
    margin: 12px 0px 12px 0px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .display-filter {
        padding: 0px;
    }

    #smartFilter input[type=number] {
        width: 130px;
    }

    #smartFilter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999999;
        height: 100%;
        background: #fff;
        padding: 10px;
        overflow-y: auto;
    }

    #smartFilter .card-head {
        background-color: #fff;
    }

    #smartFilter.accordion .card-body {
        padding: 10px;
    }

    #smartFilterHeader {
        display: block;
    }

    #smartFilterHeader h2{
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        color: #000;
        margin-top: 30px;
    }

    #smartFilterClose {
        position: absolute;
        top: 45px;
        right: 20px;
        color: #000;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

    #smartFilterClear {
        width: 140px;
        height: 44px;
        background: #BABABA;
        border-radius: 8px;
        font-family: Gilroy;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 160%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
        padding: 8px;
        margin: 12px 0px 12px 0px;
    }

    #smartFilterClearDesktop {
        display: none;
    }

    #smartFilterShow {
        background: #F64241;
        border-radius: 8px;
        width: 140px;
        height: 44px;
        left: 165px;
        top: 773px;
        font-family: Gilroy;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 160%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
        padding: 8px;
        margin: 12px 0px 12px 12px;
    }
}

#smartFilter .display-filter {
    display: block!important;
}