﻿* {
    margin: 0px;
    padding: 0px;
}
.textno {
    visibility: hidden
}
.menu_firstline {
    background-color: black;
    height: 20px;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    float: left;
    font-family: Arial;



   
}

.main_menu_top {
    background-color: black;
    width: 100%;
    height: 100px;
    top: 0;
    margin-top: 0px;
    
}

.menu_toptop {
    background-color: black;
    width: 100%;
    height: 100px;
    top: 0;
    margin-top: 0px;
}

.menu_logodiv {
    width: 5%;
    float: left;
    height: 50%;
    margin-left: 6%;
    margin-top: 0.5%;
}

.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: 21%;
    float: right;
    height: auto;
}

.menu_carts {
    width: 100%;
    height: auto;
    float: left;
}

.menu_cartsa {
    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: 100%;
    width: auto;
}

.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: linear-gradient(135deg, #3A42D5, #476e9e);
        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: white;
    font-weight: bolder;
    margin-left: 5px;
}



