#cannazen_cart {
    table-layout: auto;
}

body.cannazen_progress #cannazen_cart {
    opacity: 0.5;
}

#cannazen_cart tbody {
    display: block;
}

#cannazen_cart th {
    text-align: center !important;
}

#cannazen_cart th.cannazen-product-name {
    text-align: left !important;
}

.cannazen-product-package {
    background-color: #617753 !important;
    border: 1px solid #32412e !important;
    border-radius: 10px !important;
    color: white;
    display: inline-block;
    font-weight: normal;
    margin-top: 2px !important;
    margin-bottom: 5px !important;
    padding: 1px 8px !important;
}

/* center desktop quantity */
#cannazen_cart .product-quantity > div.quantity {
    display: inline-block;
}
#cannazen_cart .product-quantity {
    text-align: center;
}

.mobile-quantity-wrapper {
    margin: 5px 0 !important;
    display: none;
    align-items: center; /* Vertikale Zentrierung der span-Elemente */
}

.mobile-qty {
    font-size: 24px !important;
    font-weight: bold;
    margin-right: 10px !important;
}

.mobile-plus, .mobile-minus {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px !important;
    text-align: center;
    width: 20px !important;
}

.cannazen_input_qty {
    border: 0 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.cannazen_input_minus, .cannazen_input_plus {
    cursor: pointer;
    font-weight: bold !important;
}

/* Löschen-Button im Cart */
.cz-cart-remove {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    border: 1px solid #ccc !important;
    background: transparent !important;
    color: #999 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0 !important;
}
.cz-cart-remove:hover {
    border-color: #cc3333 !important;
    color: #cc3333 !important;
}
.cz-remove-text {
    display: none;
}
@media (max-width: 767px) {
    .cz-remove-icon {
        display: none;
    }
    .cz-remove-text {
        display: inline;
    }
}

#cannazen_cart tr {
    display: flex;
}

#cannazen_cart td,
#cannazen_cart th {
    flex: 1;
}

#cannazen_cart .cannazen-product-name {
    flex: 3;
}

#cannazen_cart_wrapper {
    -webkit-transform: translateZ(0);
}

.cannazen-cart-item {
    width: 100% !important;
}

#cannazen_pharmacy_selector {
    margin: 20px 0;
}

#top #cannazen_pharmacy_selector select {
    width: 100%;
}

#cannazen_cart .pharmacies li {
    font-size: 12px;
    font-weight: normal;
}

.pharmacymissing {
    border: 2px solid #10c956 !important;
    border-radius: 10px;
    padding: 10px 20px !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px !important;
}

@media all and (max-width: 600px) {
    #wpforms-8730-field_26-container .wpforms-pagebreak-left .wpforms-page-button{
        width: 100% !important;
    }
    #cannazen_cart {
        display: block;
    }
    #cannazen_cart tr{
        position: relative;
        padding: 15px 0 0px;
    }
    #cannazen_cart tr:after{
        display: block;
        content: "";
        height: 1px;
        background: rgba(0,0,0,0.1);
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: 100;
        bottom: 0;
    }
    #cannazen_cart tr,
    #cannazen_cart td{
        display: block;
        float: left;
    }
    #cannazen_cart thead{
        display: none;
    }

    #cannazen_cart .cannazen-thumbnail {
        width: 23%;
    }
    #cannazen_cart .cannazen-product-name {
        width: 70%;
        margin-bottom: 0px;
    }
    #cannazen_cart .cannazen-product-name .product-name-description{
        margin-top: 5px;
    }
    #cannazen_cart .cannazen-product-pharmacies {
        clear: both;
        width: 50%;
    }
    #cannazen_cart .cannazen-product-pharmacies .pharmacies:before{
        content: "Verfügbarkeit";
        font-size: 14px;
    }
    #cannazen_cart .cannazen-product-pharmacies .pharmacies ul{
        padding-left: 12px;
        margin-top: 5px !important;
    }
    #cannazen_cart .cannazen-product-pharmacies .pharmacies ul li{
        margin-bottom: 0 !important;
    }
    #cannazen_cart .product-quantity {
        width: 50%;
        float: right;
    }
    #cannazen_cart .product-quantity:before{
        content: "Anzahl";
        font-size: 14px;
    }
    #cannazen_cart th {
        visibility: hidden;
    }
    #top div .quantity input.plus, #top div .quantity input.minus{
        font-size: 30px;
    }
    #cannazen_cart_wrapper{
        margin-bottom: 30px;
    }
    #cannazen_cart img {
        height: auto !important;
        width: auto !important;
    }
    #cannazen_cart .cannazen-thumbnail img {
        max-height: 70px !important;
        max-width: 70px !important;
    }
    #cannazen_cart .cannazen-thumbnail img {
        max-height: 70px !important;
        max-width: 70px !important;
    }
}

/* Medication page: info box */
.cz-med-info {
    background: #f0fdf4;
    border: 1px solid #10c956;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.cz-med-info p {
    margin: 0 0 8px;
}

.cz-med-info p:last-child {
    margin-bottom: 0;
}

.cz-med-info a {
    color: #10c956;
    font-weight: 600;
    text-decoration: underline;
}

/* Medication page: checkout button (static) */
.cz-med-checkout {
    margin-top: 24px;
    text-align: center;
}

.cz-med-checkout-btn {
    display: inline-block;
    background: #10c956;
    color: #fff !important;
    padding: 14px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}

.cz-med-checkout-btn:hover {
    background: #0eb34d;
    color: #fff !important;
}

/* Medication page: checkout button (sticky) */
.cz-med-checkout-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.cz-med-checkout-sticky.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

/* Cart totals: full width */
.cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
}

/* Cart: single checkout button */
.wc-proceed-to-checkout > .checkout-button {
    max-width: 320px;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    text-align: center !important;
}

/* Cart: Produktdetails unter dem Produktnamen */
.cz-cart-item-details {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    line-height: 1.4;
}

/* Cart: Produktbild mobile nicht in den Text ragen lassen */
@media (max-width: 565px) {
    .responsive body.woocommerce-cart table.shop_table .product-thumbnail img {
        margin-top: 0 !important;
    }
}

/* Cart: Anamnese-Link unter dem Kasse-Button */
.cz-anamnese-link {
    text-align: center;
    margin-top: 40px;
}

.cz-anamnese-link a {
    font-size: 13px;
    color: #999 !important;
    text-decoration: underline;
}
