﻿@media (max-width: 767px) {







    #slider {
        margin-top: -3%;
    }

    .menu_secondtext {
        display: none;
        visibility: hidden;
    }

    .menu_firsttext {
        width: 47%;
    }

    .menu_image {
        visibility: hidden;
        display: none;
    }

    .menu_forp1 {
        color: white;
        font-size: 11px;
        font-weight: bolder;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .menu_forp2 {
        color: white;
        font-size: 9px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .menu_logins {
        width: 54%;
        margin-top: -172px;
    }

    .menu_logodiv {
        width: 35%; /* give it more space on smaller screens */
        height: 60px;
        margin-left: 3%;
        float: left; /* keep it aligned left */
        justify-content: flex-start;
        /* background-color : black;*/
    }

    .menu_logoimage {
        height: 45px; /* slightly smaller logo */
        width: auto;
        max-width: 100%;
    }

    .menu_toptop {
        position: relative;
        height: 144px;
    }

    .menu_cartsx {
        position: absolute;
        top: 0;
        right: 0;
      
    }

    .menu_nox {
        visibility: hidden;
        display: none;
    }

    .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);
        /* background-color: lightgrey;*/
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
        margin-top: 3%;
        position: absolute;
        right: 0;
        /*   margin-left: -33%;*/
    }

    .menu_cartboxicon {
        max-width: 11%;
        height: auto;
    }

    .menu_cartsa {
        margin-top: 6px;
        visibility: hidden;
    }

    .menu_cartsb {
    }

    .menu_cartsbox1 {
        margin-left: 21px;
    }

    .menu_logintext {
        visibility: hidden;
    }
    /* .menu_carts{
        margin-left: 10px;
    }*/
    .menu_cartsbox2 {
        width: 71%;
    }

    .menu_no {
        margin-left: 5px;
    }

    .cartaddition {
        margin-top: 0px;
    }




    .searchbar {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        width: 93%;
        padding: 6px 8px;
        margin-left: 2%;
        margin-top: 15px;
    }

    .searchbox {
    }

    #searchitem {
        height: 48px;
        width: 52px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .menu_cartsx {
        margin-top: 7px;
  /*      background-color: blue;*/
    }


  
}