.-m-cms-cont-shp3-overview1 .-filter .-content {
	padding:2rem;
	text-align:center;
}
.-m-cms-cont-shp3-overview1 .-filter .-check-item {
	padding:.2em 0 .2em 2em;
	display:inline-block
}
.-m-cms-cont-shp3-overview1 .-filter .-check-item > input {
	width:2px;
	height:2px;
	overflow:hidden;
	position:absolute;
	opacity:0.01;
	z-index:-1;
}
.-m-cms-cont-shp3-overview1 .-filter .-check-item > input:checked + span {
	color:var(--thm1-color-1);
}




.-m-cms-cont-shp3-overview1 .-items {
	--c1-gap:0;
	--c1-row-gap:2em;
	--c1-items-min-width:250px;
}
.-m-cms-cont-shp3-overview1 .-item {
	display:flex;
	flex-flow:column;
	padding:20px;
	text-align:center;
	border:1px solid var(--thm1-color-2);
	border-width:0 1px;
	margin-right:-1px !important;
}


.-m-cms-cont-shp3-overview1 .-link {
	color:inherit;
	text-decoration:none;
}
.-m-cms-cont-shp3-overview1 .-info {
	flex:1 1 auto;
	display:flex;
	flex-direction:column;
}
.-m-cms-cont-shp3-overview1 .-info > .Small {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.-m-cms-cont-shp3-overview1 .-title {
	margin-bottom:0;
}


.-m-cms-cont-shp3-overview1 .-img {
	xmargin-top:auto;
	display:flex;
	align-items:center; /* ie11 */
	padding:0 0;
	height:260px;
	margin-bottom:2rem;
}
.-m-cms-cont-shp3-overview1 .-img > * {
	margin:auto;
	max-height:100%;
	max-width:100% !important;
}


.-m-cms-cont-shp3-overview1 .-authors {
	color:var(--thm1-color-1);
	margin-bottom:1rem;
}
.-m-cms-cont-shp3-overview1 .-author {
	font-weight:bold;
	font-size: .95rem;
}

.-m-cms-cont-shp3-overview1 .-price {
	margin-top:auto;
	font-size: .95rem;
}

.-m-cms-cont-shp3-overview1 .read-more-target {
	max-height:64rem;
}


