.header-hover-dropdown-menu:hover .header-hover-dropdown-submenu,
.mobile-header-hover-dropdown-menu:target .mobile-header-hover-dropdown-submenu {
  display: block;
}

.header-hover-dropdown-menu:hover .my-account-arrow,
.mobile-header-hover-dropdown-menu:target .my-account-arrow {
  transform: rotate(180deg);
}
.dropdown-header-menu{
  box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
  padding: 15px 0px 15px 0px;
  border-radius: 10px 10px 10px 10px !important;
}

.header-menu-arrow{
  transform: rotate(180deg);
}

.dropdown-header-menu > li > a:hover{
  color: #ffff;
  background-color: #337ab7;
}

.my-account-arrow{
  font-size: 18px;
  width: 24px;
  text-align: center;
  text-decoration: none;
  margin: 5px 0px;
  cursor: pointer;
}

.desktop-navbar{
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.custom-navbar{
  top: 0;
  z-index: 1040;
}

.position-sticky{
  position: sticky;
}

.masqueradeLogin{
  position: absolute;
  font-size: 11px;
  text-align: center;
  left: 400px;
  color: red;
  font-weight: 500;
}

.dropdown-header-menu .selected{
  font-weight: 700;
}

@media (max-width: 1024px){
  header.navbar.navbar-fixed-top.navbar-inverse {
    display: none;
  }
  .mobile_header, .footer_menu {
    display: block;
  }

.menu_options {
    z-index: 101;
    height: -webkit-calc(100vh - 57px);
    height: -moz-calc(100vh - 57px);
    height: -o-calc(100vh - 57px);
    height: calc(100vh - 57px);
  }
  
  .menu_options ul.menu-list{
    overflow: auto;
    height: -webkit-calc(100vh - 270px);
    height: -moz-calc(100vh - 270px);
    height: -o-calc(100vh - 270px);
    height: calc(100vh - 270px);
    margin-block-start: -11px;
    position: relative;
  }

  body.no-scroll {
    overflow: hidden;
  }

}

