/*
Theme Name: Jaroti Child
Theme URI: https://demo.theme-sky.com/jaroti/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: jaroti
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: jaroti-child
*/

.green {
	color: green!important;
}

.red {
	color: red!important;
}


/* === WooCommerce Tabs === */
@media screen and (max-width: 1600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    font-size: 18px; 
  }
}


/* === Trusted Shops & Bewertungen === */

div[id^="trustbadge-container"] {
  z-index: 99990 !important;
}


/* === Warenkorb Einstellungen === */
#ts-ajax-add-to-cart-message {
    display: none !important;
}

@media (max-width: 767px) {
  #ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove {
    right: 14px !important;
  }
}


/* === Dropdown-Menüs === */
.shopping-cart-wrapper:hover .cart-dropdown-form {
    display: none !important;
}


/* === Header Einstellungen === */
.header-store-notice1 {
  display: flex;
  gap: 24px;
  justify-content: left;
  margin-right: 10px;
}

.header-store-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header-store-icon1 {
  width: 12px;
  height: 12px;
  vertical-align: middle;
	margin-top: -1px;
}


/* === Mobile Optimierungen === */
@media (max-width: 768px) {

/* === Header Einstellungen === */
  .header-store-notice1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
	margin-right: 0px;
  }

  .header-store-item {
    justify-content: flex-start;
    width: 100%;
    white-space: normal;
  }

  .header-store-icon1 {
    width: 10px;
    height: 12px;
    content: url('https://goldwille.de/wp-content/uploads/2025/06/check-mark-white.png');
		margin-right: 2px;
  }
}

/* Bestellung aufgegeben Seite Optik */

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 25px;
    font-size: 16px;
    text-align: center;
    background-color: #F6EED7;
	  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 14px;
    }
}


.woocommerce .woocommerce-order-details {
	border: 2px solid #AF8F47;
	padding: 30px;
	border-radius: 30px;
}

@media only screen and (max-width: 767px) {
	.woocommerce .woocommerce-order-details {
		padding: 25px;
	}
}


.woocommerce ul.order_details li {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.order_details li {
        font-size: 14px !important;
        padding-left: 20px;
				padding-right: 20px;
        border-width: 0px;
    }

    .woocommerce ul.order_details li:first-child {
        padding-top: 20px;
    }

    .woocommerce ul.order_details li:last-child {
        padding-bottom: 15px;
    }
}


body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.product-total,
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    text-align: right !important;
}

body.woocommerce-order-received .woocommerce table.shop_table td.product-name {
    text-align: start !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 100% !important;
        margin-bottom: 10px;
        text-align: left !important;
    }	
}


/* === Trusted Shops & Bewertungen === */
.trustedShopsWidget.trustedShopsProductWidget {
  pointer-events: none;
  cursor: default;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .trustedShopsWidget.trustedShopsProductWidget {
    display: block !important;
    pointer-events: none;
    cursor: default;
		margin-bottom: 5px !important;
  }
}



/* === Produktseite Einstellungen === */


@media only screen and (min-width: 2525px) {
  .woocommerce div.product .product-images-summary div.summary {
    width: 34.5% !important;
  }
}

@media only screen and (min-width: 1600px) {
    .woocommerce div.product .product-images-summary div.summary {
        width: 34.5% !important
    }
}


div.product .summary .ts-social-sharing {
 display: none;
 border-top
}

@media (max-width: 767px) {
  .ts-payment-logos {
		width: 100%;
    padding-top: 25px;
    border-top: 1px solid rgba(235, 235, 235, 1);
    padding-bottom: 10px;
		margin-top: 25px;
  }
}



.kurs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.kurs-ueberschrift {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.kurs-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.kurs-symbol {
  font-size: 16px;
}

.kurs-fallen {
  color: #40bf52;
}

.kurs-steigen {
  color: #ff4d4d;
}

.kurs-text {
  font-size: 14px;
}

@media (max-width: 767px) {
  .kurs-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .kurs-wrapper > .kurs-ueberschrift {
    width: 100%;
    margin-bottom: -10px;
  }

  .kurs-wrapper > .kurs-item {
    display: inline-flex;
  }

  .kurs-text {
    color: #848484;
    font-size: 12.5px;
  }
}

.custom-list-item p {
  margin: 0;
}

.custom-list {
  padding: 30px 30px 20px 25px;
  margin: 20px 0;
  background-color: #fbfbfb;
  border-radius: 0px;
	font-size: 0;
}

@media (max-width: 767px) {
  .custom-list {
    max-width: 100%;
    padding: 20px 15px;
		margin-top: 10px;
  }
}

.custom-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-wrap: nowrap;
  gap: 8px;
  letter-spacing: 0.2px;
}

.custom-list-item img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 5px;
  flex-shrink: 0;
}

