#shop_produkt {
	background: #fff;
	min-height: 200px;
	margin: 0;
	display: block;
	border-radius: 8px;
	position: relative;
}

#badges {
	display: flex;
	align-items: center;
}
#badges .shop_badge {
	color: #fff;
	background-color: var(--color-shop-badge);
	font-size: 16px;
	font-weight: bold;
	padding: 2px 7px;
	border-radius: 2px;
	margin-left: 2px;
}

#shop_produkt_bilder {
	width: 50%;
	padding-right: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}

#shop_produkt_lead_titel {
	line-height: 1;
	margin: 0;
	padding-bottom: 11px;
	border-bottom: 1px solid #eee;
	font-weight: 800;
}

#shop_produkt_lead {
	position: relative;
	border-bottom: 1px solid #eee;
}

#shop_produkt_lead_preis {
	position: relative;
	padding-top: 11px;
}

h3#shop_produkt_lead_preis {
	margin-top: 0;
}

#shop_produkt_lead_rabatt {
	position: absolute;
	right: 16px;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 6px 11px;
	border-radius: 8px;
}

#shop_produkt_lead_description {
	padding: 0;
	font-size: 14px;
	overflow-y: auto;
	margin-bottom: 11px;
}

#shop_produkt_lead_description p {
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 1.5;
}


#shop_produkt_content {
	width: 50%;
	line-height: 1.5;
	position: relative;
}

#shop_produkt_content h3 {
	margin: 11px 0;
	font-size: 16px;
}

#shop_produkt_content h4 {
	margin: 16px 0 0 0;
	font-size: 14px;
}

#shop_produkt_content h4:first-of-type {
	margin-top: 0;
}

#shop_produkt_optionen {
	overflow-y: auto;
	padding-right: 11px;
}

#shop_produkt_optionen h4 {
	font-weight: 600;
}

#warenkorb_table_items h6 {
	margin-bottom: 0.25rem;
	font-size: 1rem;
	font-weight: 600;
}

#warenkorb_table_items .warenkorb-row .optionen {
	font-size: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

#warenkorb_table_items .warenkorb-row .optionen>div {
	width: 50%;
}


/*Bilder*/

*::before,
*::after {
	box-sizing: border-box;
}

#shop_produkt ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.image-list ul li {
	margin: 0 1.75rem 0 0;
}

section {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.price {
	margin: 0;
}

#shop_produkt_warenkorb input {
	max-width: 120px
}

.image-list li {
	margin: 0;
}

.product-image img,
.image-list img {
	width: 100%;
}

.product-image {
	display: block;
	max-height: calc(90vh - 200px);
}

.product-image img.active {
	display: block;
	margin: 0 0 0.75rem 0;
}


.image-list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.image-list li {
	margin: 0 0.75rem 0 0;
	flex-basis: 100%;
	height: 100px;
}

.image-list li:nth-child(2) {
	margin: 0;
}

.image-list li:nth-child(3) {
	margin: 0 0 0 0.75rem;
}

.image-list img {
	/*height: 10rem;*/
	height: 100%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.image-list img:hover {
	opacity: 0.7;
}

@-webkit-keyframes fadeImg {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeImg {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#quantity input {
	max-width: 40px;
	text-align: center
}

#quantity p {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
}

#quantity p.shop_produkt_lead_rabattstaffel {
	font-weight: normal;
	font-size: 11px;
	color: #333;
	margin-bottom: 20px;
}

.quantity_item {
	margin-bottom: 18px;
}

@media screen and (max-width: 1240px) {
	#shop_produkt {
		width: calc(96% - 17px);
		margin-right: calc(2% + 17px);
		margin-left: 2%;
	}
}

@media screen and (max-width: 950px) {

	#shop_produkt_bilder,
	#shop_produkt_content {
		width: 100%;
	}

	#shop_produkt_bilder {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	#shop_produkt {
		overflow-y: auto;
	}

	.product-gallery .product-image
	{
		max-height: none;
	}

	.product-image img {
		max-height: none;
	}

	#shop_produkt_content {
		padding: 0;
	}

	#quantity .input-group-btn,
	.shop_item_shop_produkt_optionen .input-group-btn {
		width: auto;
	}
}

@media (max-width: 550px) {
	#shop_produkt {
		width: 96%;
		margin-right: 2%;
	}
}

/** Produkt-Bewertung*/

#shop_produkt_bewertung_abgeben_stars {
	display: flex;
}

#shop_produkt_bewertung_abgeben_stars .star {
	font-size: 3rem;
	margin-right: 1rem;
	color: #ccc;
	cursor: pointer;
}

#shop_produkt_bewertung_abgeben_stars .star.active,
#shop_produkt_bewertung_abgeben_stars .star.activated {
	color: var(--main-color)
}

.bewertung-scale {
	height: 4px;
	background-color: #ddd;
	margin-top: 9px;
	position: relative;
}

.bewertung-score {
	position: absolute;
	height: 4px;
	background-color: var(--main-color);
}

.bewertung {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}