/* CSS Document */

.artikelBox {
	 transition: box-shadow .3s;
 
  min-height: 240px;
 
  border-radius: 4px 4px 0 0;
 border: 1px solid #ececec;  
  background: #fff;
  
}
.price {
	    font-family: 'Roboto', sans-serif;
}
.BoxImg img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.product-bottom_cross {
	    padding: 0 10px;
    min-height: 50px;
    line-height: 1.9;
}

.product-name_cross {
	color: #337ab7;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0;
    text-align: left;
    text-transform: none;
    width: 100%;
	padding-left: 8px;
}
.artikelBox:hover {
	 box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.pro_cart_button {
	
	border-radius: 0 0 4px 4px;
	background-color: #ececec;
	padding: 8px;
}
.CrossArtikel {
margin-bottom:  25px;
}
.hrcross {
	margin-top: 20px;
    margin-bottom: 25px;
    border: 0;
    border-top: 4px solid #ececec;
    width: 30%;
}

/* Ende Carousel */