.tri_topbar {
	backround: #222;
}

.container {
	max-width: 1600px;
}

.header {
	
}

#tri_navigation {
	display:flex; 
	justify-content: center;
}

#tri_navigation > li {
	display: flex;
	flex-direction: column;
	align-items:center;
}

.produkt_pricing{
	position: relative;
}

.produkt_pricing .produkt_preis {
    color: #222;
    font-weight: 600;
    font-size: 36px;
	margin-bottom: 0;
}

.produkt_pricing .produkt_steuer {
	display: block;
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #999;
}

.produkt_warenkorb_button #lageranzeige {
	padding: 20px;
	background: #f5f5f5;
}

#lageranzeige .lager.lager_3 li {
	color: #222;
}

.produkt-detail .buybox {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0px solid #ccc;
}

input[name=warenkorb_artikel_anzahl] {
    text-align: center;
    padding-right: 40px;
    position: relative;
    border: 1px solid #aaa;
    font-size: 15px;
    border-radius: 0;
    letter-spacing: 1px;
	width: 60px;
	padding-bottom: 5px;
	margin-top: -1px;
	border-color: #dedede;
}

.menge-buybox {
    
	display: none;
	
}

.produkt-detail .produkt_merkliste {
	position: absolute;
	right: 20px;
	top: 12px;
	
}
.produkt-detail .produkt_merkliste .icon {
	width: 36px;
	height: 36px;
}

.produkt-detail .produkt_merkliste .icon img {
	width: 36px;
	height: 36px;
}


.produkt-detail .imagedetail {
	height: 720px;
}

.produkt-detail .image_produkt img {
    max-height: 600px;
}

.produkt-detail .image_produkt {
    height: 600px;
    overflow: hidden;
    position: relative;
}

#lageranzeige .lager.lager_1 li {
    color: #222;
}

.produkt_warenkorb_button .product_in_cart {
    width: calc(100% - 65px);
	display: inline-block;
	margin-top: 2px;
	font-weight: 400;
}

#produkt_name {
    color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}

.produkt_shortDescription {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	min-height: 100px;
}

.produkt_sterne_small {
	margin-bottom: 10px;
	
}

.produkt-detail {
	margin-top: 0;
}

#tri_breadcrumb {
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 0;
}

.tri_header .tri_header_inner .header .tri_searcher input[type="text"] {
	border-color: transparent;
	padding-left: 40px;
}

.tri_header .tri_header_inner .header .tri_searcher input[type="text"]:focus, .tri_header .tri_header_inner .header .tri_searcher input[type="text"]:hover {
	border-color: #222;
}

.tri_header .tri_header_inner .header .tri_searcher input[type="image"] {
	right: unset;
	left: 0;
}

.tri_content_inner{
	padding-bottom: 40px;
}

.tri_header .tri_header_inner .header .tri_warenkorb li a .text {
	display: none;
}

.tri_header .tri_header_inner .header .tri_warenkorb li {
	padding-left: 10px;
}

#hersteller_bild {
	float: right;
	max-width: 200px;
	margin-bottom: 20px;
}
.plugin_herstellerlogo_ausgabe_detail {
    float: right;
    margin-bottom: 20px;
}


.bewertungen .error {
	background: transparent;
	padding: 0;
	margin-top: 10px;
	
}


.gallery-thumbs {
    
    height: 100px;
    margin-top: 50px;
}


.gallery-thumbs img {
    max-height: 60px;
    min-width: 64px;
}

.swiper-button-next, .swiper-button-prev {
	margin-top: -24px;
}

.artikel_box {
	border-color: transparent;
}

#tri_breadcrumb * {
	text-transform: none ;
}

@media screen and (max-width: 1100px) {
	#tri_navigation {
		display:block; 
		justify-content: unset;
	}

	#tri_navigation > li {
		display:block; 
		flex-direction: unset;
		align-items:unset;
	}
	
	.produkt-detail .imagedetail {
		height: auto;
	}
	
	.produkt-detail .image_produkt img {
		max-height:500px;
	}

	.produkt-detail .image_produkt {
		height: auto;
	}
}