/* Side by Side Buttons v2 */

/*
// -------------------------------------------------------------------
// WPS 
// -------------------------------------------------------------------
// Produktseite
// -------------------------------------------------------------------
// Merken, Vergleichen, Bewerten, FAQ-Buttons sollen bei mouseover
// nicht laenger werden. 
// -------------------------------------------------------------------
// Loesung: Deaktiviere die letter-spacing property
// -------------------------------------------------------------------
*/
.wps-productpage-tab-headline,
.wps-productpage-tab-subhead {
	text-align: center;
}

.wps-productpage-tab-headline {
	margin-top: 30px;
}


.wps-productpage-tab-subhead {
	margin-bottom: 30px;
}


/*
// -------------------------------------------------------------------
// WPS 
// -------------------------------------------------------------------
// Produktseite > Tabs > Sicherheit
// -------------------------------------------------------------------
// Sicherheitshinweise aus dem Shortcode des Plugins
// German Market formatieren
// -------------------------------------------------------------------
*/
span.german-market-gpsr-label,
span.german-market-gpsr-content {
	display: block;
}

span.german-market-gpsr-label {
	font-weight: bold;
}

span.german-market-gpsr-content {
	margin-bottom: 2rem;
}




/*
// -------------------------------------------------------------------
// WPS 
// -------------------------------------------------------------------
// Produktseite > German Market Plugin
// -------------------------------------------------------------------
// PROBLEM
// Irgendwo werden die Sicherheithinweise geechoed
// Sie erscheinen zu Beginn des Bodies
// https://marketpress.de/dokumentation/german-market/produktdaten/shortcodes-fuer-produktdaten/#ausgabe-der-zusaetzlichen-produktdaten-von-german-market
// -------------------------------------------------------------------
// WORKAROUND/TEMPORÄR
// Sicherheitshinweise aus dem Shortcode des Plugins
// German Market via ausblenden
// -------------------------------------------------------------------
*/

/* .                     german-market-summary-gpsr */
body.single-product span.german-market-summary-gpsr
{
	display: none;
}


/*
// -------------------------------------------------------------------
// WPS 
// -------------------------------------------------------------------
// Produktseite > Tabs > Upsell
// Produktseite > Tabs > Crosssell
// -------------------------------------------------------------------
// Hide Headline Upsell:  "Das koennte dir auch gefallen"
// -------------------------------------------------------------------
// Hide Headline Crosssell: "Bist du vielleicht interessiert"
// -------------------------------------------------------------------
*/
div.et_pb_module.et_pb_wc_upsells section.up-sells.upsells.products > h2
{
	display: none;
}


/*
// -------------------------------------------------------------------
// WPS 
// -------------------------------------------------------------------
// WOO > PRODUKTSEITE > PREIS
// -------------------------------------------------------------------
// THEME
// -------------------------------------------------------------------
// - Vorgaengeragentur: Hat styles manuell ueberschrieben
// - In divi sollte es aber mit den module styles gemacht werden
// -------------------------------------------------------------------
// Fazit: 
// - Wir ueberschreiben hier jetzt auch. 
// -------------------------------------------------------------------
// CODE
// 	<p class="price">
// 	
// 		<!-- STREICHPREIS -->
// 		<span class="wgm-sale-label">UVP:</span> 
// 		<del aria-hidden="true">
// 			<span class="woocommerce-Price-amount amount">
// 				<bdi>2.299,00&nbsp;
// 					<span class="woocommerce-Price-currencySymbol">€</span>
// 				</bdi>
// 			</span>
// 		</del>
// 		<span class="screen-reader-text">Ursprünglicher Preis war: 2.299,00&nbsp;€</span>
// 	
// 		<!-- AKTUELLER PREIS -->
// 		<ins aria-hidden="true">
// 			<span class="woocommerce-Price-amount amount">
// 				<bdi>1.999,00&nbsp;
// 					<span class="woocommerce-Price-currencySymbol">€</span>
// 				</bdi>
// 			</span>
// 		</ins>
// 		<span class="screen-reader-text">Aktueller Preis ist: 1.999,00&nbsp;€.</span>
// 	</p>
// -------------------------------------------------------------------
*/

/* AKTUELLER PREIS                                                  */
/* ACHTUNG! ADD SELECTOR ".single-product"                          */
/* SONST DAS WIRKT SICH DAS AUCH AUF DIE FONT-SIZE IM LISTVIEW AUS! */

/* VK mit Streichpreis */
.wps-singleview-price .price>ins>.woocommerce-Price-amount.amount>bdi,
.wps-singleview-price .price>ins>.woocommerce-Price-amount.amount>bdi>span.woocommerce-Price-currencySymbol,

