
    
.filter-btn {
  position: absolute;
  z-index: 2;
  bottom: -8px;
  right: 50%;
  width: 50px;
  height: 50px;
  transition: all 1s;

}

.filter-btn span {
  width: 50px;
  height: 50px;
  background: orange;
  display: block;
  position: fixed;
  text-align: center;
  line-height: 50px;
  border-radius: 20% 0% 0% 20%;
  z-index:999;
  bottom:150px;
  right:0px;
  box-shadow: 0 4px 5px 0px #383838;

}

.filter-btn a{
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  bottom: 150px;
  right: -13px;
  display:block;
  z-index:99;
  transition: all .4s cubic-bezier(.68, 1, .265, 1);
}


.filter-btn:after {
  height: 200px;
  width: 220px;
  content: '';
  background-color: #FBF8EF; /*black*/
  position: absolute;
  bottom: 9%;
  right: -40px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(220, 220, 220, 0.50);
  transform:scale(0);
  transition: all 0.3s ease-in-out 0s;
  top: -79px;
  left: -120px;
  /*opacity:0.4;*/
}

.no-after:after{content:none;}

.filter-btn.open span.toggle-btn.ion-android-funnel {
  background-color: orange;  
}
.filter-btn.open .ion-android-funnel:before {
  content: "\f2d7";
  
}
.open:after{
 transform:scale(1);
}
.filter-btn.open a:nth-child(1) { 
  transform: translate(-100px,37px);
}
.filter-btn.open a:nth-child(2) {
  transform: translate(-100px,-17px);
}
.filter-btn.open a:nth-child(3) { 
  transform: translate(-60px,-55px);
}
.filter-btn.open a:nth-child(4) {
      transform: translate(-60px,+75px); 
}
.filter-btn.open a:nth-child(5) {
      transform: translate(-10px,70px);
}
.filter-btn.open a:nth-child(6) {
      transform: translate(-10px,-50px); 
}
.filter-btn.open a:nth-child(7) {
      transform: translate(-60px,5px); 
}


/* CIRCULA PROGRESS 

.circle-progress-value {
	stroke-width: 50px;
	stroke: hsl(100, 90%, 70%);
}
.circle-progress-circle {
	stroke-width: 40px;
	stroke: hsl(100, 15%, 60%);
	fill: hsl(100, 15%, 60%);
}
.circle-progress-text {
	fill: white;
	font-weight: bold;
}

*/