﻿* {
    margin: 0px;
    padding: 0px;
}
.textno {
    visibility: hidden
}
.menu_firstline {
    background-color: white;
    height: 20px;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    float: left;
    font-family: Arial;



   
}

.main_menu_top {
    width: 100%;
    height: 100px;
    top: 0;
    margin-top: 0px;
}

.menu_toptop {
    width: 100%;
    height: 100px;
    top: 0;
    margin-top: 0px;
    box-shadow: 0 8px 12px rgba(255, 255, 255, 0.3);
}

.menu_logodiv {
    width: 12%;
    float: left;
    height: 70px;
    margin-left: 5%;
    margin-top: 0; /* important */

    display: flex; /* centers logo inside */
    align-items: center; /* vertical center */
}

.menu_firsttext {
    width: 26%;
    float: left;
    height: 50%;
    margin-left: 10%;
    margin-top: 1%;
}

.menu_secondtext {
    width: 26%;
    float: left;
    height: 50%;
    margin-top: 1%;
}



.menu_logins {
    width: 16%;
    float: right;
    height: auto;
 
}

.menu_carts {
    width: 100%;
    height: auto;
    float: left;
    margin-left: -10px;
}

.menu_cartsa {
    width: 100%;
    height: auto;
    float: left;
}
.menu_cartsb {
    width: 100%;
    height: auto;
    float: left;
}
.menu_cartsbox1 {
    width: 7%;
    height: 25px;
    float: left;
    margin-left: 9px;
}

.menu_cartboxicon {
    max-width: 100%;
    height: auto;
}

.menu_cartsbox2 {
    width: 87%;
    height: auto;
    float: left;
}

.menu_logoimage {
    height: 60px; /* forces same visible size */
    width: auto;
    max-width: 100%;
    object-fit: contain; /* better for logos than cover */
    display: block;
}

.menu_forfloat {
    float: left;
    margin-right: 0px;
    width: 3%;
    margin-top: 5px;
}

.menu_image {
    width: 20px;
    margin-left: 50px;
}

.menu_firsttextdiv {
    width: 45%;
    height: 40px;
    float: left;
    margin-left: 16%;
    margin-top: 5px;
}

.menu_forp1 {
    color: white;
    font-size: 13px;
    font-weight: bolder;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.menu_forp2 {
    color: white;
    font-size: 11px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
}

.menu_forfloat2 {
    float: left;
    margin-right: 0px;
    width: 11%;
    margin-top: 5px;
}


.menu_image2 {
    width: 61%;
    margin-left: 5px;
}

.menu_secondtextdiv {
    width: 45%;
    height: 40px;
    float: left;
    margin-left: 0%;
    margin-top: 5px;
}

.menu_logintext {
    font-size: 13px;
    text-shadow: unset;
    color: red;
    float: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    text-decoration: none;
    margin-top: 0px;
    padding: 10px;
}

    .menu_logintext a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        padding: 0 16px;
        border-radius: 999px;
        font: 600 13px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        color: #fff !important;
        background: #0b090a;
        text-decoration: none !important;
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
        transition: transform .05s ease, background .25s ease;
    }

        .menu_logintext a:hover {
            background: linear-gradient(135deg, #2f36b8, #5d84b2);
        }

.menu_countcat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 48px;
    height: 19px;
    padding: 9px;
    border-radius: 999px;
    font: 600 13px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #ff4d4d, #cc0000);
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    margin-top: 3%;
}


    .menu_countcat::before {
        content: "";
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='9' cy='21' r='1'/><circle cx='20' cy='21' r='1'/><path d='M1 1h4l2.68 12.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/></svg>") no-repeat center/contain;
        display: inline-block;
    }

.menu_no {
    font-size: 100%;
    color: grey;
    font-weight: bolder;
    margin-left: 5px;
}
.cartaddition {
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    font-family: Arial;
    font-size: 14px;
    margin-top: 29px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 44px; 

    background-color: black;
    color: white;
}
.cartaddition {
    outline: none;
}

    .cartaddition:focus {
        outline: none;
        box-shadow: none;
    }


.close-btn {
    background: none;
    border: none;
    color: black;
    font-size: 18px;
    float: right;
    margin-top: -19px;
    cursor: pointer;
}
.shopping_cart {
    margin-left: 9px;
    margin-top: 8px;
    font-family: arial;
    font-size: 15px;
}
.show-popup-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .show-popup-btn:hover {
        background-color: #0056b3;
    }
.divboxone {
    width: 100%;
    height: 40px;
  
}
.divboxtwo{
    width: 100%;
    height: 160px;
    
    margin-top: -20px;
}
#bannerLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff; /* change if needed */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    #bannerLoader video {
        width: 150px; /* adjust size */
        max-width: 80%;
        height: auto;
        display: block;
    }

#bannerStatus {
    margin-top: 12px;
    font-size: 14px;
    color: #555;
}

.searchbar {
    float: left;
    width: 60%;
    margin-left: 4%;
    display: flex;
}

/* Remove height here */
.searchbox {
    width: 80%;
    padding: 0 1rem;
    border: 1px solid #e3e3e3;
    border-right: none;
    border-radius: 2rem 0 0 2rem;
    font-size: 1rem;
    outline: none;
    background: #fff;
    box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,.08);
    transition: box-shadow .25s, border-color .25s;
}

/* Make both same height */
.searchbox,
#searchitem {
    height: 50px;
}

/* Button */
#searchitem {
    width: 7%;
    border: 1px solid #ff4d4d;
    border-left: none;
    border-radius: 0 2rem 2rem 0;
    background: linear-gradient(135deg, #ff4d4d, #cc0000);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, transform .05s;
    height: 50.7px;
}

    #searchitem::before {
        content: "";
        width: 18px;
        height: 18px;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center/contain;
    }

    #searchitem:hover {
        background: linear-gradient(135deg, #cc0000, #ff4d4d);
    }

    #searchitem:active {
        transform: translateY(1px);
    }

@media (max-width: 1024px) {
    .searchbox {
        height: 46px;
        font-size: 15px;
        max-width: 92vw;
    }

    #searchitem {
        height: 48px;
        width: 56px;
    }
}