html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  body {
    margin: 0;
  }
body {
    margin: 0;
}


#search_icon_img{
    width: 30px; height: 29px; display: inline;

}


#search_icon_button{

    border: none; cursor: pointer; width: 100%; background-color: transparent; outline: none;
}
a {
    text-decoration: none;
}

#cart_icon_number{

    color: #ffffff;
}




#hart_icon_button {
    border: none;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    outline: none;
}


#user_icon_button {
    border: none;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    outline: none;
}


.img_icon_in_menu{

    width: 33px; 
    height: 33px;
    display: inline;
    margin-top: 2%;
}


#myHeader {
    box-shadow: rgb(197, 199, 210) 0px 0px 28px 1px;
    position: fixed;
    top: 0;
    width: 100%;
}
.menu {
    white-space: nowrap;
}

.u-nav-item a.u-nav-link, .menu-collapse a.u-nav-link {
    color: inherit;
}

#main_menu {
    display: none;
}

.openbtn {
    font-size: 28px;
    cursor: pointer;
    border: none;
    width: 100%;
    background-color: transparent;
    color: black;
}

.menu-collapse {
    display: none;
    border: none;
    z-index: 1;
}


.u-shopping-cart-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    border-width: 0px;
}


a {
    
    text-decoration: none;
}



#cart_icon_number {
    border-radius: 100%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -40%);
    z-index: 1;
    width: calc(1em + 3px);
    height: calc(1em + 3px);
    line-height: calc(1em + 2px);
    text-align: center;
    vertical-align: baseline;
    box-sizing: content-box;
}

.u-icon-circle {
    border-radius: 50%;
}


#logo_image {
    height: 55px;
    
}



.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82px;
}

.button.left {
    text-align: left;
    width: 23%;
}


.logo {
    text-align: center;
    flex: 0.62;
}


.button.right {
    text-align: right;
}

.u-nav-container .u-nav-popup {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    right: 34px;
    background-color: white;
    width: 500px;
}

.u-nav-container .u-nav-item:hover > .u-nav-popup:not(.fake) {
    visibility: visible;
    pointer-events: auto;
  }
  

.u-nav-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.nav_text{
    color: black;
}