/* Use this file to add temporary fixes to css without recompiling each custom file */

@media print {
	#page-wrapper {
		padding-left: 0px !important;
	}
}

.filter-controls {
	width: 20px;
	text-align: center;
}

.slide-animation-container .filters hr {
	display: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filters h5 {
	margin-top: 10px;
	padding-bottom: 0;
	font-weight: bold;
}

.filter-name {
	width: 90%;
	float: left;
}

.filter-controls {
	width: 9%;
	float: right;
	text-align: right;
}

.filters label {
	cursor: default;
}

.filters .checkbox,
.filters .radio {
	margin-top: 2px;
	margin-bottom: 5px;
}

.filters h5 span.filter-minus {
	display: inherit;
}

.filters h5 span.filter-plus {
	display: none;
}

.filters h5[aria-expanded="false"] span.filter-plus {
	display: inherit;
}

.filters h5[aria-expanded="false"] span.filter-minus {
	display: none;
}

@media (min-width: 992px) {
	#ProductFilters.collapse {
		height: auto;
		display: inherit;
	}
}