@charset "utf-8";
/* CSS Document */
/********* lists *********/
.label_filter li span::before{
   display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;	
   font-family: "Font Awesome 5 Pro"; 
   font-weight: 500;
   content:"\f0c8";	
    padding-right: 6px;
   vertical-align: middle;   
   color:#333;	
}

.label_filter li span:hover::before{
	color:#f46303;
	content:"\f14a";	
}

.label_filter li.checked span::before{
      content:"\f14a";	
    
}

.label_filter li.checked span:hover::before{
	color:#f46303;
	content:"\f0c8";	
}