.custom-list-item .custom-list-text {
  display: block;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  flex: 1;
  font-size: 14px;
  line-height: 1.45;
  color: #222;
  margin: 0;
}

.custom-list-item .custom-list-text strong {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .custom-list-item:last-child {
    margin-bottom: 0;
  }
	
	.custom-list-item .custom-list-text {
		font-size: 13px;
}
	.custom-list-item {
		gap: 6px;
	}
}	





/* === Kassenseite Einstellungen === */
li.payment_method_ppcp_card label img {
	max-height: 22px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    float: right;
}



/* === Checkout Einstellungen === */
.woocommerce-checkout #payment div.payment_box.payment_method_ppcp_card::before {
    display: none;
}

li.payment_method_ppcp label:first-of-type img {
	max-height: 22px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout #payment div.payment_box {
    font-size: 12px;
		line-height: 18px;
  }
}


/* === Produktseite Einstellungen === */



/* === Beratungsbereich === */
.goldwille-beratung .phone-icon {
		width: 23px;
		height: 23px;
    vertical-align: middle;
    margin-right: 8px;
	  border-radius: 0%;
}


.goldwille-beratung {
    padding: 30px !important;
		background-color: #fbfbfb;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.goldwille-beratung img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    flex-shrink: 0;
}

.goldwille-beratung .beratung-text {
    flex: 1;
    min-width: 200px;
}

.goldwille-beratung .phone {
    font-size: 20px;
    font-weight: bold;
    color: green;
}

.goldwille-beratung .phone a {
    color: green;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
    .goldwille-beratung {
				margin-top: 25px !important;
				border-top: 0px;
        flex-direction: column;
        text-align: center;
				margin-bottom: 0px !important;
    }

    .goldwille-beratung img {
				margin-top: 5px;
        margin-bottom: 5px;
    }

    .goldwille-beratung .beratung-text {
        text-align: center;
    }
}


/* === Mobile Optimierungen === */
@media (max-width: 768px) {
    .columns-2 .list-posts article {
        margin-bottom: 50px !important;
    }
}


@media (max-width: 768px) {
  .custom-spacer-mein-konto {
    height: 40px !important;
  }
}


/* === Mein Konto Einstellungen === */

body.logged-in .mein-konto-layout-register {
    display: none;
}



/* === Warenkorb Einstellungen === */
.woocommerce-cart .cart-collaterals .cart_totals table td {text-align: end !important;}


/* === Produktseite Einstellungen === */
@media only screen and (max-width: 767px) {
    .woocommerce table.shop_table_responsive.cart tr td.product-name::before, .woocommerce-page table.shop_table_responsive.cart tr td.product-name::before {
        display: none !important;
    }
}

.wc-ppcp-product-payments__container:not(top) {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* === Versand Einstellungen === */

#order_review table.shop_table ul#shipping_method
{text-align: end !important;} {
}


/* === Externe Skripte === */
.woocommerce-shipping-methods p.shipping-method-description {
    font-weight: normal !important;
}


/* Kategoriebeschriebung Container Handy  */

@media (max-width: 768px) {
	
	.seo-text-toggle {
	border-bottom: 1px solid rgba(235,235,235,1);	
  }
	

/* === Mobile Optimierungen === */
  .mobile-toggle-wrapper .toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .mobile-toggle-wrapper.active .toggle-content {
    max-height: 1000px;
  }


/* === Button Einstellungen === */
  .mobile-toggle-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #555555;
    font-weight: 600;
    cursor: pointer;
  }


/* === Externe Skripte === */
  .term-description {
    visibility: hidden;
  }
}

@media (min-width: 769px) {

/* === Mobile Optimierungen === */
  .mobile-toggle-button {
    display: none;
  }
}


/* === Button Einstellungen === */
.mobile-toggle-button .chevron {
  margin-left: 0px;
  font-size: 8px;
  line-height: 1;
  position: relative;
  top: 1px;
}


/* Kategoriebeschriebung h2 Überschrift Shop  */

/* === Externe Skripte === */
.breadcrumb-title-wrapper .term-description h2 {
  font-size: 18px;
  color: #010101;
  margin-bottom: 0px;
	letter-spacing: 0.2px;
	font-weight: 700;
}

.breadcrumb-title-wrapper .term-description .text-content > p {
    font-size: 14px;
}

@media screen and (min-width: 1440px) {
    .breadcrumb-title-wrapper .term-description .text-content > p {
        font-size: 15px;
    }
}


@media (max-width: 768px) {
  .breadcrumb-title-wrapper .term-description h2 {
    font-size: 16px;
    color: #af8f47;
    margin-bottom: 4px;
    line-height: 1.6;
  }
	.breadcrumb-title-wrapper .term-description .text-content > p {
		font-size: 12px;
		line-height: 1.8;
		color: #555;
	}
}

