.selectbox {
  background-color: #ECEFF1;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 #bfc8ce;
  margin: 0 0 20px;
  padding: 0 15px 10px 15px;
  position: relative;
}
.selectbox h5 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.selectbox > .toggle-handle {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  padding: 15px 0;
  position: relative;
}
.selectbox > .toggle-handle.collapsed {
  border-width: 0;
}
.selectbox > .selectbox-inner {
  padding-top: 15px;
}
.selectbox .product-category {
  margin: 0 0 20px 0;
}
.selectbox .toggle-chevron {
  top: 18px;
  right: 0;
}
.selectbox .toggle-chevron:after {
  font-size: 25px;
}
.selectbox .toggle-x {
  top: 23px;
  right: 15px;
}
.selectbox .border-bottom {
  margin-bottom: 21px;
}
.selectbox .product-filter:last-of-type {
  border: none;
}
.selectbox label {
  display: block;
}
.selectbox .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/*# sourceMappingURL=selectbox.css.map */
