:root {
	--ts-logo-width: 150px;
	
	--ts-font-family: Manrope;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-letter-spacing: 0em;
	
	--ts-heading-font-family: Manrope;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 600;
	--ts-heading-letter-spacing: 0em;
	
	--ts-btn-font-family: Manrope;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 600;
	--ts-btn-letter-spacing: 0em;
	
	--ts-menu-font-family: Manrope;
	--ts-menu-font-weight: 500;
	--ts-menu-font-size: 14px;
	--ts-menu-letter-spacing: inherit;
	
	--ts-v-menu-font-family: Manrope;
	--ts-v-menu-font-weight: 500;
	--ts-v-menu-font-size: inherit;
	--ts-v-menu-letter-spacing: 0em;
	
	--ts-body-font-size: 14px;
	--ts-line-height: 24px;
	--ts-btn-font-size: 14px;
	--ts-btn-line-height: 24px;
	--ts-product-font-size: 14px;
	--ts-h1-font-size: 40px;
	--ts-h1-line-height: 54px;
	--ts-h2-font-size: 30px;
	--ts-h2-line-height: 40px;
	--ts-h3-font-size: 26px;
	--ts-h3-line-height: 32px;
	--ts-h4-font-size: 20px;
	--ts-h4-line-height: 30px;
	--ts-h5-font-size: 16px;
	--ts-h5-line-height: 24px;
	--ts-h6-font-size: 14px;
	--ts-h6-line-height: 20px;

	--ts-primary-color: rgba(18,91,201,1);
	--ts-text-in-primary-color: rgba(255,255,255,1);
	--ts-main-bg: rgba(255,255,255,1);
	--ts-text-color: rgba(0,0,0,1);
	--ts-heading-color: rgba(0,0,0,1);
	--ts-gray-color: rgba(132,132,132,1);
	--ts-hightlight: rgba(252,201,4,1);
	--ts-dropdown-color: rgba(0,0,0,1);
	--ts-dropdown-bg: rgba(255,255,255,1);
	--ts-link-color: rgba(18,91,201,1);
	--ts-link-hover-color: rgba(18,91,201,1);
	--ts-border: rgba(229,229,229,1);
    --ts-border-radius: 5px;
    --ts-heading-gap: 30px;
    --ts-swatches-size: 16px;
    --ts-pagination-size: 40px;
  
    --loading-size: 14px;
	--ts-input-color: rgba(0,0,0,1);
	--ts-input-background-color: rgba(235,238,240,1);
	--ts-input-border: rgba(235,238,240,1);

	--ts-btn-color: rgba(255,255,255,1);
	--ts-btn-bg: rgba(0,0,0,1);
	--ts-btn-border: rgba(0,0,0,1);
	--ts-btn-hover-color: rgba(255,255,255,1);
	--ts-btn-hover-bg: rgba(18,91,201,1);
	--ts-btn-hover-border: rgba(18,91,201,1);
	
	--ts-btn-addtocart-color: rgba(0,0,0,1);
	--ts-btn-addtocart-bg: rgba(235,238,240,1);
	--ts-btn-addtocart-border: rgba(235,238,240,1);
	--ts-btn-addtocart-hover-color: rgba(255,255,255,1);
	--ts-btn-addtocart-hover-bg: rgba(18,91,201,1);
	--ts-btn-addtocart-hover-border: rgba(18,91,201,1);
	
	--ts-btn-thumbnail-color: rgba(0,0,0,1);
	--ts-btn-thumbnail-bg: rgba(235,238,240,1);
	--ts-btn-thumbnail-hover-color: rgba(255,255,255,1);
	--ts-btn-thumbnail-hover-bg: rgba(0,0,0,1);
	
	--ts-rating-color: rgba(0,0,0,1);
	--ts-product-price-color: rgba(0,0,0,1);
	--ts-product-regular-price-color: rgba(129,131,136,1);
	
	--ts-sale-label-color: rgba(255,255,255,1);
	--ts-sale-label-bg: rgba(0,0,0,1);
	--ts-new-label-color: rgba(255,255,255,1);
	--ts-new-label-bg: rgba(132,167,169,1);
	--ts-hot-label-color: rgba(255,255,255,1);
	--ts-hot-label-bg: rgba(222,16,16,1);
	--ts-soldout-label-color: rgba(255,255,255,1);
	--ts-soldout-label-bg: rgba(145,145,145,1);
	
	--ts-breadcrumb-bg: rgba(255,255,255,1);
	--ts-breadcrumb-color: rgba(129,131,136,1);
	--ts-breadcrumb-2-color: rgba(255,255,255,1);
	--ts-breadcrumb-link-color: rgba(0,0,0,1);
	
	--ts-notice-bg: rgba(18,91,201,1);
	--ts-notice-color: rgba(255,255,255,1);
	
	--ts-hd-search-bg: rgba(235,238,240,1);
	--ts-hd-search-color: rgba(0,0,0,1);
	--ts-hd-search-border: rgba(235,238,240,1);
	--ts-hd-search-focus-bg: rgba(235,238,240,1);
	--ts-hd-search-focus-color: rgba(0,0,0,1);
	--ts-hd-search-focus-border: rgba(235,238,240,1);
	--ts-hd-search-btn-bg: rgba(166,205,58,1);
	--ts-hd-search-btn-color: rgba(255,255,255,1);
	--ts-hd-search-btn-border: rgba(166,205,58,1);
	
	--ts-vertical-menu-heading-bg: rgba(18,91,201,1);
	--ts-vertical-menu-heading-color: rgba(255,255,255,1);
	--ts-vertical-menu-heading-border: rgba(18,91,201,1);
	
	--ts-mobile-menu-bg: rgba(255,255,255,1);
	--ts-mobile-menu-color: rgba(0,0,0,1);
	--ts-tab-menu-bg: rgba(235,239,240,1);
	--ts-tab-menu-color: rgba(0,0,0,1);
	--ts-tab-active-menu-bg: rgba(0,0,0,1);
	--ts-tab-active-menu-color: rgba(255,255,255,1);
}