/* Kategoriebeschriebung h2 Überschrift Shop Ende  */



/* === Button Einstellungen === */

button#place_order {
    text-transform: none;
}



/* === Produktseite Einstellungen === */


/* === Header Einstellungen === */
.header-top {
    background-color: #ffffff;
    border-color: #ebebeb;
    color: #000000;
}

.header-top ul.menu li a:hover {
    color: #AF8F47;
}

.ts-header-help-title a:hover {
    color: #AF8F47 !important;
}

.header-top nav > ul.menu > li.current-menu-item > a {
    color: #AF8F47 !important;
}

@media only screen and (min-width: 1921px) {
    .custom-header-left {
        font-size: 12.5px;
    }
	
     .ts-header .header-top nav > ul.menu > li > a, .ts-header .header-top nav > ul > li > a {
    font-size: 13px;
    }

    .custom-header-right {
        font-size: 13.5px;
    }

    .custom-amazon-logo {
        height: 18px !important;
    }
}

@media (max-width: 1024px) {
    .custom-header-right {
        display: none !important;
    }
}


.custom-amazon-logo {
  vertical-align: middle;
  margin-top: 7px;
  height: 18px;
}



/* === Produktseite Einstellungen === */


/* === WooCommerce Tabs === */
.woocommerce-Tabs-panel ul li {
    padding-left: 2em;
    text-indent: -1.4em;
}

@media only screen and (max-width: 767px) {
    .woocommerce-Tabs-panel ul li {
        font-size: 15px !important;
        margin-bottom: 2px !important;
        margin-left: -5px;
    }
}

@media only screen and (min-width: 1200px) {
    .woocommerce-Tabs-panel h2 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-Tabs-panel h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.6px;
    }
}

.woocommerce-Tabs-panel h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.woocommerce-Tabs-panel.no-paragraph-spacing p {
    margin-bottom: 0 !important;
}


.woocommerce-Tabs-panel ul {
    margin-bottom: 30px;
}

.woocommerce-Tabs-panel ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.woocommerce-Tabs-panel p {
    font-size: 16px;
}


/* === Mobile Optimierungen === */
@media only screen and (max-width: 767px) {

/* === WooCommerce Tabs === */
    .woocommerce-Tabs-panel p {
        font-size: 14px !important;
    }
}


/* === Filter & Sortierung === */

@media only screen and (max-width: 1279px) {

/* === Dropdown-Menüs === */
    #main-content.ts-col-24.style-dropdown .before-loop-wrapper {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    #main-content.ts-col-24.style-dropdown .product-on-sale-form {
        order: 3 !important;
        margin-top: 10px !important;
        width: 100% !important;
        display: block !important;
    }

    #main-content.ts-col-24.style-dropdown .woocommerce-ordering {
        order: 2 !important;
        margin-left: auto !important;
        display: block !important;
    }


/* === Filter & Sortierung === */
    #main-content.ts-col-24.style-dropdown .ts-filter-widget-area-button {
        order: 1 !important;
        display: block !important;
    }
}

    /* Anpassungen für das Label "Angebote anzeigen" */
@media only screen and (max-width: 1279px) {

/* === Dropdown-Menüs === */
    #main-content.ts-col-24.style-dropdown .product-on-sale-form label::before {
        width: 14px !important;
        height: 14px !important;
        border: 1px solid #767676 !important;
        border-radius: 3px !important;
        vertical-align: middle !important;
        display: inline-block !important;
        margin-right: 9px !important;
        margin-left: 4px !important;
        margin-top: -2px !important;
    }

    #main-content.ts-col-24.style-dropdown .product-on-sale-form label {
        font-size: 12px !important; 
        font-weight: normal !important; 
        color: #555 !important;
        vertical-align: middle !important;
        text-transform: none !important;
}
}

.flashsale-product .flashsale-price .price del
{margin-top: 5px! important;}
	
	

/* === Kassenseite Einstellungen === */
input[type="date"] {
    border: 1px solid #CBCBCB;
    border-radius: 50px;
    padding: 12px 26px;
}



@media only screen and (min-width: 1280px) and (max-width: 1600px) {

/* === Elementor Widgets === */
    body .elementor-element.elementor-widget-text-editor.md-custom-padding > .elementor-widget-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
.elementor-element-4c3225a3 .woocommerce .products .product-category .product-wrapper {
		border-radius: 0px 50px 0px 0px;}


.elementor-element-60b72f69 .woocommerce .products .product-category .product-wrapper {
		border-radius: 50px 0px 0px 0px;
}
}

/* Hover-Effekte */

/* === Filter & Sortierung === */
.ts-active-filters .widget_layered_nav_filters ul li a:hover::after {
    color: white;
}


