body#bp-body input {
  border-radius: 0;
}

body#bp-body select {
  border-radius: 0;
}




header.header .header-main #shop-suche input.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}
header.header .header-main #shop-suche .eshop-search .input-prepend {
	position: relative;
}

header.header .header-main #shop-suche .eshop-search .input-prepend button.btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 11px;
	color: #333;
	border: 0 none;
}
header.header .header-main #shop-suche .eshop-search .input-prepend button.btn:hover,
header.header .header-main #shop-suche .eshop-search .input-prepend button.btn:focus, 
header.header .header-main #shop-suche .eshop-search .input-prepend button.btn:active {
	border: 0 none;
	color: #286757;
}

header.header .header-main #shop-suche .eshop-search #eshop_result {
	background-color: #ffffff;
	width: 100%;
	position: absolute;
	z-index: 9999;
	max-width: 320px;
	padding: 0;
}
header.header .header-main #shop-suche .eshop-search #eshop_result li {
	padding: 7px 5px;
}
header.header .header-main #shop-suche .eshop-search #eshop_result li:first-child {
	border-top: 0 none;
}
header.header .header-main #shop-suche .eshop-search #eshop_result li a {
	display: inline-block;
}
header.header .header-main #shop-suche .eshop-search #eshop_result li a img {
	margin: 0;
}
header.header .header-main #shop-suche .eshop-search #eshop_result li > div {
	width: calc(100% - 70px);
	font-size: 13px;
	line-height: 20px;
}





.warenkorb.desktop {
  float: right;
}
.warenkorb.desktop #eshop-cart .eshop-items a {
  line-height: 40px;
  display: block;
}
.warenkorb.desktop #eshop-cart .eshop-content {
  right: 0;
  width: 350px;
  font-size: 13px;
  line-height: 19px;
}
.warenkorb.desktop #eshop-cart .eshop-content a {
	color: #286757;
}





.eshop-container .row {
  --bs-gutter-x: 0;
}
.bp-eshop.bp-main-content {
	
}




.bp-eshop.bp-main-content div.bp-eshop-main-content {
	width: 100%;
}



.bp-eshop.bp-main-content .bp-sidebar-wrapper div.bp-eshop-main-content {
	width: 75%;
    float: right;
	box-sizing: border-box;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper aside.bp-sidebar {
	width: 25%;
    float: left;
    box-sizing: border-box;
}


.bp-eshop.bp-main-content .bp-sidebar-wrapper aside.bp-sidebar .eshop-filter > a {
    background: #286757;
    color: #fff;
    text-decoration: none;
}


.bp-eshop.bp-main-content .eshop-filter #eshop-keyword .panel-body .input-group {
  position: relative;
}
#eshop-keyword .panel-body .input-group span.input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 7px;
}
.bp-eshop.bp-main-content .eshop-filter #eshop-keyword input#keyword {
  display: block;
  width: 100%;
  border-radius: 0;
  position: relative;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bp-eshop.bp-main-content .bp-sidebar-wrapper div.bp-eshop-main-content {
		width: 100%;
		float: none;
	}
	.bp-eshop.bp-main-content .bp-sidebar-wrapper aside.bp-sidebar {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}










.bp-eshop.bp-main-content joomla-tab#product {
  margin-top: 15px;
}
.bp-eshop.bp-main-content joomla-tab#product[view="tabs"] > div[role="tablist"] {
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  border-radius: 0;
  box-shadow: none;
} 
.bp-eshop.bp-main-content joomla-tab#product[view="tabs"] > div[role="tablist"] button[role="tab"][aria-expanded="true"] {
  background-color: #ccc;
  background-image: none;
  box-shadow: none;
}
.bp-eshop.bp-main-content joomla-tab#product[view="tabs"] > div[role="tablist"] button[role="tab"][aria-expanded="true"]::after {
  background-color: #286757;
}
.bp-eshop.bp-main-content joomla-tab > joomla-tab-element {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}



