/* Beitragsbild abrunden */
.woocommerce-product-gallery div {
	border-radius: 10px !important;
}

/* "in den Warenkorb" Button formatieren */
#SingleProductTemplate form.cart {
  padding: 0 !important;
}

#SingleProductTemplate .quantity {
  min-width: 0 !important;
}

#SingleProductTemplate .quantity input[type="number"] {
  border-top: 1px solid #082E4C !important;
	border-bottom: 1px solid #082E4C !important;
	border-left: 1px solid #082E4C !important;
	border-right: none !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* eingabefeld für anzahl: text zentrieren */
#SingleProductTemplate input {
	padding-right: 5px !important;
}

#SingleProductTemplate .quantity .minus,
#SingleProductTemplate .quantity .plus {
  display: none !important;
}

#SingleProductTemplate th.woocommerce-product-attributes-item__label {
  padding-left: 0px !important;
}



/* Single Product: Striche unter und über "in den warenkorb" Button */
.woocommerce div.product form.cart {
	border: none !important;
	margin: 0px !important;
}


@media (min-width: 769px) {
	/* margin unter Produktbild entfernen */
	.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
    	margin-bottom: 0px !important;
  	}
}




