
  /*****************************************************
  ** Titel........: Domain - norddeutschemafia.de
  ** Dateiname....: woocommerce.css
  ** Firma........: hf-netsolution e.K.
  ** Autor........: Heiko Frentz
  ** Homepage.....: https://www.hf-netsolution.com/
  ** Erstellt.....: 26.11.2025
  ** Kontakt......: mailto:support@hf-netsolution.com
  *****************************************************/

/*  #################
	## WooCommerce ##
	################# */

/* Shop */
.shop-content 				{ min-height: 600px; padding: 40px 0 60px 0; }
.shop-content p				{ margin-bottom: 1em; }

.woocommerce-info			{ border-top-color: #000; }
.woocommerce-info::before	{ color: #000; }

/* Einzelprodukt - Typo + Rahmen */
.woocommerce div.product .woocommerce-tabs ul.tabs 	{ margin: 0; }
.panel 											   	{ box-shadow: none; border-left: 1px solid #d3ced2; border-right: 1px solid #d3ced2; border-bottom: 1px solid #d3ced2; border-radius: 0px; }
.wc-tab h2 										   	{ padding: 20px 0 0 20px; font-size: 18px; color: #414142; margin: 0 0 1em; }
.wc-tab h3 										   	{ padding: 20px 0 0 20px; font-size: 18px; color: #414142; margin: 0 0 1em; }
.wc-tab p										   	{ padding-left: 20px; padding-right: 20px; }
.wc-tab table									   	{ padding-left: 20px; padding-right: 20px; }
.wc-tab .table > :not(caption) > * > * 				{ color: #414142; }
.woocommerce table.shop_attributes th   			{ padding: 8px 8px 8px 20px !important; text-transform: none; }
.woocommerce table.shop_attributes td   			{ padding: 8px !important; }
.label 											   	{ color: #050607; font-size: 15px; }

/* Tab: Zusätzliche Informationen: <p> Tag bei Produkteigenschaften ausblenden */
.wc-tab .woocommerce-product-attributes-item__value p	{ margin: 0; display: inline; }

/* Booking and Appointment: Suchformular */
.yith-wcan-filters .filters-container .btn 					{ font-family: 'Roboto', Helvetica, Arial, sans-serif; border: 0px; background-color: #000; color: #fff; margin-top: 0; padding: 8px 28px; font-size: 16px; font-weight: 400; text-transform: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: none; }
.yith-wcan-filters .filters-container .btn-primary:focus	{ background-color: #000 !important; color: #fff; box-shadow: none !important; }
.yith-wcan-filters .filters-container .btn-primary:active	{ background-color: #000 !important; color: #fff; box-shadow: none !important; }
.yith-wcan-filters .filters-container .btn-primary:hover	{ background-color: #3d3b32; color: #fff; }

/* Kategoriename in der nächsten Zeile platzieren */
.product_meta .posted_in 							{ display: block; }

/* Preisfarbe - Einzelprodukt */
.woocommerce div.product p.price,
.woocommerce div.product span.price 				{ color: #000; }

/* Preisfarbe - Shop */
.woocommerce ul.products li.product .price 			{ color: #000; }

/* Produktanzahl */
.woocommerce div.product .stock 					{ color: #414142; font-style: italic; }

/* Borderradius bei Tabs deaktivieren */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-Tabs-panel 				{ border-radius: 0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before	{ border-bottom-right-radius: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::after	{ border-bottom-left-radius: 0 !important; }


/* Buttons anpassen */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce .button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff !important;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.woocommerce .button:hover {
	color: #fff !important;
    background-color: #3d3b32 !important;
}

/* Produkt-Buttons im Block-Editor (z.B. "Produkte nach Kategorie") */
.wc-block-product a.button,
.wc-block-grid__products .wp-block-button__link,
.wc-block-grid__products .add_to_cart_button,
.wc-block-grid__product .wp-block-button__link,
.wp-block-woocommerce-product-button .wp-block-button__link {
    /* Bootstrap-Button-Styling */
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out;
}

.wc-block-product a.button:hover,
.wc-block-grid__products .wp-block-button__link:hover {
	color: #fff !important;
    background-color: #3d3b32 !important;
}

/*  ###############################
	## WooCommerce  - Mein Konto ##
	############################### */

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 1em;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f3fd";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bookings a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f133";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f291";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f019";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f2bb";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f09d";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f007";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f2f5";
    display: inline-block;
    font-weight: 900;
    width: 1em;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

/* Warenkorb - Button */
.woocommerce a.added_to_cart 				   			{ width: 100%; }
.wp-block-button a.added_to_cart 						{ width: 100%; display: block; }

/* Block-Button - Warenkorb */
.wc-block-cart .wc-block-components-button 				{ border-radius: 0; border: 0; background-color: #000; color: #fff; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.wc-block-cart .wc-block-components-button:hover 		{ background-color: #3d3b32; color: #fff; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

/* Block-Button - Kasse */
.wc-block-checkout .wc-block-components-button 			{ border-radius: 0; border: 0; background-color: #000; color: #fff; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.wc-block-checkout .wc-block-components-button:hover 	{ background-color: #3d3b32; color: #fff; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

/* Button */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt 						 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; border-radius: 0; background-color: #000; color: #fff; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #3d3b32; color: #fff; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button 										 { line-height: 18px; }

/* Variantenartikel - Deaktivierte Buttonfarbe */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover { background-color: #000; }

/* WooCommerce min height setzen für Titel in Produktlisten */
.woocommerce-loop-product__title						{ min-height: 60px; }
.wc-block-grid__product-title							{ min-height: 30px; }