#ProductFilterForm {
	position: relative;
}

.FilterForm_is_Loading {
	opacity: 0.3;
	pointer-events: none;
}

#ProductsList_Container {
	position: relative;
}

.ProductsList_is_Loading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(../../images/ajax-loader-big.gif);
	background-position: center 120px;
	background-repeat: no-repeat;
	z-index: 4;
}