﻿* {
    margin: 0px;
    padding: 0px;
}
.textno {
    visibility: hidden
}
.menu_firstline {
    background-color: white;
    height: 5px;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    float: left;
    font-family: Arial;



   
}

.pager {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

    .pager a {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-decoration: none;
    }

    .pager span {
        padding: 8px 12px;
    }

.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;
 
}




.main_menu_top {
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 0px;
    /*background-color: black;*/
}


.menu_toptop {
    width: 100%;
    height: 69px;
    top: 0;
    margin-top: 0px;
    box-shadow: 0 8px 12px rgba(255, 255, 255, 0.3);
    padding-top: 13px;
  
}


.menu_logodiv {
    width: 12%;
    float: left;
    height: 70px;
    margin-left: 5%;
    margin-top: 0;
    display: flex; /* centers logo inside */
    align-items: center; /* vertical center */
    /*background-color: yellow;*/
}

.searchbar {
    float: left;
    width: 60%;
    margin-left: 4%;
    display: flex;
    /*background-color: brown;*/
}

.menu_cartsx {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    width: auto;
    /*background-color: green;*/
    top: 0;
    width: 15%;
    padding-right : 1%;
    float: right;
    margin-right : 3%;
}


.sub-cat{
    /*background-color: red;*/
    float : right ;
    width : 100%;
  /*  position : absolute ;
    right : 0;*/
    /*padding: 10px;*/
}

/*.menu_nox {
    font-size: 100%;
    color: grey;
    font-weight: bolder;
    width: 100%;
    float: left;
    background-color: black;
    height: auto;
}*/





/*////////////////////////////*/
/* Container for whatsapp row */
/* WhatsApp container above login/cart */
/* Container (above login/cart) */
.menu_nox {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

/* Modern WhatsApp Button */
.whatsapp_link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    transition: all 0.3s ease;
}

/* Icon circle */
.wa_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
   /* background: #25D366;*/
    border-radius: 50%;
}

/* WhatsApp icon */
/*.forwhatsap {
    width: 14px;
    height: 14px;
}*/

/* Hover effect */
.whatsapp_link:hover {
    background: #111827;
    color: #ffffff;
    transform: translateY(-2px);
}

    .whatsapp_link:hover .wa_icon {
        background: #1ebe5d;
    }
/*//////////////////////////*/














.forwhatsap{
    max-width : 100%;
    height : auto;
}

.login_id {
    float: right;
    width : 30%;
}






.login_area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
/*///////////////////////*/
/* Container */
.header_actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Login Button */
.login_btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    transition: all 0.3s ease;
}

    .login_btn a:hover {
        background: #111827;
        color: #ffffff;
        border-color: #111827;
    }

/* Cart Button */
.cart_btn {
    position: relative;
}

    .cart_btn a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        background: #111827;
        border-radius: 50px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        transition: all 0.3s ease;
    }

        .cart_btn a:hover {
            background: #2563eb;
        }

/* Cart Count Badge */
.cart_count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 7px;
    border-radius: 50px;
    min-width: 18px;
    text-align: center;
}
/*///////////*/














.menu_no2 {
    
    width: 100%;
    float: left;
    background-color: blue;
    height: auto;
}

.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, #2b2b2b, #000000);
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    margin-bottom: 0px;
    margin-right: 4%;

}


    .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_cartsa {
    width: 100%;
    height: auto;
    float: left;
}
.menu_cartsb {
    width: 100%;
    height: auto;
    float: left;
    background-color : blue;
}
.menu_cartsbox1 {
    width: 7%;
    height: 25px;
    float: left;
    margin-left: 9px;
}

.menu_cartboxicon {
    max-width: 5%;
    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;
}



.cartaddition {
    text-decoration: none;
    border-radius: 28px;
    font-weight: bold;
    transition: background-color 0.3s;
    font-family: Arial;
    font-size: 14px;
    margin-top: 29px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
   /* background-color: black;*/
    color: black;
}
.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;
}



/* 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;
    }
}