.single_add_to_cart_button.button.alt {
  background-color: #db0404;
  color: #f7f7f7;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-width: 0px;
  border-radius: 8px;
  color: #ffffff;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  background: #414141;
  border-width: 1px;
  border-style: solid;
  border-color: #252525;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,.8);
  overflow: hidden;
		
}.woocommerce .woocommerce-breadcrumb:hover {
  background: #252525;
}


.woocommerce .woocommerce-breadcrumb li {
  float: left;
}

.woocommerce .woocommerce-breadcrumb a {
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #252525;
  background-image: linear-gradient(to right, #414141, #252525);
}

.woocommerce .woocommerce-breadcrumb li:first-child a {
  padding-left: 1em;
  border-radius: 8px 0 0 5px;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  background: #252525;
  color: #ff0000;
  text-shadow: 0 1px 0 rgba(255,0,0,.5);
}

.woocommerce .woocommerce-breadcrumb a::after,
.woocommerce .woocommerce-breadcrumb a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

.woocommerce .woocommerce-breadcrumb a::after {
  /*pfeil*/
  z-index: 2;
  border-left-color: #252525;
}

.woocommerce .woocommerce-breadcrumb a::before {
  border-left-color: #414141;
  right: -1.1em;
  z-index: 1;
}

.woocommerce .woocommerce-breadcrumb a:hover::after {
  border-left-color: #252525;
}

.woocommerce .woocommerce-breadcrumb li:last-child,
.woocommerce .woocommerce-breadcrumb li:last-child:hover {
  font-weight: bold;
  background: none;
  padding: .7em 1em .7em 2em;
}

.woocommerce .woocommerce-breadcrumb li:last-child::after,
.woocommerce .woocommerce-breadcrumb li:last-child::before {
  content: normal;
}

.woocommerce-breadcrumb {
  background-color: #252525;
  opacity: 1;
  border-width: 0px;
  line-height: 20px;
}

.breadcrumb-last {
  color: #ffffff;
}

li {
  margin: 0px;
  opacity: 1;
}

.woocommerce .woocommerce-breadcrumb li:first-child {
  display: none;
}

.woocommerce .woocommerce-breadcrumb li:second-child {
  display: none;
}

.woocommerce .woocommerce-breadcrumb li:last-child {
  display: none;
}

.wp-block-heading {
  display: none;
}

.woocommerce-checkout .shop_table th {
  font-size: 20px;
  text-decoration: none;
}

.woocommerce-checkout .shop_table td {
  color: #8f8f8f;
}

.woocommerce-Price-amount.amount {
  font-size: 21px;
  opacity: 1;
}

.product_title.entry-title.wd-entities-title:hover {
  color: #ffffff;
}