/*
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.   ***************/
.woocommerce-breadcrumb {
  visibility:hidden;
}

.variable-item {
  color:#000000
}

.icon-phone:before{
  content:"\e907"
}

.button.instagram:hover {
  background-image: url("instagram-background-32.png");
  background-color:#b4377e
}

#palmodule_express_checkout_paypal_button {
  float:none;
}

.woocommerce-NoticeGroup-checkout {
  float:none;
}

.shipping__list_item {
  display:table;
  float:right;
}

/* Mail vom 2020-07-22: Ansicht Varianten */
/* Mail vom 2020-07-24: Ansicht Varianten, soll aber auf der Artikelseite sichtbar sein. */
.price .woocommerce-variation-availability {
  display: none;
}

/* Mail vom 2020-07-22: Problem: Bestellen ohne Angabe (NICHT VORRÄTIG) */
.out-of-stock-label {
  display: none;
}

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


}