.header-top, .ts-header .header-top .hotline > a > span {
    font-size: 0.92rem;
    z-index: 1001;
    position: relative;
}

.header-middle {
    background-color: var(--ts-hd-middle-bg);
    color: var(--ts-hd-middle-color);
    border-color: var(--ts-hd-middle-border);
    box-shadow: 0px 2px 4px #797b7e;
    position: relative;
    border:none !important;
    z-index: 1000;
}
.header-middle > .container {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 0 60px;
}

header .logo img, .widget-container.ts-social-icons .normal-logo {
    position: relative;
    left:-10px;
}

.ts-search-by-category .search-table .search-field input[type="text"] {
    border: 0;
    flex: 1;
    background: transparent;
    color: inherit;
    border-color: transparent;
}

.ts-search-by-category .search-table .search-field input[type="text"] ,
.ts-search-by-category .select-category {
    padding: 10px 15px;
}

.ts-search-by-category .search-table .search-button {
    width: 40px;
    height: 38px;
    position: relative;
    overflow: hidden;
    border-radius: var(--ts-border-radius);
    border-color: var(--ts-hd-search-btn-border);
    background: var(--ts-hd-search-btn-bg);
    color: var(--ts-hd-search-btn-color);
    margin-right: 3px;
}

.ts-breadcrumbs {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 20px 0 18px;
    color: var(--ts-breadcrumb-color);
    z-index: 2;
    margin-top: 15px;
}

.woocommerce .product-category .product-wrapper > a {
    margin: 0;
    display: block;
    overflow: hidden;
    color: inherit;
    border-radius: 5%;
    position: relative;
}

.breadcrumb-title-wrapper .page-title {
    margin-bottom: 30px;
    color: var(--ts-breadcrumb-link-color);
    font-size: var(--ts-h3-font-size);
    line-height: var(--ts-h3-line-height);
}

@media (max-width: 768px) {
    .ts-header .container, .ts-header .header-sticky .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-middle .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap:0 0;
    }

    .ts-mobile-icon-toggle {
        order: 3;  /* Hamburger-Menü bleibt ganz links */
        width:20px;
        max-width: 20px;
        margin-left:25px;
        margin-right:4px;
    }

    .icon-menu-sticky-header .icon:before, .ts-mobile-icon-toggle .icon {
        font-size: 22px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* padding-right: 10px; */
    }

    .header-middle .logo-wrapper {
        order: 1;  /* Logo direkt daneben */
        margin-left: 0px; /* Optional: Abstand zum Hamburger-Menü */
        min-width:50%;
        width:auto;
    }

    
    .header-middle .header-right {
        order: 2; /* Header-Icons bleiben rechts */
        display: flex;
        align-items: center;
        gap: 10px;
        min-width:30%;
        width:auto;
    }

    .header-middle .ts-search-by-category {
        order: 4; /* Suchleiste darunter */
        flex: 1;
        width: 100%;
        display: unset;
        margin-top:12px;
    }

    #header-widget-area{
        margin-right:8px;
    }

    .ywraq-quote-icon-icon_quote:before {
        font-size: 18px !important;
    }

}