.bp-eshop.bp-main-content joomla-tab[view="accordion"] {
  border-radius: 0;
  box-shadow: none;
}
.bp-eshop.bp-main-content joomla-tab[view="accordion"] > button {
  background-image: none;
  box-shadow: none;
}
.bp-eshop.bp-main-content joomla-tab[view="accordion"] > button[aria-expanded="true"] {
  background-color: #eee;
}
.bp-eshop.bp-main-content joomla-tab[view="accordion"] > joomla-tab-element {
  border-top: 0 none;
}
.bp-eshop.bp-main-content joomla-tab[view="accordion"] > button[aria-expanded="true"]::after {
  background-color: #286757;
}



















.bp-eshop.bp-main-content .ajax-block-product.bp-product-label-1 {
    background-color: rgba(255,0,255,0.3);
	position: relative;
}
.bp-eshop.bp-main-content .ajax-block-product.bp-product-label-1::after {
	position: absolute;
	content : url("/images/grafiken_shop/product_label_bg.png");
	bottom: 0;
	left: 0;
	width: 100%;
}
	
	
.bp-eshop.bp-main-content .ajax-block-product.bp-product-label-2 {
    background-color: #fff5bc;
	position: relative;
}
.bp-eshop.bp-main-content .ajax-block-product.bp-product-label-2::after {
	position: absolute;
	content : "SMELLS LIKE NIRVANA";
	bottom: 5px;
	left: 0;
	width: 100%;
	font-family: initial;
	font-weight: 700;
}











.bp-eshop.bp-main-content .bp-sidebar-wrapper div.bp-eshop-main-content .sortPagiBar {
	background-color: #eee;
}
/**
.bp-eshop.bp-main-content .bp-sidebar-wrapper div.bp-eshop-main-content .sortPagiBar.row > div {
  padding: 0;
}
**/


.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .sortPagiBar .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .sortPagiBar div.btn-group a.btn {
  background-color: #ccc;
  border: 0 none;
  border-radius: 0;
  padding: 15px 20px;
  color: #333;
  font-size: 20px;
  line-height: 20px;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list .sortPagiBar div.btn-group a.btn:nth-child(2) {
  background-color: #286757;
  color: #fff;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.grid .sortPagiBar div.btn-group a.btn:nth-child(1) {
  background-color: #286757;
  color: #fff;
}

.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .sortPagiBar form#adminForm {
  padding: 7px 7px 7px 0;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .sortPagiBar form#adminForm .form-select {
  display: inline-block;
  width: auto;
}



