/* css aimeos katalog ######################### */

ul.list-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
li.product, .product {
	min-width: 240px;
	font-size: unset !important;
}
nav.pagination {
	text-align: unset !important;
	width: 100%;
}
div.sort {
	margin: 10px 2% !important;
}
.catalog-list-type {
	text-align: unset !important;
}
.catalog-list a, .media-item {
	min-height: 180px !important;
}
.catalog-social, .catalog-actions, .addbasket, .input-group {
	display: none !important;
}
/*
.catalog-detail-image, .image-single {
	max-width: 100% !important;
	height: auto;
	overflow: unset !important;
	background-image: none !important;
} */
span.value {
/*	color: #FF0000; */
}
.text-list h2 {
	margin: 0 10px !important;
}
.catalog-filter nav {
	float: left;
}
.catalog-filter-tree > ul {
	display: block !important;
}
/* mobile ################################################# */
@media screen and (max-width: 768px) {
	.catalog-list .product {
		width: 100%;
	}
}	