.alcamenunav {
    padding: 0px 0px;
    display: table;
    margin: 0 auto !important;
    float: none;
    width: 750px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -770px;
    background-color: #FFF;
    z-index: 999;
    box-shadow: 10px 2px 20px 0 rgba(108, 110, 139, 0.2);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .menuloader {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
    top: 30vh;
    background: url('../img/loader.gif') no-repeat center center transparent;
    background-size: cover;
  }

  .fixopenmenu {
    overflow: hidden;
  }

.alcamenunav.opened {
    left: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 9999;
}

  .alcamenunav a {
    float: left;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    border-bottom: 1px solid #ece9f1;
  }

  .alcamenunav .card-container {
    cursor: pointer;
  }

  .alcamenunav .card-container a {
    letter-spacing: normal;
  }

  .alcamenunav a img {
    max-width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .alcamenunav .subnav {
    padding: 9px 16px;
    border-bottom: 1px solid #ece9f1;
    line-height: 40px;
  }
  
  .subnavbtn {
    padding: 0px !important;
    width: 90%;
  }

  .opensubnav {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons-/-Black-/-Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.7244383,12 L14.5050763,8.21936199 C14.7840222,7.94041606 14.7840222,7.48815536 14.5050763,7.20920944 C14.2261303,6.93026352 13.7738697,6.93026352 13.4949237,7.20920944 L9.20920944,11.4949237 C8.93026352,11.7738697 8.93026352,12.2261303 9.20920944,12.5050763 L13.4949237,16.7907906 C13.7738697,17.0697365 14.2261303,17.0697365 14.5050763,16.7907906 C14.7840222,16.5118446 14.7840222,16.0595839 14.5050763,15.780638 L10.7244383,12 Z' id='Combined-Shape' fill='%231A051D' fill-rule='nonzero' transform='translate(11.857143, 12.000000) scale(-1, 1) translate(-11.857143, -12.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: block;
  }
    
  .subnav .subnavbtn {
    font-size: 14px; 
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    letter-spacing: 1px;
  }
  

  .alcamenunav .subnav-content div,
  .alcamenunav .subnav-content a {
    padding: 9.5px 16px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  /*.alcamenunav > .subnav > .subnav-content {*/
  .alcamenunav .subnav-content {
    display: none;
    position: fixed;
    left: 0px;
    background-color: #fff;
    width: 750px;
    z-index: 222;
    top: 0px;
    padding: 10px 15px;
    height: 100%;
    padding-bottom: 110px!important;
  }
  
  .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
  }
  
  .alcamenunav a:hover,
  .alcamenunav .subnav:hover,
  .subnav-content a:hover {
    background-color: #f5fcfb;
    color: black;
  }

  .menulogo {
    max-width: 100%;
    min-height: 40px;
    margin: 31px 15px 27px 16px;
  }

  .menulogo img {
    max-width: 88px;
    height: auto;
    display: none;
  }

  .menulogo img:nth-child(1) {
    display: inline-block;
  }

  .menusup {
    float: right;
    width: 60%;
    height: 33px;
    justify-content: right;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    display: flex;
  }

  .menusup .language-selector {
    border-right: 1px solid #ece9f1;
    margin-right: 15px;
    padding-right: 15px;
  }

  .menusup .language-selector button {
    text-transform: uppercase;
  }

  .menusup .language-selector .lang-flag {
    top: 0px;
  }

  .menusup .currency-selector .dropdown-menu {
    right: 0px;
    left: unset;
  }

  .menuactions {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #2AD2C9;
    height: 80px;
    color: #FFF;
    padding: 15px;
    text-align: center;
    z-index: 999;
  }

  .menuactions a {
    float: none;
    border: 0px;
    padding: 0px;
  }
  
  .menuactions a:hover {
    background: transparent;
  }

  .menuactions .btn {
    font-size: 14px;
  }

  .btnseparate {
    height: 29px;
    width: 1px;
    margin: 0px 10px;
    opacity: 0.15;
    background: #000;
    display: inline-block;
    position: relative;
    top: 10px;
  }
  
  .subnav-content a.b {
    width: 100%;
  }
    
  /* -- Adaptación dispositivos móviles -- */
  .alcamenumobile {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    width: 100%;
    max-height: 0;
    clear: both;
  }
  
  .alcamenumobile .alcamenunav a:hover,
  .alcamenumobile .subnav:hover .subnavbtn {
    background-color: transparent;
  }
  
  .alcamenu-mob-labelicon {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
    float: left;
    user-select: none;
    position: relative;
    z-index: 999;
    top: 15px;
    left: 0px;
  }
  
  .alcamenu-mob-icon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    width: 16px;
  }
  
  
  .alcamenu-mob-icon:before {
    top: 8px;
  }
  .alcamenu-mob-btn {
    display: none;
  }
  
  .alcamenu-mob-btn:checked ~ .alcamenumobile {
    max-height: 100%;
    padding: 15px;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    margin-top:50px;
    height: calc(100vh - 50px);
  }
  
  .alcamenumobile .alcamenunav {
    display: block !important;
  }
  
  .alcamenumobile .subnav-content {
    position: relative!important;
    top: 0px!important;
  }
  
    /* ajustes hacia el tercer panel */
    .fix-alcamenuoption, .alcamenunav .fix-alcamenuoption > .subnav-content {
      display: block !important;
    }
  
    .alcamenunav .subnav-content div.subnav {
      width: 100%;
      display: flex;
      align-content: end;
      padding-right: 0px;
    }
  
    .alcamenunav .subnav-content div.subnav a.subnavbtn {
      width: 100%;
    }
    /* --- */
    
    i.material-icons.remove, .fix-alcamenuoption i.material-icons.add {
    display: none;
  }
  
  .fix-alcamenuoption i.material-icons.remove {
    display: block;
  }
  
  .alcamenunav > .subnav > .subnav-content {
    border: 1px solid gainsboro;
    line-height: 21px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  
  .subnav .subnav a.subnavbtn.l1 {
    color: #002e75 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  span.alcamenu-mob-icon i.material-icons.add {
    color: white;
    font-size: 40px;
    background: #002470;
    -webkit-text-fill-color: white;
    margin-left: -15px;
    display: table;
    height: 20px;
  }
  
  /*
  .fix-alcamenuicon span.alcamenu-mob-icon i.material-icons.add {
    color: #002470;
    font-size: 40px;
    background: white;
    -webkit-text-fill-color:#002470;
  }
  */
  label.alcamenu-mob-labelicon.fix-alcamenuicon {
    width: 100%;
    background: white;
    min-height: 50px;
    top: 0px;
    padding-top: 16px;
    left: 0px;
    margin: 0px;
    padding-left: 23px;
  }

  .alcamenunav a.toggle {
    max-width: 50px;
    float: left;
    padding: 0px;
    cursor: pointer;
    border-bottom: 0px;
    margin-top: 8px;
  }

  .returnnav {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons-/-Black-/-Back' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Group' transform='translate(2.000000, 5.000000)' stroke='%231A051D' stroke-width='1.5'%3E%3Cpath d='M20,7 L0,7' id='Stroke-364'%3E%3C/path%3E%3Cpolyline id='Stroke-365' points='7 14 0 7 7 0'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    padding: 0px !important;
    margin-bottom: 24px;
    margin-top: 30px;
  }

  .overlay-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000002e;
    z-index: 999;
    top: 0px;
  }
  
  #header .alcamenunav > .subnav > a.subnavbtn  {
    -webkit-text-stroke-color: #002470;
    color: #002470;
    text-transform: uppercase;
  }

  .alcamenunav.hidden-sm-down a > img {
    width: 28px;
    height: 28px;
  }
  /* especial farmaciatedin */
  .containernav .b{
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons-/-Black-/-Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.7244383,12 L14.5050763,8.21936199 C14.7840222,7.94041606 14.7840222,7.48815536 14.5050763,7.20920944 C14.2261303,6.93026352 13.7738697,6.93026352 13.4949237,7.20920944 L9.20920944,11.4949237 C8.93026352,11.7738697 8.93026352,12.2261303 9.20920944,12.5050763 L13.4949237,16.7907906 C13.7738697,17.0697365 14.2261303,17.0697365 14.5050763,16.7907906 C14.7840222,16.5118446 14.7840222,16.0595839 14.5050763,15.780638 L10.7244383,12 Z' id='Combined-Shape' fill='%231A051D' fill-rule='nonzero' transform='translate(11.857143, 12.000000) scale(-1, 1) translate(-11.857143, -12.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
  }
  .fix-alcamenuoption a img{
    display: none;
  } 

  .menucontainer {
    position: absolute;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 160px;
    height: 100%;
  }

  .menuactionsingle {
    top: 10px;
    position: relative;
  }

  /* fin especial farmaciatedin */
  @media (max-width: 767px) {
    .alcamenunav,
    .alcamenunav .subnav-content {
      max-width: 100%;
    }

    .alcamenunav .subnav-content {
      padding-bottom: calc(100% - 60%);
    }

    .alcamenunav .col-xs-6 {
      width: 100%;
    }
    
    .alcamenunav a.toggle {
      float: right;
    }
  
    .alcamenunav {
      width: 100vw;
      height: 100vh;
    }

    .menubody {
      height: calc((100vh) - 192px);
      margin-bottom: 0px;
      overflow-y: scroll;
    }
  
    .menucontainer {
      padding-bottom: 192px;
    }
  }