.cta-btn-angebot {
  border-radius: 0;
  border: 2px solid #171717;
}

.cta-btn-shoppen {
  border-radius: 0;
  border: 2px solid #ffffff;
}

.btn.btn-primary.text-uppercase.cta-btn-shoppen {
}

.product-price {
  color: #ad0917!important;
}

.product-item h3 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  font-weight: 600;
}

.product-item h3 a {
  text-decoration: none;
  color: #2b2b2b;
}

@media (min-width: 576px) {
  .cta-millspecials {
    background-color: #ad0917;
    margin-top: 0;
    margin-bottom: 0;
    width: 40%;
    margin-left: 0;
    padding-top: 21%;
    padding-bottom: 21%;
    max-height: 100%;
  }
}

@media (min-width: 300px) {
  .cta-millspecials {
    background-color: #ad0917;
    margin-top: 0;
    margin-bottom: 0;
    width: 45%;
    margin-left: 0;
    padding-top: 21%;
    padding-bottom: 21%;
    max-height: 100%;
  }
}

@media (min-width: 576px) {
  .cta-textilien {
    background-color: rgba(255,255,255,0.8);
    margin-top: 80px;
    margin-bottom: 80px;
    width: 40%!important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 300px) {
  .cta-textilien {
    background-color: rgba(255,255,255,0.8);
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.s-icon {
  margin-right: 15px;
  color: #ffffff;
}

