/**
 * Archive panel
 */

// Archive title
.woocommerce-products-header__title.page-title {
	font-size: $wc-page-title-fz;
	text-align: center;
	line-height: $wc-page-title-lh;
	margin: 10px 0 35px;
}

.woocommerce-products-header{
	.page-description,
	.term-description{
		text-align: center;
		margin-bottom: 35px;
	}
}

.site-content__wrap {
	.archive.woocommerce.position-one-left-sidebar &,
	.archive.woocommerce.position-one-right-sidebar & {
		padding-top: 0;
	}
}

// Panel
.woocommerce-products__panel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	align-items: center;
	border-bottom: $wc-archive-panel-border;
	
	&:empty{
		display: none!important;
	}
}

// Result count
.woocommerce-result-count {
	order: 1;
	margin: 0;
}

// Orderby
select.orderby {
	order: 0;
	width: 170px;
}