/* === Mobile Optimierungen === */
@media only screen and (max-width: 767px) {

/* === Header Einstellungen === */
    .entry-header header > .entry-title {
        line-height: 1.1em;
    }
}

/* Hover-Farbe für Hilfe-Titel */
.ts-header-help-title a:hover {
    color: rgba(200,200,200,1);
}

/* Checkbox-Stil */
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
    color: #000000;
}


/* === Meta Informationen === */
.entry-meta-top {
    text-transform: none;
}

/* Hintergrund und Textfarbe */
.social-icons .ts-tooltip, body blockquote {
    background-color: #F6EED7;
    color: rgba(0,0,0,1);
}

/* Einzelne verwandte Wrapper */
.single-related-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    border-width: 1px 0 0;
    border-style: solid;
}

/* Testimonial-Wrapper */
.ts-testimonial-wrapper blockquote > * :not(.content) {
    margin-bottom: 10px;
    cursor: default;
    text-decoration: none;
    color: #fff;
}

.ts-team-members .image-thumbnail img {
    cursor: default;
    text-decoration: none;
}

@media only screen and (max-width: 1279px) {
    .ts-testimonial-wrapper blockquote .content {
        font-size: 14px;
    }
}

.ts-testimonial-wrapper.text-light blockquote .author-role > *, .ts-testimonial-wrapper.text-light blockquote > *:not(.rating) {
    font-size: 18px;
    color: #BABABA;
}


/* === Button Einstellungen === */
body .swiper-button-next, body .swiper-button-prev {
    margin: 5px;
}

@media (max-width: 768px) {
  body .swiper .swiper-button-prev,
  body .swiper .swiper-button-next {
    display: none !important;
  }
}


/* Kontaktformular-Stil */
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    padding-bottom: 20px;
}

.wpcf7 p {
    padding: 0;
    margin-bottom: 20px;
}

/* Zahlungsoptionen */

/* === Checkout Einstellungen === */
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding: 0 0 30px 0;
}

.wc-block-components-notice-banner.is-info {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.wc-block-components-notice-banner.is-info > svg, .wc-block-components-notice-banner.is-success > svg, .wc-block-components-notice-banner.is-error > svg {
    display: none;
}

.wc-block-components-notice-banner {
    font-size: 14px !important;
}

@media only screen and (max-width: 767px) {
    .wc-block-components-notice-banner {
        font-size: 12px !important;
    }
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
    padding-right: 0;
    margin-left: -15px;
}

.wc-block-components-notice-banner.is-success > svg {
    background-color: #4ab866;
    margin-right: 15px;
}

.wc-block-components-notice-banner.is-error > svg {
    background-color: #cc1818;
    transform: rotate(180deg);
    margin-right: 15px;
}


/* === Dropdown-Menüs === */
.my-account-wrapper .dropdown-container {
    width: 370px;
}



/* === Produktseite Einstellungen === */
@media only screen and (max-width: 991px) {

/* === Meta Informationen === */
    .ts-special-product-wrapper .product .meta-wrapper {
        width: 100%;
        flex: none;
        text-align: center;
        padding: 53px 30px 60px;
        border-width: 0;
        border-style: solid;
    }


/* === Externe Skripte === */
    .woocommerce .product-category .meta-wrapper .description {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.6px;
    }
}

/* Variationen zurücksetzen */
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}


/* === Gutscheinfeld Einstellungen === */

/* === Button Einstellungen === */
.woocommerce table.cart td.actions .coupon .button {
    position: static;
    right: 0px;
    padding-left: 5px;
    padding-right: 0px;
    top: 1px;
    color: inherit;
    width: auto;
    min-width: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
}


/* === Checkout Einstellungen === */

/* === Button Einstellungen === */
a.checkout-button.button.alt.wc-forward {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Kommentarzähler ausblenden */
.comment-count {
    display: none;
}

/* Geschenkverpackung */
#gift_wrap_option {
    padding: 15px 0 0 0;
}

#gift_wrap_option label {
    font-size: 14px;
    font-weight: normal;
    color: #010101;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

#gift_wrap_option input[type="checkbox"] {
    margin-right: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #848484;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gift_wrap_option input[type="checkbox"]:checked {
    border-color: #0375FB;
}

#gift_wrap_option input[type="checkbox"]:checked::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #0375FB;
    border-radius: 50%;
    display: block;
}

#gift_wrap_option input[type="checkbox"]:checked:hover {
    border-color: #225dcb;
}

#gift_wrap_option input[type="checkbox"]:hover::before {
    background-color: #225dcb;
}

