/* START LANG MENU */

.hide {
  display: none;
}

.select-dropdown {
  cursor: pointer;
  z-index: 1005;
  position: relative;
  display: block;
  margin: 0 0 0 16px;
  padding: 0;
  width: 28px;
  height: 28px;

  display: flex;
  flex-direction: row;
  position: relative;
}

.list-container {
  float: left;
  padding: 0 24px;
  min-width: 200px;
}
.list-container .navi {
  display: none;
}

.select-menu {
  background: #fff;
  z-index: 1006;
  position: absolute;
  right: 24px;
  top: 70px;
  margin-top: 0;
  border-radius: 20px;
  padding: 8px 0 24px 0;

  /* cursor: pointer; */
  transform: translateZ(0);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
}
.select-menu.disable-desk {
  opacity: 0 !important;
}

.select-menu .close {
  display: none;
}

.select-menu .menu-title {
  display: none;
}

.select-menu span {
  padding-left: 24px;
  color: #293133;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  text-transform: none;
}

.select-menu .navi span {
  display: none;
  padding-left: 0;
}

.select-menu .button-user:hover span {
  color: #ff8000;
}

.select-menu .button-user.current span {
  font-weight: 600;
}

.select-menu .title {
  padding: 12px 0;
  font-family: 'jet-bold', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #293133;
}

.select-dropdown .locale-flag-nl:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/nl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-lu:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/lu.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-fr:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/fr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-at:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/at.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-de:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/de.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-pl:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/pl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-gb:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/gb.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-bg:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-it:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/it.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-pt:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/pt.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-ro:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/ro.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-dk:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/dk.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-es:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/es.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-no:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/no.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-ie:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/ie.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.select-dropdown .locale-flag-sk:before {
  content: "";
  position: absolute;

  background: url("../img/country-svg/sk.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #F6F2F1;
  cursor: pointer;
}

.button-user {
  position: relative;
}

.select-menu .locale {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
}

.select-menu .locale:after {
  content: "";
  position: absolute;
  top: 10px;

  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
}

.select-menu .locale-flag-nl:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/nl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-lu:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/lu.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-fr:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/fr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-at:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/at.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-de:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/de.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-pl:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/pl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-gb:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/gb.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-bg:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-it:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/it.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-pt:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/pt.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-ro:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/ro.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-dk:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/dk.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-es:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/es.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-no:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/no.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-ie:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/ie.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-sk:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/country-svg/sk.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

/* END LANG MENU */



@media only screen and (max-width :1023px) {

  .select-dropdown {
    display: none;
  }

  /* START LANG MENU */

  .select-menu {
    background: #fff;
    z-index: 1006;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 0;
    border-radius: 0px;
    padding: 90px 16px 16px;

    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;

    /* cursor: pointer; */
    transform: none;
    box-shadow: none;

    -webkit-transition: all 0.5s ease-In-Out;
    transition: all 0.5s ease-In-Out;
  }
  .select-menu.animated {

  }

  .select-menu.disable-desk {
    opacity: 1 !important;
  }

  /*
  .select-menu:before {
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    height: 72px;
    width: 100%;
    display: block;
  }
  */
  .select-menu .title {
    display: none;
  }
  .select-menu .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 22px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: url("../img/icons-svg/icon-close-charc2.svg") center center no-repeat;
    background-size: 50% 50%;

    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }
  .select-menu .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }


  .list-container {
    background: #fff;
    float: left;
    padding: 0 0 16px;
    width: 100%;
    min-width: 100%;
  }
  .list-container .navi {
    display: block;
  }
  .list-container .navi .custom-button {
    display: none;
  }

  .list-container .logo-mob {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 16px;
    top: 10px;
    color: #ff8000;
  }

  .select-menu .menu-title {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    padding: 16px 0 8px 0;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #242f30;
  }
  .select-menu span {
    padding-left: 32px;
    font-family: 'jet-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
  }
  .select-menu .button-user.current span {
    text-decoration: underline;

}
  .select-menu .navi {
    padding: 0 0 10px 0;
  }
  .select-menu .navi span {
    cursor: pointer;
    display: block;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    color: #242f30;
    text-decoration: underline;
  }

  /* END LANG MENU */

}
