.accordion .card {
  border: none;
  margin-bottom: 30px;
}
.filter-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.filter-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 24px;
}
.accordion {
  max-height: calc(100% - 80px);
  height: 100%;
  overflow-y: auto;
  margin-top: 110px;
}
.filter-area {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  height: calc(100vh - 135px);
  position:relative;
}
.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: 15px;
  font-weight:600;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion.desktop .card h2 {
  background-image:unset;
}
.border {
    border: 1px solid #ddd;
}
.h2{
  margin-top:1px;
}
.h1{
    padding: 5px 7px;
    background: #cdcdcd;
    font-size:18px ;
    color: #000;
    text-align: center;
    margin-top:1px;
}
.card-head {
   background-color: transparent;
}
.selection {
   width: 245px;
   height: 25px;
}
.range-slider {
  margin: auto;
  text-align: center;
  position: relative;
}
.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  top:0;
}
.price-holder span {
  position:absolute;
  top:50%;
  left: 10px;
  font-size:15px;
  transform: translateY(-50%);
}
input[type=number] {
  border: 1px solid #ddd;
  text-align: end;
  font-size: 15px;
  flex: 100%;
  padding: 7px 10px;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000;
}
input[type=range]:focus::-ms-fill-lower {
  background: #000;
}
input[type=range]:focus::-ms-fill-upper {
  background: #000;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #000;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #000;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #000;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #000;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #000;
  cursor: pointer;
}
    ul{
  list-style:none;
}
.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;
}
.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;
}
.title:before {
    content: '\f0c9';
    font-family: FontAwesome;
}
.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;
}
.card-body ul#category-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}
.colorSelectHolder label {
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    padding-left: 0px;
}
.tooltip-inner {
  max-width: unset;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 0.85em !important;
  text-align: left !important;
  padding: 5px 10px !important;
  border-radius: 0px !important;
  border: 1px solid #e8e8e8 !important;
  background: #FFF !important;
}
ul.colorSelectHolder li:not(last-child) {
  margin-right: 10px;
}
  ul#category-tabs li {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0px;
}
.card-body  ul.sub-category-tabs li {
    padding: 2px  !important;
     display: none;
}
.card-body  ul.sub-category-tabs li {
    border-bottom: 0px !important;
}
.card-body  ul#category-tabs li a {
    margin-bottom: 0;
    font-size: 14px;
}
.card-body  ul#category-tabs:first-child {
  margin-top:10px;
}
.card-body  ul#category-tabs li a i {
    /*top: 12px;*/
    right: 18px;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
    color: #337ab7;
}
.card-body ul.list-group li.list-group-item{
  border: none!important;
  padding:5px 0;
}
/*Checkboxes styles*/
.filter-area input[type="checkbox"] { display: none; }
.filter-area input[type="checkbox"] + label {
display: inline-block;
position: relative;
transition: padding .2s ease-in-out, opacity .2s ease-in-out;
font-size:14px;
/*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;
}
.filter-area input[type="checkbox"] + label.active {
  padding-left: 20px;
}
.filter-area input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.filter-area input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  opacity: 0;
  transition: opacity .1s ease-in-out;
}
.filter-area input:not([name='options'])[type="checkbox"]:checked + label:before {
  width: 6px;
  height:6px;
  border-radius: 100%;
  background: #000;
  transition-delay: .1s;
  opacity: 1;
}
.filter-area input[type="checkbox"][name="options"]:checked + label:before {
  border: 1px solid #000;
  background: transparent;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  opacity: 1;
  top: 0;
  left: 0;
}
.filter-area input[type="checkbox"][name="options"]:checked + label {
  box-shadow: inset 0 0 0px 3px #FFF;
}