@media only screen and (max-width: 767px) {
    #gift_wrap_option label {
        font-size: 14px;
        font-weight: normal;
        color: #010101;
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    #gift_wrap_option input[type="checkbox"] {
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #848484;
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #gift_wrap_option input[type="checkbox"]:checked {
        border-color: #0375FB;
    }

    #gift_wrap_option input[type="checkbox"]:checked::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #0375FB;
        border-radius: 50%;
        display: block;
    }

    #gift_wrap_option input[type="checkbox"]:checked:hover {
        border-color: #225dcb;
    }

    #gift_wrap_option input[type="checkbox"]:hover::before {
        background-color: #225dcb;
    }

    #gift_wrap_option {
        padding: 15px 0 0 0;
    }
}


/* === Produktseite Einstellungen === */

@media only screen and (max-width: 767px) {
    .woocommerce div.product .related.products {
        margin: 0 auto 60px auto !important; /* Angepasste Margin für kleinere Bildschirme */
    }
}


/* === WooCommerce Tabs === */

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page .widget-container .widget-title-wrapper .widget-title:after {
    border-color: #AF8F47 !important;
}


/* === Produktseite Einstellungen === */

/* Verschiedenes */
.wc-ppcp-payment-method__container .wc-ppcp-popup__container img {
    height: 56px;
    max-height: 77px;
    max-width: 150px;
    width: 110px;
    display: none;
}

.wc-ppcp-payment-method__container .wc-ppcp-popup__container p {
    flex: 1 1 100%;
    margin-top: 10px;
    text-align: left;
}

.woocommerce ul#shipping_method li label .woocommerce-Price-amount {
    line-height: inherit !important;
    font-weight: 700;
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar {
        padding: 20px 0;
        padding-right: 20px !important;
    }
}

.wc-ppcp-payment-method__container .wc-ppcp-popup__container p {
    flex: 1 1 100%;
    margin-top: 0px;
    text-align: left;
}

#to-top {
    z-index: 2000000000;
}

/* Geschenkverpackungsfeld anpassen */
#gift_wrap_option {
    padding: 15px 0 0 0;
}

#gift_wrap_option label {
    font-size: 14px;
    font-weight: normal;
    color: #010101;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

#gift_wrap_option input[type="checkbox"] {
    margin-right: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #848484;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gift_wrap_option input[type="checkbox"]:checked {
    border-color: #0375FB;
}

#gift_wrap_option input[type="checkbox"]:checked::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #0375FB;
    border-radius: 50%;
    display: block;
}

#gift_wrap_option input[type="checkbox"]:checked:hover {
    border-color: #225dcb;
}

#gift_wrap_option input[type="checkbox"]:hover::before {
    background-color: #225dcb;
}

@media only screen and (max-width: 767px) {
    #gift_wrap_option label {
        font-size: 14px;
        font-weight: normal;
        color: #010101;
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    #gift_wrap_option input[type="checkbox"] {
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #848484;
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #gift_wrap_option input[type="checkbox"]:checked {
        border-color: #0375FB;
    }

    #gift_wrap_option input[type="checkbox"]:checked::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #0375FB;
        border-radius: 50%;
        display: block;
    }

    #gift_wrap_option input[type="checkbox"]:checked:hover {
        border-color: #225dcb;
    }

    #gift_wrap_option input[type="checkbox"]:hover::before {
        background-color: #225dcb;
    }

    #gift_wrap_option {
        padding: 15px 0 0 0;
    }
}

/* Sonstige Anpassungen */

/* === Elementor Widgets === */
.elementor-toggle .elementor-tab-content {
    padding: 15px 5px !important;
    border-bottom: 1px solid #d5d8dc;
    display: none;
}

@media only screen and (max-width: 767px) {
    .elementor-toggle .elementor-tab-content {
        padding: 15px 5px !important;
        border-bottom: 1px solid #d5d8dc;
        display: none;
    }
}


/* === WooCommerce Tabs === */

@media only screen and (min-width: 1921px) {
#tab-hersteller {
	font-size: 16px !important;}
}

@media only screen and (min-width: 1921px) {
#tab-ts_custom {
	font-size: 16px;}
}

@media only screen and (min-width: 1921px) {
    .custom-product-info {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1920px) {
    .custom-product-info {
        font-size: 14px;
    }
}



/* === Button Einstellungen === */


/* === Wunschliste Einstellungen === */
.woocommerce .wishlist_table .product-add-to-cart a {
    width: 100%;
    margin: 0 !important;
    position: relative;
    min-width: 0;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .wishlist_table .product-add-to-cart a {
        font-size: 10px;
    }
}

.woocommerce .wishlist-title {
    display: none !important;
    margin-bottom: 30px;
}

/* Weitere Anpassungen */


/* === Header Einstellungen === */
.header-middle .shopping-cart-wrapper .dropdown-container a:hover {
		color: #ffffff;
}

.aw-referrals-well {
    text-align: center;
    color: white;
    background: #000000;
    padding: 1em 2em;
}

.woocommerce-MyAccount-content p > a, #customer_login a {
    color: #AF8F47;
    text-decoration: none;
}

