/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.homeFilter {margin:-90px 0}
	.homeFilter .wpb_wrapper {display:flex; align-items:center;justify-content: center;}
		.homeFilter .w-filter-item {width:200px; margin-right:20px !important; background:none !important; border:1px solid #91A5AF}
				.homeFilter .w-filter-item:last-Child {margin-right:0 !important}
			.homeFilter .w-filter-item .w-filter-item-title {background:none !important; border:none !important; box-shadow:none !important}
			
			.homeFilter .w-filter-item-value.disabled {display:none!important}
			
		.homeFilter .btn {position: relative;    z-index: 5; padding: 12px 50px;    font-size: 16px;line-height:1;  text-transform: none; letter-spacing: 0em;    border-radius: 0.3em; background:#91A5AF;display: block; color: #fff !important; margin-left:30px}
			.homeFilter .btn:hover {background:#333333}
		
		
#hiddenProductGrid {display:none !important}		
#mainFilterBlock {}

@media (max-width: 1024px) {
	.homeFilter {margin:0}
}

@media (max-width: 960px) {
.homeFilter {margin:0}
	.homeFilter .wpb_wrapper {flex-direction:column}
		.homeFilter .btn {margin:20px auto 0 auto}
}

@media (max-width: 700px) {
	.homeFilter .w-filter-item  {width:100%; max-width:450px; margin:0 0 10px 0 !important}
}


.sidebarFilter {}
	.sidebarFilter  .w-filter-item {width:100% !important}