.single-post .post_featured.with_thumb img {
	/* max-width: 100%; */
	width: auto;
	/* height: 100%; */
	/* height: 400px; */
	/* object-fit: contain; */
	object-position: 50% 50% !important;
	position: absolute !important;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.single-post .post_featured.with_thumb {
	width: 960px;
    max-width: 100%;
    aspect-ratio: 16/10;
    margin-left: auto;
    margin-right: auto;
}

.post_featured:not(.post_featured_bg)[class*="hover_"] {
	width: 100%;
}

.post_featured.hover_link.with_thumb > .bg_in, .post_featured.hover_link img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
}

.sc_blogger_item_title a {
    font-weight: bold;
    min-height: 2.3em;
}

.item_more_link{
    color: #E40139 !important;
    font-weight: bold !important;
}

.sc_blogger .sc_blogger_item_button .item_more_link .link_icon::before {
	color: #E40139 !important;
}

blockquote {
	border-left:0 !important;
}

blockquote::before {
	color: #E40139 !important;
}

#product-slider-home .woocommerce-de_price_taxrate{
	display: none !important;
}
.sc_blogger_item_excerpt{
display: -webkit-box;        
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;        
  overflow: hidden;            
}