/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/* Linie zwischen Content und Sidebar entfernen */
#main-content .container:before,
#main-content .container:after {
    display: none !important;
}

#left-area {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    border: none !important;
}

#sidebar {
    display: none !important;
}
.woocommerce-page #primary {
    width: 100% !important;
    float: none !important;
}

/* cookie-banner */
.wcc-btn-revisit-wrapper .wcc-revisit-help-text {
    font-size: 12px !important;
    margin-right: 4px !important;
   
}
.wcc-overlay {
   
    opacity: 0.8 !important;
  
}
.wcc-accordion-header .wcc-always-active {
    color: #3a3a3a !important;
    font-face: bold;
padding: 5px !important;
margin-top:-10px;
    line-height: 16px;
    font-size: 16px;
border: 1px solid;
}

button.wcc-show-desc-btn,
button.wcc-show-desc-btn:hover,
button.wcc-show-desc-btn:active {
    color: #4bb79b !important;
}

.wcc-preference-header .wcc-btn-close img {
    margin: 0;
    height: 15px !important;
    width: 15px!important;
}

/* cookie-banner */
