.c-smart-filter.c-smart-filter-horizontal-1 {
  position: relative;
  z-index: 20;
  /*margin-top: 14px;*/
  margin-bottom: 14px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .disabled {
  opacity: 0.5;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-type=narrow] {
  border: 1px solid #e8e8e8;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-type=narrow]:hover {
  -webkit-box-shadow: 0 9px 24px 0 rgba(103, 130, 165, 0.35);
  -moz-box-shadow: 0 9px 25px 0 rgba(103, 130, 165, 0.35);
  box-shadow: 0 9px 24px 0 rgba(103, 130, 165, 0.35);
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-color=light] {
  background-color: #FFF;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-color=dark] {
  background-color: #f9f9f9;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-expanded=false] .smart-filter-toggle-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-expanded=false] .smart-filter-property-name {
  opacity: 0.4;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-container[data-expanded=false] .smart-filter-grid {
  overflow: hidden;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-toggle {
  position: absolute;
  top: -14px;
  right: 0;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-toggle-title {
  margin-right: 5px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-toggle-icon {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property {
  padding-bottom: 30px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-name {
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-title {
  font-weight: 600;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-angle {
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
  color: #999999;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-angle.property-expanded {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-values {
  display: none;
  margin-top: 10px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property.bx-active .smart-filter-property-values {
  display: block;
  position: relative;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property .smart-filter-property-title, .c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property .smart-filter-property-angle {
  font-size: 15px;
  cursor: pointer;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-hint {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
  z-index: 80;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-hint-content {
  display: block;
  position: absolute;
  bottom: calc(100% + 20px);
  left: -20px;
  width: 180px;
  padding: 16px;
  background-color: #fff;
  border-radius: 2px;
  word-break: break-word;
  box-shadow: 0 0 24px rgba(27, 30, 37, 0.08);
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-hint-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: 8px solid transparent;
  border-top: 12px solid #fff;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-property-hint-content[data-state=hidden] {
  display: none;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-controls {
  position: relative;
  font-size: 0;
  margin-left: -4px;
  margin-right: -4px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-controls-buttons {
  position: absolute;
  left: 0;
  bottom: -34px;
  margin: 0 !important;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-controls-buttons input {
  margin: 0 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-controls-popup {
  display: none;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-toggle, .c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-controls-buttons input {
  font-size: 12px;
  line-height: 12px;
  padding: 7px 20px;
  border: 1px solid #e8e8e8;
  background-color: #FFF;
  outline: none;
}
.c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-toggle:hover, .c-smart-filter.c-smart-filter-horizontal-1 .smart-filter-controls-buttons input:hover {
  -webkit-box-shadow: 0px 3px 17px 0px rgba(103, 130, 165, 0.35);
  -moz-box-shadow: 0px 3px 17px 0px rgba(103, 130, 165, 0.35);
  box-shadow: 0px 3px 17px 0px rgba(103, 130, 165, 0.35);
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-role="scrollbar.item"] {
  position: relative;
}
.c-smart-filter.c-smart-filter-horizontal-1 .scrollbar-inner {
  position: relative;
  max-height: 228px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 4px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .scrollbar-inner > .scroll-element.scroll-y .scroll-element_track {
  background-color: #E8E8E8;
}
.c-smart-filter.c-smart-filter-horizontal-1 .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
  background-color: #B0B0B0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] {
  font-size: 0;
  margin-top: 10px;
  max-height: 250px;
  overflow: hidden;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value {
  display: inline-block;
  margin: 5px 3px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value label {
  display: block;
  margin: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value input:checked + .smart-filter-property-value-text {
  color: #FFF;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value-text {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  word-break: break-word;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value-text[data-background=light] {
  background-color: #FFF;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value-text[data-background=dark] {
  background-color: #F4F4F4;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value-text[data-background=none] {
  background-color: transparent;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] {
  font-size: 0;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value {
  display: inline-block;
  margin: 5px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value label {
  display: block;
  margin: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value input:checked + .smart-filter-property-value-picture .smart-filter-property-value-icon {
  opacity: 1;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value-icon {
  display: inline-block;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value-picture {
  display: block;
  text-align: center;
  color: #f1f1f1;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 3px rgba(64, 82, 105, 0.5);
  -moz-box-shadow: inset 0 0 3px rgba(64, 82, 105, 0.5);
  box-shadow: inset 0 0 3px rgba(64, 82, 105, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value-picture[data-size=default] {
  width: 23px;
  height: 23px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value-picture[data-size=default] .smart-filter-property-value-icon {
  font-size: 12px;
  line-height: 12px;
  padding-top: 6px;
  padding-left: 1px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value-picture[data-size=big] {
  width: 36px;
  height: 36px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value-picture[data-size=big] .smart-filter-property-value-icon {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] {
  font-size: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value {
  display: inline-block;
  margin: 5px 3px;
  position: relative;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value label {
  display: block;
  margin: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value input:checked + .smart-filter-property-value-text-picture .smart-filter-property-value-text-picture-text {
  color: #FFF;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value-text-picture {
  position: relative;
  display: block;
  padding: 6px 12px 6px 38px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value-text-picture > span {
  display: block;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value-text-picture-color {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value-text-picture-text {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox] .smart-filter-property-value input, .c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-picture] .smart-filter-property-value input, .c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=checkbox-text-picture] .smart-filter-property-value input {
  display: none;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-action {
  padding-left: 15px;
  padding-right: 15px;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-value {
  display: inline-block;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-value > div {
  font-size: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-value label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin-right: 7px;
  margin-bottom: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-value input {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  width: 75px;
  background-color: transparent;
  outline: none;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-min {
  float: left;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-max {
  float: right;
}
.c-smart-filter.c-smart-filter-horizontal-1 [data-property-type=track] .smart-filter-track-max input {
  text-align: right;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-track {
  position: relative;
  height: 2px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-track-container {
  clear: both;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-range {
  z-index: 90;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar {
  z-index: 100;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar-vd {
  z-index: 60;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar-vn {
  z-index: 70;
  border: 1px solid #dddddd;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar-v {
  z-index: 80;
  border: 1px solid #116afc;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -15px;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-handle.right {
  margin-right: -15px;
  right: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-range, .c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar, .c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar-vd, .c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar-vn, .c-smart-filter.c-smart-filter-horizontal-1 .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-smart-filter.c-smart-filter-horizontal-1 .mouse-click-effect {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-smart-filter.c-smart-filter-horizontal-1 .mouse-click-effect:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

/*# sourceMappingURL=style.css.map */
div[id^="wait_"]
{
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #000000;
  font-family: Verdana, Arial,
  sans-serif; font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal;
  padding: 0 !important;
  position: absolute;
  text-align: center !important;
  text-indent: 0 !important;
  width: 0px !important;
  height: 0px !important;
  word-spacing: normal !important;
  z-index: 0;
  content: "";
}