        #slidingTopWrap {
            display: none;
        }

        .important_alert {
            clear: both;
            text-align: justify;
            padding: 20px;
            line-height: 1.5;
            font-size: 15px;
            color: #754180;
            border: 1px solid rgba(88, 60, 99, 0.12);
            width: 100%;
            color: #394a61 !important;
            font-weight: 500;
            box-sizing: border-box;
            background-color: #fff1f3;
            border-color: #f8d1d6;
            margin-bottom: 40px;
        }

        .important_alert strong {
            color: #ff4200;
        }

        .trustpilot {
            width: 24% !important;
        }

        @media only screen and (max-width: 480px) {
            ul.shoppingcart li {
                height: auto;
            }
        }

        @media screen and (max-device-width: 770px) {
            .sc_details {
                height: auto;
                padding-left: 10px;
                width: auto !important;
            }

            .google-dropdown {
                margin: 8px 0 !important;
                width: 100% !important;
                float: none !important;
            }
            .google-dropdown .select2-container {
                width: 100% !important;
            }

            .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 26px;
            }
        }

        /* Google address dropdown */
        .google-dropdown {
            position: relative;
            float: right;
            margin: 0 0 4px 0;
            min-width: 260px;
            max-width: 380px;
        }
        .google-dropdown .select2-container {
            width: 100% !important;
        }
        .google-dropdown .select2-container--default .select2-selection--single {
            height: 42px !important;
            border: 1.5px solid #c8d8e8 !important;
            border-radius: 8px !important;
            background: #f7fafd !important;
            box-shadow: 0 1px 4px rgba(0,0,0,0.07);
            transition: border-color 0.2s, box-shadow 0.2s;
        }
        .google-dropdown .select2-container--default .select2-selection--single:hover,
        .google-dropdown .select2-container--default.select2-container--open .select2-selection--single {
            border-color: #20a8b9 !important;
            box-shadow: 0 0 0 3px rgba(32,168,185,0.12) !important;
        }
        .google-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
            height: 42px !important;
            line-height: 42px !important;
            padding-left: 34px !important;
            color: #333 !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            text-align: left !important;
        }
        .google-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 42px !important;
            right: 8px !important;
        }
        .google-dropdown .g_dropdown {
            width: 100%;
            height: 42px;
            border: 1.5px solid #c8d8e8;
            border-radius: 8px;
            background: #f7fafd;
            padding: 0 12px 0 34px;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            text-align: left;
            line-height: 42px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.07);
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            outline: none;
            transition: border-color 0.2s, box-shadow 0.2s;
        }
        .google-dropdown .g_dropdown:hover,
        .google-dropdown .g_dropdown:focus {
            border-color: #20a8b9;
            box-shadow: 0 0 0 3px rgba(32,168,185,0.12);
        }

        .select2-container .select2-selection--single .select2-selection__rendered {
            padding-top: 0;
            line-height: 23px;
        }

        .select2-container--default .select2-selection--single {
            padding-top: 0;
            line-height: 23px;
        }

        .select2-container--default .select2-selection--single .select2-selection__placeholder {
            padding-top: 0;
            line-height: 23px;
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 23px;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            top: 39% !important;
        }

        ul.shoppingcart li.total {
            height: auto;
        }

        .sc_prices {
            height: auto;
        }

        .grid-col h4 a {
            color: #000000 !important;
        }

        ul.shoppingcart {
            background-color: #fff !important;
            border-radius: 12px !important;
            padding: 21px 21px 3px !important;
            margin: 0 auto 16px auto !important;
            color: #111 !important;
            box-sizing: border-box !important;
            border: 1px solid #e0e0e0 !important;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            display: grid;
            width: 100%;
            float: none;
        }

        .shoppingcart h2 {
            font-size: 19px !important;
            font-weight: 600 !important;
            margin-bottom: 16px !important;
            color: rgb(0, 0, 0) !important;
            line-height: 23px !important;
            padding: 10px 15px;
            background: rgb(246 246 246) !important;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-sizing: border-box;
        }

        ul.shoppingcart li.total {
            border-bottom: 0px solid #ddd;
        }

        span.md_button.green {
            ont-weight: 600;
            border: none;
            display: block;
            margin: 20px auto;
            padding: 8px 0 !important;
            /* background-color: #20a8b9 !important;*/
            background-color: #212121 !important;
            color: #ffffff;
            border: none !important;
            border-radius: 8px;
            font-size: 18px !important;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;

            height: auto !important;
        }

        span.md_button.green:hover {
            position: relative;
            top: -1px;
            box-shadow: none;
            background: #212121 !important;
        }

        .green a {
            font-size: 20px;
            height: 45px !important;

        }

        /* MOBILE CART REDESIGN — DO NOT MODIFY HTML */
        @media (max-width: 768px) {




            ul.shoppingcart {

                width: 96%;
            }

            h2,
            h3.featured {

                padding: 0rem 1rem;
            }

            ul.shoppingcart h2 {
                font-size: 18px !important;
                font-weight: 600 !important;
                margin-bottom: 5px !important;
                padding: 3px 5px !important;
                background: #fff !important;
                color: #333 !important;
                text-align: center !important;
            }




            ul.shoppingcart li[id^="item_"] {
                display: grid;
                grid-template-columns: 80px auto auto;
                gap: 12px;
                padding: 14px 0px 22px;
                border-bottom: 1px solid #eee;
                align-items: center;
            }

            /* Image */
            ul.shoppingcart li[id^="item_"] .sc_image img {
                width: 70px;
                height: 70px;
                object-fit: cover;
                border-radius: 10px;
                display: block;
            }

            /* Center column (title + size) */
            ul.shoppingcart li[id^="item_"] .sc_details {
                margin: 0 !important;
                padding: 0 !important;
                font-size: 13px;
                line-height: 1.25;
            }

            ul.shoppingcart li[id^="item_"] .sc_details h4 {
                margin: 0 0 3px 0;
                font-size: 14px;
                font-weight: 600;
                color: #000;
            }

            ul.shoppingcart li[id^="item_"] .sc_details h4 a {
                text-decoration: none;
                color: #000 !important;
                line-height: 1.3em;
            }

            /* Remove all the old text clutter (Ref, Delivery date, extra <br>) */
            ul.shoppingcart li[id^="item_"] .sc_details strong,
            ul.shoppingcart li[id^="item_"] .sc_details br {
                display: none !important;
            }

            /* Show item size cleanly (Standard, Premium etc) */
            ul.shoppingcart li[id^="item_"] .sc_details::after {
                content: attr(data-size);
                font-size: 13px;
                color: #777;
                display: block;
                margin-top: 2px;
            }

            /* If size not available, hide the line */
            ul.shoppingcart li[id^="item_"] .sc_details[data-size=""]::after {
                display: none;
            }

            /* PRICE section (right) */
            ul.shoppingcart li[id^="item_"] .sc_prices {
                min-width: 110px;
                text-align: right;
            }

            /* Hide single price, qty, total headings, etc */
            ul.shoppingcart li[id^="item_"] .sc_prices .sc_sigleprice,
            ul.shoppingcart li[id^="item_"] .sc_prices .sc_qty,
            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total p,
            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total .sc_head {
                display: none !important;
            }

            /* Show only final price */
            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total strong p {
                display: block !important;
                font-size: 15px;
                font-weight: 700;
                margin: 0;
                color: #000;
            }

            /* Keep delete icon aligned */
            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total span {
                display: block;
                margin-top: -55px;
                text-align: right;
            }

            ul.shoppingcart li[id^="item_"] .sc_prices img {
                width: 18px;
            }

            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total strong {
                padding-top: 21px;
                display: inline-block;
            }

            .sc_prices {

                border-bottom: 0px solid #ddd;
            }


            .sc_qty,
            .sc_sigleprice,
            .sc_total {
                width: 100% !important;
            }

            .sc_image {

                position: relative;
                width: 75px !important;
                height: 75px;
                border-radius: 8px;
                border: 1px solid #f0f0f0;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
            }

            .quantity-badge {
                position: absolute;
                top: -6px;
                right: -6px;
                width: 20px;
                height: 20px;
                border-radius: 25%;
                background-color: #000000;
                color: #ffffff;
                font-size: 0.75rem;
                font-weight: bold;
                display: flex !important;
                justify-content: center;
                align-items: center;
                z-index: 20;
            }


            span.md_button.green {
                border-radius: 8px !important;
                width: 96% !important;
                float: none !important;
                display: flex;
                margin: 0 auto !important;
                border: 0px !important;
                padding: 12px 0px !important;

                background-color: #20a8b9 !important;
                margin-bottom: 20px !important;
            }

            ul.shoppingcart li.total {

                margin-bottom: 0px !important;

            }

            .sc_total-lt {

                margin: 0px !important;
            }

            .select-hide {
                display: none;
            }

            /* --- MAIN FIX: Make 3 equal columns in 1 row --- */


            /* --- IMAGE COLUMN FIX --- */
            .sc_image {
                display: flex !important;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            /* --- DETAILS COLUMN --- */
            .sc_details {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            /* --- PRICE COLUMN FIX --- */
            .sc_prices {
                display: flex !important;
                flex-direction: row !important;
                justify-content: space-between;
                align-items: center !important;
                gap: 20px;
            }

            /* SHOW quantity again */
            .sc_qty {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
            }

            /* Price block text alignment */
            .sc_total {
                text-align: center !important;
            }

            ul.shoppingcart li[id^="item_"] .sc_prices .sc_qty {
                display: flex !important;
                white-space: nowrap;

            }


            .sc_qty,
            .sc_sigleprice,
            .sc_total {

                border: 0px !important;
                padding: 0px !important;
            }

            ul.shoppingcart {
                padding: 21px 12px 3px !important;


            }

            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total strong {

                white-space: nowrap;
            }

            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total span {

                margin-top: 0;
                text-align: center;
            }

            .sc_total {
                text-align: center !important;
                display: flex;
                flex-direction: column;
                white-space: normal;
            }

            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total strong {
                padding-top: 5px;
            }

            ul.shoppingcart li[id^="item_"] .sc_prices .sc_total {
                text-align: center !important;
                display: flex;
                flex-direction: column-reverse;
                white-space: normal;
            }

            .sc_total.total-sm .sc_head:last-child {

                padding-bottom: 10px
            }

            .sc_image .desktop_hidden:last-child {

                position: absolute;
                top: 84px;
            }


        }

        .ui-datepicker {
            z-index: 100001 !important;
            box-sizing: border-box;
        }