#menu-item-10465{
    font-weight: 600;
    font-size: 0.9rem;
    color:#96aebb;
}

#header-widget-area .widget_ywraq_mini_list_quote {
    position: relative;
    padding: 0;
    display: inline-block;
    margin: 0px 0 !important;
    vertical-align: top;
    z-index: 10;
}

.ts-header .my-wishlist-wrapper, 
.ts-header .shopping-cart-wrapper .cart-icon,
.tiny-requestlist-wrapper {
    line-height: 0;
}

.search-button.search-icon .icon:before, 
.ywraq-quote-icon-icon_quote:before,
.my-wishlist-wrapper .tini-wishlist:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.ts-tiny-account-wrapper .account-control > a:before {
    font-size: 22px;
    line-height: 1;
}

@media only screen and (max-width: 1200px) {
    .search-button.search-icon .icon:before, 
    .my-wishlist-wrapper .tini-wishlist:before,
    .ywraq-quote-icon-icon_quote:before, 
    .shopping-cart-wrapper .cart-control .ic-cart:before, 
    .ts-tiny-account-wrapper .account-control > a:before {
        font-size: 20px;
    }
}
.my-account-wrapper .account-control > a,
.my-wishlist-wrapper .tini-wishlist,
.shopping-cart-wrapper .cart-control
.tiny-requestlist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	gap: 0 6px;
	line-height: 1.2;
	letter-spacing: 0;
}

.my-requestlist-wrapper > a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    line-height: 1.2;
    letter-spacing: 0px;
    gap: 0px 6px;
}

.my-requestlist-wrapper > a span {
    font-weight: 600;
    margin-top: 2px;
}

.ywraq-quote-icon-icon_quote:before {
    content: "\e93d";
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0;
        color:#fff;
        font-size:20px;
}

