.page_cat_item {
	float:left;
	margin:20px 0;
	border:1px solid #ddd;
}

.page_cat_list_spec .page_cat_item  {
	width:48%;
	display:inline-block;
	border-top:none;
	padding:0;
	margin:0 1%!important;
	float:left;	
}

.page_cat_list_spec .page_cat_item:nth-child(n+3) {
	margin-top:	10px!important;
}

.page_cat_main_spec {
	display:inline-block;	
}

.page_cat_list_spec .page_cat_main {
	background:#f1f1f1;
	padding:8px;
	height:auto;
	margin:0;	
}

.page_cat_list_spec .page_cat_item:hover {
	background:transparent;	
}

.page_cat_main {
	margin:0;
	text-align:center;
	height:80px;
	width:100%;
	display:flex;
	align-items:center;
	position:relative;
}

.page_cat_main_name {
	display:block;
	width:100%;
	padding:10px 0;
}

.page_cat_main_name a {
	max-height: 32px;
    overflow: hidden;
    display: block;
	line-height:16px;
}

.page_cat_main_qty {
	padding:0 5px;
	font-size:9px;
	line-height:16px;
	white-space:nowrap;
	background:#333;
	color:#fff;
	position:absolute;
	left:0;
	top:0;		
}

.page_cat_main_new {
	padding:0 5px;
	background:#333;
	color:#fff;
	font-size:9px;
	line-height:16px;
	white-space:nowrap;
	position:absolute;
	right:0;
	top:0;	
}

.js-active-filter {
	background-color: #0275d8;
	color: #fff !important;
}

.js-tags {
	margin-bottom: 15px;
	text-align: left;
}

.js-filter-by-tag {
	display: inline-block;
	border: solid 1px black;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 5px;
}

.js-clear-tag-filter {
	border: solid 1px #0275d8;
	padding: 5px 10px;
	cursor: pointer;
	margin-right: 5px;
	color: #0275d8;
	display:none;
}

.js-clear-tag-filter::before {
	content:"\f00d";
	color: #0275d8;
	font-family: "FontAwesome";
	margin-bottom: 5px;
	margin-right: 5px;
}

/*** RESPONSIVE BREAKPOINTS ***/

@media only screen and (min-width:801px) {
	.page_cat_item {
		width:23.5%;
	}
	.page_cat_item:not(:nth-child(4n-7)) {
		margin-left: 2%;
	}
}

@media only screen and (max-width:800px) and (min-width:581px) {
	.page_cat_item {
		width:30%;	
	}
	.page_cat_item:not(:nth-child(3n-5)) {
		margin-left:5%;	
	}
}

@media only screen and (max-width:580px) {
	.page_cat_item {
		width:47%;	
	}
	.page_cat_item:not(:nth-child(2n-3)) {
		margin-left:6%;	
	}	
}

@media only screen and (max-width:480px) {
	.page_cat_list {
		padding:0 10px;	
	}
	.js-tags {
		padding: 0 5px;
	}
}