/** LIST VIEW **/
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product {
	--bs-gutter-x: 0;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner {
	
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-image-block, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-image-block {
	float: left;
	width: 100px;
	padding: 0;
}

.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block {
	float: left;
	text-align: left;
	padding: 0 10px 0 15px;
	width: calc(100% - 265px);
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block h5, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block h5, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block h5 a, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block h5 a {
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}



.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price {
  margin-top: 5px;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .eshop-sale-price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .eshop-sale-price {
  clear: both;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  width: auto;
  font-weight: 600;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .eshop-base-price, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .eshop-base-price {
  color: #FF0000;
  text-decoration: line-through;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .bp-mwst, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .bp-mwst {
  font-size: 13px;
  line-height: 1.1;
}


.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-buttons, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-buttons { 
	float: right;
	width: 165px;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-buttons a.btn, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-buttons a.btn, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-buttons button.btn.btn-primary, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-buttons button.btn, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-buttons input.btn.btn-primary, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-buttons input.btn {
	display: block; 
	width: 100%;
}




@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {	
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-image-block, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-image-block {
		width: 70px;
	}
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block {
			padding: 0 0 0 8px;
			width: calc(100% - 70px)
	}

	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block h5, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block h5, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block h5 a, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block h5 a {
		text-decoration: none;
		font-size: 16px;
		line-height: 22px;
	}
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-desc, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-desc {
		line-height: 16px;
		font-size: 14px;
		display: block;
	}
	
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .price, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .eshop-sale-price, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .price, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .eshop-sale-price {
		font-size: 16px;
		line-height: 22px;
	}	
	
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-info-block .eshop-product-price .bp-mwst, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-info-block .eshop-product-price .bp-mwst {
		font-size: 12px;
		line-height: 1.1;
	}
	
	
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-buttons, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-buttons { 
		float: left;
		width: 100%;
	}
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container .ajax-block-product > .inner .eshop-buttons .eshop-cart-area, 
	.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.list #products-list .ajax-block-product > .inner .eshop-buttons .eshop-cart-area { 	
		margin: 15px 0 0 0;
		width: 165px;
	}

}





/** LIST VIEW **/






/** GRID VIEW **/
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.grid #products-list > .row, 
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.grid > .row {
  --bs-gutter-x: 1.5rem;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.grid div.ajax-block-product {
  margin-bottom: 24px;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.grid div.ajax-block-product > .inner {
  border: 1px solid #ddd;
  height: 100%;
  position: relative;
}
.bp-eshop.bp-main-content .bp-sidebar-wrapper #products-list-container.grid .eshop-image-block .image {
	border: 0 none;
	border-bottom: 1px solid #ddd;
}
/** GRID VIEW **/

















.bp-eshop.bp-main-content #products-list .eshop-buttons {
  padding-bottom: 10px;
  margin-top: 0;
  padding-top: 10px;
}



/** Warenkorb Popup **/


body#bp-body .form-group.form-row.bp-cart-buttons a.bp-button-kasse {
  border: 1px solid #0d6efd;
  background-color: #0d6efd;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
}


#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons button.bp-button-aktualisieren {
	border-radius: 0;
}
#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons .bp-button-fortfahren {
    border-radius: 0;
  }
#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons a.bp-button-kasse {
	border-radius: 0;
}
#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons a.bp-button-warenkorb {
	border-radius: 0;
}
	

@media (max-width: 979px) {
	#colorbox #cboxContent #cboxLoadedContent .cart-info {
		display: none;
	}
	#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons::before {
		content: "Artikel wurde erfolreich in den Warenkorb gelegt.";
		margin-bottom: 20px;
		display: block;
		padding-top: 15px;
	}
	#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons button.bp-button-aktualisieren {
		display: none;
	}
		
	.cart-info .table-responsive td {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
	}
}


@media (max-width: 640px) {
	#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons > .controls {
		font-size: 0;
	}
	
	#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons a.bp-button-fortfahren {
	  display: block;
	  margin-bottom: 15px;
	}
	#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons a.bp-button-kasse {
		display: inline-block;
		width: 48%;
		margin-left: 4%;
	}
	#colorbox #cboxContent #cboxLoadedContent .form-group.form-row.bp-cart-buttons a.bp-button-warenkorb {
		width: 48%;
	}

	 
	
}







/** Warenkorb **/
.bp-warenkorb-container .bp-coupon-code input#coupon_code {
  margin-top: 5px;
  margin-bottom: 15px;
}
.bp-warenkorn-aktualisieren {
  margin-bottom: 25px;
}




/** Checkoput **/

#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6 {
  width: 48%;
}
#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6.no_margin_left {
  margin-right: 4%;
}

#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6 legend {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}


#komponente-id-203 #eshop-main-container .form-group.form-row, 
#komponente-id-204 #eshop-main-container .form-group.form-row {
  display: block;
  margin: 15px 0;
}

#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6 .col-md-9, 
#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6 .col-md-3 {
  display: block;
  width: 100%;
}


#komponente-id-203 #eshop-main-container #shipping-method .checkout-content > div:first-child > p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#komponente-id-203 #eshop-main-container #shipping-method .checkout-content > div > div {
  margin: 15px 0;
}
#komponente-id-203 #eshop-main-container #shipping-method .checkout-content .form-group.form-row .col-md-9, 
#komponente-id-203 #eshop-main-container #shipping-method .checkout-content .form-group.form-row .col-md-3 {
  width: 100%;
}


