.artikel_bewertungen {
		margin-top: -12px;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.artikel_bewertungen img {
		padding: 0 !important;
	}

#navigation_produkte,
.shopfilter {
    display: flex;
	flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.tri_sidebar.columns.three {
    margin-bottom: 30px;
}
.tri_sidebar.columns.three .shopfilter {
    display: block;
}
.shopfilter > div {
    margin-right: 8px;
    background-color: #fff;
    min-width: 310px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px #d9d9d9;
    margin-bottom: 8px;
}
.shopfilter > div input[type="text"] {
    width: 100%;
}
#navigation_produkte p,
.shopfilter > div > p {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: none;
    font-size: 16px;
    padding: 10px 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 0;
}
.shopfilter > div > * {
    padding: 15px;
}
.shopfilter .shopfilter_reset {
    display: block;
    float: none;
    text-transform: none;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 12px;
    /*background: transparent url(../Labels/close.gif) no-repeat left center;*/
    cursor: pointer;
}
.shopfilter > div:not(#filter_farbe) ul {
    margin: 0;
    max-height: 186px;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
}
.shopfilter > div ul li {
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    clear: both;
    height: auto;
    line-height: 15px;
    cursor: pointer;
	padding: 6px;
}
.shopfilter > div ul li * {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.shopfilter > div ul li.aktiv {
    color: #000;
}
.shopfilter #filter_kategorie .filter_options ul {
    max-height: 250px;
}
.shopfilter {
    border: 0;
}
.shopfilter .filter_head {
    position: relative;
    color: #111;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
    /*border-bottom: 1px solid #dddddd !important;*/
    cursor: pointer;
}
.shopfilter .filter_head:hover {
	color: rgb(255, 148, 35);
	transition: all ease .3s;
}
.shopfilter .filter_head::before {
    border: solid #111;
    border-width: 0 1.45px 1.45px 0;
    display: block;
    padding: 2px;
    width: 6px;
    height: 6px;
    content: " ";
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    right: 14px;
    margin-top: 5px;
}
.shopfilter .filter_head.active::before {
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transition: transform 0.3s ease-in-out;
}
.shopfilter .filter_head.active {
    border-bottom: 0;
}
.shopfilter .filter_options {
    display: none;
    position: absolute;
    min-width: 268px;
    max-width: 268px;
    z-index: 1;
    background: #ffffff;
    margin-top: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px #d9d9d9;
}
.shopfilter #filter_kategorie .filter_options {
    /*display: block;*/
}
.filter_farbe ul {
    width: 225px;
    padding-left: 3px;
}
.filter_farbe ul li {
    clear: none;
    margin: 0 12px 12px 0;
    width: 22px;
    height: 22px !important;
    display: inline-block;
    line-height: 22px;
    overflow: hidden;
    color: transparent;
    border: 1px solid #d6d6d6;
}
.filter_farbe ul li.aktiv {
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border: 1px solid #000;
}
#filter_gre ul input,
.filter_farbe ul input {
    display: none;
}
.filter_farbe .wert {
    display: none;
}
#filter_gre ul li {
    height: 18px;
    width: 40px;
    line-height: 18px;
    display: block;
}
#filter_gre ul li {
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #d6d6d6;
    list-style-type: none;
    list-style-image: none;
    text-align: center;
    clear: none;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
#filter_gre ul li.aktiv,
#filter_gre ul li:hover {
    background-color: #5c9c0e;
    border-color: #5c9c0e;
    color: #fff;
}
#slider-range {
    position: relative;
    text-align: left;
    border: 1px solid #a3a3a3;
    height: 3px;
    margin: 0 0 22px 0;
    width: 100%;
}
.ui-slider-range {
    background-color: #a3a3a3;
    height: 3px;
    position: absolute;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 9px;
    height: 22px;
    background: #fff url(../Labels/range.gif) no-repeat top center;
    top: -8px;
}
#filter_preis > div > p {
    height: 12px;
    line-height: 12px;
}
#preis_von {
    float: left;
}
#preis_bis {
    float: right;
}


