/* Claudio's Pizzeria order page redesign - isolated file */
:root {
    --cp-black: #050505;
    --cp-black-2: #0d0d0d;
    --cp-card: rgba(255,255,255,0.075);
    --cp-card-2: rgba(255,255,255,0.11);
    --cp-border: rgba(255,255,255,0.13);
    --cp-white: #ffffff;
    --cp-muted: rgba(255,255,255,0.72);
    --cp-gold: #f6c15b;
    --cp-red: #d51f2a;
    --cp-green: #81ff3e;
    --cp-radius: 22px;
    --cp-shadow: 0 24px 70px rgba(0,0,0,0.52);
}

body.cp-order-page {
    background:
        radial-gradient(circle at 10% 0%, rgba(213,31,42,0.18), transparent 32rem),
        radial-gradient(circle at 90% 10%, rgba(246,193,91,0.10), transparent 28rem),
        linear-gradient(180deg, #050505 0%, #0d0d0d 45%, #050505 100%) !important;
    color: var(--cp-white);
    font-family: "Poppins", "Roboto", Arial, sans-serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

body.cp-order-page a { text-decoration: none !important; }
body.cp-order-page #ftco-navbar {
    background: rgba(0,0,0,0.75) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(18px);
}
body.cp-order-page #ftco-navbar .nav-link { color: rgba(255,255,255,0.82) !important; font-weight: 700; }
body.cp-order-page #ftco-navbar .nav-link:hover,
body.cp-order-page #ftco-navbar .nav-item.active .nav-link { color: var(--cp-gold) !important; }

.cp-order-status-wrap { margin-top: -60px; position: relative; z-index: 4; padding-bottom: 26px; }
.cp-order-status {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 18px;
    align-items: start;
    padding: 24px;
    border: 1px solid var(--cp-border);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055));
    box-shadow: var(--cp-shadow);
    backdrop-filter: blur(18px);
}
.cp-order-disabled .cp-order-status {
    border-color: rgba(213,31,42,0.55);
    background: linear-gradient(135deg, rgba(213,31,42,0.28), rgba(255,255,255,0.055));
}
.cp-order-status-icon {
    width: 68px; height: 68px; display: grid; place-items: center;
    border-radius: 22px; background: rgba(255,255,255,0.10); font-size: 31px;
}
.cp-order-status-text span {
    display: inline-flex; padding: 6px 12px; border-radius: 999px;
    background: rgba(246,193,91,0.14); color: var(--cp-gold);
    font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em;
}
.cp-order-status-text h1 { margin: 10px 0 8px; color: #fff; font-size: clamp(25px, 3vw, 38px); font-weight: 900; letter-spacing: -0.04em; }
.cp-order-status-text p { margin: 0; color: var(--cp-muted); font-size: 16px; line-height: 1.7; }
.cp-order-status-text small { display: block; margin-top: 8px; color: rgba(255,255,255,.55); }

body.cp-order-page .cp-order-content { padding-top: 28px !important; }
body.cp-order-page .accordion-container { padding-right: 28px; }
body.cp-order-page .card { background: transparent !important; border: 0 !important; margin-bottom: 18px; }
body.cp-order-page .card-header {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
body.cp-order-page .mainCategory .btn-link,
body.cp-order-page .mainCategory button {
    width: 100%; text-align: left; white-space: normal;
    border: 1px solid var(--cp-border) !important;
    border-radius: 22px !important;
    padding: 17px 22px !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)) !important;
    color: #fff !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em;
    box-shadow: 0 16px 50px rgba(0,0,0,.32);
}
body.cp-order-page .mainCategory .btn-link:hover,
body.cp-order-page .mainCategory button:hover { border-color: rgba(246,193,91,.45) !important; color: var(--cp-gold) !important; }
body.cp-order-page .card-body {
    margin-top: 14px;
    padding: 18px !important;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    background: rgba(0,0,0,0.22);
}
body.cp-order-page .desc p,
body.cp-order-page .desc span { color: rgba(255,255,255,0.68) !important; }
body.cp-order-page .price { color: var(--cp-gold) !important; font-weight: 900; }

body.cp-order-page .pricing-entry {
    position: relative;
    gap: 16px;
    margin-bottom: 14px !important;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
body.cp-order-page .pricing-entry:hover {
    transform: translateY(-2px);
    border-color: rgba(129,255,62,0.42);
    background: linear-gradient(135deg, rgba(129,255,62,0.08), rgba(255,255,255,0.045));
}
body.cp-order-page .pricing-entry .img,
body.cp-order-page .img {
    min-width: 82px !important;
    width: 82px !important;
    height: 82px !important;
    border-radius: 18px !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #151515 !important;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 14px 34px rgba(0,0,0,.28);
}
body.cp-order-page .pricing-entry .desc { width: 100%; }
body.cp-order-page .pricing-entry h3,
body.cp-order-page .pricing-entry h3 a,
body.cp-order-page .pricing-entry h3 span { color: #fff !important; font-weight: 800 !important; }
body.cp-order-page .pricing-entry p,
body.cp-order-page .pricing-entry span { color: rgba(255,255,255,0.72); }
body.cp-order-page .btn-addtocart {
    display: inline-flex !important; align-items: center; justify-content: center;
    min-width: 44px; min-height: 40px;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.10) !important;
    color: #fff !important;
    opacity: 1 !important;
    border: 1px solid rgba(255,255,255,0.13) !important;
    font-weight: 900;
}
body.cp-order-page .pricing-entry:hover .btn-addtocart,
body.cp-order-page .btn-addtocart:hover { background: var(--cp-green) !important; color: #000 !important; }

body.cp-order-page #loadTran.cartbody {
    border: 1px solid var(--cp-border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045)) !important;
    box-shadow: var(--cp-shadow);
    padding: 18px !important;
    min-height: 160px;
}
.cp-cart-disabled-notice {
    border: 1px solid rgba(213,31,42,0.45);
    border-radius: 18px;
    background: rgba(213,31,42,0.16);
    padding: 14px 16px;
    margin-bottom: 14px;
    color: #fff;
}
.cp-cart-disabled-notice strong { display: block; margin-bottom: 5px; color: #fff; }
.cp-cart-disabled-notice span { color: rgba(255,255,255,0.76); font-size: 14px; line-height: 1.5; }

body.cp-order-disabled .btn-addtocart,
body.cp-order-disabled .ajax-popup-link[href*="itemDetails"],
body.cp-order-disabled .ajax-popup-link[href*="getAngebote"],
body.cp-order-disabled .sub,
body.cp-order-disabled .plus,
body.cp-order-disabled .minus,
body.cp-order-disabled .minus_coupon,
body.cp-order-disabled .checkout {
    opacity: .42 !important;
    pointer-events: none !important;
    filter: grayscale(1);
}
body.cp-order-disabled .btn-addtocart::after {
    content: "Bestellung pausiert";
    font-size: 11px;
    margin-left: 8px;
    color: #fff;
}

body.cp-order-page .fixedElement,
body.cp-order-page .fixedElement2 {
    border-radius: 18px !important;
    box-shadow: var(--cp-shadow);
}

@media (max-width: 991px) {
    body.cp-order-page .accordion-container { padding-right: 15px; }
    body.cp-order-page #loadTran.cartbody { margin-top: 24px; }
}
@media (max-width: 768px) {
    .cp-order-status-wrap { margin-top: -34px; }
    .cp-order-status { grid-template-columns: 1fr; padding: 18px; }
    body.cp-order-page .pricing-entry { padding: 12px !important; gap: 12px; }
    body.cp-order-page .pricing-entry .img,
    body.cp-order-page .img { min-width: 68px !important; width: 68px !important; height: 68px !important; border-radius: 15px !important; }
    body.cp-order-page .mainCategory .btn-link,
    body.cp-order-page .mainCategory button { font-size: 25px !important; }
}


/* =========================================================
   V2 PROFESSIONAL ORDER PAGE FIXES
   Keeps PHP functionality intact; design/layout only.
   ========================================================= */

body.cp-order-page {
    overflow-x: hidden;
}

body.cp-order-page .cp-order-status-wrap {
    margin-top: 28px !important;
    padding-bottom: 42px !important;
}

body.cp-order-page .cp-order-content .container {
    width: min(100% - 32px, 1320px) !important;
    max-width: 1320px !important;
}

body.cp-order-page .cp-order-content > .container > .row {
    align-items: flex-start !important;
}

body.cp-order-page .cp-order-products-column {
    padding-right: 28px !important;
}

body.cp-order-page .cp-order-cart-column,
body.cp-order-page #loadTran.cartbody {
    max-width: 360px !important;
    margin-left: auto !important;
}

/* Coupon/code box */
body.cp-order-page #coupon1 .card-body,
body.cp-order-page #coupon1 .pricing-entry {
    background: rgba(255,255,255,0.045) !important;
    border-color: rgba(255,255,255,0.12) !important;
}

body.cp-order-page #coupon1 .pricing-entry {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: center !important;
}

body.cp-order-page #coupon1 .pricing-entry .desc > .d-flex {
    display: grid !important;
    grid-template-columns: minmax(230px, 1fr) auto !important;
    gap: 18px !important;
    align-items: center !important;
}

body.cp-order-page input.cop,
body.cp-order-page #cop {
    width: 100% !important;
    height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    background: rgba(0,0,0,0.45) !important;
    color: #fff !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    outline: none !important;
}

