.philfont {
	font-family: 'Phil*Font H';
	font-weight: normal;
	font-style: normal;
}

.auctions-articles .art-img {
}
.auctions-articles .art-img img {
	max-height: 100%;
	object-fit: cover;
	width: 60px;
	height: 60px;
}
.auctions-articles .title {
	color: #777;
	font-weight: bold;
}
.philfont {
		font-family: 'Phil*Font H';
		font-weight: normal;
		font-style: normal;
}
.auctions-head h2,.auctions-head h3,.auctions-head h4{margin-top:5px;}
.auction-img-canceled {
	position: relative;
}
.auction-img-canceled img {
	filter: blur(2px);
}
.auction-img-canceled .layer-canceled {
	background: rgba(255,255,255,0.4);
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
.auction-img-canceled .text-canceled {
	position: absolute;
	top: 23%;
	left: -10%;
	rotate: -45deg;
	font-size: 11px;
	font-weight:bold;
}
