* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#section_right {
    display: none;
}

#nav {
    background: #212121;
    height: 100px;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
}

#navScroll {}

#nav a {
    text-decoration: none;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}

#nav_logo {
    width: 180px;
    height: 70px;
    margin: 20px 25px 0px 30px;
    transition: .5s;
}



#nav_section_left {
    /* border: 1px solid red; */
    height: auto;
    width: 250px;

}

#nav_section_right {
    /* border: 2px solid green; */
    width: 100%;

}

#nav_right_top {
    background: black;
    display: flex;
    justify-content: space-between;
    padding: 4px 0 4px 0;

}

#nav_name {
    /* border: 1px solid yellow; */
    padding: 7px;

}

#nav_rightBtn {
    margin-right: 50px;
}

#nav_rightBtn>ul {
    /* border: 1px solid yellow; */
    display: flex;
    float: right;
    color: aliceblue;
    list-style: none;
    gap: 20px;
    margin-right: 30px;
    padding: 7px;

}

/* bottom nav */

#nav_bottom {
    display: flex;
    justify-content: space-between;
    /* border: 2px solid red; */
    margin-top: 10px;

}

#btn_bottom_left>ul>li {
    /* border: 2px solid red;  */
    margin-left: -20px;

}

#btn_bottom_left>ul>li {
    display: flex;
    padding: 15px 12px 13px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: white;

    background: #212121;
    margin: 0;

}

#btn_bottom_left,
ul {
    display: flex;
    float: right;
    margin-left: 7px;
    list-style: none;
    /* gap: 30px; */

}

#btn_search {
    /* border: 1px solid red; */
    background-color: #4A4A4A;
    border-radius: 7px;
    width: 63%;
    display: flex;

}

#search {
    width: 100%;
    height: 33px;
    background-color: #4A4A4A;
    border-radius: 7px;
    border: none;
    outline: 0;
    padding-left: 10px;
    padding-top: 14px;
    font-size: 18px;
}

#searchBtn {
    /* border: 1px solid red; */
    margin-top: 7px;
    margin-right: 10px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border: none;
    border-radius: 7px;
}

#searchBtn:hover {
    background: #212121;
    color: #FFFFFF;
}

#search_logo {
    padding: 10px;
}

#closeBtn {
    padding: 10px;
    display: none;
}

#btn_bottom_right {
    /* border: 1px solid red; */
    margin-right: 80px;
    padding-top: 10px;
    padding-left: 20px;

}

#btn_bottom_right>ul>li {
    margin-right: 20px;
}

#card_count {
    display: block;
    position: relative;
    background-color: #DD0608;
    border-radius: 7px;
    text-align: center;
    width: 15px;
    color: white;
    z-index: 1;
    margin: -30px 0px 0px 15px;

}

.material-symbols-outlined {
    margin-top: -2px;

}

#btn_menu {
    display: none;
}

/* ************************* media query  *********************** */
@media screen and (max-width: 889px) {

    #nav_right_top,
    #btn_bottom_left {
        display: none;
    }

    #nav_logo {
        width: 120px;
        height: 60px;
        margin: 20px 25px 0px 30px;
    }
#nav_bottom{
    margin-top: 22px;
}
    #nav_section_left {
        /* border: 1px solid red; */
        height: auto;
        width: 200px;

    }

    #btn_search {
        margin-left: 50px;
        margin-top: 20px;
    }

    #btn_bottom_right {
        margin-top: 20px;
        margin-right: 30px;
    }

    #btn_menu {
        display: block;
    }
}

@media screen and (max-width: 641px) {

    #nav_right_top,
    #btn_bottom_left {
        display: none;
    }

    #btn_search {
        margin-left: 0px;
        margin-top: 20px;
    }

    #search {
        font-size: 14px;
        margin: 0%;
        padding-top: 5px;

    }
}

/* ********************************************* */

#loginSumMenu {
    display: none;
    position: absolute;
    right: 80px;
    z-index: 2;
}

#sinup_ddown {
    background: white;
    width: 200px;
    padding: 10px;
    z-index: 2;

}

#sinup_ddown a {
    text-decoration: none;
    margin-left: 20px;
    color: rgb(32, 32, 32);
    font-weight: 500;
    font-size: 17px;
}

#sinup_ddown>div {

    margin: 10px;
    padding: 10px;

    /* border: 1px solid red; */
}

#sinup_ddown>div span {
    position: absolute;
    margin: -3px 0px 0px -30px;
    padding-right: 20px;
}

#dd_login {
    background: red;
    margin-top: 10px;
    width: 150px;
    border-radius: 15px;
}

#dd_login a {
    color: white;
}

#arrow_drop_up {
    position: absolute;
    margin: -15px 0 0 150px;
    color: white;
}

/* ---------------------- Drop Down CSS------------------------------- */

#ddown {
    display: none;
    width: 70%;
    position: absolute;
    top: 100px;
    left: 250px;
    /* border: 1px solid red; */
    z-index: 1;
    overflow: hidden;
}

#categories_submenu {

    display: flex;

    gap: 30px;
    background: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}

.submenuItems {

    color: #9e9c9c;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    width: 200px;
    cursor: pointer;
}

.submenu1 {
    /* display: none; */
}

.submenu1>div {
    padding: 6px;

}

.submenu1>div>a {
    text-decoration: none;
    color: #9e9c9c;
}

.submenu1>div>a:hover {
    color: red;
}

.submenuItems:hover {
    color: black;

}

.submenuItems {
    display: flex;
    /* border: 1px solid; */
    justify-content: space-between;

}

.submenuItems>:nth-child(1) {

    /* border: 1px solid red; */
    padding-bottom: 10px;
}

#itemsArrow {

    display: none;
    /* color: #DD0608; */

}

.submenuItems:hover #itemsArrow {
    display: block;

}

#arrow1 {
    transition: all 0.4s ease;
}