.cky-consent-container .cky-consent-bar {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
    margin-right: -20px;
    margin-bottom: -10px;
}


body.ts_desktop.woocommerce .product figure.has-back-image img, 
body.ts_desktop .woocommerce .product figure.has-back-image img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity 0ms ease 0s;
}

@media only screen and (min-width: 1280px) {

/* === Externe Skripte === */
.woocommerce div.product .summary > .woocommerce-product-details__short-description {
        margin-top: 28px; }
    }

@media only screen and (max-width: 1279px) {
.woocommerce div.product .summary > .woocommerce-product-details__short-description {
        margin-top: 30px; }
    }
@media only screen and (max-width: 767px) {
    .woocommerce div.product .summary .product_title {
        margin-left: -1px;
    }


/* === SKU & Produkt-Metadaten === */
    .woocommerce div.product .summary > .sku-wrapper {
        margin-left: 0px;
    }
		.woocommerce div.product .summary > .single-counter-wrapper .ts-countdown {
        margin: 5px 0px 3px;
}
}
@media (min-width: 769px) {

    .woocommerce div.product .summary .product_title {
        margin-left: -2px;
    }

    .woocommerce div.product .summary > .sku-wrapper {
        margin-left: -1px;
    }
}

.availability.in-stock .availability-text::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #40bf52;
    box-shadow: 0 0 5px rgba(64, 191, 82, 0.5);
    margin-bottom: 2px;
    margin-right: 5px;
		margin-left: -4px;
    vertical-align: middle;
}

.availability.in-stock .availability-text {
    color: #010101;
}


.availability.out-of-stock .availability-text::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bf4040;
    box-shadow: 0 0 5px rgba(191, 64, 64, 0.5);
    margin-bottom: 2px;
    margin-right: 5px;
		margin-left: -4px;
    vertical-align: middle;
}

.availability.out-of-stock .availability-text {
    color: #bf4040;
}


/* === WooCommerce Tabs === */

.woocommerce-Tabs-panel--hersteller ul li {
    padding-left: 2em;
    text-indent: -1.4em;
}


/* === Produktseite Einstellungen === */

.woocommerce div.product .summary p.price {
		font-size: 30px;
}

.woocommerce div.product .summary span.price {
		font-size: 30px;
}

@media only screen and (max-width: 768px) {
.woocommerce div.product .summary p.price {
		font-size: 24px;
		font-weight: 800; }
}



/* === Preis-Anzeige === */

.custom-price-notice {
    font-size: 12px;
    color: #848484;
    margin: 0px 0px 32px 2px !important; 
    display: block;
}

@media only screen and (max-width: 768px) {
.custom-price-notice {
    font-size: 12px;
    color: #848484;}
}


/* === Versand Einstellungen === */

.woocommerce div.product .summary > p.price:not(:last-child) {
    margin-bottom: 45px;
}


/* === Preis-Anzeige === */

.woocommerce div.product .summary > p.price:not(:last-child) {
    margin-bottom: 1px;
}

.woocommerce div.product .summary > .ts-variation-price:not(:last-child) {
		margin-bottom: 1px;
}

#ts-quickshop-modal .woocommerce div.product .summary > p.price:not(:last-child) {
    margin-bottom: 1px;
}



/* Jetzt Kaufen Message  */

.woocommerce .woocommerce-message {
    color: #010101;
    border-radius: 0px;
    background-color: #F6F5F8;
		margin-bottom: 50px;
}

.woocommerce-message {
    color: #010101;
    border-radius: 0px;
    background-color: #F6F5F8;
		margin-bottom: 50px;
}

.woocommerce-error::before, .woocommerce-message::before {
    color: #AF8F47 !important;
}


/* Jetzt Kaufen Message ENDE */

.ts-product-ratings-stock
{		margin-bottom: 22px !important}

@media only screen and (max-width: 768px) {
    .ts-product-ratings-stock {		
			margin-top: 26px !important}
    }


/* === Button Einstellungen === */

.woocommerce div.product .summary .ts-buy-now-button {
        background: #AF8F47;
        border: none;
        color: #ffffff;
        position: relative;
        overflow: hidden;
        transition: none;
    }

.woocommerce div.product .summary .ts-buy-now-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 300%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%) !important;
        transform: skewX(-30deg);
        transition: none;
        opacity: 0;
        pointer-events: none;
    }

.woocommerce div.product .summary .ts-buy-now-button:hover::before {
        opacity: 1 !important;
        animation: shine 1s forwards !important;
    }

    @keyframes shine {
        0% {
            left: -150%;
        }

        100% {
            left: 150%;
        }
    }

