/*
=======================================================
=== Artikeldetails
=======================================================
*/
/* Abstand, falls Preis ausgeblendet */
.product-view .product-shop .ratings {
	margin-bottom: 20px;
}
/* Abstand ausgleichen, falls Preis sichtbar */
.product-view .product-shop .price-block {
	margin-top: -20px;
}
.product-view .product-shop #tax-text {
	margin-left: 5px;	
	font-weight: bold;
}

.detail-data {
	/*margin-top: 20px;*/
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.detail-data > div div {
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
}
.detail-data > div div.attribute-group {
	border-bottom: 0;
}
.detail-data h3 {
	margin: 26px 0 5px;
	font-size: 15px;
	font-weight: bold;
}
.detail-data span {
	padding: 6px 0;
}
.detail-data span:nth-of-type(2n+3) {
	clear: both;
}
.detail-data .attribute-value {
	padding-left: 5px;
	color: rgba(0,0,0,.6);
}

.has-variants {
	width: 100%;
    float: left;
	margin-bottom: 10px;
}
.VariantSelection {
    text-align: left;
}
.VariantSelection select {
    text-align: left;
	width: 270px;
	margin-bottom: 10px;
    height: 42px;
    font-size: 14px;
}
.LabelVariant {
    padding-top: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
}
.email-addto-box {
	float: left;
}
.add-to-cart button.button.btn-heart {
	margin-left: 0px;
}
.add-to-cart button.button.btn-cart {
	margin-right: 5px;
}
#product-information-logos {
	min-height: 40px;
}
#product-information-logos img {
	margin-right: 5px;
}

/*
=======================================================
=== Bestellsperre
=======================================================
*/
.data-table > tbody > tr.danger > td {
    background-color: #f2dede;
}
.data-table.cart-table .label {
	font-size: 100%;
}
.data-table.cart-table .orderlock-text {
	margin-top: 5px;
	float: left;
}

/*
=======================================================
=== Warenkorb
=======================================================
*/
#cart-content table td .has-discount {
    color: #a94442 !important;
	font-weight: bold;
}

/*
=======================================================
=== Katalog & Suchergebnisse
=======================================================
*/
#current-catalog-img {
	max-width: 100%;
}
#current-catalog-text {
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
#current-catalog-text * {
	font-size: 14px;
}

/*
=======================================================
=== Unterkataloge
=======================================================
*/
#catalog-list .catalog-form {
	margin-bottom: 30px;
}
#catalog-list .catalog-form .catalog {
	position: relative;
	overflow: hidden;
}
#catalog-list .catalog-form .catalog a:focus {
	text-decoration: none;
	outline: none;
}
#catalog-list .catalog-form .catalog .catalog-img {
	height: 325px;
	overflow: hidden;
}
#catalog-list .catalog-form .catalog:hover .catalog-img img {
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	transition: -webkit-transform .5s;
	transition: transform .5s;
}
#catalog-list .catalog-form .catalog .catalog-img img {
	max-width: 100%;
	width: 100%;
	transition: -webkit-transform .5s;
	transition: transform .5s;
}
#catalog-list .catalog-form .catalog .catalog-desc {
	/*position: absolute;*/
    width: 100%;
    bottom: 0;
    text-align: center;
	padding: 30px 15px;
	background-color: rgba(9,10,13,.5);
	color: #fff;
	font-size: 16px;
}


/*
=======================================================
=== Responsive
=======================================================
*/
@media (min-width: 320px) and (max-width: 479px) {

}
@media (max-width: 480px) {

}
@media(max-width:767px){
        
}
@media(min-width:768px){
        
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media(min-width:992px){
	#catalog-list .catalog-form:nth-child(4n+5)  {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media(min-width:1200px){
        
}