/*
Theme Name: Servomed
Description: Servomed theme
Author: Daniel Winzen
Author URI: https://danwin1210.de
Template: storefront
Version: 1.0
Update URI: false
*/
.wc-block-product-categories-list--depth-1 {
    display: none;
}

.entry-subtitle {
    font-size: 1rem;
    font-weight: 400;
}

.secondary-navigation img {
    max-width: 100px;
    max-height: 50px;
    width: auto;
    display: inline;
}

.header-widget-region .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_nav_menu ul li::before {
    content: unset;
}

@media (min-width: 768px) {
    .site-header-cart .cart-contents::after {
        font-size: 2em;
        line-height: 0.618;
    }

    .header-widget-region {
        display: none;
    }
}

@media (max-width: 767px) {
    #masthead {
        margin: 0;
    }
}