.ts-buy-now-button:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}


.woocommerce div.product .summary .ts-buy-now-button:hover {
    background-color: #AF8F47 !important;
    border-color: #AF8F47 !important;
    color: #ffffff !important;
}


/* === Elementor Widgets === */

/* === Meta Informationen === */
.ts-special-product-wrapper .meta-wrapper .woocommerce-loop-product__title
{
		font-size: 40px;
		line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
.ts-special-product-wrapper .meta-wrapper .woocommerce-loop-product__title {
		font-size: 30px;
		line-height: 1.2em;}
}
	
.ts-special-product-wrapper .product .meta-wrapper .ts-countdown {
    text-align: center !important;
    margin-top: 40px !important;
}

@media (min-width: 2048px) { .ts-special-product-wrapper .meta-wrapper .woocommerce-loop-product__title {
		font-size: 46px;}
}


/* === Warenkorb Einstellungen === */


/* === Header Einstellungen === */
.header-middle .header-right .shopping-cart-wrapper .dropdown-container, body:not(.logged-in) .header-middle .header-right .my-account-wrapper .dropdown-container {
		width: 450px;
}

@media only screen and (max-width: 480px) {
    body .ts-popup-modal .add-to-cart-popup-container {
        width: 85% !important;
        padding: 30px 20px 20px !important;
    }
}

body .ts-popup-modal .add-to-cart-popup-container {
    width: 450px;
    padding: 30px;
}

@media (min-width: 2048px) {

/* === Dropdown-Menüs === */
    .header-middle .header-right .shopping-cart-wrapper .dropdown-container, 

/* === Header Einstellungen === */
    body:not(.logged-in) .header-middle .header-right .my-account-wrapper .dropdown-container {
        width: 500px;
    }
}


/* === Dropdown-Menüs === */


/* === Header Einstellungen === */
.header-v2 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    padding-top: 45px;
    margin-top: -1px;
}

.ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title {
	font-size: 18px;
}


/* === SKU & Produkt-Metadaten === */

@media only screen and (max-width: 768px) {
    .sku-wrapper {
        display: none;
    }
}


/* Über uns Testimomals Kursiv */
.ts-testimonial-wrapper blockquote > .content {
  font-style: italic;
}
@media only screen and (max-width: 768px) {
.ts-testimonial-wrapper blockquote > .content {
  font-size: 14px !important;}
}

/* Über uns C.Hafner Logo Mittlere Bildschirmgröße */
@media only screen and (max-width: 1279px) {

/* === Elementor Widgets === */
	.elementor-5093 .elementor-element.elementor-element-9248ddb img {
    width: 125px;
		margin-left: 7px; }
}



/* === Produktseite Einstellungen === */

@media only screen and (min-width: 2525px) {
    .woocommerce div.product .product-images-summary div.woocommerce-product-gallery {
        width: 54%;
    }
}

@media only screen and (min-width: 2525px) {
    .woocommerce div.product .product-images-summary div.summary {
        width: 38.5%;
    }
}

.yikes-custom-woo-tab-title {
    display: none;
}




/* === Produktbeschreibung & Details === */

/* === Externe Skripte === */
.woocommerce div.product form.cart .woocommerce-variation-description p:last-child {
    font-weight: 800;
}

.woocommerce div.product form.cart .variations .label .ts-value {
		display: none;
}

	

/* === Produktseite Einstellungen === */

/* === WooCommerce Tabs === */
.woocommerce div.product .woocommerce-tabs .panel {
    border: none !important;
    padding: 100px;
    background-color: #fbfbfb;
}

@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 20px;
        border-radius: 0px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}



/* === Mobile Optimierungen === */
@media (max-width: 768px) {
    table {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table th, table td {
        padding: 10px;
        font-size: 14px;
    }
}



/* === Lightbox Einstellungen === */

/* === Elementor Widgets === */
.elementor-slideshow__title {
    display: none;
}


/* === Filter & Sortierung === */
@media only screen and (min-width: 768px) {

/* === Dropdown-Menüs === */
    .style-dropdown .filter-widget-area .widget-container > *:not(.widget-title-wrapper) {
        width: 287px;
    }
}


/* === Produktseite Einstellungen === */
.paypal-logo-produktbeschreibung {
		margin-top: 20px;
		margin-bottom: 0px;
}


/* === Preis-Anzeige === */
.price del .amount {
	 margin-left: 5px;
}



/* === Versand Einstellungen === */
@media (max-width: 768px) {

/* === WooCommerce Tabs === */
    #tab-ts_custom.woocommerce-Tabs-panel--ts_custom table {
        height: 1000px !important;
    }
}



/* === Blogseite Einstellungen === */