/* Produktdetailseite */
.produkt-detail {
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px #e7e7e7;
    border-radius: 4px;
    padding: 30px 20px 40px 20px;
}
.produkt-detail .columns.five img {
	max-height: 34px;
    max-width: 140px;	
}
.produkt-detail .imagedetail {
    height: 500px;
}
.produkt-detail .mainimage {
    text-align: center;
}
.produkt-detail .image_thumb {
    height: 100%;
}
.menge-buybox-input {
    position: relative;
    width: 100%;
    max-width: 120px;
    padding: 0;
    border: 0;
    margin-bottom: 0px;
}
.menge-buybox-input button {
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background-image: linear-gradient(276deg, #555555 10%, #898989 65%);
    position: absolute;
    width: 40px;
    height: 46px;
    top: 0px;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: all 0.25s ease;
}
.menge-buybox {
    line-height: 40px;
    z-index: 2;
}
.produkt_warenkorb_button .product_in_cart {
	text-transform: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 14px;
    height: auto;
    margin-bottom: 2px;
    border: 0;		
}
.product_in_cart {
    border-radius: 4px;
}
.produkt_tabs {
	margin-top: 70px;	
}
.tabcontainer {
	max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0px 20px 0px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px #e7e7e7;	
	overflow-y: scroll;
}
.produkt-beschreibungen.tab {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dedede;
    margin-top: 0px;
	justify-content: center;
	margin-bottom:-2px;
}
.produkt-beschreibungen.tab li {
    margin-right: 20px;
    text-transform: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
	font-size: 18px;
    color: #777;
}
.produkt-beschreibungen.tab li.aktiv,
.produkt-beschreibungen.tab li:hover {
    border-bottom: 2px solid rgba(26, 68, 108, 0.95);
    color: #4a4a4a;
	
	font-weight: 600 !important;
    color: rgba(26, 68, 108, 0.95) !important;
    background-image: linear-gradient(317deg, rgba(26, 68, 108, 0.95) 10%, rgba(26, 68, 108, 0.95) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tabcontainer .tabcontent {
    padding: 20px 0;
    display: none;
}
	
.produkt-detail .image_produkt img {
    max-height: 400px;
}
.produkt-detail .image_produkt {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.produkt-detail .mainimage img {
    max-height: 400px;
}
.produkt-detail #produkt_name {
    margin-bottom: 0px;
	font-size: 26px;
}
.produkt-detail .produkt_shortDescription {
    margin-bottom: 20px;
}
.produkt-detail .buybox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
	margin-bottom: 8px;
}
.produkt-detail .produkt_pricing {
    
}
.produkt-detail .produkt_title {
    clear: both;
}
.produkt-detail .produkt_merkliste {
    clear: both;
}
.produkt-detail .produkt_merkliste {
    position: absolute;
    left: 10px;
    top: 53px;
}
.produkt_merkliste a {
	border: none;
    background: #fbfbfb;
	box-shadow: none !important;
}
.produkt_merkliste a:hover {
    background: #fbfbfb;
}
.produkt_merkliste a:hover svg {
	fill: rgb(68, 68, 68);
}
	
.produkt_pricing .produkt_preis {
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #000;
}
.produkt_pricing .produkt_strike {
    display: inline-block;
    margin-right: 5px;
    color: #ff3324;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 18px;
}
.produkt_pricing .produkt_steuer {
    display: inline-block;
    font-size: 12px;
}
.produkt_versand a {
    font-size: 14px;
    color: #4a4a4a;
}
.produkt_warenkorb_button #lageranzeige ul.lager {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.produkt_warenkorb_button #lageranzeige {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 13px;
    background: #fbfbfb;
	padding: 12px 0 2px 0;
}
#lageranzeige .lager.lager_1 li {
    color: #f44336;
}
#lageranzeige .lager.lager_3 li {
    color: #4caf50;
}
.warenkorb-galerie {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
.warenkorb-galerie li {
    width: 75px;
    margin-right: 0;
}
.produkt-beschreibungen.tab {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
}
.produkt-beschreibungen.tab li {
    margin-right: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #999;
}
.produkt-beschreibungen.tab li.aktiv,
.produkt-beschreibungen.tab li:hover {
    color: #4a4a4a;
}
.tabcontainer .tabcontent {
    padding: 20px 0;
    display: none;
}
.crosselling {
    margin-top: 30px;
    margin-bottom: 30px;
}
#warenkorb_diversifikationen_gesplittet h3 {
    margin-bottom: 10px;
}
.warenkorb_diversifikationen_gesplittet > span {
    margin-right: 10px;
    border: 1px solid #ff9423;
    padding: 10px 16px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 300;
    box-shadow: 0px 0px 5px 1px #e7e7e7;
}
.warenkorb_diversifikationen_gesplittet > span.aktiv {
    border: 1px solid #ff9423;
    background: #ff9423;
    color: #fff;
}
.warenkorb_diversifikationen_gesplittet > span.disabled {
    border: 1px solid #eee;
    color: #999;
}
#produkt_wk_scroll {
    position: fixed;
    width: 100%;
    height: 90px;
    bottom: 0;
    background: #fff;
    /* border-top: 1px solid #eee; */
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 23;
}
#produkt_wk_scroll > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
}
#produkt_wk_scroll .wrapper-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 80px;
}
#produkt_wk_scroll .produkt_wk_titel {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#produkt_wk_scroll .produkt_wk_price {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}
#produkt_wk_scroll .wrapper-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    /*justify-content: flex-start;*/
    justify-content: center;
    width: 100%;
    height: 80px;
}
@media (min-width: 2000px) {
    #produkt_wk_scroll .wrapper-right {
		justify-content: flex-end;
	}
}	
#produkt_wk_scroll .produkt_wk_img {
    margin-right: 20px;
    margin-top: 5px;
}
#produkt_wk_scroll .produkt_wk_img img {
    max-height: 70px;
    margin-left: 10px;
}
#produkt_wk_scroll span.icon.icon-left {
    margin-top: 10px;
}
#produkt_wk_scroll .product_in_cart {	
	margin-bottom: 0;
    margin-left: 8px;
}
div.my_produktname {
	display: none;	
}
.aufanfrage {
	padding: 12px;
	background: #f1f1f1;
	border-radius: 4px;
	border: 1px solid #f4f4f4;
	margin-bottom: 8px;
}
.vorher {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px #e7e7e7;
}
@media screen and (max-width: 1100px) {
	.produkt-detail .produkt_merkliste {
		position: absolute;
		left: 10px;
		top: 49px;
	}
	
    .buybox .columns.two {
        width: 13.3333333333%;
    }
    .buybox .columns.ten {
        width: 82.6666666667%;
        margin-left: 4%;
    }
    #ajax_content {
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
	.produkt_tabs {
		margin-top: 20px;
	}
	.produkt-beschreibungen.tab {
		/*overflow-y: scroll;
		justify-content: flex-start;*/
		display: block;
		margin-bottom: 0;
	}
	
	.produkt-beschreibungen.tab li {
		padding: 10px 20px;
		margin: 0;
	}
}

	.warenkorb_produktdetailansicht_bewertung_antwortbox{
		padding-left:35px; 
		font-style: italic;
	}
	
	.warenkorb_produktdetailansicht_bewertung_vorschaubild{
		border: 1px solid #DCDCDC;
		padding: 10px;
	}

	.artikel_bewertungen {
		margin-top: -12px;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.artikel_bewertungen img {
		padding: 0 !important;
	}

	/*.hidden-radio {
	  display: block; /* Versteckt das radio-Element */
	}
	.zahlungsart-label {
	  display: block;
	  padding: 15px;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  transition: background-color 0.3s, border-color 0.3s;
	  cursor: pointer;
	}
	.hidden-radio:checked + .columns.eleven .zahlungsart-label {
	  background-color: #e0f7fa;
	  border-color: #26a69a;
	}
	.zahlungsart-label:hover {
	  background-color: #f1f1f1;
	}*/

	.merkliste-card {
		border: 1px solid #ddd;
		border-radius: 12px;
		padding: 16px;
		margin-bottom: 20px;
		background: #fff;
		box-shadow: 0 2px 5px rgba(0,0,0,0.05);
		font-family: sans-serif;
	}
	.merkliste-content {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		align-items: flex-start;
	}
	.merkliste-image img {
		max-width: 150px;
		max-height: 150px;
		object-fit: contain;
		border-radius: 8px;
	}
	.merkliste-details {
		flex: 1 1 190px;
	}
	.produktname {
		margin: 0 0 8px;
		font-size: 1.1rem;
	}
	.produktname a {
		text-decoration: none;
		color: #222;
	}
	.artikelnummer,
	.lieferstatus,
	.speicher-datum,
	.grundpreis,
	.steuer {
		display: block;
		font-size: 0.9rem;
		margin-bottom: 4px;
	}
	.merkliste-actions {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
	}
	.btn {
		padding: 6px 12px;
		border-radius: 6px;
		text-decoration: none;
		font-size: 0.9rem;
		white-space: nowrap;
	}
	.btn-primary {
		background-color: #007acc;
		color: #fff;
	}
	.btn-secondary {
		background-color: #ccc;
		color: #000;
	}
	.merkliste-preis {
		flex: 0 0 90px;
		text-align: right;
		font-size: 0.9rem;
	}
	.preis {
		font-size: 1.4rem;
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
	}
	.merkliste-delete {
		flex: 0 0 40px;
		text-align: right;
	}
	.delete-button {
		font-size: 1.2rem;
		color: #900;
		text-decoration: none;
		display: inline-block;
		padding: 4px;
	}
