.T4457 {
	padding: 10px 0px 10px 0px;
}



.T4457 .anker {
	display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}



.T4457 .shelves {
	
}
.Mandant_1090 .T4457 .shelf { width: 195px; }

.T4457 .shelf {
	position: relative;
	cursor: pointer;
	float: left;
	width: 200px;
	padding: 7px; 
	border: 2px solid #ccc;
	margin: 0px 10px 10px 0px;
	border-radius: 5px;
	text-decoration: none;
	
}


.T4457 .shelf img {
	width: 100% !important;
	height: auto !important; 
}

.T4457 .shelf .name {
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #888;
}

.T4457 .shelf:hover {
	border: 2px solid #666;
}

.T4457 .shelf:hover .name { color: #444; }

.T4457 .shelf.open {
	background-color: #666;
	border: 2px solid #666;
	
}

.T4457 .shelf.open  .name {
	color: #fff;
}



.T4457 .shelf.open .arrow {
	position: absolute;
	bottom: -15px;
	left: 90px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #666;
	
	
}


.T4457 .search {
	margin-top: 20px;
	display: flex;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 10px 10px 15px 10px;
}

.T4457 .search .col {
	padding: 0px 0px 0px 10px;
	width: 120px;
}

.T4457 .search .col.from input, .T4457 .search .col.to input {
	width: 100%;
	padding: 2px 5px;
}

.T4457 .search .search-button { border-radius: 2px; }


.T4457 .items {
	padding: 0px 0px 0px 0px;
}

.T4457 .items .produkt {
	display: flex;
	border-top: 1px solid #ccc;
	padding: 15px 0px;
}



.T4457 .items .produkt .Bild {
	flex: 2;
	width: 200px;
	height: 150px;
}

.T4457 .items .produkt .Bild img {
	width: 100%;
	height: 100%;
}

.T4457 .produkt .content { flex: 8;  padding: 10px 30px 10px 20px; }
.T4457 .produkt .content .item-name { font-weight: bold; font-size: 17px; color: #000; margin: 5px 0px; }
.T4457 .produkt .content .item-info { font-size: 15px; line-height: 19px; color: #000; margin: 5px 0px; }
.T4457 .produkt .content .item-text { font-size: 13px; line-height: 17px; color: #666; margin: 5px 0px; }

.T4457 .produkt .action { flex: 2; padding: 5px 0px 10px 0px ; text-align: right;  }

.T4457 .produkt .action .price { font-weight: bold; font-size: 22px; color: #000; margin: 5px 0px; }
.T4457 .produkt .action .price_info { font-size: 12px; color: #999; }

.T4457 .produkt .action .class_name { font-weight: bold; text-align: left; margin: 5px 0px 3px 0px;}
.T4457 .produkt .action .class_info { text-align: left; margin: 5px 0px 3px 0px; line-height: 1.2; }
.T4457 .produkt .action .class { display: flex; margin: 0px 0px 20px 0px;}
.T4457 .produkt .action .class .add { padding: 7px 0px 0px 15px;  }
.T4457 .produkt .action .class .add a { 
	padding: 5px 10px;
	border: 2px solid #c30;
	border-radius: 5px;
	text-decoration: none;
	color: #c30;
	font-size: 13px;
	font-weight: bold;
}
.T4457 .produkt .action .class .add a:hover { 
	background-color: #c30;
	color: #fff;
}

.T4457 .produkt .action .class .add .button { 
	padding: 5px 10px;
	border: 2px solid #c30;
	border-radius: 5px;
	text-decoration: none;
	color: #c30;
	font-size: 13px;
	font-weight: bold;
}
.T4457 .produkt .action .class .add .button:hover { 
	background-color: #c30;
	color: #fff;
}

.Mandant_1090 .T4457 .produkt .action .class .add { position: relative;  }
.T4457 .modalcart.show { display: block !important; }
.T4457 .modalcart {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
    width: 280px;
    padding: 5px 10px;
    height: auto;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 2px solid rgba(204, 51, 0, .4);
    z-index: 10;
    margin-top: 5px;
}

.T4457 .modalcart .cart_inner .close {
	cursor: pointer;
	position: absolute;
    right: 6px;
    top: 0px;
}
.T4457 .modalcart .cart_inner .date_wrapper { display: flex; }
.T4457 .modalcart .cart_inner .date_wrapper label { font-size: 15px; padding-right: 5px; margin: 4px 10px 0 0; }
.T4457 .modalcart .cart_inner .date_wrapper input { width: 100px; text-align: center; }
.T4457 .modalcart .cart_inner a { 
	float: right;
}
.T4457 .modalcart .cart_inner .button.finish { padding: 0 10px; }





@media all and ( max-width: 700px ) {
	.T4457 .items .produkt { display: block !important; }
	.T4457 .produkt .content { padding: 10px 0px; }
	
	.T4457 .shelf { width: 100px;}
	.T4457 .shelf img { width: 100px; height: auto; }
	.T4457 .shelf.open .arrow { left: 40px; }
}