.newsletter-title {
  position: relative;
}
.newsletter-title span {
  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 0 20px;
}
.newsletter-title:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.single .price:not(.nonblack),
.cmp-product-thumb .price:not(.nonblack) {
  color: #000;
}
.cmp-product-thumb .price-view-port {
  flex: 0 0 auto;
}

.single .manufacturer-logo {
  max-width: 200px;
  max-height: 100px;
}
.single .single-description {
  margin-bottom: 0;
}
.single .go-to-desc {
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 25px;
}

.single .base-price,
.single .base-price-after-price {
  display: none;
}

/* Feedback */
.single .feedback-stars-average.feedback-category-view {
  margin-bottom: -5px;
}
.cmp-product-thumb .feedback-stars-average.feedback-category-view {
  width: 100%;
}
.cmp-product-thumb .feedback-stars-average .feedback-stars-background,
.cmp-product-thumb .feedback-stars-average .feedback-stars-overlay-wrap {
  left: calc(50% - 42.5px);
  width: 85px;
}

.single .nav-tabs .nav-item a[href="#assessments-details"] {
  display: none;
}

#shopauskunft_widget {
  margin-top: 30px;
}
