.disabled {
			text-decoration: line-through;
		}
	
	.s-categories{
		margin-top: 15px;
		position: relative;
	}
	
	.filter-group {
    position: relative;
    width: 100%;
}

.filter-button {
    width: 100%;
	position: relative;
    background: transparent;
    border: none;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}
.filter-group:first-child .filter-button {
    border-top: 1px solid #ccc;
}

.filter-button {
    border-bottom: 1px solid #ccc;
}

.sub-categories {
    display: none;
	padding: 10px 0px 10px 10px;  
}
