
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');

a.togglerBtn:after {
    display: none ! IMPORTANT;
}
.listing_content {
    background-image: linear-gradient(-180deg, #2e2e2e 0%, #212121 100%);
}
.card.filter-finder {
    padding: 30px;
    border-radius: 5px;
    background-color: #ffffff;  
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.filter-finder .card-header h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.card.filter-finder > div {
    padding: 0;
}
.filter-finder .card-header {
    display: flex;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #797979;
    padding: 0 0 15px ! IMPORTANT;
    background: transparent;
}
.card.filter-finder .card-body {
    padding: 30px 0 0;
}
.card.filter-finder .card-body > .row {
    row-gap: 20px;
}   
.filter-kat ul {
    list-style: none;
    padding-left: 20px;
    line-height: 1.8;
}   
.listing_content table td *, .listing_content table td {
    color: #fff;
    line-height: 1; 
}
.listing_content table td a span {
    color: var(--primary) ! IMPORTANT;
}
.listing_content table td a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.listing_content table td label {
    color: #909090;
    margin-bottom: 0;
}
.listing_content .table td {
    vertical-align: middle;
    border-color: #c2c2c2;
}
.listing_content table {
    margin-top: 50px;
}
.listing_content {
    margin-top: 50px;
}
.listing_banner .btn-primary {
    background: transparent;
    color: var(--primary);
    font-weight: normal;
}
.listing_banner .btn-primary span {
    font-size: 12px;
}
.listing_banner h2 {
    font-size: 32px;
    margin: 10px 0 20px;
    font-weight: bold;
}
.product_img {
    text-align: center;
}
.product_img img {
    max-width: 300px;
    margin: auto;
}
.btn_container a {
    font-weight: normal;
    width: 200px;
}
.qty-input {
    margin-right: 10px;
    margin-bottom: 10px;
}
.qty-stock {
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid var(--primary);
}
.qty-stock input {
    padding: 7px;
    height: 100%;
    text-align: center;
    width: 50px !important;
    border: 0;
    border-right: 1px solid var(--primary);
}
span.qty-unit {
    background: #d7d7d7;
    height: 100%;
    padding: 7px;
    width: 60px;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #333 !important;
}
.product_info > div > .row {
    align-items: center;
}
.product_info {
    max-width: 1000px;
    margin-bottom: 70px;    
}
.tabs-container .card h3 {
    font-size: 18px;
    color: #888;
    font-weight: bold;
}   
.tabs-container .card {
    border: 0;
}
.tabs-container .card1 {
    background: #eeeaea;
}
.tabs-container .card table td.h6, .productDetail table td.h6 {
    font-weight: bold;
    padding-left: 0;
    min-width: 180px;
}
.tabs-container .card table td, .productDetail table td {
    padding: 7px 10px;
    font-size: 12px;
    color: #0a0a0a !important;
}
.list-pro-info {
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list-pro-info img {
    max-width: 200px;
} 
.productDetail > td {
    background: #fff;
    padding: 0;
}
.productDetail table {
    margin: 0;
}
.productDetail table td {
    border: 0;
}
.productDetail .table-responsive {
    height: 100%;
}   
.list-pro-info .qty-stock input {
    color: var(--primary) ! IMPORTANT;
}   
.prod-qty {
    gap: 10px;
    margin-top: 50px;
}
.prod-qty .qty-input .quantity {
    padding: 0;
}
.prod-qty .qty-input {
    margin: 0;
}
.product-specs {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    gap: 20px;
    padding: 20px 0;  
}
.list-table table {
    margin-bottom: 0;
}       
.toProdBtn {
    /* color: var(--primary) ! IMPORTANT; */
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0 100%);
    font-weight: normal;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 8px 30px 13px;
}   
.list-table > table > tbody > tr:not(.productDetail) * {
    width: max-content;
}
.detailToggler:after {
    display: none !important;
}
.prod-qty span.qty-unit {
    line-height: 20px;
}
.tabs-container .card2 table tbody tr, .productDetail table tbody tr {
    display: flex;
    justify-content: space-between; 
}
.productDetail table {
    width: 100% ! IMPORTANT;
}
.productDetail table caption {
    display: none;
}   
.tabs-container .card2 table tbody, .productDetail table tbody {
    background: transparent ! IMPORTANT;
}
.productDetail table tbody tr td {
    border: 0 !important;
    font-size: 14px;
    font-weight: 600;
}
.kat_banner {
    display: flex;
    gap: 30px;
	/* Sascha 02.06.25 -> Ausrichtung oben */
    /*align-items: center;*/
    justify-content: space-between;
    padding-bottom: 80px;
}   
.kat_banner > div {
    flex: 0 0 50%;
    max-width: 50%;
}
.kat_img {
    text-align: center;
}
.breadcrumb-arrow {
    display: flex;
}

.is-item-list .breadcrumb li:not(.breadcrumb-arrow) {
    display: none;
}
.is-item-list .breadcrumb-wrapper {
    border: 0;
}
 .breadcrumb-arrow {
    display: block;
    border: 1px solid var(--primary);
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    color: var(--primary) !important;
    font-weight: bold;
    margin-right: 15px;
}
.breadcrumb-arrow a {
    color: var(--primary) !important;
}
/* .breadcrumb-arrow a span:before {
    content: 'Zurück';
    font-size: 16px;
} */
.breadcrumb-arrow a {
    color: var(--primary);
    /* font-size: 0; */
}
.breadcrumb  > td > .row {  
    margin: 0;
}   
.productDetail > td > .row > .col-lg-4 {
    background: #f0f0f0;
}
div#slider-bestseller-products {
    display: none;
}
#product-list .table th, #product-list .table td span:not(:first-child):before {
    content: ', ';
}
.is-item-list #content > .row > .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.is-item-list #content > .row {
    margin: 0 !important;
}
.is-item-list aside#sidepanel_left, .filter-kat > div:not(.box-categories), .filter-options div.box-categories {
    display: none ! IMPORTANT;
}
.productDetail > td > .row {
    margin: 0;
}       
label.filter-label {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
button.btn.btn-filter-box {
    background: #EDEDED;
    border-radius: 2px;
    padding: 7px 10px;
    color: var(--primary);
    font-weight: bold;
}
.filter-options hr.box-filter-hr {
    display: none;
}
.filter-options .box .dropdown-menu {
    background: #EDEDED;
    padding: 10px;
    box-shadow: 0 0 2px 1px #EDEDED;
}
.box-categories .dropdown .collapse {
    background: transparent;
}
a.togglerBtn {
    font-size: 16px;
    text-decoration: none;
    color: var(--primary);
    font-weight: bold;
}
.box-categories .productlist-filter-headline {
    display: none ! IMPORTANT;
}
.box-categories ul {
    padding-left: 0;
}   
.box-categories a, .nav-text {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
/* .box-categories a:before {
    color: var(--primary);
    content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    margin-right: 10px;
} */
/* .box-categories .active > a:before, .box-categories .active > span > a:before   {
    content: '\f14a';
    font-weight: bold;
} */
#product-list .table td a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}
.parent-nav > li:not(.active), .level-0-nav > li:not(.active), .level-0-nav > li:not(.active) .level-1-nav > li:not(.active) {
    display: none;
}
.nav-text {
    display: flex;
    gap: 10px;
}
.filterBtn {
    border: 1px solid #4E79B0;
    color: #fff !important;
    font-size: 14px;
    padding: 11px 30px !important;
    width: fit-content;
    background-color: #4E79B0;
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0 100%);
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    max-width: 172px;
}
.filters {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: 100%;
}   
.filter-btn {
    padding: 0 10px;
    text-align: right;
}
.active-filters {
    background: #fff;
    padding: 20px;
    max-width: 1306px;
    margin: auto;
}
@media screen and (min-width: 992px) {
    .filter-options {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .filter-options > div {
        padding: 0 10px;
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
        position: relative;
    }
    .filter-kat {
        border-right: 1px solid #797979;
        height: 100%;
    }   
    .tabs-container .card2 table tbody tr, .productDetail table tbody tr {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .tabs-container .card2 table tbody, .productDetail table tbody {
        display: flex;
        flex-wrap: wrap;
    }   
}
@media screen and (max-width: 767px) {
    .product_info > div > .row {
        flex-direction: column-reverse;
    }   
}
@media screen and (max-width: 480px) {
    .tabs-container .card table td.h6, .productDetail table td.h6 {
        min-width: auto;
    }
    nav.tab-navigation {
        padding: 15px;
    }
}