/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

@media (max-width: 767.98px) {
	#image_wrapper {margin-bottom: 0}
	#image_wrapper #gallery {margin-bottom: 1rem}
	.breadcrumb-wrapper {margin-bottom: 0}
	#add-to-cart .btn .btn-basket-check span {display:inline-block}
	#product-offer .product-info .product-offer>.row {margin-bottom: 0.5rem;}
	.price_wrapper{margin-bottom:0}
	#add-to-cart {margin-top:0}
	#product-offer .product-info .stock-information{margin-top:0}
}

.xx_mobile .price,.h1{margin-bottom:0}
.price_wrapper{margin-bottom:0}
#product-offer .product-info .stock-information{border:none}
#product-offer .product-info .stock-information.stock-information-p{padding-top:0}
.estimated-delivery {cursor:default}

.xx-ship-table {
	border-collapse: collapse; 
	border-color: rgb(52, 73, 94); 
	border-style: solid;
	td{
		text-align: left;
		
	}
	
}