.side-icons{
    height: 25px;
    margin-right: 10px;
}

.options-panel{
    max-height:90vh;
    overflow-y:auto;
    padding-right:10px;
}

          .option-group{
              /*margin-bottom:35px;*/
          }

          .group-header{
              display:flex;
              justify-content:space-between;
              align-items:center;
              margin-bottom:12px;
          }

          .group-title{
              font-size:20px;
              font-weight:600;
          }

          .required-badge{
              background:#E8E8E8;
              color:black;
              padding:4px 12px;
              border-radius:20px;
              font-size:13px;
              font-weight:600;
          }


          .option-row{
              padding:18px 0;
              border-bottom:1px solid #eee;
              display:flex;
              justify-content:space-between;
              align-items:center;
              cursor:pointer;
              transition:0.2s;
          }

          .option-row:hover{
              /*background:#fafafa;*/
          }

          .option-left{
              display:flex;
              flex-direction:column;
          }

          .option-title{
              font-weight:500;
          }

          .option-sub{
              font-size:14px;
              color:#777;
          }

          .option-sub2{
              font-size:14px;
              color:#777;
              margin-left: 19%;
              margin-top: -5%;
          }
          .option-right{
              display:flex;
              align-items:center;
              gap:15px;
          }

          .thumb-img{
            width: 40px;
            height: 40px;
            margin-left: -10px;
          }

          .thumb-img2{
            width: 65px;
            height: 65px;
            margin-bottom: 5px;
            margin-top: 5px;

          }

          .row-right-pane{
            background-color: #DAF7FF; 
            border-radius: 8px;
          }


          /* Arrow */
          .arrow-icon{
              /*font-size:20px;*/
              font-size:25px;
              color:#000;
              cursor:pointer;
              margin-top: -10px;
          }

          /* ===============================
             NESTED DRAWER
          =================================*/

          .drawer{
              position:fixed;
              top:0;
              right:-100%;
              width:420px;
              max-width:100%;
              height:100%;
              background:#fff;
              box-shadow:-8px 0 30px rgba(0,0,0,0.2);
              transition:0.35s ease;
              z-index:1050;
              display:flex;
              flex-direction:column;
          }

          .drawer.active{
              right:0;
          }

          .drawer-header{
              padding:20px;
              border-bottom:1px solid #eee;
              display:flex;
              justify-content:space-between;
              font-weight:600;
          }

          .drawer-body{
              flex:1;
              overflow-y:auto;
              padding:20px;
          }

          .close-btn{
              cursor:pointer;
          }

          .align-price {
            text-align-last: end;
          }

          .save-main{
              width:100%;
              padding:14px;
              background: #2159AF;
              color:#000;
              border:none;
              border-radius:12px;
              font-weight:600;
          }

          .btn-grneral-set{
              width:100%;
              padding:14px;
              color:#000;
              border:none;
              border-radius:12px;
              font-weight:600;
          }

        .option-card{
            min-width:170px;
            flex-shrink:0;
            scroll-snap-align:start;
        }

        .option-card input{
            display:none;
        }

        .option-card label{
            display:block;
            padding:18px;
            border:2px solid #eee;
            border-radius:16px;
            background:#fff;
            cursor:pointer;
            transition:0.2s ease;
            font-weight:500;
        }

        .option-card input:checked + label{
            border:2px solid #2159AF;
            box-shadow:0 6px 18px rgba(0,0,0,0.1);
        }

          .row-mg{
            margin-left: 1%;
            margin-right: 1%;
            margin-bottom: 1%;
            margin-top: 1%;
          }

          /* ===== HORIZONTAL SLIDER ===== */

          .slider-wrapper{
              position:relative;
          }

          .slider{
              display:flex;
              gap:14px;
              overflow-x:auto;
              scroll-behavior:smooth;
              scroll-snap-type:x mandatory;
              padding-bottom:10px;
          }

          .slider::-webkit-scrollbar{
              display:none;
          }

          .btn-modal{
            width: -webkit-fill-available; 
            height: 45px;
          }

          /* Arrows */

        .arrow{
            position:absolute;
            top:40%;
            transform:translateY(-50%);
            background:#fff;
            border:none;
            width:38px;
            height:38px;
            border-radius:50%;
            box-shadow:0 4px 12px rgba(0,0,0,0.15);
            cursor:pointer;
            z-index:5;
        }

        .arrow.left{ left:-10px; }
        .arrow.right{ right:-10px; }

        /* Hide side tabs on small screens */
        @media (max-width: 992px) {
      
          .thumb-img2{
            width: 50px;
            height: 50px;
            margin-bottom: 5px;
            margin-top: 5px;

          }

          .col-md-10 {
            /*width: 100%;*/
          }
          
        }

        .icon-inside-input {
          position: relative;
        }

        .icon-inside-input .form-control {
          /*padding-left: 40px; /* Add padding to make space for the icon */*/
        }

        .icon-inside-input img {
          position: absolute;
          right: 10px; /* Adjust position from the left */
          top: 70%; /* Center vertically */
          transform: translateY(-50%); /* Fine-tuning vertical centering */
          color: #aaa; /* Optional: style the icon color */
          pointer-events: none; /* Allows clicks to pass through the icon to the input */
        }

        .icon-inside-input-left {
          position: relative;
        }

        .icon-inside-input-left .form-control {
          /*padding-left: 40px; /* Add padding to make space for the icon */*/
        }

        .icon-inside-input-left img {
          position: absolute;
          left: 5px; /* Adjust position from the left */
          top: 50%; /* Center vertically */
          transform: translateY(-50%); /* Fine-tuning vertical centering */
          color: #aaa; /* Optional: style the icon color */
          pointer-events: none; /* Allows clicks to pass through the icon to the input */
        }

        .card-pay{
            /*margin-top: 100%;*/
            margin-top: 15px;
            margin-left: 5px;
        }

        /* MAP SNAPSHOT */
        .map-box {
            height: 120px;
            background: url('https://maps.googleapis.com/maps/api/staticmap?center=London&zoom=13&size=600x300') center/cover;
            border-radius: 12px;
        }

        .custom-dimensions{
            height: 50px;
        }

        .btn2 {
            position: relative;
            overflow: hidden;
            /* Ensure text is above the progress bar */
            z-index: 1; 
        }
        #buttonText {
            position: relative;
            z-index: 2;
        }

        .invite-p{
            margin-left: 4%;
            margin-top: 3%;
        }

        .invite-p2{
            margin-left: 4%;
            /*margin-top: 3%;*/
        }

        .faq-section {
            background: #fff;
            padding: 60px 0;
        }

        .faq-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .faq-item {
            border-bottom: 1px solid #eee;
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            text-align: left;
            padding: 22px 0;
            font-size: 17px;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .faq-question:hover {
            color: #000;
        }

        .faq-icon {
            width: 13px;
            height: 13px;
            border-right: 3px solid #111;
            border-bottom: 3px solid #111;
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(-135deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, opacity 0.3s ease;
            opacity: 0;
            color: #555;
            padding-right: 40px;
            font-size: 15px;
            line-height: 1.6;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            opacity: 1;
            margin-bottom: 20px;
        }


        .business-order-mg{
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 2%;
        }

        .accordion-btns{

            text-align-last: end;
        }

        .star-rating {
        font-size: 0;
        white-space: nowrap;
        display: inline-block;
        width: 250px;
        height: 50px;
        overflow: hidden;
        position: relative;
        background: url('../images/icons/star.webp');
        background-size: contain;
    }

    .star-rating i {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 20%;
        z-index: 1;
        background: url('../images/icons/star_rated.webp');
        background-size: contain;
    }

    .star-rating input {
        -moz-appearance: none;
        -webkit-appearance: none;
        opacity: 0;
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 2;
        position: relative;
    }

    .star-rating input:hover+i,
    .star-rating input:checked+i {
        opacity: 1;
    }

    .star-rating i~i {
        width: 40%;
    }

    .star-rating i~i~i {
        width: 60%;
    }

    .star-rating i~i~i~i {
        width: 80%;
    }

    .star-rating i~i~i~i~i {
        width: 100%;
    }

    .radio-Container {
        /*border: 1px solid #ccc;*/
        padding: 10px;
        margin-top: 10px;
        cursor: pointer;
    }


                /* Order Confirmation Modal */
.confirmation-modal-content {
    border-radius: 24px;
    border: none;
    overflow: hidden;
}

.confirmation-modal-body {
    padding: 40px 32px;
    text-align: center;
    /*font-family: Arial, Poppins;*/
}

/* Checkmark Animation */
.confirmation-animation {
    margin-bottom: 24px;
}

.checkmark-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.checkmark-circle svg {
    width: 100%;
    height: 100%;
}

.checkmark-circle .checkmark-circle {
    stroke: #2e7d32;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-circle .checkmark-check {
    stroke: #2e7d32;
    stroke-width: 3;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

.checkmark-circle-dg .checkmark-circle-dg {
    stroke: orangered;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-circle-dg .checkmark-check-dg {
    stroke: orangered;
    stroke-width: 3;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

/* Confirmation Text */
.confirmation-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    /*font-family: Arial, Poppins;*/
}

.confirmation-subtitle {
    font-size: 14px;
    color: #6B6B6B;
    margin-bottom: 32px;
    /*font-family: Arial, Poppins;*/
}

/* Order Details Box */
.order-details-box {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 28px;
    text-align: left;
}

.order-number-box {
    background: white;
    border-radius: 16px;
    padding: 12px 16px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-label {
    font-size: 12px;
    color: #6B6B6B;
    font-weight: 500;
}

.order-number {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

/* Order Info Row */
.order-info-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.order-info-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.info-icon {
    font-size: 24px;
}

.info-label {
    font-size: 11px;
    color: #6B6B6B;
    margin-bottom: 4px;
}

.info-value {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Order Summary Mini */
.order-summary-mini {
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
    color: #4B4B4B;
}

.summary-row.discount-row {
    color: #2e7d32;
}

.total-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
}

/* Confirmation Buttons */
.confirmation-actions {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.btn-track-order {
    background: #2159AF;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    /*font-family: Arial, Poppins;*/
}

.btn-track-order:hover {
    background: #2159AF;
    transform: scale(1.02);
}

.btn-continue-shopping {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    /*font-family: Arial, Poppins;*/
}

.btn-continue-shopping:hover {
    background: #f5f5f5;
}

/* Responsive */
@media (max-width: 576px) {
    .confirmation-modal-body {
        padding: 32px 20px;
    }
    
    .confirmation-title {
        font-size: 24px;
    }
    
    .order-info-row {
        flex-direction: column;
        gap: 12px;
    }
}

 /* Pickup Map Styles */
.pickup-map-container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 0;
}

.pickup-map-container.hidden {
    display: none;
}

.pickup-map {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    border: none;
    object-fit: cover;
}

.pickup-info {
    background-color: #f8f9fa;
    padding: 12px 16px;
    border-radius: 12px;
    margin-top: 10px;
    font-size: 14px;
}

.pickup-info .restaurant-name {
    font-weight: 600;
    color: #1a1a1a;
}

.pickup-info .restaurant-address {
    color: #666;
    font-size: 12px;
    margin-top: 4px;
}


/*New styling: 19-06-2026*/
@media (max-width: 992px) {
                .col-md-10 {
                    width: auto;
                }
                .btn-width{
                    width: 100%;
                }
            }

            /* Checkout top bar responsive fix */
            .checkout-top-nav {
                z-index: 1020;
                box-shadow: 0 1px 0 rgba(0,0,0,0.04);
            }
            .checkout-top-nav-inner {
                min-height: 52px;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
            }
            .checkout-back-link {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                display: inline-flex;
                align-items: center;
                gap: 4px;
                color: #000;
                text-decoration: none;
                font-size: 15px;
                line-height: 20px;
                white-space: nowrap;
                max-width: 36%;
                overflow: hidden;
                text-overflow: ellipsis;
                z-index: 2;
            }
            .checkout-back-link img {
                height: 14px;
                width: auto;
                flex: 0 0 auto;
            }
            .checkout-logo-link {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                max-width: 52%;
            }
            .checkout-logo {
                height: 50px;
                max-width: 100%;
                width: auto;
                object-fit: contain;
                display: block;
            }

            /* Delivery/Pickup header responsive fix */
            .checkout-details-header {
                align-items: flex-start;
            }
            .checkout-toggle-col {
                display: flex;
                justify-content: flex-end;
            }

            @media (max-width: 575.98px) {
                .checkout-top-nav {
                    padding-left: 8px !important;
                    padding-right: 8px !important;
                }
                .checkout-top-nav-inner {
                    min-height: 42px;
                }
                .checkout-back-link {
                    left: 0;
                    font-size: 13px;
                    line-height: 18px;
                    max-width: 38%;
                }
                .checkout-back-link img {
                    height: 12px;
                }
                .checkout-logo-link {
                    max-width: 44vw;
                }
                .checkout-logo {
                    height: 38px;
                }

                .checkout-details-header {
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    flex-wrap: nowrap;
                    gap: 6px;
                }
                .checkout-details-title {
                    flex: 1 1 auto;
                    width: auto !important;
                    max-width: calc(100% - 132px);
                    padding-right: 0 !important;
                }
                .checkout-details-title h5 {
                    font-size: 19px;
                    line-height: 22px;
                    margin-bottom: 0;
                }
                .checkout-toggle-col {
                    flex: 0 0 auto;
                    width: auto !important;
                    max-width: 132px;
                    padding-left: 0 !important;
                    padding-right: 0 !important;
                    justify-content: flex-end;
                    text-align-last: auto !important;
                }
                .checkout-toggle-col .delivery-toggle {
                    margin-left: 0 !important;
                    display: inline-flex;
                    align-items: center;
                    justify-content: flex-end;
                    white-space: nowrap;
                    max-width: 100%;
                    overflow: hidden;
                    padding: 3px;
                    border-radius: 999px;
                }
                .checkout-toggle-col .toggle-btn {
                    font-size: 13px;
                    line-height: 18px;
                    padding: 6px 9px;
                    min-width: 58px;
                    white-space: nowrap;
                }
                #deliveryMinimumOrderMessage {
                    margin-top: 12px !important;
                }
            }

            @media (max-width: 360px) {
                .checkout-back-link {
                    font-size: 12px;
                    max-width: 40%;
                }
                .checkout-logo-link {
                    max-width: 40vw;
                }
                .checkout-logo {
                    height: 34px;
                }
                .checkout-details-title {
                    max-width: calc(100% - 122px);
                }
                .checkout-details-title h5 {
                    font-size: 18px;
                    line-height: 21px;
                }
                .checkout-toggle-col {
                    max-width: 122px;
                }
                .checkout-toggle-col .toggle-btn {
                    font-size: 12px;
                    padding: 6px 8px;
                    min-width: 54px;
                }
            }


            /* Cart summary action alignment fix */
            .cart-summary-title-actions {
                position: relative;
                min-height: 36px;
                padding-right: 88px;
            }
            .cart-summary-title-actions h6 {
                margin: 0;
                line-height: 20px;
                max-width: 100%;
            }
            .cart-summary-action-btn {
                position: absolute;
                top: 0;
                width: 34px;
                height: 34px;
                padding: 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 50% !important;
            }
            .cart-summary-edit-btn {
                right: 42px;
            }
            .cart-summary-remove-btn {
                right: 0;
            }
            .cart-summary-qty-col {
                display: flex;
                justify-content: flex-end;
                align-items: flex-start;
            }
            .cart-summary-qty-input {
                max-width: 68px;
                min-width: 58px;
                text-align: center;
                height: 31px;
            }

            @media (max-width: 575.98px) {
                .cart-summary-item-row {
                    align-items: flex-start;
                    flex-wrap: nowrap;
                    margin-left: 0;
                    margin-right: 0;
                    position: relative;
                }
                .cart-summary-img-col {
                    flex: 0 0 46px;
                    max-width: 46px;
                    width: 46px;
                    padding-left: 0;
                    padding-right: 4px;
                }
                .cart-summary-img-col img {
                    width: 42px !important;
                    height: 42px !important;
                    margin-left: -10px !important;
                    margin-right: 0 !important;
                    object-fit: contain;
                }
                .cart-summary-info-col {
                    flex: 1 1 auto;
                    max-width: none;
                    width: auto;
                    min-width: 0;
                    padding-left: 0;
                    padding-right: 4px;
                }
                .cart-summary-title-actions {
                    padding-right: 62px;
                    min-height: 30px;
                }
                .cart-summary-title-actions h6 {
                    font-size: 15px;
                    line-height: 17px;
                    word-break: normal;
                    overflow-wrap: anywhere;
                }
                .cart-summary-action-btn {
                    width: 28px;
                    height: 28px;
                    font-size: 12px;
                }
                .cart-summary-edit-btn {
                    right: 32px;
                }
                .cart-summary-remove-btn {
                    right: 0;
                }
                .cart-summary-qty-col {
                    flex: 0 0 54px;
                    max-width: 54px;
                    width: 54px;
                    padding-left: 0;
                    padding-right: 0;
                    justify-content: flex-end;
                }
                .cart-summary-qty-input {
                    width: 52px;
                    max-width: 52px;
                    min-width: 52px;
                    height: 31px;
                    padding-left: 6px;
                    padding-right: 6px;
                }
            }