/* UWA Custom Features - auction category dropdown */

.uwa-cf-category-filter {
	display: inline-block;
	margin: 0 10px 1em 0;
	vertical-align: middle;
}

.uwa-cf-category-filter .uwa-cf-category-select {
	max-width: 100%;
	vertical-align: middle;
}

.uwa-cf-category-filter .uwa-cf-submit {
	vertical-align: middle;
}

/* The dropdown submits itself when JavaScript is available. */
.uwa-cf-category-filter.uwa-cf-has-js .uwa-cf-submit {
	display: none;
}

.uwa-cf-shortcode-wrapper {
	margin-bottom: 1em;
}

.uwa-cf-shortcode-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

/* UWA Custom Features - Check Out All button on My account > Orders */

.uwa-cf-checkout-all {
	margin: 0 0 1.5em;
}

.uwa-cf-checkout-all:after {
	content: "";
	display: block;
	clear: both;
}

.uwa-cf-checkout-all .uwa-cf-checkout-all-button {
	display: inline-block;
}

.uwa-cf-checkout-all .uwa-cf-checkout-all-empty {
	margin: 0;
}