body.cp-order-page input.cop::placeholder,
body.cp-order-page #cop::placeholder {
    color: rgba(255,255,255,0.48) !important;
}

body.cp-order-page .sub,
body.cp-order-page input.sub {
    height: 44px !important;
    min-width: 160px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--cp-green), #44d928) !important;
    color: #071107 !important;
    font-weight: 900 !important;
    box-shadow: 0 16px 34px rgba(129,255,62,0.22) !important;
}

/* Product list */
body.cp-order-page .pricing-entry {
    min-height: 116px !important;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) 46px !important;
    align-items: center !important;
    gap: 18px !important;
    overflow: hidden !important;
}

body.cp-order-page .pricing-entry .img {
    grid-column: 1 !important;
}

body.cp-order-page .pricing-entry .desc {
    grid-column: 2 / 4 !important;
    min-width: 0 !important;
    padding-right: 58px !important;
}

body.cp-order-page .pricing-entry .desc > .d-flex.text {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 370px) !important;
    gap: 16px !important;
    align-items: center !important;
    width: 100% !important;
}

body.cp-order-page .pricing-entry .desc > .d-flex.text > [class*="col-md-"] {
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.cp-order-page .pricing-entry h3 {
    margin: 0 !important;
    line-height: 1.28 !important;
}

body.cp-order-page .pricing-entry h3 span {
    display: inline !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: -0.01em !important;
}

body.cp-order-page .pricing-entry .desc > .d-block {
    padding-left: 0 !important;
    margin: 8px 0 0 0 !important;
}

body.cp-order-page .pricing-entry .desc > .d-block p {
    margin: 0 !important;
    max-width: 760px !important;
    color: rgba(255,255,255,0.70) !important;
    line-height: 1.55 !important;
}

body.cp-order-page .pricing-entry .price {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 8px !important;
    min-width: 70px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    color: var(--cp-gold) !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1.1 !important;
}

body.cp-order-page .pricing-entry .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.cp-order-page .pricing-entry .desc .row:first-child {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 2px !important;
    background: transparent !important;
}

body.cp-order-page .pricing-entry .toshow {
    position: static !important;
    display: block !important;
}

body.cp-order-page .pricing-entry .desc .row[style*="float:right"],
body.cp-order-page .pricing-entry .desc .row[style*="float: right"] {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    float: none !important;
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.cp-order-page .btn-addtocart {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--cp-green), #49d72a) !important;
    color: #050505 !important;
    box-shadow: 0 18px 34px rgba(129,255,62,0.24) !important;
    opacity: 1 !important;
}

body.cp-order-page .btn-addtocart i {
    color: #050505 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

/* Cart panel */
body.cp-order-page #loadTran.cartbody {
    position: sticky !important;
    top: 110px !important;
    padding: 22px !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at top right, rgba(129,255,62,0.08), transparent 14rem),
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055)) !important;
}

body.cp-order-page #loadTran.cartbody img[src*="logo"] {
    max-width: 230px !important;
    height: auto !important;
}

body.cp-order-page #loadTran.cartbody .row {
    height: auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: rgba(255,255,255,0.86) !important;
    line-height: 1.55 !important;
}

body.cp-order-page #loadTran.cartbody [class*="col-md-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

body.cp-order-page #loadTran.cartbody .minus,
body.cp-order-page #loadTran.cartbody .plus,
body.cp-order-page #loadTran.cartbody .minus_coupon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    background: rgba(255,255,255,0.10) !important;
    color: #fff !important;
    margin: 0 3px !important;
    padding: 0 !important;
    float: none !important;
    vertical-align: middle !important;
}

body.cp-order-page #loadTran.cartbody .plus {
    background: var(--cp-green) !important;
    color: #050505 !important;
}

body.cp-order-page #loadTran.cartbody .minus:hover,
body.cp-order-page #loadTran.cartbody .plus:hover {
    transform: translateY(-1px) !important;
}

body.cp-order-page #loadTran.cartbody .checkout,
body.cp-order-page .fixedElement .checkout,
body.cp-order-page .fixedElement2 .checkout {
    width: 100% !important;
    height: auto !important;
    min-height: 56px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, var(--cp-green), #47dd2c) !important;
    color: #12001b !important;
    font-weight: 900 !important;
    box-shadow: 0 20px 38px rgba(129,255,62,0.22) !important;
    padding: 14px 16px !important;
    white-space: normal !important;
}

body.cp-order-page #loadTran.cartbody .checkout img {
    display: none !important;
}

body.cp-order-page #loadTran.cartbody .checkout font,
body.cp-order-page #loadTran.cartbody .checkout b,
body.cp-order-page #loadTran.cartbody .checkout span,
body.cp-order-page .fixedElement .checkout font,
body.cp-order-page .fixedElement .checkout b,
body.cp-order-page .fixedElement .checkout span {
    color: #12001b !important;
    font-size: 15px !important;
}

body.cp-order-page .fixedElement,
body.cp-order-page .fixedElement2 {
    width: 340px !important;
    max-width: calc(100vw - 24px) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    background:
        radial-gradient(circle at top right, rgba(129,255,62,0.10), transparent 10rem),
        rgba(18,18,18,0.96) !important;
    backdrop-filter: blur(18px) !important;
    padding: 16px !important;
}

body.cp-order-page .fixedElement img[src*="paypal"],
body.cp-order-page .fixedElement2 img[src*="paypal"],
body.cp-order-page #loadTran.cartbody img[src*="paypal"] {
    width: 210px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 10px auto !important;
    display: block !important;
    border-radius: 8px !important;
    background: #fff !important;
    padding: 4px !important;
}

/* Bootstrap-compatible popup window */
.mfp-bg {
    background: rgba(0,0,0,0.86) !important;
}

.mfp-content #custom-content,
.mfp-content .cp-order-popup {
    max-width: 920px !important;
    width: min(920px, calc(100vw - 28px)) !important;
    margin: 30px auto !important;
    text-align: left !important;
}

.mfp-content .modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
}

.mfp-content .modal-content {
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at top right, rgba(129,255,62,0.08), transparent 14rem),
        linear-gradient(180deg, #222, #141414) !important;
    color: #fff !important;
    box-shadow: 0 40px 100px rgba(0,0,0,0.70) !important;
    overflow: hidden !important;
}

.mfp-content .modal-body,
.mfp-content .popupForm,
.mfp-content .card-body,
.mfp-content .divsectiion,
.mfp-content .row,
.mfp-content li {
    background: transparent !important;
    color: rgba(255,255,255,0.86) !important;
}

.mfp-content .modal-body {
    padding: 26px !important;
}

.mfp-content .card-body {
    padding: 0 !important;
}

.mfp-content .cp-popup-product-img,
.mfp-content .text-center img {
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    max-height: 92px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    background: #111 !important;
    padding: 0 !important;
    margin: 0 auto 12px auto !important;
}

.mfp-content p,
.mfp-content label {
    color: rgba(255,255,255,0.88) !important;
}

.mfp-content input[type="text"],
.mfp-content input[type="number"],
.mfp-content textarea,
.mfp-content select,
.mfp-content .form-control {
    min-height: 42px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(0,0,0,0.35) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.mfp-content select option {
    color: #111 !important;
}

.mfp-content input[type="checkbox"],
.mfp-content input[type="radio"] {
    accent-color: var(--cp-green);
}

.mfp-content ul {
    padding-left: 0 !important;
    list-style: none !important;
}

.mfp-content li {
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 14px !important;
    padding: 10px 12px !important;
    margin-bottom: 9px !important;
    min-height: 0 !important;
    height: auto !important;
}

.mfp-content .btn-primary,
.mfp-content #myb,
.mfp-content button[type="submit"] {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--cp-green), #47dd2c) !important;
    color: #0b0b0b !important;
    font-weight: 900 !important;
    padding: 12px 20px !important;
}

.mfp-content .btn-secondary,
.mfp-content [data-dismiss="modal"] {
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.10) !important;
    color: #fff !important;
    padding: 12px 20px !important;
}

/* Keep layout readable on smaller screens */
@media (max-width: 1199px) {
    body.cp-order-page .pricing-entry .desc > .d-flex.text {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) !important;
    }
}

@media (max-width: 991px) {
    body.cp-order-page .cp-order-products-column {
        padding-right: 15px !important;
    }

    body.cp-order-page .cp-order-cart-column,
    body.cp-order-page #loadTran.cartbody {
        max-width: 100% !important;
        margin-left: 0 !important;
        position: static !important;
    }

    body.cp-order-page .pricing-entry {
        grid-template-columns: 78px minmax(0, 1fr) 42px !important;
    }

    body.cp-order-page .pricing-entry .desc > .d-flex.text {
        grid-template-columns: 1fr !important;
    }

    body.cp-order-page .pricing-entry .desc {
        padding-right: 50px !important;
    }

    body.cp-order-page .pricing-entry .desc .row:first-child {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        margin-top: 8px !important;
    }
}

@media (max-width: 640px) {
    body.cp-order-page .pricing-entry {
        grid-template-columns: 66px minmax(0, 1fr) 40px !important;
        gap: 12px !important;
    }

    body.cp-order-page .pricing-entry h3 span {
        font-size: 16px !important;
    }

    body.cp-order-page #coupon1 .pricing-entry,
    body.cp-order-page #coupon1 .pricing-entry .desc > .d-flex {
        grid-template-columns: 1fr !important;
    }

    body.cp-order-page #coupon1 .pricing-entry .img {
        display: none !important;
    }

    body.cp-order-page .sub,
    body.cp-order-page input.sub {
        width: 100% !important;
    }

    .mfp-content .modal-body {
        padding: 18px !important;
    }
}