#komponente-id-203 #eshop-main-container #payment-method .checkout-content div > div:first-child > p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#komponente-id-203 #eshop-main-container #payment-method .checkout-content .form-group.form-row .col-md-9, 
#komponente-id-203 #eshop-main-container #payment-method .checkout-content .form-group.form-row .col-md-3 {
  width: 100%;
}

#komponente-id-203 #eshop-main-container #shipping-method .checkout-content .bp-versandarten .bp-eine-versandart.versand-nach-gewicht .bp-versandart-beschreibung .text span.inner {
  display: none;
}
#komponente-id-203 #eshop-main-container #shipping-method .checkout-content .bp-versandarten .bp-eine-versandart.versand-nach-gewicht .bp-versandart-beschreibung .text::before {
  content: "günstigster Versand;";
}
#komponente-id-203 #eshop-main-container #shipping-method .checkout-content .bp-versandarten .bp-eine-versandart.versand-nach-gewicht .bp-versandart-beschreibung .text::after {
  content: " unter 5€ = unversichert";
}




#komponente-id-203 #eshop-main-container #payment-method .form-group.form-row.eshop-privacy-policy input {
	border: 2px solid #286757;
}

#komponente-id-203 #eshop-main-container #payment-method .form-group.form-row.eshop-checkout-terms input {
	border: 2px solid #286757;
	display: block;
	margin-bottom: 3px;
}



@media (max-width: 768px) {
	#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6 {
	  width: 100%;
	}
	#komponente-id-203 #eshop-main-container > .row div > .row .col-md-6.no_margin_left {
	  margin-right: 0;
	}
	
}

@media (max-width: 640px) {
	
}





/** PRODUCT VIEW **/ 

.bp-eshop.bp-main-content .product-info  {
	
}

.bp-eshop.bp-main-content .product-info .bp-produkt-bilder {
  padding-right: 0;
}

.bp-eshop.bp-main-content .product-info .image-additional {
  margin-left: 0;
}
.bp-eshop.bp-main-content .product-info .image-additional a {
  padding: 1px;
}
.bp-eshop.bp-main-content .product-info .image-additional a img {
	border: 1px solid #E7E7E7;
	padding: 0px;
	width: 100%;
}


.bp-eshop.bp-main-content .product-info .product-price h2 {
	font-family: "Josefin Sans", sans-serif;
}

.bp-eshop.bp-main-content .product-info .product-discount-price {
  padding: 10px 5px;
}
.bp-eshop.bp-main-content .product-info .product-discount-price ul.discount-liste > li {
	border-bottom: 1px solid #eee;
	padding: 1px 0;
}
.bp-eshop.bp-main-content .product-info .product-discount-price ul.discount-liste > li:first-child {
	border-top: 1px solid #eee;
}


.bp-eshop.bp-main-content .product-info .product-options {
  padding: 10px 5px 10px 5px;
}





