
.shopmenu
{
	margin-bottom: 0;
	margin-top: 20px;
}

.shopmenu > li:first-child
{
	margin-top: 0;
}

.shopmenu > li
{
	margin-top: 23px;
}

.shopmenu ul.sub
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 45px;
}

.shopmenu ul.sub > li
{
	margin-bottom: 5px;
	border-top: 1px #cccccc solid;
}

.shopmenu ul.sub > li:first-child
{
	border-top: 0;
}

.shopmenu ul.sub > li a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	padding-left: 35px;
}

.shopmenu ul.sub > li a:hover,
.shopmenu ul.sub > li a:focus,
.shopmenu ul.sub > li a.active
{
	color: #9d9c9c;
}

.product
{
	background: #d9dbda;
	padding: 30px;
}

.product .headline
{
	line-height: 1.1;
	height: 3.3em;
	font-size: 28px;
}

.product .headline > a
{
	text-decoration: none;
}

.product .description
{
	line-height: 1.25;
	height: 3.75em;
	font-size: 20px;
}

.product .img-wrap-outer{
	position: relative;
}

.product .img-wrap-outer .price-box{
	position: absolute;
	right: 0;
	bottom: 30px;
}

.product-list{
	margin-top: -30px;
}

.product-list > li
{
	margin-top: 30px;
}

.product-carousel a.gallery
{
	position: relative;
	display: block;
	cursor: default;
}

.product-carousel a.gallery .fas.fa-search-plus
{
	display: none;
}

.product-carousel a.gallery > .fas
{
	position: absolute;
	top: 0;
	right: 0;
	color: #58595b;
	font-size: 20px;
	text-shadow: 0 0 4px #ffffff;
}

#id_staffelung
{
	margin-bottom: 20px;
}

#id_preis_box .price
{
	float: left;
	color: #8e263d;
}

#id_preis_box .price-info-wrap
{
	float: left;
	margin-left: 20px;
}

.price
{
	font-weight: bold;
	font-size: 24px;
	color: #8e263d;
}

.price-info-wrap
{
	font-size: 80%;
}

.stepper-horizontal {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 30px;
}

.stepper-horizontal li {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	text-align: center;
}

.stepper-horizontal li:not(:first-child):before {
	content: "";
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background-color: rgba(0,0,0,.1);
}

.stepper-horizontal li:not(:last-child):after {
	content: "";
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background-color: rgba(0,0,0,.1);
}


.stepper li a {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.stepper li a .circle {
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,.38);
	border: 1px transparent solid;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.stepper li.active a .circle
{
	border: 1px #8e263d solid;
	background-color: #ffffff;
	color: #8e263d;
}

.stepper li.completed a .circle {
	background-color: #8e263d !important;
}

.stepper li a .label {
	display: inline-block;
	color: rgba(0,0,0,.38);
}

.stepper-horizontal li a .label {
	margin-top: 5px;
	display: block;
}

.stepper li.active a .label, .stepper li.completed a .label {
	font-weight: 600;
	color: rgba(0,0,0,.87);
}

.header-bottom-bar .warenkorb-icon
{
	display: block;
	height: 24px;
	background-color: #f5f5f3;
	font-size: 14px;
	line-height: 24px;
	padding: 0 4px;
	color: #4d4930;
	text-decoration: none;
}

.header-bottom-bar .warenkorb-icon > span
{
	position: relative;
}

.delivery,
.stock
{
	margin-top: 15px;
}

.form-list > li
{
	margin-top: 15px;
}