@media only screen and (max-width: 767px) {
    .ts-blogs.columns-2 .items article, .columns-2 .list-posts article {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/* === Mobile Optimierungen === */
@media (max-width: 768px) {
.single .single-post .breadcrumb-title-wrapper .breadcrumbs-container .current {
    word-wrap: normal !important;
    word-break: normal !important;
    white-space: pre-wrap !important;
    hyphens: none !important;
    overflow-wrap: break-word !important;
    display: block !important;
    margin-bottom: 5px;
  }
}


/* === Blogseite Einstellungen === */

/* === Meta Informationen === */
.entry-meta-top .cats-link > span:first-child {
    color: #afafaf;
    margin-right: 0px !important;
}


/* === Blogseite Einstellungen === */
@media (max-width: 768px) {
  .columns-2 .list-posts article {
    margin-bottom: 50px;
  }
}

.single .single-post {max-width:1000px;}


/* Beitrag: Liste Symbolzeichen Einrückung, Bündigkeit usw */
/* Listenelemente mit Symbol und Text untereinander ausrichten */
/* Nur für Artikel mit der Klasse "single single-post" */

/* === Elementor Widgets === */
article.single.single-post .elementor-widget-container ul {
    padding-left: 20px;
}

article.single.single-post .elementor-widget-container ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 10px;
    text-indent: 0;
}

article.single.single-post .elementor-widget-container ul li p {
    margin: 0;
}


/* === Mobile Optimierungen === */
@media only screen and (max-width: 768px) {

/* === Elementor Widgets === */
    article.single.single-post .elementor-widget-container ul li {
        padding-left: 3px;
    }
}


/* === Wunschliste Einstellungen === */

/* === Button Einstellungen === */
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {display: none;}


/* === Gutscheinfeld Einstellungen === */
.woocommerce-info .showcoupon {
    background-color: #f5f5f5;
		margin-left: 5px;
    padding: 10px 5px;
    border-radius: 0px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
.woocommerce-info .showcoupon {
    background-color: #fff;
		margin-left: 0px;
		margin-top: 0px;
    padding: 0px 0px;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 14px;}
}


/* === Produktseite Einstellungen === */

/* === WooCommerce Tabs === */
.ts-product-in-category-tab-wrapper .column-tabs .list-categories ul.tabs li
{ font-size: 18px !important;}

/*Startseite Kategorie-Container Slider Pfeile Abstand*/
@media (min-width: 1400px) {

/* === Button Einstellungen === */
    body .ts-shortcode.ts-product.ts-slider:not(.ts-product-brand-wrapper) .swiper-button-next {
        right: 35px;
    }

    body .ts-shortcode.ts-product.ts-slider:not(.ts-product-brand-wrapper) .swiper-button-prev {
        left: 35px;
    }
}



/* === WooCommerce Meldungen === */


.woocommerce-message:focus {
    outline: none !important;
    box-shadow: none !important;
}


.woocommerce-error, 
.woocommerce .woocommerce-error {
    color: #931917;
    background-color: #F6F5F8;
    border-radius: 0px;
    margin-bottom: 50px;
		font-weight: 800;
}


/* === Button Einstellungen === */
.woocommerce-error a:not(.button) {
    color: #931917;
}

.woocommerce-error::before {
    content: "\f071";
    font-weight: 900;
		color: #000000;
}

@media (max-width: 768px) {
.woocommerce-error::before {
		display: none;}
	ul.woocommerce-error > li {
		padding-left: 0px !important;
	}
}


/* === WooCommerce Meldungen === */


/* === Produktseite Einstellungen === */

@media (max-width: 768px) {

/* === Button Einstellungen === */
    a.button.wc-forward {
        margin-top: 30px !important;
    }
}


/* === Produktseite Einstellungen === */




/* === Button Einstellungen === */


body.ts-buy-now-loading {
    overflow: hidden;
    height: 100vh;
}


body.ts-buy-now-loading::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9998;
}


/* === Ladeanimation === */
body.ts-buy-now-loading::after {
    content: "";
    position: fixed;
    inset: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid black;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* === Button Einstellungen === */
.ts-buy-now-button.loading::after {
    display: none !important;
}



/* === Produktseite Einstellungen === */

@media only screen and (max-width: 1279px) {
  .woocommerce div.product:not(.product-type-grouped) .summary form.cart div.quantity .qty {
    width: 100% !important;
  }
}


/* === Externe Skripte === */
script {
  display: none !important;
}


/* === Footer Einstellungen === */


/* === Elementor Widgets === */
.footer-container .elementor-widget-container > h5 {
	font-size: 18px;
}

@media only screen and (max-width: 1279px) {

/* === Footer Einstellungen === */
	.footer-container .elementor-widget-container > h5 {
	font-size: 16px;
}
}