#av-filter-pro {
  background:#fff;
  border:1px solid #ddd;
  padding:20px;
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.av-filter-group {
  margin-bottom:15px;
}

.color-box {
  width:25px;
  height:25px;
  border-radius:50%;
  display:inline-block;
  margin:3px;
  cursor:pointer;
  border:2px solid #fff;
  box-shadow:0 0 0 1px #ddd;
}

#av-filter-apply {
  background:#ff6a00;
  color:#fff;
  padding:10px 20px;
  border:none;
  border-radius:5px;
}

#av-filter-reset {
  background:#eee;
  padding:10px 20px;
}
