/* /css/mkis.css */
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
	}
	}


/*mkis 20.05.2024*/
/* Einkaufswelten; Element Artikel; Darstellung um braune Umrandung erweitert
.emotion--product {
	border: 2px solid #CAC6BC; 
	border-radius: 5px;
}*/

.mkis-height-top-ribbon-link {
	height: 3em;
}

.mkis-ew-header  {
	/* font-family: book antiqua, palatino; */
}

/* shoping worlds */
.mkis-ew-header .emotion--html.panel {
    background-color: #E4E1D8;
	border: 2px solid #CAC6BC !important; 
	border-radius: 5px !important;
	
}

.mkis-ew-header .emotion--html.panel > img {
    background-color: #E4E1D8;
	border: 2px solid #CAC6BC !important; 
	border-radius: 5px !important;
	
}

.mkis-banner-pinerest .emotion--banner .banner--content {
	height: 100% !important;
}

/* Blog */
.blog--comments-wrapper {
	display: none;
}
.blog--bookmarks {
	display: none;
}
.blog--metadata-comments {
	display: none !important;
}
.blog--subscribe {
	display: none !important;
}
.blog--metadata-author {
	display: none !important;
}


/* mk dummy class to prevent search and replace of bootstrap col classes on certain html elements */
.mk-bootstrap {}
.mk-float-left{
	float: left;
}