/* PWA APP Alert
.pwaforwp-footer-prompt{
top:0px !important;
bottom: auto !important;
}
.pwaforwp-bounceInUp{
    animation-name: bounceInDown !important;
} */
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after{
left: 10px !important;
    right: auto !important;
}

.begruesse_benutzer {
    text-align: center;
    color: white;
}
span.optional {
    display: none;
}
/* Ändern Sie die Hintergrundfarbe der Buttons auf Schwarz */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page button.button,
.woocommerce-page a.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
    background-color: #000 !important; /* Schwarz */
    color: #fff !important; /* Weiß */

}

/* Ändern Sie die Hintergrundfarbe der Buttons im Warenkorb */
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce button.button.alt,
.woocommerce-cart .woocommerce a.button.alt,
.woocommerce-cart .woocommerce input.button,
.woocommerce-cart .woocommerce #respond input#submit,
.woocommerce-cart .woocommerce #content input.button,
.woocommerce-cart .woocommerce-page button.button,
.woocommerce-cart .woocommerce-page a.button,
.woocommerce-cart .woocommerce-page button.button.alt,
.woocommerce-cart .woocommerce-page a.button.alt,
.woocommerce-cart .woocommerce-page input.button,
.woocommerce-cart .woocommerce-page #respond input#submit,
.woocommerce-cart .woocommerce-page #content input.button {
    background-color: #000 !important; /* Schwarz */
    color: #fff !important; /* Weiß */

}

a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover{
    background-color: #000 !important; /* Schwarz */
    color: #fff !important; /* Weiß */
padding-top:5px !important;
padding-bottom:5px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.woocommerce-cart-form__cart-item{
color:black !important;
}

.e-checkout__order_review {
    padding: 5px !important;
}
.e-shop-table.e-cart-section {
    padding: 5px !important;
}
div#payment{
 padding: 5px !important;
}

.allergenebezeichnung {
    font-size: 0.8em;
    vertical-align: super;
cursor: pointer;
}
}

/* Bereich Zusatzfelder */
.wapf-checkable {
    width: 270px !important;
}

.wapf-label-text {
    padding-left: 5px !important;
font-size: 13px !important;
}
.ogast_notification{
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

span.mwst {
    font-size: 9px;
}

.categorienContainer{
    column-count: 2;
    column-gap: 2%;

}
.categorienshop{
  width: 100%;
break-inside: avoid;
}


.ogast-categorie-description{
    padding: 10px;
    display: flex;
    height: 70px;
    align-items: center;
    background: #07903d;
    color: white;
}
.ogast-categorie-description p{
margin:0px !important;
}

.cat-Bild {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; /* Wichtig für das Pseudo-Element */
}

.cat-Bild::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 27%); /* Schwarze, durchsichtige Überlagerung */
    pointer-events: none; /* Damit die Überlagerung keine Interaktionen blockiert */
    z-index: 1; /* Stellt sicher, dass die Überlagerung über dem Bild ist */
}

.cat-Bild > * {
    position: relative; /* Stellt sicher, dass der Inhalt über der Überlagerung liegt */
    z-index: 2;
}



.wapf-checkable input:checked + span {
    background-color: #000000;
    padding: 2px;
    color:#fff;
} 
        .wapf-checkboxes{

        }  
        .wapf-checkable{
float: left;
width: 200px;
        } 
        /*     
        .woocommerce-billing-fields{
            display: none !important;
        }
        #order_payment_heading{
            display: none !important;
        }
        

        */
        #place_order{
            width: 100% !important;
        }
        .woocommerce-customer-details{
            display: none !important;
            
        }
        .woocommerce-shipments-table__cell-shipment-tracking{
            display: none !important;
        }
        .woocommerce-shipments-table__header{
            display: none !important;
        }
        .woocommerce-orders-table__header{
            display: none !important;
        }

        .woocommerce-order-overview__email{
            display: none !important;
            
        }
