@media screen and (max-width: 1200px) { 

}

@media screen and (max-width: 1024px) {
	.other__pro .four  {
		display: block;
	}

	

	
}

@media screen and (max-width: 805px) {
	.other__pro .four  {
		display: block;
	}
	.header-logo img {
	margin-left: -5px;

}
}





@media screen and (max-width: 645px) {
	.header-logo {
		margin-left: 15px;
	}
	
	.header-logo h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.header-logo img {
		width: 150px;
		margin-left: -10px;
	
}
	#category a:after {
	content: '/';
	margin: 20px;
}
	.other__pro .two  {
		display: none;
	}
	.other__pro .three  {
		display: none;
	}
	.other__pro .four {
		display: none;
	}
	

	
	
	.filters-button-group .button:after
{
    content: "\0020";
    display: inline-block;
    margin: 0 20px;
    color: #A9D2CB;
}	


}


@media screen and (max-width: 375px) {
	.header-logo {
		margin-left: 0px;
	}
	
	.header-logo img {	
		width: 130px;
		margin-left: 0px;
}


	
}

