/* Allgemeine Styles */
.text-right {
	text-align: right !important;
}

/* Warenkorb */
tr.cartTableHeader .bild {
	width: 15%;
}

tr.cartTableHeader .daten {
	/*width: 30%;*/
}

tr.cartTableHeader .aktion {
	width: 10%;
}

tr.cartTableHeader .menge {
	width: 10%;
}

tr.cartTableHeader .steuer {
	width: 10%;
}

tr.cartTableHeader .rabatt {
	width: 10%;
}

tr.cartTableHeader .gesamtpreis {
	width: 15%;
}

.bestellprozess_schritt_3_lieferung legend {
	border-bottom: 1px solid #cecece;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 0;
	position: relative;
	text-transform: uppercase;
}

.zuschlag.Gutschein {
	/*font-size: 15px;*/
	font-weight: bold;
	color: #eb5e58;
}

/* Varianten */
.varianteThumb {
	/*text-align: center;*/
	border-top: 1px solid #dddddd;
	clear: both;
	display: block;
	padding-top: 10px;
	margin-top: 20px;
}

.varianteThumb a {
	display: inline-block;
	width: 75px;
	margin-bottom: 10px;
	border: 2px solid #eeeeee;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}

.varianteThumb a img {
	max-width: 100%;
}

.bootstrap-touchspin .input-group-btn .btn {
	font-size: 16px;
	/*font-weight: bold;*/
}

/* Grössenangaben */
.customer-service_column {
}

.size-guide {
	background: #eeeeee;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}

.size-guide_title {
	padding: 0 1em;
	top: 20px;
	text-align: left;
}

.size-guide_image {
	margin: 0 auto 20px;
	width: 55%;
}

.size-information {
	border-top: 2px solid #ffffff;
	padding: 30px 20px;
	height: auto;
}

.size-information_title {
	line-height: 1em;
	margin-bottom: 20px;
}

.size-list {
	display: table;
	width: 100%;
}

.size-information ul li {
	width: 100%;
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #111111;
	padding-left: 20px;
}

.size-item__inner {
}

.size-item {
	float: left;
	padding-left: 6px;
}

.size-item__label {
	padding-left: 6px;
	width: 40%;
}

.size-item__label,
.size-item__measure {
	float: left;
	padding: 10px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Promotion */
.promotion .promo {
	color: #ffffff;
	display: inline-block;
	float: left;
	font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	height: 100%;
	padding: 3px 10px;
}

.promo.new {
	background: #4ec67f;
}

.promo.sale {
	background: #eb5e58;
}

.promo.limited {
	background: #eb922b;
}
