/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*//* Original-Icons ausblenden (für Sicherheit) */
.et_pb_menu__cart-button,
.et-cart-info {
    display: none !important;
}

/* Unser Text-Link wie normale Menüeinträge */
.custom-cart-link a {
    font-weight: 600;
    color: inherit;          /* Menüfarbe automatisch */
    text-decoration: none;
    display: inline-block;
    line-height: inherit;    /* gleiche Höhe wie Menüeinträge */
    vertical-align: middle;
    padding: 0 10px;
}

.custom-cart-link a:hover {
    color: #0073aa;          /* Hover-Farbe wie Divi */
}

/* Badge für Artikelanzahl */
.custom-cart-count {
    margin-left: 4px;
    font-weight: 700;
}