/* =========================================================
   V3 COMPACT PROFESSIONAL FIXES
   ========================================================= */

/* Compact status banner */
body.cp-order-page .cp-order-status-wrap {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    padding: 0 !important;
}

body.cp-order-page .cp-order-status-card,
body.cp-order-page .cp-order-status {
    max-width: 860px !important;
    min-height: 0 !important;
    padding: 18px 24px !important;
    border-radius: 22px !important;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 auto !important;
}

body.cp-order-page .cp-order-status-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 16px !important;
    font-size: 24px !important;
}

body.cp-order-page .cp-order-status-badge,
body.cp-order-page .cp-order-status .badge {
    grid-column: 3 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

body.cp-order-page .cp-order-status-card h1,
body.cp-order-page .cp-order-status-card h2,
body.cp-order-page .cp-order-status h1,
body.cp-order-page .cp-order-status h2 {
    margin: 0 0 4px 0 !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
}

body.cp-order-page .cp-order-status-card p,
body.cp-order-page .cp-order-status p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

/* Compact intro/menu area */
body.cp-order-page .heading-section {
    margin-top: 14px !important;
    margin-bottom: 24px !important;
}

body.cp-order-page .heading-section h2,
body.cp-order-page .cp-section-title {
    font-size: 30px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 14px !important;
}

body.cp-order-page .heading-section p {
    margin-bottom: 6px !important;
}

body.cp-order-page .filterMenu {
    margin-top: 14px !important;
    margin-bottom: 16px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* Wider desktop layout */
@media (min-width: 1200px) {
    body.cp-order-page .cp-order-content .container {
        width: min(100% - 40px, 1540px) !important;
        max-width: 1540px !important;
    }

    body.cp-order-page .cp-order-products-column {
        flex: 0 0 72% !important;
        max-width: 72% !important;
        padding-right: 34px !important;
    }

    body.cp-order-page .cp-order-cart-column,
    body.cp-order-page #loadTran.cartbody {
        flex: 0 0 28% !important;
        max-width: 28% !important;
    }
}

/* Gutschein/code area: clean, no heavy background */
body.cp-order-page #coupon1,
body.cp-order-page #coupon1.card,
body.cp-order-page #coupon1 .card,
body.cp-order-page #coupon1 .card-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.cp-order-page #coupon1 .pricing-entry {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    padding: 12px 16px !important;
    min-height: 82px !important;
    grid-template-columns: 70px minmax(0, 1fr) !important;
}

body.cp-order-page #coupon1 .pricing-entry .img {
    width: 58px !important;
    height: 58px !important;
    border-radius: 14px !important;
}

body.cp-order-page #coupon1 .pricing-entry p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

body.cp-order-page #coupon1 .pricing-entry .sub,
body.cp-order-page #coupon1 .pricing-entry input.sub {
    min-width: 132px !important;
    height: 40px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

