.optional {
    display: none;
}


/* Produkt Tabs ausblenden */

ul.tabs.wc-tabs {
    display: none;
}


/* Für die SCSS allgemeine hier zum Testen */

footer ul,
footer li {
    list-style-type: none;
    padding: 5px 0;
}

footer h3.widget-title {
    display: none;
}

footer ul.menu>li>a {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

footer a,
footer a:hover {
    color: white;
}


/* Mega Menu */

.mega-navbar .navbar-collapse.collapse ul.navbar-nav>li>a {
    /* gibts wohl schon im scss */
    color: #d70005;
    font-weight: bold;
}


/* Login */

form.woocommerce-form.woocommerce-form-login.login {
    border: unset;
}


/* Search */

.search-content,
.search-content main#main {
    padding: 0 20px;
    width: 100%;
}

.head-search-row {
    background-color: #f0eeec;
    padding: 40px 5px 20px;
    margin-bottom: 30px;    
    height: 250px;
    display: grid;
}

.head-search-row h3 {
    padding-top: 60px;
    padding-left: 20px;
    margin-bottom: 0px;
    color: grey;
    font-size: 18px;
}

.head-search-row .page-title {
    color: #d70005;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.search-col {
    border-bottom: 1px solid #D9D9D9;
    margin: 20px 0;
}

.search-col .entry-meta.category-meta {
    display: none;
}

.current-filter {
    background: lightgrey;
}

.head-search-row input.form-control.s {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 1em;
}

.search-field button.btn.btn-theme {
    background: none;
    margin-left: -50px;
    z-index: 5;
}

.search-field button.btn.btn-theme:before {
    color: #d70005;
    font-size: 20px;
}

.search-all .entry-title {
    font-size: 1.2rem;
}


/* Remove default bullets */

#filter-list ul,
#filter-list {
    list-style-type: none;
}


/* Remove margins and padding from the parent ul */

#filter-list {
    margin: 0;
    padding: 0;
}


/* Style the caret/arrow */

#filter-list .fa {
    cursor: pointer;
    user-select: none;
}


/* Rotate the caret/arrow icon when clicked on (using JavaScript) */

#filter-list .icon-down {
    transform: rotate(90deg);
}

#filter-list .nested {
    display: none;
}

#filter-list .active {
    display: block;
}

.filter-search,
.filter-search a {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333333;
}

.filter-search .fa {
    padding-left: 10px;
}


/* Passwort seite */

#post-21609 > header {
    display: none;
}

#post-21609  .woocommerce h1.entry-title{
    font-size: 28px;
}