/* VK ohne Streichpreis */
.wps-singleview-price .price>    .woocommerce-Price-amount.amount>bdi,
.wps-singleview-price .price>    .woocommerce-Price-amount.amount>bdi>span.woocommerce-Price-currencySymbol 
{
	/* Gleiche Groesse wie die H1 mit der Produktbezeichnung */
	font-family: Manrope-ExtraBold, Helvetica, Arial, Lucida, sans-serif;

	font-weight: 400;

	font-size: 32px;
	line-height: 1.1;
	padding-bottom: 5px !important;

	/* outline: 5px dashed yellowgreen;  */

}

.wps-singleview-price .price {
	padding-bottom: 0;
}

.wgm-info.shipping_de.shipping_de_string 
{
	display:block;
	margin-top: 0;
	font-size: 12px;
	line-height: 14px;
	color: #231F20;
	/* color: var(--wps-copy); */
}



/* STREICH PREIS */
/* Label greift, Preis nicht */
/*
.price>.wgm-sale-label {
	font-family: 'Manrope-all' !important;
	font-size: 10px !important;
}
*/

/* STREICH PREIS - LABEL "UVP" */
.wps-singleview-price .price > .wgm-sale-label 
{
	font-family: 'Manrope-all' !important;
	font-size: 10px !important;

	line-height: 1;

	/* outline: 5px dashed skyblue; */
}

/* Remove float */
.wps-singleview-price .price > del
{
	line-height: 1;
	/* outline: 5px dashed purple; */
}






/*
.price > .wgm-sale-label,
.price > del > woocommerce-Price-amount.amount > bdi,
.price > del > woocommerce-Price-amount.amount > bdi > span.woocommerce-Price-currencySymbol
{
	outline: 5px dashed skyblue;
}
*/



/*
// -------------------------------------------------------------------
// WPS 
// -------------------------------------------------------------------
// WOO > PRODUKTSEITE > PREIS
// -------------------------------------------------------------------
// LAYOUT (REMOVE FLOATS)
// -------------------------------------------------------------------
// CODE
// 	<p class="price">
// 	
// 		<!-- STREICHPREIS -->
// 		<span class="wgm-sale-label">UVP:</span> 
// 		<del aria-hidden="true">
// 			<span class="woocommerce-Price-amount amount">
// 				<bdi>2.299,00&nbsp;
// 					<span class="woocommerce-Price-currencySymbol">€</span>
// 				</bdi>
// 			</span>
// 		</del>
// 		<span class="screen-reader-text">Ursprünglicher Preis war: 2.299,00&nbsp;€</span>
// 	
// 		<!-- AKTUELLER PREIS -->
// 		<ins aria-hidden="true">
// 			<span class="woocommerce-Price-amount amount">
// 				<bdi>1.999,00&nbsp;
// 					<span class="woocommerce-Price-currencySymbol">€</span>
// 				</bdi>
// 			</span>
// 		</ins>
// 		<span class="screen-reader-text">Aktueller Preis ist: 1.999,00&nbsp;€.</span>
//
// 	</p>
// -------------------------------------------------------------------
*/

/* AKTUELLER PREIS                                                  */
/* ACHTUNG! ADD SELECTOR ".single-product"                          */
/* SONST DAS WIRKT SICH DAS AUCH AUF DIE FONT-SIZE IM LISTVIEW AUS! */
.wps-singleview-price .price>ins>.woocommerce-Price-amount.amount>bdi
{
	float:none;
	clear:both;
	/* outline: 5px dashed yellowgreen; */
}


/*
.wps-singleview-price .price>ins>.woocommerce-Price-amount.amount>bdi>span.woocommerce-Price-currencySymbol 
{
	outline: 5px dashed olivedrab;
}
*/

/* This is the container block for the price + currency */
/* Make it display block */
.wps-singleview-price .price>ins
{
	/* outline: 5px dashed darkgreen; */
	display:block!important;
}



/*
.wps-singleview-price .price {
}

.wgm-info.shipping_de.shipping_de_string {
}
*/


/* STREICH PREIS - LABEL "UVP" */
.wps-singleview-price .price > .wgm-sale-label 
{
	/* outline: 5px dashed skyblue; */
	float:none;
	clear:both;

	/* display:block!important; */
}

/* Remove float */
.wps-singleview-price .price > del
{
	/* outline: 5px dashed purple; */
	float:none;
	clear:both;

	/* display:block!important; */

}

/*
.wps-singleview-price .price > del > woocommerce-Price-amount.amount > bdi,
.wps-singleview-price .price > del > woocommerce-Price-amount.amount > bdi > span.woocommerce-Price-currencySymbol
{
}
*/





/*
// -------------------------------------------------------------------
// Verfügbar bei Nachbestellung
// -------------------------------------------------------------------
// - Hide
// -------------------------------------------------------------------
*/
body.single-product .stock.available-on-backorder
{
	display: none;
}
