/* line 3, website/static/themes/global/header.scss */
.ecomNav li a {
  color: #2a2a2a; }
  /* line 5, website/static/themes/global/header.scss */
  .ecomNav li a i.fa {
    color: #666; }

/* line 10, website/static/themes/global/header.scss */
.ecomNav li .dropdown-toggle::after {
  display: none !important; }

/* line 14, website/static/themes/global/header.scss */
.ecomNav li .dropdown-menu {
  top: 35px; }
  /* line 16, website/static/themes/global/header.scss */
  .ecomNav li .dropdown-menu a {
    text-transform: capitalize; }

/* line 23, website/static/themes/global/header.scss */
#headerWrap.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #bfbebe; }

/* line 32, website/static/themes/global/header.scss */
#mobileNavWrap {
  width: 100%;
  max-width: 550px;
  height: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  right: -600px;
  z-index: 9999;
  padding: 10px 20px;
  overflow-y: scroll;
  border-left: 8px solid #0067b4;
  transition: all .5s ease; }
  /* line 46, website/static/themes/global/header.scss */
  #mobileNavWrap .closeMobileNav {
    font-size: 32px; }
  /* line 49, website/static/themes/global/header.scss */
  #mobileNavWrap .actions {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
  /* line 53, website/static/themes/global/header.scss */
  #mobileNavWrap h5 {
    color: #9c9a9a;
    font-weight: normal; }
  /* line 58, website/static/themes/global/header.scss */
  #mobileNavWrap .nav-link {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    padding: 10px;
    color: #0067b4;
    font-size: 18px;
    border-bottom: 3px solid #eeeeee; }
  /* line 68, website/static/themes/global/header.scss */
  #mobileNavWrap .ecomNav .nav-link {
    border: none; }
  /* line 72, website/static/themes/global/header.scss */
  #mobileNavWrap .dropdown-mobile .dropdown-menu {
    position: relative;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    white-space: inherit;
    margin-left: 20px;
    border-left: 1px dashed #ddd;
    margin-bottom: 20px;
    z-index: 1;
    margin-top: 5PX; }
    /* line 87, website/static/themes/global/header.scss */
    #mobileNavWrap .dropdown-mobile .dropdown-menu ul li {
      margin-bottom: 0;
      padding: 8px; }
      /* line 92, website/static/themes/global/header.scss */
      #mobileNavWrap .dropdown-mobile .dropdown-menu ul li a .menu-list-info p {
        font-size: 16px !important;
        color: #666;
        font-weight: normal; }
      /* line 99, website/static/themes/global/header.scss */
      #mobileNavWrap .dropdown-mobile .dropdown-menu ul li a:hover .menu-list-info p {
        color: #0067b4; }
  /* line 106, website/static/themes/global/header.scss */
  #mobileNavWrap .main-menu-group {
    margin-left: 20px;
    margin-bottom: 20px; }

/* line 112, website/static/themes/global/header.scss */
.dropdown-link:after {
  font-family: "FontAwesome";
  content: " \f107";
  font-size: 12px; }

/* line 125, website/static/themes/global/header.scss */
.show .dropdown-link:after {
  font-family: "FontAwesome";
  content: " \f106";
  font-size: 12px; }
