.sat-filter-widget {
  background: #f5f5f5;
  margin: 0 0 30px;
  padding: 0 30px;
  width: 100%;
}
.sat-filter-multiselect {
  display: inline-block;
  position: relative;
}
.sat-filter-multiselect .sat-filter-multiselect-label {
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  margin: 1px 5px 0 0;
  padding: 0 23px 3px 10px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  height: 28px;
  z-index: 901;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sat-filter-multiselect .sat-filter-multiselect-label:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 10px;
}
.sat-filter-multiselect .sat-filter-multiselect-label .sat-filter-multiselect-label-quantity {
  font-size: 14px;
  color: #a6a6a6;
}
.sat-filter-multiselect .sat-filter-multiselect-label .sat-filter-multiselect-label-quantity .sat-filter-multiselect-label-quantity-value {
  font-style: normal;
}
.sat-filter-multiselect .sat-filter-multiselect-options {
  display: none;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-label {
  background: #fff;
  border-color: #dcdcdc;
  color: #f39;
  z-index: 999;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-label .sat-filter-multiselect-label-quantity {
  color: #f39;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options {
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 0 5px 5px 5px;
  display: block;
  padding: 5px 10px;
  position: absolute;
  width: auto;
  top: 27px;
  left: 0;
  z-index: 998;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-col {
  float: left;
  padding: 0 10px 0 0;
  width: 180px;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-col:last-child {
  padding: 0;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item {
  color: #666;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 0 20px;
  font-size: 14px;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item .sat-filter-multiselect-options-item-quantity {
  visibility: hidden;
  font-size: 12px;
  color: #a6a6a6;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item .sat-filter-multiselect-options-item-quantity .sat-filter-multiselect-options-item-quantity-value {
  font-style: normal;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: 0px 0px 1px 0px #666;
  box-shadow: 0px 0px 1px 0px #666;
  color: #666;
  line-height: 12px;
  padding: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  margin: 7px 0 0 0;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item:hover {
  color: #f39;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item:hover .sat-filter-multiselect-options-item-quantity {
  visibility: visible;
  color: #a6a6a6;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item:hover .sat-filter-multiselect-options-item-quantity .sat-filter-multiselect-options-item-quantity-value {
  font-style: normal;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item:hover:before {
  content: "\f00c";
  color: #a6a6a6;
  opacity: 0.7;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item.sat-filter-multiselect-options-item-checked:before {
  content: "\f00c";
  color: #666;
  opacity: 1;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item.sat-filter-multiselect-options-item-checked:hover {
  color: #a6a6a6;
}
.sat-filter-multiselect.sat-filter-input-ready:hover .sat-filter-multiselect-options .sat-filter-multiselect-options-item.sat-filter-multiselect-options-item-checked:hover:before {
  color: #a6a6a6;
}
.sat-filter-checkbox {
  display: inline-block;
}
.sat-filter-checkbox .sat-filter-checkbox-item {
  color: #666;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding: 0 10px 0 19px;
  margin: 0 0 0 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sat-filter-checkbox .sat-filter-checkbox-item:before {
  content: "";
  display: inline-block;
  background: #fff;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: 0px 0px 1px 0px #666;
  box-shadow: 0px 0px 1px 0px #666;
  color: #666;
  line-height: 12px;
  padding: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  margin: 3px 0 0 0;
}
.sat-filter-checkbox:hover .sat-filter-checkbox-item {
  color: #f39;
}
.sat-filter-checkbox:hover .sat-filter-checkbox-item:before {
  color: #a6a6a6;
  content: "\f00c";
}
.sat-filter-checkbox.sat-filter-checkbox-checked .sat-filter-checkbox-item:before {
  content: "\f00c";
  color: #666;
  opacity: 1;
}
.sat-filter-checkbox.sat-filter-checkbox-checked:hover .sat-filter-checkbox-item {
  color: #a6a6a6;
}
.sat-filter-checkbox.sat-filter-checkbox-checked:hover .sat-filter-checkbox-item:before {
  color: #a6a6a6;
}
.sat-filter-select {
  display: inline-block;
  position: relative;
}
.sat-filter-select .sat-filter-select-label {
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  margin: 1px 0 0 0;
  padding: 0 23px 3px 10px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  height: 28px;
  z-index: 901;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sat-filter-select .sat-filter-select-label:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 10px;
}
.sat-filter-select .sat-filter-select-options {
  display: none;
}
.sat-filter-select:hover .sat-filter-select-label {
  background: #fff;
  border-color: #dcdcdc;
  color: #f39;
  z-index: 999;
}
.sat-filter-select:hover .sat-filter-select-options {
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 5px 0 5px 5px;
  display: block;
  padding: 5px 10px;
  position: absolute;
  top: 27px;
  right: 0;
  width: auto;
  z-index: 998;
}
.sat-filter-select:hover .sat-filter-select-options .sat-filter-select-options-item {
  color: #666;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px 0 5px;
  font-size: 14px;
  position: relative;
  width: 100%;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sat-filter-select:hover .sat-filter-select-options .sat-filter-select-options-item:hover,
.sat-filter-select:hover .sat-filter-select-options .sat-filter-select-options-item:active,
.sat-filter-select:hover .sat-filter-select-options .sat-filter-select-options-item:focus {
  color: #f39;
}
.sat-filter-select:hover .sat-filter-select-options .sat-filter-select-options-item.sat-filter-select-options-item-selected {
  color: #f39;
}
.sat-filter-select:hover.sat-filter-input-right .sat-filter-select-options {
  border-radius: 5px 0 5px 5px;
  right: 0;
}


.sat-filter-reset {
  display: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sat-filter-reset:hover {
  color: #f39;
}
.sat-filter-show-more {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sat-filter-pagination {
    float: left;
  }
  .sat-filter-show-more {
    margin: 20px 0;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}