.yith-wcqv-main .product_meta{
            display: none !important;
            
        }
.woocommerce-shipping-destination{
            display: none !important;
            
}

        .woocommerce-product-gallery__image--placeholder{
            display: none !important;
        }
        
#yith-quick-view-content div.images{
            /*display: none;*/
        }
        .woocommerce-checkout-review-order-table{
            padding: 10px !important;
        }

        #yith-quick-view-close{
            background: red !important;
            color: white !important;
            opacity:1 !important;
    width: 40px !important;
    border-radius: 5px;
        }

        #yith-quick-view-close:hover{
            background: red !important;
            color: black !important;

        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
            top: 2.5em !important;

        }



.zutaten-xl{
         display: none;
        }
.zutaten-l{
       /*  display: none;*/
        }   

/*Adjust Content Padding for Mobile*/
@media (max-width: 800px) {
.cat-Bild{


}


}

/*Adjust Content Padding for Mobile*/
@media (max-width: 650px) {
.cat-Bild{
height: 140px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
div.tdpreis {

        text-align: right;
        color:green;
	font-size:15px !important;;
        margin-top: -10px!important;
}

.categorienshop{

       width: 100% !important;
}
.categorienContainer{
    column-count: 1;
    column-gap: 2%;

}

}        
/*Adjust Content Padding for Mobile*/



.categorie-name{

color:white;
}
.categorie-name h1{
color:white !important;
}

div.table {

	border-collapse: collapse;
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	
}
.table:nth-child(odd) div.tr {
    background-color: #3333331a;
}

.kurzbeschreibung{
font-size: 15px;
 width:calc(100% - 44px);
}
div.tr {
 min-height: 98px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    width: calc(100% - 90px);
    padding-bottom: 5px;
padding: 6px;
line-height: 16px;
}

div.trgau {
        background: #eaeaea;
}


div.tdtitle {
    width: calc(100% - 140px);
margin: 0px;
cursor: pointer;	
}

div.tdtitle h5{
margin:0 !important;
    white-space: nowrap;
    overflow: hidden;
height: 26px;
    text-overflow: ellipsis;  
}

div.tdpreis {

text-align: right;
    color: green;
    font-size: 18px;
    width: 140px;
}

div.tdbutton {
text-align: center;
}

.menulayout{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#essenmenu{
font-size: 13px;
}

.artNr
{
font-size: 12px;
}

#essenmenu li {
    width: calc(50% - 10px); /* 50% Breite für jede Spalte mit 10px Abstand dazwischen */
    margin-bottom: 5px;
    box-sizing: border-box;
}

.essen_nav div{
    margin: auto;
}
.essen_nav li {
padding: 2px 0px 2px 0px;
  list-style: none;
}

.essen_nav li:before {
  content: none;
}

.essen_nav span {
color: white;
}

.essen_nav a {
  text-transform: uppercase;
  color:white !important;
  font-weight: bold;
}
.essen_nav a:hover {
  text-transform: uppercase;
  color:white !important;
  font-weight: bold;
}
.essen_nav a:active { color:white !important; }
.essen_nav a:visited { color:white !important; }

div#essenmenu.essen_nav {



  text-transform: uppercase;

  height: auto;

}

.kurzbeschreibung p{
margin: 0px;
/*white-space: nowrap; hinzufugen fur zeile nicht unterbrechen*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
font-size: 13px;
}



.yith-wcqv-button{
    padding: 10px !important;
  
    background: black !important;
    border-radius: 5px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    color: white !important;

}
/*
#yith-quick-view-close{
    background:#FF770F;
    opacity: 1 !important;
}
*/
.ast-woocommerce-container{
    display: none !important;
}
.woocommerce-shipments-list__title{
    display: none !important;
}
.woocommerce-shipments-table{
    display: none !important;
}
.woocommerce-orders-table__cell-order-number{
    background-color: darkgray;
}
td.product-name{
display:block !important;

}
textarea#order_comments {
    height: 100px;
}