.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart > div.col-md-8.no_margin_left {
  display: block;
  float: none;
  width: 100%;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart > div.col-md-4 {
  display: block;
  float: none;
  width: 100%;
}

.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart .input-group-append.input-group-prepend {
  display: inline-block;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart .input-group-append.input-group-prepend label.btn {
  display: none;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart .input-group-append.input-group-prepend .eshop-quantity {
  margin: 0 5px 0 0;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart .input-group-append.input-group-prepend .eshop-quantity a.btn {
  padding: 5px 10px !important;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart .input-group-append.input-group-prepend .eshop-quantity input {
  border-radius: 0;
  padding: 5px 3px;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart #add-to-cart {
  margin-bottom: 0;
  padding: 5px 10px;
}


.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart > div.col-md-4 > p {
	margin-top: 10px;
}
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart > div.col-md-4 > p > a.btn {
  padding: 5px 7px 5px 8px !important;
  position: relative;
}
/**
.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung .product-cart > div.col-md-4 > p > a.btn::before {
  content: "\f0f6";
  font-family: fontawesome;
  font-size: 0.75em;
  position: absolute;
  top: 8px;
  left: 7px;
}
**/


.bp-eshop.bp-main-content .product-info joomla-tab#product {
  margin-top: 15px;
}



@media (min-width: 768px) {
	.bp-eshop.bp-main-content .product-info .bp-produkt-bilder {
		padding-right: 15px;
	}
	
}
@media (max-width: 768px) {
	.bp-eshop.bp-main-content .product-info .bp-produkt-bilder #main-image-area a.product-image img {
		width: 100%;
	}
	.bp-eshop.bp-main-content .product-info .bp-produkt-beschreibung {
		margin-top: 15px;
	}
	.bp-eshop.bp-main-content .product-info .product-cart {
		text-align: left;
	}
	.bp-eshop.bp-main-content .product-info .product-desc {
		padding: 0 0 10px 0;
	}
	.bp-eshop.bp-main-content .product-info .product-price, 
	.bp-eshop.bp-main-content .product-info .product-cart	{
		padding: 15px 0;
	}
	
}


@media (max-width: 480px) {
}








#merch .eshop-product .row {
	--bs-gutter-x: 0;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-image-block {
	float: left;
	width: 100px;
	padding: 0;
}

#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block {
	float: left;
	text-align: left;
	padding: 0 10px 0 15px;
}
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block h5, 
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block h5 a {
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price {
	margin-top: 5px;
}
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price span.price, 
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price span.eshop-sale-price  {
  font-weight: 600;
  font-size: 20px;
}

#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price .bp-mwst, 
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price .bp-mwst {
  font-size: 13px;
  line-height: 1.1;
}



#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons {
	float: right;
	width: 165px;
}

#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons a.btn.btn-primary, 
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons button.btn.btn-primary, 
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons input.btn.btn-primary {
	display: block; 
	width: 100%;
}

body#bp-body a.btn.btn-primary,
body#bp-body button.btn.btn-primary, 
body#bp-body input.btn.btn-primary {
	border: 1px solid #286757;
    background-color: #286757;
	color: #fff;
    text-decoration: none;
    padding: 7px 15px;
	display: inline-block;    
	border-radius: 0;
}
body#bp-body a.btn.btn-primary:hover,
body#bp-body a.btn.btn-primary:focus,
body#bp-body button.btn.btn-primary:hover,
body#bp-body button.btn.btn-primary:focus, 
body#bp-body input.btn.btn-primary:hover,
body#bp-body input.btn.btn-primary:focus {    
	border: 1px solid #286757;
    background-color: #fff;
	color: #286757;
	text-decoration: none;
}

#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons a.btn.button {
	border: 1px solid #286757;
    background-color: #286757;
	color: #fff;
    text-decoration: none;
    padding: 7px 15px;
	border-radius: 0;
	display: block;
}
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons a.btn.button:hover, 
#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons a.btn.button:focus {
	border: 1px solid #286757;
    background-color: #fff;
	color: #286757;
	text-decoration: none;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-image-block {
	  width: 70px;
	}
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block {
		padding: 0 0 0 8px;
		width: calc(100% - 70px)
	}
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block h5, 
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block h5 a {
		text-decoration: none;
		font-size: 16px;
		line-height: 22px;
	}
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-desc {
		line-height: 16px;
		font-size: 14px;
		display: block;
	}
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price span.price, 
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price span.eshop-sale-price  {
		font-size: 16px;
		line-height: 22px;
	}

	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price .bp-mwst, 
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-info-block .eshop-product-price .bp-mwst {
	  font-size: 12px;
	  line-height: 1.1;
	}

	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons {
		float: left;
		width: 100%;
	}
	#merch .eshop-product .row .eshop-product.col-md-12 .eshop-buttons .eshop-cart-area {
		margin: 15px 0 0 0;
		width: 165px;
	}

}


