@media (min-width: 992px) {
#shop-logo {
	height: 100px;
}

.navbar-brand {
	height: 100px;
}

.is-checkout header, .is-checkout .navbar {
	height: 120px;
}


.col.ml-auto-util.order-1.order-md-2.col-md-6.col-lg-4.col-12 {
	display: flex;
}

.toggler-logo-wrapper {
	position: absolute;
	margin-top: -20px;
}

}

span.signal_image.a0, span.signal_image.b3 {
  background: url("img/ampel-rot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #b80000;
  font-weight: bold;
}
span.signal_image.a1, span.signal_image.b2 {
  background: url("img/ampel-gelb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #2896ec;
  font-weight: bold;
}
span.signal_image.a2, span.signal_image.b1 {
  background: url("img/ampel-gruen.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #007c00;
  font-weight: bold;
}
  span.signal_image.b1_2{
    background: url("img/ampel-gruen-gelb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #007c00;
	font-weight: bold;
  }
  
  span.signal_image.b2_2{
    background: url("img/ampel-gelb-rot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #f28633;
	font-weight: bold;
  }

.delivery-status2 {
	display: none;
}

.estimated-delivery {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	color: #525252;
	text-align: left;
}

.pull-right.future-reward-points {
	position: absolute;
	top: 50px;
	font-size: 13px;
}

.its-lieferausschluss-de-at {
	color: #555;
}

.its-technical-usp img {
	max-width: 70px;
}

.its-technical-usp img, .its-technical-usp p {
	display: inline;
	padding: 5px;
}

.its-technical-name {
	font-weight: 600;
}

@media (min-width: 992px) {
.its-technical-usp {
	display: inline-flex;
	width: 33%;
}

.product-info-inner .its-technical-usp {
	display: inline-flex;
	width: 100%;
}
}

.its-technical-usp img {
	max-width: 120px;
}

.alert.choose-variations.alert-info {
	background-color: var(--primary);
	color: #fff;
}