.uk-radio:checked {
    background-color: #fdd594;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.woocommerce-checkout .mobile-basket-button-wrap,
.woocommerce-cart .mobile-basket-button-wrap,
.home .mobile-basket-button-wrap,
.stock.in-stock {
    display: none;
}

#modal-full p.buttons {
    display: none;
}

/*#modal-full .uk-modal-dialog {
    height: 100vh;
}*/
#modal-full .widget_shopping_cart_content .uk-panel-title {
    display: none;
}

#modal-full .uk-visible\@m {
    display: block !important;
}

.zip_not_exist_msg {
    color: red;
    font-size: 12px;
}

#dialog-zipcode div.zipinput {
    position: relative;
}

#dialog-zipcode div.zipinput #loader_minicart_wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.disabled {
    pointer-events: none;
    background-color: #f8f8f7 !important;
    color: #adbfc7 !important;
}

.comment-box .uk-card-header {
    padding: 0;
}

.comment-box .uk-card-body {
    padding: 0;
}

.comment-box .uk-card-body .comment-area {
    width: 100%;
    height: 100px;
}

.radio-switch {
    list-style: none;
    /* height: 30px; */
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    padding: 4px;
    width: 100%;
}

.radio-switch:focus-within {
    box-shadow: 0 0 0 1px #96DCFF;
}

.radio-switch__item {
    position: relative;
    padding: 4px;
    width: calc(50% - 2px);
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-switch__label {
    width: 100%;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.radio-switch__label span.uk-text-small {
    margin-top: 2px;
    font-size: 12px;
}
.radio-switch__input.active + .radio-switch__label .uk-text-middle {
    font-weight: bold;
}
.radio-switch__marker {
    position: absolute;
    top: 0;
    left: calc(-100% - 4px);
    height: 100%;
    width: 100%;
    transition: transform 0.3s;
}

.radio-switch__input.active ~ .radio-switch__marker {
    transform: translateX(calc(100% + 4px));
}

.radio-switch__input {
    position: absolute;
    width: 0.01em;
    height: 0.01em;
    visibility: hidden;
    opacity: 0;
}

.radio-switch {
    margin-bottom: 10px;
}


:not(*):focus-within,
.radio-switch__input:focus ~ .radio-switch__label {
    background-color: transparent;
}

.category-wrapper {
    padding-top: 46px;
}

.address-changer {
    margin-top: 10px;
}


#mobile-cat .uk-navbar-nav > li > a {
    color: #7fc1dc;
}

#mobile-cat .uk-navbar-nav > li.active > a {
    color: #0671a5;
}

.swiper-wrapper .slide-active a {
    color: #0671a5;
}

.to-favorite.uk-icon, .allergenes-button-wrap a {
    vertical-align: top;
    padding: 5px 10px;
    width: 18px;
    position: relative;
    top: -5px;
}
@media screen and (max-width: 640px) {
    .to-favorite.uk-icon, .allergenes-button-wrap a {
        top: 5px
    }
    .lfc-addon__image-button-title {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
        flex: 1 0 auto;
        margin: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        overflow: hidden;
    }
    .lfc-addon__image-button-price {
        font-size: 14px;
        line-height: 18px;
        flex: 0 0 auto;
        margin: 4px;
    }
}
.product-inner.v2 .uk-card-header {
    padding: 17px 25px 4px;
}

.uk-modal-header .to-favorite {
    display: none;
}

.uk-modal-header .allergenes-button-wrap {
    display: none;
}

.nb {
    padding: 0px 12px 0px 16px;
    width: 55px !important;
}

.status-private {
    opacity: .2;
    cursor: not-allowed;
}

#modal-pickup .input-pickup-group {
    display: flex;
    justify-content: flex-end;
}

#modal-pickup .input-pickup-group.address-changer {
    display: block;
}

#modal-pickup .pickup_del_loader_box {
    margin-top: 13px;
    margin-right: 16px;
}

.modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.pickup-list {
    margin-top: 15px;
}

#modal-pickup .submit-pickup {
    margin-top: 15px;
}

#modal-pickup .uk-card {
    border-width: 2px;
}

#modal-pickup .pickup-list .list {
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

#modal-pickup .pickup-list .uk-radio {
    display: none;
}

.banner-img {
    text-align: center;
    margin-bottom: 15px;
}

.banner-description {
    margin-bottom: 15px;
}

@media screen and (max-width: 400px) {
    .uk-modal {
        padding: 0 !important;
    }
}

.sp_10 {
    margin-top: 10px
}

.sp_24 {
    margin-top: 24px
}

.pointer, .lieferchef-ajax-add-to-cart {
    cursor: pointer;
    transition: background-color 100ms ease 0s;
}

.sub-cat-title {
    width: 100%;
    margin-top: 16px;
}

.time-block {
    margin-top: 10px;
}

.checkout-faster-radio {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
}

.checkout-faster-radio .faster {
    padding: 10px;
}

.checkout-faster-radio .preorder {
    padding: 10px;
    border-top: 2px solid #e0e0e0;
}

.checkout-faster-radio .preorder.no-faster {
    padding: 10px;
    border-top: 0;
}

.checkout-faster-radio .date-block {
    margin-top: 10px;
}

