#overlayer {
    opacity: 0.2;
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

.error {
	color:#ff0000!important;
	border-color:#ff0000!important;
}

.checkbox_wrap > .error{
	display: none;
}

.success {
	color:green!important;
}

.error_div{
	color:#ff0000!important;
}

.success_div{
	color:green!important;
	display: none;
}

.catalog-filter__search-all{
	display: none;
}