/* ART SHOP */

.section-art-shop .elementor-widget-text-editor a,
.section-art-shop .elementor-widget-text-editor a:hover {
	font-weight: 600;
	position: relative;
	padding-bottom: 2px;
}

.section-art-shop .elementor-widget-text-editor a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 0;
	height: 1px;
	transition: 0.3s;
}

.section-art-shop .elementor-widget-text-editor a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 1px;
	transition: 0.3s;
}

.section-art-shop-cat .product-category a {
	display: flex;
	width: 100%;
	height: 100%;
}

.section-art-shop-cat .product-category a h2 {
	margin: 0 0 16px 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: "futura-pt", Sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	z-index: 1;
	padding: 16px;
	width: 100%;
	max-width: 90%;
	background-color: #ffffffde;
	color: #000 !important;
	left: 50% !important;
	transform: translateX(-50%);
}

.section-art-shop-cat .product-category a h2 .count {
	font-family: "futura-pt", Sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	display: block !important;
	margin: 0 0 0 8px !important;
	color: #000 !important;
	background-color: transparent;
}