#sidebar1 {
    position: absolute;
    width: 85%;
    left: 8%;
}
#sidebar1.fixed {
    position: relative;
    top: 40px;
    height: auto;
    margin-bottom: 10%;
}
#sidebar1 .filter a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    background-size: 18px;
    background-color: #eeeeee;
	padding: 2%;
	margin-bottom: 2px;
}
#sidebar1 .filter .active {
    background: url(../images/upArrow.svg) no-repeat right center;
    background-size: 18px;
    padding-right: 2%;
    background-color: #eeeeee;
}

@media(max-width:990px) {
	.container {
		max-width: 100% !important;
	}
	#sidebar1 .filter .active {
		background: url(../images/upArrow.svg) no-repeat right center;
		background-size: 18px;
		padding-right: 2%;
		background-color: #eeeeee;
	}
	#sidebar1 .toggle {
		background: url(../images/downArrow.svg) no-repeat right center;
	}
	#sidebar1 {
		position: absolute;
		width: 100%;
		left: 1%;
	}
	#sidebar1 .filter a {
		text-decoration: none;
		color: #000;
		display: block;
		font-size: 15px;
		letter-spacing: 2px;
		font-weight: 600;
		background-size: 18px;
		background-color: #eeeeee;
		padding: 2%;

	}
}

@media(max-width:575px) {
	#sidebar1 .filter a {
		padding-right: 15px !important;

	}
	.filtertoggle label {
		font-size: 13px !important;
		color: #f7f7f7 !important;
	}
	.container {
		max-width: 100%;
	}
	#sidebar1 {
		position: absolute;
		width: 100%;
		left: 0%;
	}

	#sidebar1 .filter {
		text-decoration: none;
		color: #000;
		display: block;
		font-size: 13px;
		letter-spacing: 2px;
		font-weight: 600;
		background-size: 18px;
		background-color: #eeeeee;
		padding: 2%;
	}
	#sidebar1.fixed {
		position: relative;
		top: 40px;
		height: auto;
		margin-bottom: 24%;
	}
	#sidebar1 .filter .active {
		background: url(../images/upArrow.svg) no-repeat right center;
		background-size: 18px;
		padding-right: 2%;
		background-color: #eeeeee;
	}
	#sidebar1 .toggle {
		background: url(../images/downArrow.svg) no-repeat right center;
	}
}