.burger {
  font: 50px Arial;
  position: fixed;
  cursor: pointer;
  color: #6788ae!important;
  width: 45px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 7px;
  right: 240px;
}
  
  .wpml-ls-menu-item .wpml-ls-flag {
    display: inline-block !important;
  }
  
  #menu,
  #main-nav-check {
    display: block !important;
  }
  
  #menu label {
    padding: 0 5px;
    /* font:3.125em/1.375em Arial; */
  }
  #menu .sub-nav .toggle {
    padding: 0 0.3125em;
    font: 2em/2em Arial;
    top: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #header label:hover,
  #menu label:hover {
    color: #fff;
  }
  #main-nav-check,
  #menu .sub-nav-check {
    position: absolute;
    top: -9999px;
    right: -9999px;
  }
  .toggle {
    cursor: pointer;
    color: #fff;
  }
  .container-menu {
    background: #fff;
    min-height: 100%;
    padding: 0;
    margin: 0;
  }
  #menu{
    position: fixed;
    top: 5px;
    bottom: 0;
    width: 240px;
    background: #6788ae;
    z-index: 9999;
    right: -240px;
    /* padding-top: 5px; */
  }

  #menu .sub-nav{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 240px;
    background: #6788ae;
    z-index: 9999;
    right: -240px;
  }

  .container-menu,
  #menu,
  #menu .sub-nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  #menu ul {
    background: #6788ae;
    line-height: 20px;
    text-decoration: none;
    padding: 0;
    list-style: none;
    margin: 0px 0 0 0;
  }
  #menu ul li, #menu ul li .sub-nav li {
    border-bottom: 1px solid rgb(103 136 174 / 80%)!important;
    height: 40px;
  }
  #menu li a {
    background: #6788ae;
    display: block;
    font-size: 14px;
    padding: 0 1.5em!important;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
  }
  #menu li a:hover,
  #menu .toggle-sub:hover {
    background: #6788ae;
  }
  /* #menu .sub-nav {
    margin-top:50px;
  } */
  #menu .sub-heading {
    margin-top: 4.0625em;
    padding: 0 1.3125em!important;
    color: #999;
  }
  #menu .sub-heading:before {
    content: "";
    display: block;
    height: 1px;
    width: 13.75em;
    margin-right: -1.3125em;
    background: #444;
  }
  #menu .toggle-sub {
    font: bold 15px/40px Arial;
    color: #fff;
    background: #6788ae;
    float: right;
    width: 2.25em;
    border-right: 1px solid rgb(103 136 174 / 80%);
    cursor: pointer;
    text-align: center;
    margin-top: -40px;
  }
  
  .menu-item-language .sub-nav input,
  .menu-item-language .sub-nav label {
    display: none;
  }
  
  .wpml-li-item img {
    width: 18px !important;
    height: 12px !important;
  }
  
  .container-menu,
  #menu,
  #menu .sub-nav {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  #main-nav-check:checked ~ .container-menu,
  #main-nav-check:checked ~ #menu,
  #menu .sub-nav-check:checked ~ .sub-nav {
    -webkit-transform: translate(-240px, 0);
    -ms-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
  }
  
  /* #menu .sub-nav-check:checked ~ .sub-nav {
    overflow-y: scroll;
  } */
  
  #main-nav-check:checked ~ #menu .burger {
    background: #6788ae;
    color: #fff!important;
  }
  
  #menu .sub-nav-check:checked ~ .toggle-sub {
    position: fixed;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 5px;
    right: 240px;
    margin-top: 0px;
    transform: rotate(0deg);
    border-right: 0px;
  }