/*
Theme Name:     child
Description:    
Author:         waldarbeiter
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Einstellen der Schriftgrößen h2 bis h4 */
/* h1 siehe Costumizer */

h2 {
font-size: 1.3em; 
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.1em;
}


/*
Schriftgröße Ähnliche Produkte
*/
.product .related h2 {
  font-size:16px !important;
}


/*
Schriftgröße Produkte
*/
.woocommerce div.product .product_title {
  clear:none;
  font-size:16px !important;
}

