/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Preisdarstellung */

.regular-price:before {
	content:"UVP: " !important;
	}
	
.regular-price {
	padding-left: 0px;
	}
	
.product-discount {
	display:block !important;
	}
	
/* Header */

.is-not-index #header {
	background-image: none !important;
	background-color: black !important;
	}