.woocommerce-tipping-fields .tipping-switcher li a {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.woocommerce-tipping-fields ul li a input[type=radio] {
    display: none;
}

.tipping-block {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: .475em;
}
@media (max-width: 600px) {
    .tipping-block .uk-text-small {
        font-size: 10px;
    }
}

.tipping-block p {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.tipping-block .woocommerce-Price-currencySymbol {
    font-size: 9px;
}

.tipping-block .uk-subnav-pill > * > :first-child {
    padding: 6px;
}

.tipping-toggle-link {
    font-size: 26px;
}

ul.cart_list li, ul.product_list_widget li {
    padding-left: 0 !important;
}

.widget_shopping_cart .cart_list li {
    padding-right: 0 !important;
}

.cart_counter_product {
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 6px;
}

.checkout_coupon {
    margin-bottom: 15px;
}

.quick-view-modal.uk-open .count-box .uk-icon {
    width: 48px;
    height: 48px
}

.quick-view-modal.uk-open .popup-count {
    padding: 0 8px
}

.spacer._24 {
    width: 24px;
}

.spacer {
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.addon-name-bg {
    padding: 16px
}

.addon-name {
    font-size: 18px
}

.quick-view-modal .popup-body, .quick-view-modal .lieferchef-product-labels {
    padding: 0 16px;
}

.woocommerce .popup-body input[type=checkbox], .woocommerce .popup-body input[type=radio] {
    width: 22px !important;
    height: 22px !important
}
.image-wrapper {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 10px;
}
.card {margin:10px}

.image-wrapper:nth-child(3n+1) {
    clear: both;
}

@media screen and (max-width: 640px) {

    .quick-view-modal.uk-open .count-box .uk-icon.popup-plus, .quick-view-modal.uk-open .count-box .uk-icon.popup-minus  {
        width: 35px;
        height: 35px;
    }
    .image-wrapper {
        float: left;
        width: 49%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .card {margin:10px}

    .image-wrapper:nth-child(2n+1) {
        clear: both;
    }
    .image-wrapper:nth-child(3n+1) {
        clear: inherit;
    }
}

.favs-list-cat {
    border-bottom: 1px solid #e5e5e7;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.disabled-addons-required {
    background-color: #f8f8f7 !important;
    color: #adbfc7 !important;
}

.box-showmore {
    padding-bottom: 30px
}

.quick-view-modal .popup-body.uk-margin-remove-top {
    padding-top: 20px;
}

.totalminicart .includes_tax {
    display: none;
}

.allergen-info, .pickup-info, .deliver-info {
    padding: 16px 8px;
}

.radio-switch .radio-switch__label {
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 3px 0;
}

.search-overlay {
    padding-top: 16px;
    display: flex;
    position: relative;
    height: 50px;
}

.toggle-search .icon-search {
    padding: 10px;
}

.toggle-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uk-modal-close-default:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.uk-modal-close-default svg {
    width: 20px;
}

.sectionhaed-error {color:darkred;border-bottom: 2px solid darkred;font-weight: bold}
.section-error {border-bottom: 2px solid darkred}

.woocommerce-billing-fields.gift-fields{
    margin-top: 20px;
    margin-bottom: 20px;
}
.uk-card-default .product-inner .uk-card-header {
    border-bottom: none;
}
.uk-card-default .product-inner .uk-card-footer {
    border-top: none;
}
.product-inner .uk-card-footer .price {
    padding: 0 10px;
    margin: 10px;
}
.tipping-block .uk-text-small {
    letter-spacing: normal;
    text-transform: none;
}
.admin-bar .sticky-menu.uk-sticky-fixed {
    top: 32px !important; /* Für Desktop */
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-menu.uk-sticky-fixed {
        top: 46px !important; /* Für Mobile Geräte */
    }
}
.mobile-menu-icon {
    margin: 0 12px;
}

.salepriceicon {
    position: absolute;
    width: 110%;
    height: 80%;
    bottom: 0%;
    left: -5%;
}
.discounted-block {
    line-height: 18px;
}
.woocommerce .mini_cart_item .comment-area {
    min-height: 80px;
}

.quantity-buttons {
    display: flex;
    align-items: center;
}



.quantity-btn.loading {
    opacity: 0.5;
    transition: background-color 0.3s ease;
}

.quantity-display {
    font-weight: 500;
    min-width: 24px;
    text-align: center;
}

/* Animation für Aktualisierung */
.cart-wrapper.updating {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Temporäre Entfernung Styling */
.mini_cart_item {
    position: relative;
    transition: opacity 0.3s;
}

.mini_cart_item.removing {
    opacity: 0.7;
}

.countdown-timer {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 0 auto 10px;
    text-align: center;
}

.undo-overlay {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mini_cart_item.removing {
    position: relative;
}

.mini_cart_item.removed {
    opacity: 0.5;
}

/* Smart Notifications Styles */
.smart-notification-toast {
    display: flex;
    align-items: flex-start;
}

.smart-notification-image {
    max-width: 80px;
    margin-right: 15px;
}

.smart-notification-content {
    flex: 1;
}

.smart-notification-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.smart-notification-action {
    cursor: pointer;
}

.smart-notification-bar {
    z-index: 980;
    width: 100%;
}

.smart-notification-bar .smart-notification-image {
    max-width: 50px;
    margin-right: 10px;
}

.smart-notification-popup .uk-modal-media img {
    max-width: 100%;
    height: auto;
}