/* Product rows: no bad price background, plus button never covers text */
body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) {
    position: relative !important;
    grid-template-columns: 86px minmax(0, 1fr) 430px 58px !important;
    gap: 18px !important;
    min-height: 104px !important;
    padding: 18px !important;
    overflow: visible !important;
    background: rgba(255,255,255,0.03) !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .img {
    grid-column: 1 !important;
    width: 74px !important;
    height: 74px !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc {
    grid-column: 2 / 5 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 430px 58px !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-6:first-child {
    grid-column: 1 !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-5 {
    grid-column: 2 !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-1,
body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > div:last-child {
    grid-column: 3 !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(76px, 1fr)) !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: stretch !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .price,
body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) span.price {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    color: var(--cp-gold) !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child [class*="col-"],
body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child [class*="col-md-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    text-align: center !important;
    background: transparent !important;
}

body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .toshow,
body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row[style*="float"] {
    width: 58px !important;
    height: 58px !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    float: none !important;
    margin: 0 !important;
    justify-self: end !important;
    align-self: center !important;
}

body.cp-order-page .btn-addtocart {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    position: relative !important;
    z-index: 3 !important;
}

/* Cart/basket: keep good look, prevent scroll corruption */
body.cp-order-page #loadTran.cartbody,
body.cp-order-page .cartbody {
    position: sticky !important;
    top: 108px !important;
    align-self: flex-start !important;
    height: auto !important;
    max-height: calc(100vh - 130px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
}

body.cp-order-page #loadTran.cartbody .row {
    position: relative !important;
    overflow: visible !important;
}

body.cp-order-page #loadTran.cartbody .minus,
body.cp-order-page #loadTran.cartbody .plus,
body.cp-order-page #loadTran.cartbody .minus_coupon {
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

/* Payment block should not become a corrupted separate sticky card */
body.cp-order-page .fixedElement,
body.cp-order-page .fixedElement2 {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 0 0 !important;
    border-radius: 18px !important;
    padding: 14px !important;
    box-shadow: none !important;
}

/* Popup: less wasted height + professional +/- */
.mfp-content #custom-content,
.mfp-content .cp-order-popup {
    max-width: 860px !important;
    width: min(860px, calc(100vw - 22px)) !important;
}

.mfp-content .modal-content {
    border-radius: 22px !important;
}

.mfp-content .modal-body {
    padding: 20px 22px !important;
}

.mfp-content .divsectiion,
.mfp-content .row {
    min-height: 0 !important;
    height: auto !important;
}

.mfp-content .divsectiion {
    padding: 12px 14px !important;
    margin-bottom: 10px !important;
    border-radius: 14px !important;
}

.mfp-content .form-group {
    margin-bottom: 10px !important;
}

.mfp-content textarea {
    min-height: 54px !important;
}

.mfp-content input#quantity,
.mfp-content input[name="quantity"],
.mfp-content input[type="number"] {
    max-width: 260px !important;
    height: 44px !important;
    display: inline-block !important;
}

.mfp-content .input-group,
.mfp-content .quantity,
.mfp-content .amount,
.mfp-content .qbutton {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.mfp-content .minus,
.mfp-content .plus,
.mfp-content button[id*="minus"],
.mfp-content button[id*="plus"],
.mfp-content input[value="-"],
.mfp-content input[value="+"] {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.mfp-content .plus,
.mfp-content button[id*="plus"],
.mfp-content input[value="+"] {
    background: var(--cp-green) !important;
    color: #050505 !important;
}

/* Mobile */
@media (max-width: 991px) {
    body.cp-order-page .cp-order-status-card,
    body.cp-order-page .cp-order-status {
        grid-template-columns: 46px minmax(0, 1fr) !important;
        padding: 16px !important;
        width: calc(100% - 24px) !important;
    }

    body.cp-order-page .cp-order-status-badge,
    body.cp-order-page .cp-order-status .badge {
        grid-column: 2 !important;
        grid-row: auto !important;
        justify-self: start !important;
        margin-top: 6px !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) {
        grid-template-columns: 66px minmax(0, 1fr) 48px !important;
        gap: 12px !important;
        padding: 14px !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc {
        grid-column: 2 / 4 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text {
        grid-template-columns: minmax(0, 1fr) 48px !important;
        gap: 10px !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-6:first-child {
        grid-column: 1 / 3 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-5 {
        grid-column: 1 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-1,
    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > div:last-child {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: end !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child {
        grid-template-columns: repeat(2, minmax(72px, 1fr)) !important;
        gap: 6px 10px !important;
        justify-content: start !important;
    }

    body.cp-order-page .btn-addtocart {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    body.cp-order-page #loadTran.cartbody,
    body.cp-order-page .cartbody {
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
        margin-top: 22px !important;
    }
}

@media (max-width: 560px) {
    body.cp-order-page .cp-order-content .container {
        width: calc(100% - 18px) !important;
    }

    body.cp-order-page .heading-section h2,
    body.cp-order-page .cp-section-title {
        font-size: 24px !important;
    }

    body.cp-order-page #coupon1 .pricing-entry,
    body.cp-order-page #coupon1 .pricing-entry .desc > .d-flex {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    body.cp-order-page #coupon1 .pricing-entry .img {
        display: none !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child {
        grid-template-columns: repeat(2, minmax(60px, 1fr)) !important;
    }

    body.cp-order-page .pricing-entry h3 span {
        font-size: 15px !important;
    }

    body.cp-order-page .pricing-entry .desc > .d-block p {
        font-size: 13px !important;
    }

    .mfp-content .modal-body {
        padding: 14px !important;
    }
}


/* =========================================================
   V4 FINAL LAYOUT OVERRIDES FROM SCREENSHOTS
   Goal: remove useless backgrounds, align prices, fix cart,
   compact popup quantity, and keep plus button clear.
   ========================================================= */

/* 1) Remove all old textured backgrounds from inputs/buttons/spans that caused ugly blocks */
body.cp-order-page input[type="text"],
body.cp-order-page input.cop,
body.cp-order-page #cop,
body.cp-order-page textarea,
body.cp-order-page select,
body.cp-order-page .form-control {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

body.cp-order-page input.cop,
body.cp-order-page #cop {
    background: rgba(0,0,0,0.18) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
}

/* Remove ugly background behind product name spans */
body.cp-order-page .pricing-entry h3,
body.cp-order-page .pricing-entry h3 span,
body.cp-order-page .pricing-entry h3 a,
body.cp-order-page .pricing-entry .desc span,
body.cp-order-page .pricing-entry .desc font {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* 2) Coupon/gutschein rows: keep simple, readable, no floating green circles over text */
body.cp-order-page #coupon1 .pricing-entry {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 170px !important;
    gap: 18px !important;
    align-items: center !important;
    padding: 14px 18px !important;
}

body.cp-order-page #coupon1 .pricing-entry .desc,
body.cp-order-page #coupon1 .pricing-entry .desc > .d-flex,
body.cp-order-page #coupon1 .pricing-entry .desc .row,
body.cp-order-page #coupon1 .pricing-entry .desc [style*="float"] {
    display: contents !important;
    float: none !important;
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
}

body.cp-order-page #coupon1 .pricing-entry .img {
    grid-column: 1 !important;
}

body.cp-order-page #coupon1 .pricing-entry input.cop,
body.cp-order-page #coupon1 .pricing-entry #cop {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 280px !important;
}

body.cp-order-page #coupon1 .pricing-entry .sub,
body.cp-order-page #coupon1 .pricing-entry input.sub,
body.cp-order-page #coupon1 .pricing-entry button {
    grid-column: 3 !important;
    justify-self: end !important;
    min-width: 160px !important;
    max-width: 170px !important;
    background: linear-gradient(135deg, var(--cp-green), #49dd2c) !important;
    color: #040404 !important;
    box-shadow: 0 16px 28px rgba(129,255,62,0.16) !important;
}

body.cp-order-page #coupon1 .pricing-entry p,
body.cp-order-page #coupon1 .pricing-entry .d-block,
body.cp-order-page #coupon1 .pricing-entry .desc > .d-block {
    grid-column: 2 / 4 !important;
    margin: 0 !important;
}

/* 3) Product row layout: align Mini/Maxi/Fam/Blech and prices exactly */
@media (min-width: 992px) {
    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) {
        display: grid !important;
        grid-template-columns: 92px minmax(280px, 1fr) 420px 64px !important;
        gap: 18px !important;
        align-items: center !important;
        min-height: 102px !important;
        overflow: hidden !important;
        padding: 16px 18px !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .img {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc {
        grid-column: 2 / 5 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: minmax(280px, 1fr) 420px 64px !important;
        gap: 18px !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text {
        display: contents !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-block {
        grid-column: 1 !important;
        grid-row: 2 !important;
        margin-top: 8px !important;
        padding: 0 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-6:first-child,
    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) h3 {
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-5 {
        grid-column: 2 !important;
        grid-row: 1 / 3 !important;
        align-self: center !important;
        padding: 0 !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > .col-md-1,
    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc > .d-flex.text > div:last-child {
        grid-column: 3 !important;
        grid-row: 1 / 3 !important;
        align-self: center !important;
        justify-self: end !important;
        padding: 0 !important;
        width: 58px !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0 !important;
        width: 100% !important;
        align-items: center !important;
        background: transparent !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child > div,
    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row:first-child [class*="col"] {
        padding: 0 !important;
        width: auto !important;
        max-width: none !important;
        text-align: center !important;
        background: transparent !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .price {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        color: var(--cp-gold) !important;
        font-weight: 900 !important;
        background: transparent !important;
        background-image: none !important;
        white-space: nowrap !important;
    }

    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .toshow,
    body.cp-order-page .pricing-entry:not(#coupon1 .pricing-entry) .desc .row[style*="float"] {
        position: static !important;
        float: none !important;
        width: 58px !important;
        height: 58px !important;
        margin: 0 !important;
        transform: none !important;
    }

    body.cp-order-page .btn-addtocart {
        position: static !important;
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        display: inline-flex !important;
    }
}

/* Single-price products: keep price before button but do not duplicate column backgrounds */
body.cp-order-page .pricing-entry .price + .toshow,
body.cp-order-page .pricing-entry .price + .btn-addtocart {
    margin-left: 10px !important;
}

/* 4) Basket: no internal scrollbar, no corruption while scrolling. Keep old fixed feeling. */
@media (min-width: 992px) {
    body.cp-order-page #loadTran.cartbody,
    body.cp-order-page .cartbody {
        position: sticky !important;
        top: 96px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
    }

    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        position: fixed !important;
        right: max(26px, calc((100vw - 1540px) / 2 + 26px)) !important;
        bottom: 22px !important;
        width: 318px !important;
        max-width: 318px !important;
        z-index: 40 !important;
        margin: 0 !important;
        padding: 12px !important;
        border-radius: 18px !important;
        background: rgba(18,18,18,0.94) !important;
        border: 1px solid rgba(255,255,255,0.10) !important;
        box-shadow: 0 22px 60px rgba(0,0,0,0.50) !important;
        backdrop-filter: blur(14px) !important;
    }

    body.cp-order-page .fixedElement img[src*="paypal"],
    body.cp-order-page .fixedElement2 img[src*="paypal"] {
        width: 220px !important;
        margin-bottom: 8px !important;
    }

    body.cp-order-page .fixedElement .checkout,
    body.cp-order-page .fixedElement2 .checkout {
        width: 100% !important;
        min-height: 50px !important;
        border-radius: 10px !important;
        box-shadow: none !important;
    }
}

/* Basket line layout refinement */
body.cp-order-page #loadTran.cartbody .minus,
body.cp-order-page #loadTran.cartbody .plus,
body.cp-order-page #loadTran.cartbody .minus_coupon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 9px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 5) Popup quantity: one compact line with label, input, -, + */
.mfp-content .divsectiion:has(input#quantity),
.mfp-content .divsectiion:has(input[name="quantity"]) {
    display: grid !important;
    grid-template-columns: 90px 1fr auto auto !important;
    align-items: center !important;
    gap: 10px !important;
}

.mfp-content .divsectiion:has(input#quantity) .row,
.mfp-content .divsectiion:has(input[name="quantity"]) .row {
    display: contents !important;
}

.mfp-content input#quantity,
.mfp-content input[name="quantity"],
.mfp-content input[type="number"] {
    max-width: 220px !important;
    width: 220px !important;
    height: 40px !important;
    margin: 0 !important;
}

.mfp-content .minus,
.mfp-content .plus,
.mfp-content input[value="-"],
.mfp-content input[value="+"] {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    margin: 0 !important;
}

/* Popup general: compact, no huge empty sections */
.mfp-content .divsectiion {
    padding: 10px 12px !important;
    margin-bottom: 8px !important;
}

.mfp-content ul,
.mfp-content li {
    margin-bottom: 6px !important;
}

.mfp-content .modal-body {
    padding: 18px !important;
}

/* 6) Correct text colors on buttons */
body.cp-order-page .sub,
body.cp-order-page input.sub,
body.cp-order-page button.sub,
body.cp-order-page .checkout,
body.cp-order-page .checkout *,
.mfp-content .btn-primary,
.mfp-content button[type="submit"] {
    color: #050505 !important;
    text-shadow: none !important;
}

/* 7) Mobile basic: handled after desktop is approved */
@media (max-width: 991px) {
    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 14px !important;
    }
}


/* =========================================================
   V5 STRUCTURAL FIX - DO NOT REMOVE
   This section replaces the earlier patch-on-patch behavior.
   It targets the rewritten coupon/product markup directly.
   ========================================================= */

body.cp-order-page .cp-order-content .container {
    width: min(100% - 40px, 1500px) !important;
    max-width: 1500px !important;
}

@media (min-width: 1200px) {
    body.cp-order-page .cp-order-products-column {
        flex: 0 0 72% !important;
        max-width: 72% !important;
        padding-right: 34px !important;
    }

    body.cp-order-page .cp-order-cart-column,
    body.cp-order-page #loadTran.cartbody {
        flex: 0 0 28% !important;
        max-width: 28% !important;
    }
}

/* Remove old backgrounds that caused the black/texture overlays */
body.cp-order-page .pricing-entry h3,
body.cp-order-page .pricing-entry h3 span,
body.cp-order-page .pricing-entry .desc span,
body.cp-order-page .pricing-entry font,
body.cp-order-page .pricing-entry .price,
body.cp-order-page input,
body.cp-order-page button,
body.cp-order-page a.btn {
    background-image: none !important;
    box-shadow: none;
}

/* Coupon / Gutschein */
body.cp-order-page .cp-coupon-section-card,
body.cp-order-page .cp-coupon-section-card .card-header,
body.cp-order-page .cp-coupon-section-card .card-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.cp-order-page .cp-coupon-body {
    padding: 16px 0 10px 0 !important;
}

body.cp-order-page .cp-coupon-intro {
    margin: 0 0 16px 0 !important;
    color: rgba(255,255,255,0.74) !important;
    font-style: italic !important;
}

body.cp-order-page .cp-coupon-row {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) 220px !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 76px !important;
    padding: 12px 16px !important;
    margin-bottom: 12px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,0.025) !important;
}

body.cp-order-page .cp-coupon-icon {
    width: 58px !important;
    height: 58px !important;
    border-radius: 14px !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: rgba(255,255,255,0.06) !important;
}

body.cp-order-page .cp-coupon-main {
    min-width: 0 !important;
}

body.cp-order-page .cp-coupon-main p,
body.cp-order-page .cp-coupon-help {
    margin: 0 !important;
    color: rgba(255,255,255,0.82) !important;
    line-height: 1.45 !important;
}

body.cp-order-page .cp-coupon-help {
    display: block !important;
    margin-top: 8px !important;
    color: var(--cp-green) !important;
}

body.cp-order-page .cp-coupon-row #cop,
body.cp-order-page .cp-coupon-row input.cop {
    width: 100% !important;
    max-width: 290px !important;
    height: 42px !important;
    background: transparent !important;
    background-image: none !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 12px !important;
    color: #fff !important;
    padding: 0 14px !important;
}

body.cp-order-page .cp-coupon-action {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.cp-order-page .cp-coupon-action .btn,
body.cp-order-page .cp-coupon-action .sub {
    min-width: 190px !important;
    width: 190px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 12px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: linear-gradient(135deg, var(--cp-green), #45df29) !important;
    color: #050505 !important;
    font-weight: 900 !important;
    text-align: center !important;
    opacity: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.cp-order-page .cp-soft-action {
    background: rgba(255,255,255,0.12) !important;
    color: rgba(255,255,255,0.92) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
}

/* Product categories */
body.cp-order-page .cp-menu-category,
body.cp-order-page .cp-menu-category .card-header,
body.cp-order-page .cp-menu-category-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.cp-order-page .cp-menu-category .mainCategory button {
    display: block !important;
    width: min(520px, 100%) !important;
    text-align: left !important;
    padding: 18px 24px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}

body.cp-order-page .cp-category-description {
    margin: 0 0 16px 0 !important;
    color: rgba(255,255,255,0.72) !important;
    font-style: italic !important;
    line-height: 1.55 !important;
}

body.cp-order-page .cp-menu-price-header {
    display: grid !important;
    grid-template-columns: 86px minmax(260px, 1fr) minmax(180px, 430px) 54px !important;
    gap: 18px !important;
    align-items: center !important;
    margin: 0 0 8px 0 !important;
    padding: 0 18px !important;
}

body.cp-order-page .cp-menu-price-headings {
    display: grid !important;
    gap: 0 !important;
    color: var(--cp-gold) !important;
    font-weight: 900 !important;
    text-align: center !important;
}

body.cp-order-page .cp-price-count-4 .cp-menu-price-headings,
body.cp-order-page .cp-price-count-4 .cp-product-prices {
    grid-template-columns: repeat(4, 1fr) !important;
}

body.cp-order-page .cp-price-count-3 .cp-menu-price-headings,
body.cp-order-page .cp-price-count-3 .cp-product-prices {
    grid-template-columns: repeat(3, 1fr) !important;
}

body.cp-order-page .cp-price-count-2 .cp-menu-price-headings,
body.cp-order-page .cp-price-count-2 .cp-product-prices {
    grid-template-columns: repeat(2, 1fr) !important;
}

body.cp-order-page .cp-price-count-1 .cp-menu-price-headings,
body.cp-order-page .cp-price-count-1 .cp-product-prices {
    grid-template-columns: 1fr !important;
}

body.cp-order-page .cp-product-row {
    display: grid !important;
    grid-template-columns: 86px minmax(260px, 1fr) minmax(180px, 430px) 54px !important;
    gap: 18px !important;
    align-items: center !important;
    min-height: 98px !important;
    padding: 14px 18px !important;
    margin-bottom: 14px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    background: rgba(255,255,255,0.025) !important;
    overflow: visible !important;
}

body.cp-order-page .cp-product-row:hover {
    border-color: rgba(129,255,62,0.35) !important;
    background: rgba(129,255,62,0.035) !important;
}

body.cp-order-page .cp-product-image {
    width: 72px !important;
    height: 72px !important;
    border-radius: 14px !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
}

body.cp-order-page .cp-product-info {
    min-width: 0 !important;
}

body.cp-order-page .cp-product-title {
    margin: 0 0 8px 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    background: transparent !important;
    background-image: none !important;
}

body.cp-order-page .cp-product-title span {
    background: transparent !important;
    background-image: none !important;
    color: #fff !important;
}

body.cp-order-page .cp-product-description {
    margin: 0 !important;
    color: rgba(255,255,255,0.70) !important;
    line-height: 1.45 !important;
}

body.cp-order-page .cp-product-prices {
    display: grid !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0 !important;
    min-width: 0 !important;
}

body.cp-order-page .cp-product-prices .price {
    display: block !important;
    width: 100% !important;
    color: var(--cp-gold) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    background: transparent !important;
    background-image: none !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

body.cp-order-page .cp-product-action {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

body.cp-order-page .cp-product-action .btn-addtocart {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, var(--cp-green), #48dd2a) !important;
    color: #050505 !important;
    opacity: 1 !important;
    border: 0 !important;
    box-shadow: 0 12px 26px rgba(129,255,62,0.20) !important;
    position: static !important;
    transform: none !important;
}

body.cp-order-page .cp-product-action .btn-addtocart i {
    color: #050505 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

body.cp-order-page .cp-dino-title {
    margin: 26px 0 14px 0 !important;
    color: #fff !important;
    font-weight: 900 !important;
}

/* Basket: restore old behavior, no internal scrollbar */
@media (min-width: 992px) {
    body.cp-order-page #loadTran.cartbody {
        position: sticky !important;
        top: 98px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 24px !important;
    }

    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        position: fixed !important;
        bottom: 10px !important;
        right: auto !important;
        width: 340px !important;
        max-width: 340px !important;
        z-index: 99 !important;
        padding: 12px !important;
        border-radius: 16px !important;
        background: rgba(16,16,16,0.96) !important;
        border: 1px solid rgba(255,255,255,0.10) !important;
    }
}

body.cp-order-page #loadTran.cartbody .checkout,
body.cp-order-page .fixedElement .checkout,
body.cp-order-page .fixedElement2 .checkout {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--cp-green), #45df29) !important;
    color: #050505 !important;
    font-weight: 900 !important;
    border: 0 !important;
    padding: 12px 14px !important;
    white-space: normal !important;
}

body.cp-order-page #loadTran.cartbody .checkout *,
body.cp-order-page .fixedElement .checkout *,
body.cp-order-page .fixedElement2 .checkout * {
    color: #050505 !important;
}

body.cp-order-page .fixedElement img[src*="paypal"],
body.cp-order-page .fixedElement2 img[src*="paypal"],
body.cp-order-page #loadTran.cartbody img[src*="paypal"] {
    max-width: 230px !important;
    width: 230px !important;
    height: auto !important;
    background: #fff !important;
    border-radius: 8px !important;
    padding: 4px !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
}

/* Popup quantity row */
.mfp-content .cp-popup-quantity-row,
.mfp-content .cp-popup-quantity-inner {
    min-height: 0 !important;
}

.mfp-content .cp-popup-quantity-inner {
    display: grid !important;
    grid-template-columns: 90px minmax(120px, 260px) 38px 38px !important;
    gap: 10px !important;
    align-items: center !important;
}

.mfp-content .cp-popup-quantity-inner label {
    margin: 0 !important;
}

.mfp-content #displayC {
    width: 100% !important;
    max-width: 260px !important;
    height: 40px !important;
    margin: 0 !important;
}

.mfp-content #bminus2,
.mfp-content #bplus2 {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.mfp-content #bplus2 {
    background: var(--cp-green) !important;
    color: #050505 !important;
}

.mfp-content #bminus2 {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}

.mfp-content .cp-popup-add-button {
    min-height: 54px !important;
    height: auto !important;
    border-radius: 12px !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 12px 22px !important;
    background: linear-gradient(135deg, var(--cp-green), #45df29) !important;
    color: #050505 !important;
    border: 0 !important;
}

.mfp-content .cp-popup-add-label,
.mfp-content .cp-popup-add-total,
.mfp-content .cp-popup-add-button * {
    color: #050505 !important;
    margin: 0 !important;
    float: none !important;
    text-align: initial !important;
}

/* Mobile: keep readable, proper stacking */
@media (max-width: 991px) {
    body.cp-order-page .cp-order-content .container {
        width: calc(100% - 20px) !important;
    }

    body.cp-order-page .cp-coupon-row {
        grid-template-columns: 58px minmax(0, 1fr) !important;
    }

    body.cp-order-page .cp-coupon-action {
        grid-column: 2 !important;
        justify-content: flex-start !important;
    }

    body.cp-order-page .cp-coupon-action .btn,
    body.cp-order-page .cp-coupon-action .sub {
        width: 100% !important;
        max-width: 260px !important;
    }

    body.cp-order-page .cp-menu-price-header {
        display: none !important;
    }

    body.cp-order-page .cp-product-row {
        grid-template-columns: 70px minmax(0, 1fr) 48px !important;
        gap: 12px !important;
    }

    body.cp-order-page .cp-product-info {
        grid-column: 2 / 4 !important;
    }

    body.cp-order-page .cp-product-prices {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        min-width: 170px !important;
    }

    body.cp-order-page .cp-product-action {
        grid-column: 3 !important;
        grid-row: 2 !important;
    }

    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 14px !important;
    }

    .mfp-content .cp-popup-quantity-inner {
        grid-template-columns: 80px 1fr 38px 38px !important;
    }
}


/* =========================================================
   V6 STOP-FATAL + STABLE LAYOUT CORRECTIONS
   ========================================================= */

/* Product rows must never overlap basket. */
@media (min-width: 992px) {
    body.cp-order-page .cp-order-products-column {
        min-width: 0 !important;
    }

    body.cp-order-page .cp-product-row {
        grid-template-columns: 86px minmax(280px, 1fr) minmax(360px, 440px) 60px !important;
        column-gap: 18px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    body.cp-order-page .cp-product-prices {
        min-width: 360px !important;
        max-width: 440px !important;
    }

    body.cp-order-page .cp-menu-price-header {
        grid-template-columns: 86px minmax(280px, 1fr) minmax(360px, 440px) 60px !important;
    }

    body.cp-order-page .cp-product-action {
        width: 60px !important;
        min-width: 60px !important;
    }

    body.cp-order-page .cp-product-action .btn-addtocart {
        margin-left: auto !important;
    }
}

/* If old markup still exists anywhere, stop its floating button from overlaying. */
body.cp-order-page .pricing-entry .desc .row[style*="float"] {
    float: none !important;
    position: static !important;
    transform: none !important;
}

/* Basket/payment width alignment */
@media (min-width: 992px) {
    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        width: 340px !important;
        max-width: 340px !important;
        right: 40px !important;
    }
}

/* Product images fallback visual when image is empty/missing */
body.cp-order-page .cp-product-image.cp-default-product-image,
body.cp-order-page .img.cp-default-product-image {
    background-size: 60% auto !important;
    background-repeat: no-repeat !important;
    background-color: rgba(255,255,255,0.055) !important;
}

/* Popup add button: make sure text is inside and aligned */
.mfp-content .cp-popup-add-button,
.mfp-content #myb.checkout {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 12px 22px !important;
    overflow: hidden !important;
}

.mfp-content .cp-popup-add-button span,
.mfp-content #myb.checkout span {
    position: static !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    color: #050505 !important;
}

/* Coupon buttons must be rectangular and text visible */
body.cp-order-page .cp-coupon-action .btn,
body.cp-order-page .cp-coupon-action input.sub {
    border-radius: 12px !important;
    color: #050505 !important;
    overflow: hidden !important;
    text-indent: 0 !important;
}


/* =========================================================
   V8 COMPACT INTRO FIX
   - Removes/hides the top "Online bestellen" status box.
   - Starts the page directly with Pizza Taxi Karte.
   - Reduces vertical spacing around intro, bell, and category links.
   ========================================================= */

/* Hide any remaining top status/online-order banner */
body.cp-order-page .cp-order-status-wrap,
body.cp-order-page .cp-order-status,
body.cp-order-page .cp-order-status-card,
body.cp-order-page .cp-order-status-hidden {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Remove excessive top whitespace after header */
body.cp-order-page .cp-order-content,
body.cp-order-page .ftco-section.cp-order-content,
body.cp-order-page section.cp-order-content {
    padding-top: 28px !important;
    margin-top: 0 !important;
}

/* If original ftco-section spacing is active, reduce it on this page only */
body.cp-order-page .ftco-section {
    padding-top: 28px !important;
}

/* Compact Pizza Taxi Karte heading section */
body.cp-order-page .heading-section {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    padding-top: 0 !important;
}

body.cp-order-page .heading-section h2,
body.cp-order-page .cp-section-title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.12em !important;
}

body.cp-order-page .heading-section .subheading,
body.cp-order-page .heading-section .mb-4 {
    margin-bottom: 8px !important;
}

/* Compact text under title */
body.cp-order-page .heading-section p {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    line-height: 1.45 !important;
    font-size: 15px !important;
}

/* Reduce decorative line/diamond spacing if used by theme */
body.cp-order-page .heading-section .line,
body.cp-order-page .heading-section .flaticon-pizza-1,
body.cp-order-page .heading-section [class*="flaticon"] {
    margin-top: 6px !important;
    margin-bottom: 8px !important;
}

/* Bell/image spacing */
body.cp-order-page .heading-section img,
body.cp-order-page .heading-section .bell,
body.cp-order-page .heading-section .bell-img {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
    max-height: 58px !important;
    width: auto !important;
}

/* Category quick links */
body.cp-order-page .filterMenu,
body.cp-order-page .heading-section .filterMenu,
body.cp-order-page .filter {
    margin-top: 8px !important;
    margin-bottom: 18px !important;
    line-height: 1.55 !important;
    font-size: 15px !important;
}

/* Remove large empty space before first category */
body.cp-order-page .accordion-container,
body.cp-order-page .cp-order-products-column {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.cp-order-page .cp-menu-category:first-child,
body.cp-order-page #coupon1,
body.cp-order-page .cp-coupon-section-card {
    margin-top: 0 !important;
}

/* Reduce category header spacing */
body.cp-order-page .cp-menu-category {
    margin-bottom: 18px !important;
}

body.cp-order-page .cp-menu-category .card-header {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
}

body.cp-order-page .cp-menu-category .mainCategory {
    margin-bottom: 0 !important;
}

/* More compact on mobile */
@media (max-width: 767px) {
    body.cp-order-page .cp-order-content,
    body.cp-order-page .ftco-section.cp-order-content,
    body.cp-order-page .ftco-section {
        padding-top: 18px !important;
    }

    body.cp-order-page .heading-section h2,
    body.cp-order-page .cp-section-title {
        font-size: 24px !important;
        letter-spacing: 0.08em !important;
    }

    body.cp-order-page .heading-section p,
    body.cp-order-page .filterMenu {
        font-size: 14px !important;
    }

    body.cp-order-page .heading-section img,
    body.cp-order-page .heading-section .bell,
    body.cp-order-page .heading-section .bell-img {
        max-height: 46px !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}


/* =========================================================
   V9 BASKET BEHAVIOR FIX
   Based on the videos:
   - The right basket itself must NOT have an internal scrollbar.
   - The page scroll should reveal the basket content naturally.
   - The fixed checkout/payment block appears only near the bottom
     of the basket content, same width/left as the basket column.
   ========================================================= */

/* The basket column is part of the normal page flow. Do not make it sticky/scrollable. */
@media (min-width: 992px) {
    body.cp-order-page #loadTran.cartbody,
    body.cp-order-page .cartbody.cp-order-cart-column {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
        align-self: flex-start !important;
        padding: 22px !important;
        box-sizing: border-box !important;
    }

    body.cp-order-page #loadTran.cartbody #cart {
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        padding-bottom: 165px !important; /* space for fixed payment block when it appears */
    }

    body.cp-order-page #loadTran.cartbody .row {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    /* The normal inline checkout inside the basket remains visible in the basket area. */
    body.cp-order-page #loadTran.cartbody #findPOS {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 14px 0 0 0 !important;
    }

    /* Fixed checkout/payment block: hidden by default, JS shows it only near basket bottom. */
    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        display: none;
        position: fixed !important;
        bottom: 14px !important;
        right: auto !important;
        top: auto !important;
        z-index: 999 !important;
        width: 340px;
        max-width: 340px;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 14px !important;
        border-radius: 16px !important;
        background:
            radial-gradient(circle at top right, rgba(129,255,62,0.08), transparent 10rem),
            rgba(18,18,18,0.96) !important;
        border: 1px solid rgba(255,255,255,0.12) !important;
        box-shadow: 0 20px 50px rgba(0,0,0,0.55) !important;
        backdrop-filter: blur(12px) !important;
    }

    body.cp-order-page .fixedElement.is-visible,
    body.cp-order-page .fixedElement2.is-visible {
        display: block !important;
    }

    /* Avoid duplicate fixed blocks on desktop if fixedElement2 exists */
    body.cp-order-page .fixedElement2 {
        display: none !important;
    }
}

/* Checkout/payment section must match basket width and look like one piece */
body.cp-order-page .fixedElement img[src*="paypal"],
body.cp-order-page .fixedElement2 img[src*="paypal"],
body.cp-order-page #loadTran.cartbody img[src*="paypal"] {
    width: 230px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
    padding: 4px !important;
    border-radius: 8px !important;
    background: #fff !important;
}

body.cp-order-page .fixedElement .checkout,
body.cp-order-page .fixedElement2 .checkout,
body.cp-order-page #findPOS .checkout {
    width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--cp-green), #45df29) !important;
    color: #050505 !important;
    font-weight: 900 !important;
    padding: 13px 16px !important;
    white-space: normal !important;
    line-height: 1.25 !important;
}

body.cp-order-page .fixedElement .checkout *,
body.cp-order-page .fixedElement2 .checkout *,
body.cp-order-page #findPOS .checkout * {
    color: #050505 !important;
}

/* Basket item controls: keep professional but do not destroy the original row flow */
body.cp-order-page #loadTran.cartbody .minus,
body.cp-order-page #loadTran.cartbody .plus,
body.cp-order-page #loadTran.cartbody .minus_coupon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 9px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 3px !important;
    float: none !important;
    line-height: 1 !important;
}

body.cp-order-page #loadTran.cartbody .plus {
    background: var(--cp-green) !important;
    color: #050505 !important;
}

body.cp-order-page #loadTran.cartbody .minus {
    background: rgba(255,255,255,0.10) !important;
    color: #fff !important;
}

/* Mobile: no fixed checkout inside basket for now */
@media (max-width: 991px) {
    body.cp-order-page #loadTran.cartbody,
    body.cp-order-page .cartbody.cp-order-cart-column,
    body.cp-order-page #loadTran.cartbody #cart {
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
        padding-bottom: 20px !important;
    }

    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 14px !important;
    }
}


/* =========================================================
   V10 SMALL FIXES
   1) Product + button must never overlay the fixed top menu.
   2) The fixed payment block and inline basket checkout must have
      the same width and same visual sizing.
   ========================================================= */

/* Keep product add buttons under the header/menu while scrolling */
body.cp-order-page .cp-product-action .btn-addtocart,
body.cp-order-page .btn-addtocart,
body.cp-order-page .pricing-entry .btn-addtocart,
body.cp-order-page .pricing-entry .toshow {
    z-index: 2 !important;
}

/* Keep header/menu safely above product buttons */
body.cp-order-page header,
body.cp-order-page .navbar,
body.cp-order-page .ftco-navbar-light,
body.cp-order-page #ftco-navbar,
body.cp-order-page .navbar-collapse,
body.cp-order-page .nav-wrap,
body.cp-order-page .site-navbar,
body.cp-order-page .cp-main-header {
    z-index: 5000 !important;
}

/* Fixed checkout/payment block must align exactly with the basket column */
@media (min-width: 992px) {
    body.cp-order-page .fixedElement,
    body.cp-order-page .fixedElement2 {
        box-sizing: border-box !important;
        padding: 14px !important;
    }

    body.cp-order-page .fixedElement.is-visible,
    body.cp-order-page .fixedElement2.is-visible {
        display: block !important;
    }
}

/* Same size/style for both checkout buttons */
body.cp-order-page #loadTran.cartbody #findPOS,
body.cp-order-page .fixedElement,
body.cp-order-page .fixedElement2 {
    box-sizing: border-box !important;
}

body.cp-order-page #loadTran.cartbody #findPOS .checkout,
body.cp-order-page .fixedElement .checkout,
body.cp-order-page .fixedElement2 .checkout {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
}

/* Same size for PayPal/payment image in both places */
body.cp-order-page #loadTran.cartbody #findPOS img[src*="paypal"],
body.cp-order-page #loadTran.cartbody #findPOS img[src*="PayPal"],
body.cp-order-page .fixedElement img[src*="paypal"],
body.cp-order-page .fixedElement img[src*="PayPal"],
body.cp-order-page .fixedElement2 img[src*="paypal"],
body.cp-order-page .fixedElement2 img[src*="PayPal"] {
    width: 230px !important;
    max-width: 230px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
    padding: 4px !important;
    border-radius: 8px !important;
    background: #fff !important;
}

/* If old theme gave add button a fixed/high z-index, neutralize it */
body.cp-order-page a.ajax-popup-link.btn-addtocart,
body.cp-order-page .btn-addtocart i {
    position: relative !important;
    z-index: 2 !important;
}


/* =========================================================
   V11 POPUP FIXES
   - Red popup theme
   - Compatible popup sections
   - Single-option rows hidden visually but submitted
   - Sauce shown only when real sauce select exists
   - Dressing separated from quantity
   ========================================================= */

.mfp-content #custom-content,
.mfp-content .cp-order-popup {
    max-width: 900px !important;
    width: min(900px, calc(100vw - 24px)) !important;
}

.mfp-content .modal-content {
    background:
        radial-gradient(circle at top right, rgba(255, 88, 88, 0.18), transparent 18rem),
        linear-gradient(180deg, #331010 0%, #1b0b0b 100%) !important;
    border: 1px solid rgba(255, 105, 105, 0.35) !important;
    border-radius: 22px !important;
    color: #fff !important;
    box-shadow: 0 40px 100px rgba(0,0,0,0.75) !important;
}

.mfp-content .modal-body,
.mfp-content .popupForm,
.mfp-content .card-body {
    background: transparent !important;
    color: #fff !important;
}

.mfp-content .row[style*="background-color:#fff"],
.mfp-content .row[style*="background-color: #fff"] {
    background: transparent !important;
    padding: 10px 0 !important;
}

.mfp-content .divsectiion {
    background: rgba(255,255,255,0.035) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 14px !important;
    padding: 12px 14px !important;
    margin-bottom: 10px !important;
    color: rgba(255,255,255,0.90) !important;
}

.mfp-content ul {
    padding-left: 0 !important;
    margin: 8px 0 0 0 !important;
    list-style: none !important;
}

.mfp-content li {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 12px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 9px 12px !important;
    margin-bottom: 8px !important;
    color: rgba(255,255,255,0.88) !important;
}

.mfp-content label {
    color: rgba(255,255,255,0.92) !important;
    margin-bottom: 0 !important;
}

.mfp-content input[type="text"],
.mfp-content input[type="number"],
.mfp-content textarea,
.mfp-content select,
.mfp-content .form-control {
    background: rgba(0,0,0,0.25) !important;
    border: 1px solid rgba(255,255,255,0.20) !important;
    border-radius: 10px !important;
    color: #fff !important;
    min-height: 38px !important;
}

.mfp-content select option {
    color: #111 !important;
}

.mfp-content input[type="checkbox"],
.mfp-content input[type="radio"] {
    accent-color: var(--cp-green);
}

/* Product header */
.mfp-content .cp-popup-product-img,
.mfp-content .text-center img {
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.08) !important;
}

/* Hide single-option radio groups visually, but keep checked values submitted */
.mfp-content .cp-single-option-hidden {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Dressing and quantity are separate compact rows */
.mfp-content .cp-popup-dressing-row,
.mfp-content .cp-popup-quantity-row {
    margin: 0 !important;
    min-height: 0 !important;
}

.mfp-content .cp-popup-dressing-inner,
.mfp-content .cp-popup-quantity-inner {
    display: grid !important;
    grid-template-columns: 90px minmax(130px, 1fr) auto auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 0 !important;
}

.mfp-content .cp-popup-dressing-inner select {
    grid-column: 2 / 5 !important;
    width: min(100%, 280px) !important;
    min-width: 0 !important;
}

.mfp-content .cp-popup-quantity-inner #displayC {
    width: min(100%, 220px) !important;
    max-width: 220px !important;
    height: 38px !important;
}

.mfp-content #bminus2,
.mfp-content #bplus2,
.mfp-content .minus,
.mfp-content .plus {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mfp-content #bplus2,
.mfp-content .plus {
    background: var(--cp-green) !important;
    color: #050505 !important;
}

.mfp-content #bminus2,
.mfp-content .minus {
    background: rgba(255,255,255,0.14) !important;
    color: #fff !important;
}

/* Extras grid */
.mfp-content .form-check {
    margin-bottom: 7px !important;
    color: rgba(255,255,255,0.86) !important;
}

.mfp-content .form-check-label {
    font-size: 13px !important;
}

/* Add to cart button */
.mfp-content #myb.checkout,
.mfp-content .cp-popup-add-button {
    background: linear-gradient(135deg, var(--cp-green), #47df2c) !important;
    border: 0 !important;
    border-radius: 12px !important;
    min-height: 54px !important;
    width: 100% !important;
    color: #050505 !important;
    font-weight: 900 !important;
    padding: 12px 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.mfp-content #myb.checkout *,
.mfp-content .cp-popup-add-button * {
    color: #050505 !important;
}

/* Mobile popup */
@media (max-width: 640px) {
    .mfp-content #custom-content,
    .mfp-content .cp-order-popup {
        width: calc(100vw - 12px) !important;
    }

    .mfp-content .modal-body {
        padding: 12px !important;
    }

    .mfp-content .cp-popup-dressing-inner,
    .mfp-content .cp-popup-quantity-inner {
        grid-template-columns: 74px 1fr 36px 36px !important;
        gap: 7px !important;
    }

    .mfp-content .form-check-label {
        font-size: 12px !important;
    }
}


/* =========================================================
   V15 SAFE POPUP ROLLBACK + HR REMOVAL
   Based on V11 because V12/V14 hid valid popup sections.
   This only removes real HR lines and keeps all popup content visible.
   ========================================================= */

/* Popup above fixed header/menu */
.mfp-bg {
    z-index: 20000 !important;
}

.mfp-wrap {
    z-index: 20001 !important;
}

.mfp-content {
    z-index: 20002 !important;
}

/* Hide only real HR elements, not divs/rows/sections */
.mfp-content hr,
.mfp-content .modal-content hr,
.mfp-content .modal-body hr,
.mfp-content #custom-content hr,
.mfp-content .cp-order-popup hr {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Keep product image/name visible in every popup */
.mfp-content .text-center,
.mfp-content .text-center img,
.mfp-content .cp-popup-product-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Prevent earlier hidden classes from hiding useful sections if cached JS applied them */
.mfp-content .text-center.cp-empty-popup-section,
.mfp-content .text-center.cp-single-option-hidden {
    display: block !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    position: static !important;
    overflow: visible !important;
}

/* Do not hide normal popup divs. Only single-option radio sections may be visually hidden by V11 logic. */
.mfp-content .divsectiion {
    visibility: visible;
}


/* =========================================================
   V17 POPUP HR + DRESSING/ANZAHL SEPARATION
   Safe version based on V15.
   ========================================================= */

/* The white line below the green button is the modal footer border/empty divider, not only <hr>. */
.mfp-content .modal-footer {
    border-top: 0 !important;
    background: transparent !important;
    margin-top: 14px !important;
    padding-top: 0 !important;
}

.mfp-content hr,
.mfp-content .modal-content hr,
.mfp-content .modal-body hr,
.mfp-content #custom-content hr,
.mfp-content .cp-order-popup hr {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
}

/* Hide old empty/comment-only divs that look like horizontal bars */
.mfp-content .divsectiion:empty,
.mfp-content .row:empty,
.mfp-content .modal-body > div:empty,
.mfp-content .popupForm > div:empty {
    display: none !important;
}

/* Dressing and quantity are now two different list items / boxes */
.mfp-content .cp-popup-dressing-list-item,
.mfp-content .cp-popup-quantity-list-item {
    display: block !important;
    width: 100% !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.035) !important;
    padding: 10px 14px !important;
    margin-bottom: 10px !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Normalize any li containing these rows, in case itemDetailsmo2 already uses separate li */
.mfp-content li:has(.cp-popup-dressing-row),
.mfp-content li:has(.cp-popup-quantity-row) {
    display: block !important;
    width: 100% !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.035) !important;
    padding: 10px 14px !important;
    margin-bottom: 10px !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Dressing line */
.mfp-content .cp-popup-dressing-row,
.mfp-content .cp-popup-quantity-row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    min-height: 0 !important;
}

.mfp-content .cp-popup-dressing-inner {
    display: grid !important;
    grid-template-columns: 90px minmax(170px, 320px) !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
}

.mfp-content .cp-popup-dressing-inner label {
    grid-column: 1 !important;
    margin: 0 !important;
}

.mfp-content .cp-popup-dressing-inner select {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 320px !important;
    height: 40px !important;
}

/* Quantity line */
.mfp-content .cp-popup-quantity-inner {
    display: grid !important;
    grid-template-columns: 90px minmax(120px, 220px) 38px 38px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
}

.mfp-content .cp-popup-quantity-inner label {
    grid-column: 1 !important;
    margin: 0 !important;
}

.mfp-content .cp-popup-quantity-inner #displayC,
.mfp-content .cp-popup-quantity-inner input[type="text"] {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 220px !important;
    height: 38px !important;
    margin: 0 !important;
}

.mfp-content .cp-popup-quantity-inner #bminus2,
.mfp-content .cp-popup-quantity-inner .minus {
    grid-column: 3 !important;
}

.mfp-content .cp-popup-quantity-inner #bplus2,
.mfp-content .cp-popup-quantity-inner .plus {
    grid-column: 4 !important;
}

@media (max-width: 640px) {
    .mfp-content .cp-popup-dressing-inner {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }

    .mfp-content .cp-popup-quantity-inner {
        grid-template-columns: 78px minmax(0, 1fr) 36px 36px !important;
        gap: 7px !important;
    }
}


/* =========================================================
   V19 FOOTER RESTORE
   V18 tried to reset footer Bootstrap columns and caused only
   the footer headings to appear. This version restores the footer
   to the original theme behavior and only prevents the floating
   checkout from covering it.
   ========================================================= */

/* Do not apply order-page product/cart grid rules to the footer */
body.cp-order-page footer,
body.cp-order-page .ftco-footer,
body.cp-order-page #footer {
    clear: both !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    margin-top: 70px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Restore natural footer rows/columns instead of forcing custom widths */
body.cp-order-page footer .row,
body.cp-order-page .ftco-footer .row,
body.cp-order-page #footer .row {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

/* Ensure footer content is visible */
body.cp-order-page footer *,
body.cp-order-page .ftco-footer *,
body.cp-order-page #footer * {
    visibility: visible !important;
}

/* Hide floating checkout/payment block only while footer is visible */
body.cp-order-page .fixedElement.is-in-footer,
body.cp-order-page .fixedElement2.is-in-footer {
    display: none !important;
}

/* Make sure the red/order floating button does not cover footer content */
body.cp-order-page .btn-order,
body.cp-order-page .order-now,
body.cp-order-page a[href*="order"].fixed,
body.cp-order-page a[href*="bestellen"].fixed {
    z-index: 10 !important;
}

/* Footer mobile safety */
@media (max-width: 767px) {
    body.cp-order-page footer,
    body.cp-order-page .ftco-footer,
    body.cp-order-page #footer {
        margin-top: 45px !important;
    }
}


/* =========================================================
   V20 MOBILE-ONLY FIXES
   IMPORTANT: These rules are inside max-width media queries only.
   Desktop/web layout is not changed.
   ========================================================= */

@media (max-width: 991px) {

    /* 1) Mobile product cards: keep add button green and inside the product container */
    body.cp-order-page .cp-product-row {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 92px minmax(0, 1fr) 54px !important;
        gap: 14px !important;
        align-items: center !important;
        width: 100% !important;
        overflow: hidden !important;
        padding: 18px 16px !important;
        box-sizing: border-box !important;
    }

    body.cp-order-page .cp-product-image {
        grid-column: 1 !important;
        grid-row: 1 / 3 !important;
        width: 74px !important;
        height: 74px !important;
        align-self: center !important;
    }

    body.cp-order-page .cp-product-info {
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        padding-right: 0 !important;
    }

    body.cp-order-page .cp-product-prices {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(90px, auto)) !important;
        gap: 8px 24px !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin-top: 8px !important;
        text-align: left !important;
    }

    body.cp-order-page .cp-price-count-1 .cp-product-prices {
        grid-template-columns: 1fr !important;
    }

    body.cp-order-page .cp-price-count-2 .cp-product-prices {
        grid-template-columns: repeat(2, minmax(90px, auto)) !important;
    }

    body.cp-order-page .cp-price-count-3 .cp-product-prices,
    body.cp-order-page .cp-price-count-4 .cp-product-prices {
        grid-template-columns: repeat(2, minmax(90px, auto)) !important;
    }

    body.cp-order-page .cp-product-prices .price {
        text-align: left !important;
        width: auto !important;
        background: transparent !important;
        background-image: none !important;
        color: var(--cp-gold) !important;
        white-space: nowrap !important;
        font-weight: 900 !important;
    }

    body.cp-order-page .cp-product-action {
        grid-column: 3 !important;
        grid-row: 1 / 3 !important;
        align-self: center !important;
        justify-self: end !important;
        width: 54px !important;
        min-width: 54px !important;
        height: 54px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        z-index: 2 !important;
    }

    body.cp-order-page .cp-product-action .btn-addtocart,
    body.cp-order-page .pricing-entry .btn-addtocart,
    body.cp-order-page a.ajax-popup-link.btn-addtocart,
    body.cp-order-page .btn-addtocart {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, var(--cp-green), #45df29) !important;
        color: #050505 !important;
        opacity: 1 !important;
        border: 0 !important;
        box-shadow: 0 10px 24px rgba(129,255,62,0.22) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    body.cp-order-page .btn-addtocart i,
    body.cp-order-page .cp-product-action .btn-addtocart i {
        color: #050505 !important;
        opacity: 1 !important;
        font-size: 18px !important;
        font-weight: 900 !important;
    }

    /* Hide desktop price header on mobile because mobile prices are inside cards */
    body.cp-order-page .cp-menu-price-header {
        display: none !important;
    }

    /* 2) Mobile basket/checkout: keep checkout always visible on screen */
    body.cp-order-page {
        padding-bottom: 118px !important;
    }

    body.cp-order-page .fixedElement {
        position: fixed !important;
        left: 12px !important;
        right: 12px !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        display: block !important;
        z-index: 12000 !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        border-radius: 18px !important;
        background:
            radial-gradient(circle at top right, rgba(129,255,62,0.10), transparent 9rem),
            rgba(18,18,18,0.96) !important;
        border: 1px solid rgba(255,255,255,0.12) !important;
        box-shadow: 0 18px 44px rgba(0,0,0,0.65) !important;
        backdrop-filter: blur(14px) !important;
    }

    /* Avoid duplicate mobile checkout blocks */
    body.cp-order-page .fixedElement2 {
        display: none !important;
    }

    body.cp-order-page .fixedElement img[src*="paypal"],
    body.cp-order-page .fixedElement img[src*="PayPal"] {
        display: none !important;
    }

    body.cp-order-page .fixedElement .checkout {
        width: 100% !important;
        min-height: 54px !important;
        height: auto !important;
        border-radius: 14px !important;
        background: linear-gradient(135deg, var(--cp-green), #45df29) !important;
        color: #050505 !important;
        font-weight: 900 !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
        border: 0 !important;
        padding: 13px 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: normal !important;
    }

    body.cp-order-page .fixedElement .checkout *,
    body.cp-order-page .fixedElement .checkout font,
    body.cp-order-page .fixedElement .checkout span,
    body.cp-order-page .fixedElement .checkout b {
        color: #050505 !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    /* Keep the full basket in the page, but do not rely on it as the only mobile checkout */
    body.cp-order-page #loadTran.cartbody {
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
        margin-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

/* 3) Mobile popup extras: scroll only the extras section, not the whole popup */
@media (max-width: 767px) {
    .mfp-content .cp-extras-section,
    .mfp-content [data-popup-section="extras"],
    .mfp-content .divsectiion:has(input[type="checkbox"]) {
        max-height: 42vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding-right: 10px !important;
        scrollbar-width: thin !important;
    }

    .mfp-content .cp-extras-section::-webkit-scrollbar,
    .mfp-content [data-popup-section="extras"]::-webkit-scrollbar,
    .mfp-content .divsectiion:has(input[type="checkbox"])::-webkit-scrollbar {
        width: 6px;
    }

    .mfp-content .cp-extras-section::-webkit-scrollbar-thumb,
    .mfp-content [data-popup-section="extras"]::-webkit-scrollbar-thumb,
    .mfp-content .divsectiion:has(input[type="checkbox"])::-webkit-scrollbar-thumb {
        background: rgba(129,255,62,0.40);
        border-radius: 99px;
    }

    .mfp-content .form-check {
        margin-bottom: 9px !important;
    }

    .mfp-content .form-check-label {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }
}
