/* --------------------------------- */
/* -----------WOOCOMMERCE----------- */
/* --------------------------------- */

.related {
	clear: both;
}

.woocommerce-page .content .h-section .page-title,
.woocommerce .content .h-section .page-title {
	display: block;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedada;
	margin-bottom: 20px;
}

/* WooCommerce Hintergrund Kaufabwicklung */
.woocommerce-page .content .h-section {
	background-color: #fff;
}

/* ----Header-Bild-Shopbereich on/off---
.single-product div#hero {
display:none!important;
}---*/

.woocommerce-page .content .h-section {
	background-color: #red !Important;
}


/* ----------- Warenkobsymbol ---------------------- */
/* Beispiel-CSS für das Warenkorbsymbol */
.cart-contents::after {
    content: ' Artikel';
	color: #fff;
}

.cart-contents {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	margin-right: 10px;
	text-align: right;
}

.cart-icon {
	color: #fff;
    background-image: url('uploads/einkaufs-tasche.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
	text-decoration: none;
}

@media (max-width: 1039px) { 
.cart-contents {
	margin-top: 30px;
	text-align: center;
}


}

/* ----------- Produktübersicht ---------------------- */

/* Verstecke Anzahl der Artikel hinter den Kategorien */
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-loop-category__title mark {
	display: none;
}

ul.products li.product-category {	
}


ul.products li.product a h2 {
	font-family: open sans !Important;
	font-weight: bold !Important;
	color: #000 !Important;
	font-size: 26px !Important;
	text-transform: uppercase !Important;
}

ul.grundpreis-overview li {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 14px;
	color: #8897b0;
}

.wp-block-search__inside-wrapper .wp-block-search__input-1 {
	display: block;
}

span.onsale {
	background-color: #000000 !Important;
}

h2.woocommerce-loop-product__title {
	color: #005848 !Important;
	padding: 0px 30px 0px 30px !Important;
}

.woo-sidebar-left .product-sidebar {
	padding-right: 30px !Important;
	padding-left: 0px !Important;
}

.wc-search-si {
	margin-bottom: 0 !Important;
}

.widget_search {
	border: 1px solid #000000 !Important;
	border-radius: 0 !Important;
}

.wp-block-search__inside-wrapper #wp-block-search__input-1 {
	background-color: #fff !Important;
	border: 1px solid #dbe7e5 !Important;
	height: 44px !Important;
}

.woocommerce .widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
	display: inline-block !Important;
}

/* ----------- Single-Product-Template ---------------------- */

div.product-type-simple {
	border: 0 !Important;
}

.related li.product-type-simple {
	border: 1px solid #e0e1e1 !Important;
}

.related li.product-type-simple .price del {
	font-size: 0.8em !Important;
}
/* ----------- Headline Related Products in Single-Product-Template ---------------------- */

.related h2:first-child  {
	font-family: Roboto Slab!Important;
	font-weight: 600 !Important;
	border-top: 1px solid #e0e1e1;
	padding-top: 30px;
	margin-top: 15px;
	font-size: 1.5rem;
	text-transform: uppercase!Important;
}

.single-product.woocommerce-page .price del {
	font-size: 2.6em !Important;
}

a.weinexpertise-button {
	border-radius: 10px;
	border: 1px solid #e0e1e1;
	padding: 10px;
	display: inline-block;
	margin-bottom: 30px;
}

a.weinexpertise-button:hover {
	background-color: #005848;
	color: #fff;
}

p.wcsob_soldout_text {
	display: inline-block;
	background-color: #B39D61;
	color: #fff;
	padding: 15px;
}



/* ----------- Titel in Single-Product-Template ---------------------- */
.single-product.woocommerce-page .product .product_title {
	display: inline-block;
}

/* ----------- Beschreibung Zusatzinfos Tabs + Ausblenden diverser Infos ---------------------- */
.woocommerce-tabs,
.skipintro-hidden {
	display: none;
}

.woocommerce-product-attributes-item--weight {
	display: none;
}


/* ----------- Preis in Single-Product-Template ---------------------- */
.entry-summary p.price .woocommerce-Price-amount bdi {
	color: #5B7674;
	font-size: 32px;
	font-family: Noto Sans;
}

/* ----------- Abbildung in Single-Product-Template ---------------------- */
.woocommerce-product-gallery__image {
	border: 1px solid #e0e1e1;
}

.woocommerce-product-gallery p {
	color: #7f7f7f;
}

/* ----------- Grundpreis in Übersicht ---------------------- */
.si-product-meta-top p.wc-gzd-additional-info *,
p.price {
	font-size: 12px !Important;
	color: #7f7f7f !Important;
}

/* ----------- Angabe Lagerbestand ---------------------- */
.in-stock {
	color: #c01f10 !Important;
	margin-left: 5px;
}

/* ----------- Anpassung Germanized ---------------------- */

p.wc-gzd-additional-info {
	display: none !Important;
}

.skipintro-preisinfos p.wc-gzd-additional-info {
	display: block !Important;
}

.grundpreis {
	list-style: none;
}

.grundpreis li {
	border-top: 1px solid #e0e1e1;
	padding: 5px;
}


/* ----------- Tabelle im Single-Product-Template + Nährwerttabelle ---------------------- */

.woocommerce-product-attributes,
.si-food table {
	border: 1px solid #e0e1e1 !Important;
	border-collapse: collapse !important;
}

.woocommerce-product-attributes th {
	background-color: white !Important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	width: auto !Important;
	font-style: normal;
	padding: 5px !Important;
	line-height: 100%;
	font-size: 14px !Important;
	color: #7f7f7f !Important;
	border: 0;
}

.woocommerce-product-details__short-description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.si-food table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.si-food summary {
	border: 1px solid #e0e1e1 !Important;
	background-color: #ffffff !Important;
	padding: 10px;
}


.si-food table td {
	width: auto !Important;
	border: 1px solid #e0e1e1 !Important;
	font-size: 12px !Important;
	color: #7f7f7f !Important;
	padding: 10px;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
	margin: 0;
}

.woocommerce table.shop_attributes th {
	font-weight: 400 !Important;
}

.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
	background-color: #f3f4f7 !Important;
}


/* --------------------------------- */
.shop-hint-versand {
	text-align: center !Important;
	margin-bottom: 20px;
}


/* -------------- Warenkorb-Ablauf ------------------- */

.woocommerce-message,
.woocommerce-info {
	background-color: #000000 !Important;
	color: #ffffff !Important;
}

.woocommerce-info::before, .woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none!Important;
}

.woocommerce-info {
	padding-left: 1em !Important;
}

.woocommerce-info a.showcoupon {
	color: #ffffff;
}

.woocommerce table.shop_table tfoot th {
	font-weight: 300;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	color: #000 !Important;
}

td.product-name {
	max-width: 150px;
}

.cart_totals h2:first-child  {
	font-family: Roboto Slab!Important;
	font-weight: 600 !Important;
	padding-top: 30px;
	margin-top: 15px;
	font-size: 1.5rem;
	text-transform: uppercase!Important;
}

/* --------------Kunden-Backend------------------- */
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a::before {
	fill: red !Important;
}


/* --------------------------------- */
/* -------ENDE WOOCOMMERCE---------- */
/* --------------------------------- */