/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme für das Divi Theme
 Author:         Chanthasene Sananikone
 Author URI:     https://www.chantis.net
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Eigene CSS-Anpassungen ------------------------------------------------------- */

/* Silbentrennung Body*/
body {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.woocommerce-page #main-content .container:before {
  display: none;
}

.woocommerce-page #sidebar {
  display: none !important;
}

.woocommerce-page #left-area {
  width: 100% !important;
  border: none !important;
}
