#show_auctions .auctions_active_list,#show_auctions .auctions_closed_list{display:block;width:100%;float:left}
#show_auctions .auctions_closed_list{padding-top:20px}
#show_auctions h1,#show_auctions h2{text-align:center;font-weight:300;border-bottom:1px solid var(--border-primary-color)}
#show_auctions .breadcrumbs{padding:30px 0 0 0}
.list.auctions .pl_products{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}
@media(min-width:751px){.pl .list.auctions .product .image-box{margin-bottom:25px}
.list.auctions .pl_products .product:hover .hover-container{border-bottom:1px solid var(--border-quaternary-color);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}
}
.list.auctions .make{text-overflow:ellipsis;font-size:18px}
.list.auctions span.time,.list.auctions span.price{display:block;text-align:center;font-size:16px;line-height:20px;font-weight:500;width:90%;height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:10px auto}
.list.auctions span.price{font-size:22px;font-family:var(--font-family-bold-condensed)}