
/*.header {
   position: fixed;
    top: 0;
   width: 100%;
   height: 4em;
   background: e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   padding: 0;
   color: black;
   text-align: left;
    z-index: 50;
   background-color: #e5e5e5;
   border-bottom: 3px solid #ccc;
}*/

.header {   
   position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
 }

.header-container {
   width: 1200px;
    max-width: 100%;
    margin: auto;
}

.header h1{
   position: absolute;
   top: 10px;
   left: 15px;
   color: #444;
   margin: 0;
   width: auto;
}


.header-desktop ul {
/* color: #D2CDD2;*/
   position: absolute;
   width: 90%;
   right: 0;
   bottom: -3px;
   margin: 0;
   list-style: none;
   padding: 0;
   text-align: right;
   font-size: 1em;
    z-index: 6;
}

.header-desktop .logo {
   height: 100%;
}

.header-desktop .logo a {
    /*display: inline-block;
    position: relative;*/
    color: gray;
    text-decoration: none;
}

.header-desktop .logo img {
    height: 100%;
    /*margin-top: 2%;
    margin-left: 2%;*/
}

.header-desktop ul a{
   color: black;  
   text-decoration: none;
   display: inline;
}


.menu-item-open:after {
   content: "▾";
   margin-left: .5em;
}
.menu-item-closed:after {
   content: "▸";
   margin-left: .5em;
}

.menu .arrow {
   /*font-size: 1.5em;*/
    /* vertical-align: top; */
    margin-left: 0.5em;
    /* top: 0.1em; */
    position: relative;
    color: white;
}

.menu .arrow img {
   width: .7em;
}

/* ' ▾' : ' ▸' */

.header ul li{
   /*text-decoration: none;*/
   display: inline-block;
   padding: 0 1em;
   padding-left: 0;
   height: 2.5em;
   line-height: 2.5em;
    font-weight: normal;
    font-size: 1em;
    cursor: pointer;
   text-align: left;
}


/*#hamburger {
   display: none;
}*/


.header .sub-menu{
   position: absolute;
    text-align: right;
    display: block;
    right: 0;
    width: 200px;
    background: white;
    color: black;
    top: 2em;
    right: -.4em;
   top: 2em;
    /* left: 0; */
}
.header .sub-menu li {
    position: relative;
    display: block;
}
.header .sub-menu a {
   text-decoration: none
}
.header ul li{
   position: relative;
   vertical-align: top;
   
}

.header ul .top {
   border-bottom: 3px solid gray;
}

/*.header ul li:hover {
   background: #ccc;
}*/

.header ul span {
   display: inline;
}

#currency-selector {
   width: unset;
   padding: 5px;
   margin: 0 5px;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-sizing: border-box;
   resize: vertical;
}

.header .parent-subcategories li{
   width: auto;
   display: block;
   background: #e5e5e5;
    padding: 0.5em;
   height: auto; /*2em*/
   line-height: 2em;
   top: 0;
}

.header .parent-subcategories {
   position: relative;
    width: auto;
    left: 0;
    padding: 0;
    top: 0;
}

.header .parent-div {
   position: absolute;
   left: 0;
   width: auto;
   min-width: 100%;
   -webkit-box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.32); 
   box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.32);
}

.header .parent-div-in {
   position: absolute;
   right: 100%;
   top: 0;
   width: auto;
   min-width: 100%;
}

.header .no-sub-menu {
   padding-left: .5em;
}

.closed {
   display: none !important;
}

.header-jewish-holidays {
   position: absolute;
   top: .5em;
   right: 1em;
   color: gray;
   font-style: italic;
   font-size: .8em;
}

.header-login {
   border: none !important;
   font-weight: normal !important;
   
}

.header-login a{
   font-weight: normal !important;
}

.header-search-icon img{
   height: 1em;
}

.header-search-icon-mobile {
   display: none;
}

#header-search {
   display: none;
   position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000040;
    text-align: center;
}

#header-search input {
   margin-top: .5em;
   padding: .5em;
   box-sizing: border-box;
   font-size: 16px;
   width: 600px;
   border-radius: 5px;
   border: 1px solid gray;
}