.widget_ywraq_mini_list_quote .raq-info {
    display: block;
    margin: 0px;
    padding: 0px 0px;
    color: #000;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.my-wishlist-wrapper .tini-wishlist .count-number, 
.shopping-cart-wrapper .cart-control .cart-number,
.raq-items-number {
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 50%;
    overflow: hidden;
    background: var(--ts-cart-count-bg);
    color: var(--ts-cart-count-color);
    position: absolute;
    right: -13px;
    top: -7px;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content {
    position: absolute;
    min-width: 280px;
    box-shadow: 3px 0 15px rgb(0 0 0 / 15%);
    right: 0;
    padding: 15px;
    background: var(--proteo-header_bg_color, #ffffff);
    border-radius: 5px;
    top: calc(100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .3s;
    font-size: 14px;
    font-weight:600;
    color:#000
}

@media (min-width: 769px) {
    .widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
        top: calc(100% + -5px);
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content .items-count{
    font-weight:800;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
    position: absolute;
    left: 0;
    left: auto;
    margin-right: -1px;
    bottom: -12px;
    width: auto;
    min-width: 120px;
    padding-top: 15px;
}

ul.yith-ywraq-list li a {
    display: block;
    font-weight: 500;
    font-size:0.95rem;
    color: rgb(82, 82, 82);
    line-height:1.3rem;
}

.widget_ywraq_list_quote ul.yith-ywraq-list li .quantity, .widget_ywraq_mini_list_quote ul.yith-ywraq-list li .quantity {
    display: block;
    margin-top: 5px;
    font-weight: 800;
    font-size: 0.95rem;
}


@media (min-width: 768px) {
    .has-1-sidebar #main-content {
        flex-basis: 76%;
    }
}

.woocommerce .product{
	display:flex;
}

#right-sidebar aside{
    position:sticky;
    top:100px;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
	flex-basis: 350px !important;
	position:sticky;
	height: 540px !important;
	top:100px;
}

section.related.products{
	display:none;
}

.woocommerce div.product.summary-scrolling > .summary ~ *, .woocommerce div.product div.images {
    width: 375px;
    /* float: left; */
    position: relative;
}



.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0;
    width: 22.5%;
    overflow: hidden;
}


.woocommerce div.product div.summary {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 9px 5px;
    font-size: 1em;
    width: 50%;
    float: left;
    margin-left: 40px;
    flex-grow:1;
}

.woocommerce div.product .availability{
    display: none;
}

.woocommerce div.product .summary > *:not(.price):not(.ts-variation-price):not(.ts-discount-number):not(form.cart):not(.ts-countdown) {
    width: 100%;
    flex: none;
}
.woocommerce div.product .summary > *:not(.product_title):not(.button) {
    line-height: 20px;
}
.woocommerce div.product .summary > .woocommerce-product-details__short-description {
    margin: 18px 0px 12px;
}
.woocommerce div.product .summary > *:not(.button) {
    padding: 0;
}
.woocommerce div.product .summary > * {
    clear: both;
    margin: 0;
}

.woocommerce div.product form.cart .variations label {
font-size:1.1rem;
}

.woocommerce-product-details__short-description > p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
}

.woo-zerowaste-row {
	display: flex;
	flex-wrap: wrap;
    align-items: stretch !important;
	justify-content: space-between;
	padding: 10px 0;
    gap:5px !important;
}

.woocommerce div.product form.cart .variations tr {
    margin-bottom: 20px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding:10px 0 10px 0;
}

.woo-zerowaste-row > th,
.woo-zerowaste-row > td {
	display: block !important;
    width: auto !important;
	flex-basis: 49.5%; /* oder z. B. 30% / 35% / 35% */
	box-sizing: border-box;
	padding: 10px;
}

.woo-zerowaste-row > th:nth-of-type(1) {
	order: 1; /* optional sort */
}

.woo-zerowaste-row > th:nth-of-type(2) {
	order: 2 /* optional sort */
}

.woo-zerowaste-row > td:nth-of-type(1) {
	order: 3; /* optional sort */
}

.woo-zerowaste-row > td:nth-of-type(1) .option,
.woo-zerowaste-row > td:nth-of-type(2) .option {
flex-basis: 100% !important;
}

.woo-zerowaste-row > td:nth-of-type(2) {
	order: 4;
    min-height:100%;
}
.woo-zerowaste-row > th:nth-of-type(1),
.woo-zerowaste-row > td:nth-of-type(1){
    flex-basis: 100.5%; /* oder z. B. 30% / 35% / 35% */
}

.woo-zerowaste-row > th:nth-of-type(2),
.woo-zerowaste-row > td:nth-of-type(2){
    flex-grow: 1; /* full width after first column */
    /*padding-left: 15px !important;
    border-left: 1px solid #eee !important;*/
}

@media (min-width: 768px) {
    #left-sidebar, #right-sidebar {
        width: 22%;
        margin-left:0;
    }
}

@media only screen and (min-width: 992px) {
    .woocommerce div.product.summary-scrolling > .summary ~ * {
        clear: both;
    }
}

@media only screen and (min-width: 992px) {
    .woocommerce div.product.summary-scrolling .woocommerce-tabs ul.tabs{
        font-size: 1.00rem;
        line-height: 30px;
    }
}

.woocommerce div.product form.cart .ts-product-attribute > div.option,
.woocommerce div.product form.cart .ts-product-selection > div.option,
.woocommerce div.product form.cart .reset_variations {
    display: inline-block;
    flex-basis: 32.5%;
    box-shadow:0px 0px 40px rgba(0, 0, 0, 0.13);
}

.ts-product-attribute .option[data-option="pa_farbe"] a,
.ts-product-attribute .option[data-option="pa_konnektivitaet"] a,
.ts-product-attribute .option[data-option="pa_speicher"] a{
    min-height: 65px !important;
    font-size:0.88rem !important;
    padding: 10px 10px !important;
}

.ts-product-attribute .option[data-option="pa_farbe"],
.ts-product-attribute .option[data-option="pa_konnektivitaet"],
.ts-product-attribute .option[data-option="pa_speicher"]{
    flex-basis: 24.2% !important;
}

.ts-product-selection > div.option > a,
.ts-product-attribute > div.option:not(.color) > a {
    min-width: 50px;
    padding: 16px 8px;
    background: #fff;
    font-size: inherit;
    line-height: 20px;
    text-align: center;
    border: none;
    border-radius: 6px;
    display: flex !important;
    min-height: 76px;
    color:#3a3b3d;
    }

.ts-product-selection .option a{
    min-height: 78px !important;
}

.ts-product-selection .option a:hover{
    color:#3a3b3d !important;
    text-decoration: none;
}



