.box {
  border: 1px solid #e3e3e3;
}
.facet-box {
  border-bottom: 1px solid #ededed;
  padding: 10px;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.mt5 {
  margin-top: 5px;
}
.facet-box.choose a::after {
  content: "";
  font-family: FontAwesome;
  font-size: 1rem;
  position: absolute;
  right: 8px;
}
.facet-box.choose a.remove {
  background-color: #04a1d2;
}
.facet-box.choose a.allsil {
  background-color: #a94442;
}
.filter-fancybox .fancybox-inner .fixed {
  bottom: 0;
  box-shadow: none;
  margin-left: 0;
  position: relative;
  width: 100%;
}
.facet-box.choose a {
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.1rem;
  line-height: 18px;
  margin: 6px 5px 0 0;
  padding: 0 22px 0 10px;
  position: relative;
}
.facet-box a {
  display: block;
}
.facet-box.active a.title::after {
  content: "";
}
.facet-box a.title::after {
  content: "";
  float: right;
  font-family: FontAwesome;
  font-size: 1.8rem;
  line-height: 28px;
}
.facet-box a.title {
  font-weight: bold;
  line-height: 24px;
}
.facet-box a {
  color: #000;
  text-decoration: none;
}
.facet-box .content {
  display: none;
  line-height: 25px;
  margin: 10px 0 0;
}
input.md[type="text"], input.md[type="password"], input.md[type="email"], input.md[type="tel"], select.md {
  height: 34px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  padding-left: 8px;
  padding-right: 8px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
.w48p {
  width: 48%;
}
input, select, button, textarea {
  box-sizing: border-box;
}
.facet-box .content ul.customScrollbar {
  max-height: 144px;
  min-height: 28px;
  overflow-x: hidden;
  overflow-y: auto;
}
.facet-box .content ul {
  border: 1px solid #ededed;
  padding: 10px 5px 10px 10px;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}
.facet-box ul {
  margin: 0;
  padding: 0;
}
.mCustomScrollBox {
  direction: ltr;
  height: 100%;
  max-width: 100%;
  outline: medium none;
  overflow: hidden;
  position: relative;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container {
  height: auto;
  overflow: hidden;
  width: auto;
}
.facet-box .content ul li {
  font-size: 1.3rem;
}
ul li {
  list-style: outside none none;
}

.facet-box .content input[type="checkbox"], .facet-box .content input[type="radio"] {
  margin-right: 5px;
}
.facet-box:last-child {
  border-bottom: medium none;
}
.facet-box {
  border-bottom: 1px solid #ededed;
  padding: 10px;
}
.facet-box .corner {
  display: none;
}
.facet-box.fixed {
  width: 328px;
}
.facet-box.fixed {
  background-color: #fff;
  bottom: 40px;
  box-shadow: 0 0 5px 0 #000;
  display: inline-block;
  margin-left: -11px;
  position: fixed;
  top: auto;
  z-index: 1;
}
.w100p {
  width: 100%;
}
.facet-box.active .content {
  display: block;
}
.w48p {
  width: 48%;
}
.fr {
  float: right;
}
.facet-box.fixed .corner {
  background-image: url("../../img/fixed-corner.png");
  display: block;
  height: 7px;
  position: absolute;
  top: -8px;
  width: 10px;
}
.facet-box.fixed .corner.left {
  background-position: left bottom;
  left: 0;
}
.facet-box.fixed .corner.right {
  background-position: right bottom;
  right: 0;
}
.facet .menu {
  line-height: 24px;
  padding: 10px;
}