*
{
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Lexend";
    scrollbar-width: none;
    /* overflow: hidden; */
}

.placeholder
{
    background-color: #e6e6e6 !important;
}

:root
{
    touch-action: pan-x pan-y;
    height: 100%;
}

[v-cloak]
{
    display: none;
}

@keyframes splash-animate
{
    from {opacity: 0.2;}
    to {opacity: 1;}
}

.carousel-item
{
    margin-right: -100% !important;
}

#app
{
    width: 100vw;
    height: max-content;
}



#header
{
    
    background-color: white;
    height: 64px;
    transition: all 0.2s ease-in-out;
    /* position: fixed;
    top: 0;

    width: 100vw; */

    padding: 20px 20px 0 20px !important;

    #delivery-mins
    {
        background-color: #FF5D38;
        padding: 6px 8px !important;
        border-radius: 6px;
        h1
        {
            color: white;
            font-size: 18px;
            text-align: center;
            line-height: 0.8;

            span
            {
                font-size: 10px;
            }
        }
    }

    #company-name
    {
        font-size: 16px;
        font-weight: 600;
        color: #FF5D38;
    }

    #delivering-to
    {
        font-size: 13px;
        font-weight: 300;
    }

    #profile
    {
        background-color: #FFE8E3;
        width: 40px;
        height: 40px;
        border-radius: 20px;

        position: relative;

        img
        {
            width: 20px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

#header.close
{
    height: 0 !important;
    padding: 0 !important;
    
}

#search-bar-container
{
    position: sticky;
    /* height: 70px; */
    top: 0;
    padding: 20px !important;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 1px 2px  rgba(0, 0, 0, 0.093);
}

#search-bar-container.fixed
    {
        position: fixed;
        width: 100vw;
    }

#app-body
{
    width: 100vw;
    height: max-content;
    margin-top: 15px !important;
    /* background-color: rgb(139, 86, 86); */
    padding: 0 20px !important;
    padding-bottom: 80px !important;
}

.section-title
{
    font-size: 15px;
}

.section-sub-title
{
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

#explore-page
{
    /* background-color: #545454; */
    opacity: 1 !important;
    transition: all 0.2s;
}

#explore-page.close-explore
{
    opacity: 0 !important;
    transition: all 0.2s;
}

.product-carousel
{
    margin-top: 15px !important;

    .image-container
    {
        position: relative;
        

        i
        {
            -webkit-text-stroke-width: 0.6px;
            font-size: 25px;
        }

        .quantity-button-container
        {

            overflow: hidden;
            position: absolute !important;
            top: 0px;
            right: 0px;
            /* text-align: center; */
            background-color: white;
            border-radius: 0 6px;
            border: #FF5D38 1px solid;
            /* box-shadow: 0px 0px 3px inset rgba(0, 0, 0, 0.3); */
            width: 35px;
            height: 35px;

          
            .minus, .quantity
            {
                display: none;
                /* opacity: 0; */
            }

            transition: all 0.2s;
        }

        .active
        {
            transition: all 0.2s;
            width: 100%;
            border-radius: 6px 6px 0 0;


            .minus, .quantity
            {
                display: block;
                /* opacity: 1; */
            }
        }
        
        img
        {
            width: 100px;
            height: 125px;
            object-fit: cover;
            border-radius: 6px;
        }
    }

    h1
    {
        font-size: 18px;
        font-weight: 500;
    }

    h2
    {
        font-size: 15px;
        font-weight: 400;
    }

    h3
    {
        font-size: 13px;
        font-weight: 400;
        color: #545454;
    }
}

.search-bar
{
    background-color: #F3F3F3;
    padding: 5px !important;
    border-radius: 6px;
    font-weight: 300;
    font-size: 15px;
    color: #959595;

    input
    {
        width: 100% !important;
        font-size: 15px;
        font-weight: 300;
        background-color: transparent;
        border: none;
        
    }

    input::placeholder
    {
        /* font-size: 2px; */
        color: #959595;
        
    }

    input:focus, .form-control:focus
    {
        outline: none !important;
        border: none !important;
        box-shadow: none;
        background-color: transparent;
    }
}

.search-height-fix
{
    height: 43px;
    /* background-color: #545454; */
}

.hero-slide
{
    height: 200px !important;
    /* height: 150px !important; */
    overflow: hidden;
    border-radius: 6px !important;

    img
    {
        width: 100%;
        height: 200px !important;
        /* height: 150px !important; */
        object-fit: cover;
        /* border-radius: 6px !important; */
    }
    
}

.ad-space
{
    height: 150px !important;

    overflow: hidden;
    border-radius: 6px !important;

    img
    {
        width: 100%;
        height: 150px !important;
        object-fit: cover;
    }
}

.category-item
{
    /* width: 100px; */
    width: 100%;
    height: 100%;
    /* background-color: #229D4D; */
    /* border-radius: 6px; */
        /* border: 2px #848484 solid; */
    img
    {
        background-color: #fcefed;
        object-fit: cover;
        width: 100%;
        height: 100px;
        border-radius: 6px;
        /* border: 1px #F3F3F3 solid; */
    }

    h1
    {
        font-size: 12px;
        text-align: center;
        font-weight: 300;
        margin-top: 5px !important;
    }
}

#search-page
{
    /* margin-top: 15px !important; */
    /* z-index: ; */
    position: absolute;
    width: 100vw;
    /* background-color: #545454; */
    /* height: 100px; */
    /* overflow: scroll; */
    left: 0;
    padding: 0 20px !important;
    /* top: 115px; */
    top: 105px;

}

.search-section-title
{
    font-size: 15px;
}



.search-history-item
{
    font-size: 14px;
    background-color: #F3F3F3;
    padding: 8px 14px !important;
    border-radius: 5px;
    font-weight: 300;
    min-width: fit-content !important;
}

.popular-search-item
{
    /* background-color: #fff5e2; */
    border-radius: 6px;
    img
    {
        height: 100px;
        width: 100px;
        border-radius: 6px;
        border: 1px #F3F3F3 solid;
        /* border-radius: 6px 6px 0 0; */
        object-fit: cover;
    }

    h1
    {
        font-size: 14px;
        font-weight: 400;
        color: #545454;
        /* padding-bottom: 8px !important; */
    }
}

#search-suggestions
{
    /* width: 100vw; */
    /* background-color: #545454; */
    /* background-color: white; */

    /* height: 100vh; */
    position: relative;
    /* top: 0;
    left: 0; */
    /* padding: 0 20px !important; */
}

.search-suggestion-item
{
    /* width: 100%; */
    /* border: 1px #F3F3F3 solid; */
    /* border-radius: 6px; */
    /* background-color: transparent;
    border: none; */
    position: relative;

    button
    {
        background-color: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: none;
    }

    img
    {
        background-color: #F3F3F3;
        width: 45px;
        height: 45px;
        border-radius: 6px;
    }

    h1
    {
        margin-left: 10px !important;
        width: 100%;
        font-size: 15px;
        font-weight: 300;
        word-wrap: break-word;
        /* word-break: break-all; */
        text-align: justify;
    }

    
}

/* Filter, sort, etc. */
.search-result-options
{
    /* position: fixed; */
    button
    {
        font-size: 14px !important;
        font-weight: 300;
    }
}


.product-item-image-container
{
    position: relative;
    overflow: hidden;
}

.add-to-cart
{
    transition: all 0.1s ease;
    position: absolute;
    width: 30%;
    background-color: white;
    bottom: 0;
    /* top: 0; */
    right: 0;
    border-radius: 6px 0 6px 0;
    border: 2px solid #FF5D38;
    padding: 3px !important;

    i
    {
        font-size: 16px;
        -webkit-text-stroke-width: 0.5px;
    }

    h1
    {
        font-weight: 300;
        font-size: 16px;
    }

    .minus, .quantity
    {
        display: none;
    }
}


.add-to-cart.active
{
    transition: all 0.1s ease;
        width: 75%;
        border-radius: 6px 0 6px 0;
        .minus, .quantity
        {
            display: block !important;
        }
}







.search-result-image
{
    width: 100%;
    height: 130px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #F3F3F3;
    /* overflow: hidden; */
}

.product-title
{
    font-size: 12px;
    font-weight: 400;
    max-height: 44px;
    word-wrap: break-word;
    /* min-height: 44px; */
    overflow: hidden;
    /* text-align: justify; */
}

.product-hero-text, .product-quantity
{
    font-size: 10px;
    font-weight: 300;
    color: #848484;
    /* text-align: justify; */
}

.product-selling-price
{
    font-size: 11px;
    font-weight: 400;
}

.product-slashed-mrp
{
    color: #848484;
    font-weight: 300;
    text-decoration: line-through;
}

#search-results-page
{
    position: relative;
}

#sub-categories-container
{
    position: fixed;
    /* top: 0; */
    /* border: #e6e6e6 1px solid; */
    /* background-color: #FF5D38; */
    width: 80px;
    /* height: 562px;  */ /* Set in JS */
    left: 0;
    /* left: -5px; */
    /* border-radius: 6px; */

}

.sub-cat-item
{
    position: relative;
    margin-left: 10px !important;

    img
    {
        width: 50px;
        height: 50px;
        border: #e6e6e6 1px solid;
        border-radius: 6px;
    }

    h1
    {
        font-weight: 300;
        font-size: 10px;
        text-align: center;
        width: 50px;
        color: #959595;
    }

    button
    {
        position: absolute;
        height: 100%;
        width: 100%;
        border: none;
        background-color: transparent;
    }
}

.sub-cat-item.active
{
    img
    {
        border: #FF5D38 2px solid;
    }

    h1
    {
        color: black;
    }
}

#product-detail-overlay, #temp-product-detail-overlay
{
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: white; */
    background-color: rgba(0, 0, 0, 0.0);
    width: 100vw;
    transition: all 0.4s;
    height: 100vh;
    z-index: 10;

    .dismiss-area
    {
        /* background-color: rgba(0, 0, 0, 0.259); */
        /* background-color: rgba(0, 0, 0, 0.259) !important; */
        height: 75px;
    }
    .product-detail-page
    {
        /* background-color: #545454; */
        background-color: white;
        height: 100%;
        padding: 0 20px !important;
        border-radius: 12px 12px 0 0 !important;

        .header
        {
            
            height: min-content;
            h1
            {
                font-size: 16px;
                font-weight: 500;
            }

            h2
            {
                font-size: 12px;
                font-weight: 300;
            }

            i
            {
                font-size: 22px;
            }

            /* border: 1px solid black; */
        }

    }
}



#product-detail-overlay.active ,#temp-product-detail-overlay.active
{
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.259);
    /* transition: top 0.4s; */
    transition: background-color 2s, top 0.3s;
}

#product-detail-body
{
    /* background-color: #545454; */
}


.product-detail-image-carousel
{
    height: 300px;
    /* width: 300px; */
    /* width: 100%; */
    background-color: #F3F3F3;
    overflow-x: scroll;
    border-radius: 6px;
}

.product-detail-image-container
{
    width: 100%;
    height: 100%;

    img
    {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* border-radius: 6px; */
    }
}


.product-detail-title-add-holder
{
    position: relative;
    /* padding: 0 0 10px 0 !important; */
}



.add-button-classic
{
    position: absolute;
    width: min-content;
    height: min-content;
    bottom: 0;
    right: 0;
    border: 2px #e6e6e6 solid;
    border-radius: 6px;
    
    /* .add
    { */
        color: #FF5D38;
        /* color: #229D4D; */
        /* color: white; */
        /* background-color: #229D4D; */
        font-size: 16px;
        font-weight: 600;
        padding: 2px 16px !important;
    /* } */

    .minus, .qty, .plus
    {
        display: none;
    }
    
}

.add-button-classic.active
{
    /* .active
    { */

        .minus, .qty, .plus
        {
            display: block;
        }

        .add
        {
            display: none;
        }

    /* } */
}

.product-detail-title
{
    font-size: 16px;
}

.product-detail-quantity
{
    font-size: 12px;
    font-weight: 300;
    color: #848484;
}

.product-detail-selling-price
{
    font-size: 12px;
    font-weight: 400;
}

.product-detail-info-title
{
    font-size: 14px;
    font-weight: 500;
}

.product-detail-info
{
    overflow: hidden;
    word-wrap: break-word;
    /* width: 10px !important; */
    font-size: 13px;
    font-weight: 300;
    color: #848484;
    margin-top: 10px !important;
    text-align: justify;
    white-space: pre-line;
}

.mobile-bottom-fix
{
    margin-bottom: 200px !important;
}

#view-cart-overlay
{
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 20px !important;
    box-shadow: 0px 0px 2px  rgba(0, 0, 0, 0.093);


    h1, button
    {
        font-size: 14px;
    }

    button
    {
        background-color: #FF5D38;
        color: white;
    }

    .product-tiny-mock, .product-tiny
    {
        width: 30px;
        height: 30px;
        border-radius: 6px;
        /* background-color: #e6e6e6; */
        background-color: #F3F3F3;
    }

    .product-tiny
    {
        margin-left: -25px !important;
        background-color: #e6e6e6;
        /* background-color: #F3F3F3; */
        img
        {
            border-radius: 6px;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    
}

#cart-overlay
{
    z-index: 102;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    width: 100vw;
    height: 100vh;
    padding: 0 20px !important;

    i
    {
        font-size: 22px;
    }

    h1
    {
        font-size: 14px;
    }

    .address
    {
        font-size: 12px; color: #9b9b9b;
        font-weight: 300;
    }

    .scroll-container
    {
        /* background-color: white; */
        width: 100%;
        height: 100px;
        /* padding: 10px !important; */
        border-radius: 6px;

        
    }


    .scroll-body
    {
        /* background-color: #545454; */
        width: 100%;
        height: 500px;
        overflow-y: scroll;
        padding: 0 5px !important;

        .items-container
        {
            background-color: white;
            width: 100%;
            max-height: 250px;
            border-radius: 6px;
            overflow: scroll;
        }

        h2
        {
            font-size: 14px;
        }

        .remove
        {
            color: #9b9b9b;
            font-weight: 300;
        }

        .cart-item, .bill-details
        {
            position: relative;

            h2
            {
                font-size: 13px;
                font-weight: 400;
            }

            h3
            {
                font-weight: 300;
                font-size: 13px;
                span
                {
                    font-size:11px;
                }
            }

            .product-name
            {
                /* width: 100; */
            }
            
        }

        .cart-item
        {

            img
            {
                width: 45px;
                height: 45px;
                object-fit: contain;
                background-color: #F3F3F3;
                border-radius: 6px;
            }

            .add-button-classic
            {
                padding: 0;
                font-size: 13px;
                padding: 2px 6px !important;

                position: relative;
                i
                {
                    font-size: 14px !important;
                }

                .qty
                {
                    h3
                    {
                        font-weight: 400 !important;
                    }
                    
                }
            }
        }

        .add-more
        {
            background-color: white;
            border-radius: 6px;
            text-align: center;
            font-size: 12px;
        }

        .bill-details
        {

            background-color: white;
            width: 100%;
            max-height: 300px;
            border-radius: 6px;

            h2
            {
                font-size: 14px;
            }

            .details
            {
                font-size: 13px;
                font-weight: 300;
            }
        }
    }

    .proceed
    {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        background-color: #1B8B44;
        width: 100%;
        padding: 20px 0 !important;
        font-size: 18px;
        text-align: center;
        color: white;
    }

    #pg
    {
        img
        {
            width: 100% !important;
            object-fit: cover;
            height: 100vh;
        }
    }
}

#menu-bar
{
    opacity: 1 !important;
    transition: all 0.12s;
    width: 100vw;
    /* height: 70px; */
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    padding: 10px 20px !important;
    box-shadow: 0px 0px 2px  rgba(0, 0, 0, 0.093);


    .menu-bar-option
    {
        text-align: center;
        color: rgb(195, 195, 195);

        i
        {
            font-size: 20px;
            /* -webkit-text-stroke: 0.1px; */
        }

        h1
        {   
            font-size: 12px;
            font-weight: 500;
        }            
    }

    .active
    {
     
        color: black;
    }

}

#menu-bar.close-menu-bar
{
    opacity: 0 !important;
    transition: all 0.12s;
}



#overlay
{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.300);
    position: absolute;
    top:0;
    left: 0;
}

#location-page
{
    width: 100%;
    height: 300px;
    background-color: wheat;
    /* margin: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#loading-screen
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: white;
    width: 100vw;
    height: 100vh;
    /* overflow: hidden; */

    img
    {
        width: 50vw;
        max-width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 1;
        animation-name: splash-animate;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }
}