.ts-product-attribute > div.option,
.ts-product-selection > div.option{
    border:1px solid #515151;
    border-radius: 5px;
}

.ts-product-selection .option:hover, 
.ts-product-attribute div.option.color:hover
{
    background: rgba(166, 205, 58, 0.082);
    /* color: rgb(51, 51, 51); */
    border-color: #a6cd3a !important;
}

.ts-product-selection .option a:hover
.ts-product-attribute .option a:hover{
    background: none;
    /* color: rgb(51, 51, 51); */
    border: none;
}

.ts-product-selection div.option.hidden, 
.ts-product-attribute > div.option.hidden {
    display: block !important;
    opacity: 1;
    /* border:1px solid red; */
}

.ts-product-attribute > div.option.hidden a {
    cursor: pointer;
    border-style: none;
}

.ts-product-selection div.option.selected, 
.ts-product-attribute div.option.selected{
    background: none;
    color: rgb(51, 51, 51);
    border: 2px solid #a6cd3a;
}

.ts-product-attribute .option.disabled{
    opacity:0.4 !important;
}

.ts-product-attribute .option.disabled:hover{
    border:1px solid #515151;
    background: none;
    opacity: 0.8;
}

.ts-product-attribute .option.disabled a{
    cursor: not-allowed !important;
}

.ts-product-attribute .option.indirect{
    border-style: dashed !important;
}

.ts-product-attribute > div.option:hover,
.ts-product-selection > div.option:hover,
.ts-product-attribute .option.indirect:hover{
    border-color: #a6cd3a;
}

.ts-product-attribute .option a .term-image {
	width:45px;
	min-width:45px;
}

.ts-product-selection .option a .term-body,
.ts-product-attribute .option a .term-body {
    flex-grow: 1 !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    height: 42px;
    padding: 0 4px;
}


[data-option="pa_farbe"] .term-body,
[data-option="pa_speicher"] .term-body,
[data-option="pa_konnektivitaet"] .term-body{
  display: flex;
  flex-direction: column;
  align-items: center;      /* horizontal zentriert */
  justify-content: flex-start; /* top-aligned */
  height: 100%;
  text-align: center;
}

[data-option="pa_farbe"] .term-body .row{
    flex-grow: 1;
}

.ts-product-attribute .option .term-body .swatch-circle{
    display: inline-block !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 6px;
    vertical-align: middle;
  }
  
.ts-product-attribute .option.selected .swatch-circle {
    border: 2px solid #222;
  }

.ts-product-attribute .option .term-body .row,
.ts-product-selection .option .term-body .row {
    display: flex !important;
    justify-content: space-between;
}

.ts-product-selection .option .term-name,
.ts-product-attribute .option .term-name {
    text-transform: uppercase;
    flex-grow: 1;
    line-height: 20px;
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
}

.ts-product-selection .option .term-body .term-price,
.ts-product-attribute .option .term-body .term-price {
    text-align: left;
    font-size: 1.0rem;
    font-weight: 500;
}

.ts-product-selection .option .term-body .term-info,
.ts-product-attribute .option .term-body .term-info {
    font-size: 0.92rem;
    text-align: right;
}

.option .term-body .term-info img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 0.9em !important;
    width: 0.9em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


.woocommerce div.product .summary a:not(.button) {
    color: #3a3b3d;
    font-size:0.94rem;
}


.woocommerce.single-product .product .yith-ywraq-add-to-quote {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}

.woocommerce div.product .summary .woocommerce-variation-add-to-cart{
    display: flex;
    width: 18%;
    max-width: 200px;
    float: left;
}

#zustand-hint-text{
    margin-top: 0px;
    width: 81%;
}

.woocommerce .add-request-quote-button.button{
margin-top:0;
}

#main > .page-container.show_breadcrumb_v1{
padding-top:5px;
}

#main .list-brands{
    margin-bottom:40px;
}

.single_variation_wrap {
    position: relative;
    display: none !important;
}

.ts-product-attribute .option[data-value="zustand-zero-waste"] {
    /* display: none !important; */
}

.before-loop-wrapper {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    line-height: 18px;
    flex: 1 0 auto;
    gap: 10px 20px;
    font-size: 1em;
    position: relative;
    z-index: 7;
    margin-bottom: 20px;
    justify-content: end;
}

.color-swatch.selected {
    border: 2px solid #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  .ts-variation-price,.ts-discount-number,.summary > .price {
    display: none !important;
  }

  .woocommerce div.product form.cart .variations * {
    display: unset;
}