/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.single-product .outofstock .woocommerce-product-gallery__wrapper .flickity-slider::before {
  content: 'momentan nicht lieferbar';
  position: absolute;
  background-color: red;
  opacity: 0.7;
  padding: 20px 0;
  color: white;
  font-weight: normal;
  width: 100%;
  text-align: center;
  transform: rotate(-20deg);
  margin-left: 0%;
  margin-top: 20%;
  z-index: 200;
}
.single-product .outofstock .stock {
  background-color: red;
  color: white;
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
  z-index: 200;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}