@charset "UTF-8";
/*
Theme Name: digitallotsen - Childtheme
Description: Childtheme für www.stoffmaske.de
Author: Kim Nadine Adamek // digitallotsen
Author URI: https://www.digitallotsen.ruhr
Template: Divi
Version: 1.0
Tags:

@import url("../Divi/style.css");

*/
.outofstock {
  position: relative;
}
.outofstock::before {
  position: absolute;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.outofstock .et_shop_image {
  position: relative;
  z-index: 1;
}
.outofstock .et_shop_image::after {
  content: "bald wieder verfügbar";
  position: absolute;
  z-index: 2;
  padding: 0 10px;
  background-color: #44bcdc;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  width: 150px;
  bottom: 0;
  right: 0;
}
.outofstock a.product_type_simple {
  display: none;
}

/*# sourceMappingURL=style.css.map */
