html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  body {
    margin: 0;
  }


  .img_icon_in_menu{

    width: 33px; 
    height: 33px;
    display: inline;
    margin-top: 2%;
}


  
#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;
}



#search_icon_img{
    width: 30px; height: 29px; display: inline;

}


#search_icon_button{
    justify-content: flex-end;display: flex;border: none; cursor: pointer; width: 100%; background-color: transparent; outline: none;

}


.menu {
    white-space: nowrap;
}



a {
    text-decoration: none;
}

.u-nav-container .u-nav-item:hover > .u-nav-popup:not(.fake) {
    visibility: visible;
    pointer-events: auto;
  }

  #logo_image {
    height: 55px;
}

#cart_icon_number {
    border-radius: 100%;
    position: absolute;
    right: 6.5%;
    transform: translate(50%, -50%);
    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%;
}
#cart_icon_number{

    color: #ffffff;
}

a {
 
    text-decoration: none;
}
.u-nav-link {
    display: block;
    color: black;
    white-space: nowrap;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
}


.header_container {
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button.right {
    display: flex;
    width: 12%;
}

.button.left {
    text-align: left;
    width: 53%;
}
.logo{

    text-align: center;
    margin: auto;
}

.u-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.u-header .u-nav-1 {
    font-size: 1rem;
    letter-spacing: 0px;
}
.menu-collapse {
    display: none;
    border: none;
    z-index: 1;
}

#myHeader {
    box-shadow: rgb(197, 199, 210) 0px 0px 28px 1px;
    position: fixed;
    top: 0;
    width: 100%;
}

.u-nav-container .u-nav-popup {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    left: 34px;
    background-color: white;
    width: 500px;
}
.u-menu, .u-popupmenu-items {
    display: table;
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

.u-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.u-menu, .u-popupmenu-items {
    display: table;
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

.u-nav-container .u-nav-popup {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    left: 34px;
    background-color: white;
    width: 500px;
}
.u-nav-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.u-inner-container-layout{
    display: none;
}