.ogast-product-image {
width: 90px;

background-size: cover !important;
    background-repeat: no-repeat !important;

    background-color: #eaeaea;
    border: solid 2px #e2e2e2;
cursor: pointer;
}
.woocommerce div.product .product_title{
display: block;
}


.yith-wcqv-main .woocommerce-Price-amount.amount::after {
    content: " inkl. MwSt.";
    font-size: x-small;
}

.woocommerce div.product .product_title{
font-size: 22px !important;
}


.ogast-business-time {
display:none;
}
.ogast-business-time-content {
color:red;
display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.ogast-business-time-content p{
margin:0px !important;
}

#ogast_modal {
    display: none; 
    position: fixed; 
    z-index: 5; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.ogast_modal_content {
    background-color: #fefefe;
    position: relative;
    top: 22vh;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    margin: 0 auto;
    max-width: 500px;
}

.ogast_modal_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ogast_modal_close:hover,
.ogast_modal_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.ogast_address-fields {
    margin-top: 20px;
    direction: ltr;
}
#ogast_modal_notification{
  direction: ltr;

}

.ogast_address-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  gap: 10px;

}

.ogast_address-column {
    flex: 1;
    min-width: 45%;

}

.ogast_address-column:last-child {
    margin-right: 0;
}

.ogast_address-column label {
    display: block;
    margin-bottom: 5px;
}

.ogast_address-column input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.ogast_address-column select{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

#ogast_save_shipping{
    margin-top: 17px;
width: 100%;
}
#ogast_modal_einverstanden{
width: 100%;
}

.quantity {
    position: relative;
    display: inline-block;
}

.quantity .qty {
    border-radius: 5px !important;
    text-align: center !important;
    width: 90px !important;
    height: 35px;
    border: 1px solid #30474a;
    padding: 0 10px !important;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 16px;
    box-sizing: border-box;
	    pointer-events: none;


}

/* Entfernt die nativen Pfeil-Buttons in nummerischen Input-Feldern */
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .qty[type=number] {
    -moz-appearance: textfield;
}

/* Minus-Button */
.quantity::before {
    content: '-';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    border-right: 1px solid #30474a; /* Border zwischen Minus und Eingabefeld */
}

/* Plus-Button */
.quantity::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    border-left: 1px solid #30474a; /* Border zwischen Eingabefeld und Plus */
}

/* Ändere Farbe bei Aktivierung */
.quantity::before:active,
.quantity::after:active {
    background-color: #ddd;
}

#billing_postcode,
#billing_address_1 {
    pointer-events: none;
    background-color: #f9f9f9;
}

#billing_postcode_field,
#billing_address_1_field {
    position: relative;
    cursor: pointer;
}

#billing_postcode_field::after,
#billing_address_1_field::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
}


.shipping_method {
    pointer-events: none;
}

.woocommerce-shipping-totals {
    position: relative;
    cursor: pointer;
}

.woocommerce-shipping-totals::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
}


.product-remove{
	min-height:1px !important;
	padding:10px !important;
}

.e-checkout__column #customer_details .col-1{
		padding:15px !important;

}



@media (max-width: 1024px) {
	.woocommerce-cart-form__cart-item td{
		padding-top: 5px!important;
	padding-bottom: 5px!important;

	}	
	
.elementor-widget-woocommerce-cart .woocommerce table.cart tr{
	 padding: 19px 10px !important;
		
	}
	
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{
    max-width: none !important;
    font-weight: 600;
}

.wapf-field-input input{
margin-top: 2px !important;
}

.displaynone{
display:none !important;
}
.woocommerce-info {
    border-top-color: black !important;
}

.woocommerce-info::before{
   color: black !important;
}


.woocommerce ul#shipping_method{
    font-size: 13px;
}

th.product-total {
width: 160px;
}

td.product-name{
   padding-right: 0px !important;
}
