.woocommerce #sidebar {
	display: none !important;
}

#et-main-area .archive-background {
	background-color: var(--tertiary-color);
	border: 5px double var(--primary-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
	margin-bottom: 7px;
}

.archive-background .woo-cat-title,
.archive-background .woo-page-title {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: center !important;
}