.list.is-loading {
	opacity: 0.5;
	pointer-events: none;
}

.lots-empty {
	padding: 40px 20px;
	text-align: center;
}

.cat .side select {
	width: 100%;
	padding: 0 52px 0 15px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 10px;
	font-size: 16px;
}

.auction_tabs [data-auction-panel] {
	display: none;
}

.auction_tabs [data-auction-panel].is-active {
	display: block;
}

.s-auction .text .btns {
	display: inline-flex;
	margin-top: 20px;
}

.live-page__embed {
	width: 100%;
	min-height: 480px;
	border: 0;
	border-radius: 12px;
}

.live-page__actions {
	margin-top: 24px;
}
