/*
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.   ***************/




@font-face { 
font-family: Krungthep; 
src: url(https://welcher-wein.com/wp-content/themes/flatsome-child/fonts/Krungthep.ttf); 
font-weight: normal; 
}

.welcher-wein-font { 
font-family: "Krungthep", Arial, sans-serif; 
}


/* Preis pro Einheit - ganz hell und dünn */
p.price-unit, p.price-unit span.amount {
    color: #d3d3d3 !important;
    font-weight: light !important;
}

/* Preis größe ändern! */
p.product-page-price span.woocommerce-Price-amount.amount{
  font-size: 1.8em!important;
	color: #d75b5d;
}

/* Preis größe ändern! */
p.product-page-price del span.woocommerce-Price-amount.amount {
  font-size: 1em!important;
	color: #999;
}

/* Preis größe ändern! 
p.product-page-price span.woocommerce-Price-amount.amount{
  font-size: 1.5em!important;
}*/


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


}