@media (max-width: 768px) {
	.merkliste-content {
		flex-direction: column;
		text-align: left;
	}
	.merkliste-preis {
		text-align: left;
	}
	.merkliste-delete {
		position: absolute;
    	right: 17px;
	}
}

	.warenkorb_bewertung_balken_aussen{
		border: 1px solid #DCDCDC;
		height: 20px;
		width: 200px;
	}
	
	.warenkorb_bewertung_balken_innen{
		background-color: #455a64;
		color: #455a64;
		height: 20px;
		
	}
	.warenkorb_bewertung_seitenumschaltung{
		border: 1px solid silver;
		padding: 4px;	
	}
	.warenkorb_bewertung_seitenumschaltung_aktiv{
		border: 1px solid silver;
		padding: 4px;	
	}
	
	.warenkorb_bewertung_filter_entfernen{
		background-color: transparent;
		border-radius: 0;
		border: 0;
		margin: 3px;
		padding: 0px;
		width: auto;
		cursor: pointer;
		text-align: center;
		text-transform: none;
		text-decoration: underline;
		color: #999;
		font-size: 14px;
	}
	
	.warenkorb_bewertung_antwortbox{
		padding-left:35px;
		padding-right: 35px;
		padding-bottom: 10px;
		font-style: italic;
	}
	
	.warenkorb_bewertung_vorschaubild{
		border: 1px solid #DCDCDC;
		padding: 10px;
		margin-top: 15px;
	}
	
	.warenkorb_bewertung_zeile td:first-child {
		text-align: center;
		
	}
	
	.warenkorb_bewertung_zeile td:first-child img {
		max-width: 75px;
		border-radius: 50%;
    	box-shadow: 0px 0px 6px -2px rgb(0 0 0 / 50%);
	    margin-top: 10px;
	}
	
	.warenkorb_bewertung_zeile h3 {
		
		margin-bottom: 6px;
		font-size: 16px;
		font-weight: 600;
	}
	
	.warenkorb_bewertung_produktlink {
		color: #999;
		font-size: 13px;
		
	}
	
	.warenkorb_bewertung_head {
		
		padding: 12px;
	}
	
	.bewertung_content {
		padding: 12px;
		background: #fafafa;
	}
	
	.bewertung_sterne_bilder {
		display: block;
	}
	
	.warenkorb_bewertung_name {
		font-weight: 600;
		font-size: 13px;
	}
	
	.warenkorb_bewertung_datum {
		color: #999;
		font-size: 13px;
		margin-right: 20px;
	}
	
	.warenkorb_bewertungen_zusammenfassung {
		width: 800px;
		padding: 20px;
		border: 1px solid #eee;
		margin: auto;
		margin-top: 20px;
	    box-shadow: 0px 0px 6px -2px rgb(0 0 0 / 25%);
	}
	
	
	
	.bewertung_balken_aussen {
		background-color: #f2f2f5;
    	box-shadow: inset 1px 3px 0 rgb(0 0 50 / 4%);
		
	}
	
	.warenkorb_bewertungen_zusammenfassung table {
		margin-top: 12px;
	}
	
	.warenkorb_bewertungen_zusammenfassung table td {
		border: 0;
	
	}
	
	.warenkorb_bewertungen_zusammenfassung table td:nth-child(3) {
		text-align: right;
	
	}
	
	.warenkorb_bewertungen_zusammenfassung table td a {
		font-weight: 600;
	}
	
	.warenkorb_bewertungen_zusammenfassung_sterne {
		margin-right: 20px;
		display: inline-block;
	}
	
	.warenkorb_bewertungen_zusammenfassung_sterne img {
		max-width: 26px;
		max-height: 26px;
	}
	
	.warenkorb_bewertungen_zusammenfassung_beschreibung {
		display: inline-block;
		vertical-align: top;
		margin-top: 2px;
	}
	
	.warenkorb_bewertungen_zusammenfassung_anzahl {
		color: #999;
		font-size: 14px;
	}
	
	.warenkorb_bewertungen_zusammenfassung_durchschnitt {
		font-weight: 600;
	}
	
	.warenkorb_bewertungen_zusammenfassung_gesamt {
		margin-right: 20px;
	}
	
	.warenkorb_bewertungen_zusammenfassung_head {
		border-bottom: 1px solid #eee;
    	padding-bottom: 12px;
	}
	
	.warenkorb_bewertung_seitenumschaltung {
		border: 0;
		color: #777;
	}
	.warenkorb_bewertung_seitenumschaltung_aktiv {
		border: 0;
		color: #000;
	}
	
	.warenkorb_bewertungen_produkt .artikel_infos {
		margin-top: 30px;
		text-align: left;
	}
	
	.warenkorb_bewertungen_produkt .artikel_pricing {
		text-align: left;
	}
	
	.warenkorb_bewertung_zeile .td_ausblenden {
		width: 0px;
		display: none;
		padding: 0;
	}
	
	.warenkorb_bewertung_zeile td:nth-child(2) {
		padding-left: 0;
	}
	
	.bewertungen .button {
		margin-top: 20px;
	}
	
	.form_bewertung_eintragen {
		padding: 40px;
    	background: #fafafa;
	}
	
	.form_bewertung_eintragen h3 {
		font-weight: 600;
	}
	
	.bewertungen_sterne_link {
		text-decoration: none;
		margin-bottom: 10px;
    	display: block;
	}
	
	@media screen and (max-width: 768px) {
		.warenkorb_bewertungen_zusammenfassung {
			max-width: 90%;
		}
	
		.warenkorb_bewertungen_produkt .columns.two {
			width: 100%;
		}
	
		.warenkorb_bewertungen_produkt .artikel_pricing {
			text-align: center;
		}
	
		.warenkorb_bewertung_zeile td:first-child {
			width: 40px;
		}
	
		.warenkorb_bewertung_zeile td:first-child img {
			max-width: 40px;
		}
	}