.header-links-wrapper {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}
/*.header-logo {
  margin: 15px 0px;
}
*/
.open-menu {
  padding-right: 18px;
  height: 14px;
}
.open-menu a {
    display:block;
}
  .open-menu .icon-Icon-open-menu {
    font-size: 15px;
    color: #2B3D4F;
    display: block;
    width: 16px;
    height:16px;
  }

  .logo-wrapper-x {
    display: flex;
    align-items: center;
    margin-right: 15px;
    width:30%;
  }
  .header-logo {
      width: 70%;
  }
.header-lower {
  background-color: white;
}

.header-upper {
  background-color: white;
}

/*.search-box2 input {
  width: 400px;
  height: 42px;
  border-color: #E6EFFB;
  margin-left: 20px;
}*/

/*.search-box2 .btn.search-box-button {
  font-size: 0;
  background: url("../images/vector.png") no-repeat center;
  background-size: 14px;
  border-radius: 0px;
  width: 34px;
  height: 34px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  right: -20px;*/
  /*top:20px;*/
  /*position: absolute;
  padding: 4px;
  border-radius: 8px;*/
  /*margin-top: 3px;*/
/*}

.search-box2 input:focus ~ .btn.search-box-button {
  background: #FF7754 url("../images/Vector_white.png") no-repeat center;
}

.search-box2 input:not(:placeholder-shown) ~ .btn.search-box-button {
  background: #FF7754 url("../images/Vector_white.png") no-repeat center;
}*/


.header-lower .search-box2 .search-nav {
  /*background: #0e1c29;*/
  width: 100%;
  /*padding-left: 10px;*/
  /*border: 1px solid #fff;*/
  border-radius: 5px;
}

.search-box2 .search-nav {
  float: left;
  height: 34px;
  padding: 0px 12px;
  margin-right: -3px;
  width: 210px;
  /*background: #e5e5e5;*/
  border-color: #E6EFFB;
  box-shadow: none;
}

/* Right Side - Login - register*/

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  padding: 6px 10px;
}
.header.for-desktop .dropdown {
    padding: 0;
}
.header .dropdown .btn {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 6px 10px;
}
/*.dropdown .icon-chevron-down::before {
  font-size: 10px;
  vertical-align: middle;
  margin-left: 4px;
}*/
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  /*  background-color: #f1f1f1;*/
  min-width: 160px;
  /*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  left: -20%;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.18);
  box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.18);
  margin-top: 10px;
  padding: 10px 20px;
}

.my-account .dropdown-content {
  left: auto;
  width: 250px;
  right: 0;
  padding: 20px 0;
}

.my-account .divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-family: "Gilroy Thin";
  /*line-height: 22px;*/
}

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
      background-color: #ddd
    }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.login-register {
  display: flex;
  align-items: center;
}

  .login-register .dropdown-content div {
   /* margin: 10px;*/
   padding:10px 20px;
  }

  .login-register i {
    margin-right: 5px;
  }

  .login-register::before {
    margin: 0;
    content: " | ";
    color: #E7EBF2;
  }

.empty-user-combo-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e6effb;
  padding: 8px;
}

  .empty-user-combo-icon svg {
    display: block;
    margin: auto;
  }

.js-drop-button-label {
  font-family: "Gilroy Medium";
  color: #2B3D4F;
  font-size: 14px;
}

.my-account .js-drop-button-label {
  font-size: 14px;
  display: block;
  color: #2B3D4F;
  margin-right: 12px;
}
.js-drop-button-icon {
  display: block;
  color: #2B3D4F;
  font-size: 5px;
  padding-left: 10px;
}

.navbar-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 89px;
    padding: 20px 0;
}
.header-links-wrapper {
    margin-top: 8px;
}
.header-left {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 50%;
}

.navbar-wrapper .form-control {
  height: 42px;
  padding: 12px 20px;
}
.hidden-search {
    display:none;
    width:65%;
    position:relative;
}
.hidden-search.header-search {
    display:block;
}
.search-box2 {
  width: 65%;
}
.hidden-search .form-group,
.search-box2 .form-group {
  display: flex;
  margin-bottom: 0;
}

.search-box-button {
    padding: 0!important;
    width: 42px;
    height: 42px;
    border-radius: 10px!important;
    position: absolute;
    right: 0;
}
.search-box-button .icon-search {
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items:center;
}
.header.for-desktop {
    display: block;
}
.header.for-mobile {
  display: none;
}
.hidden-search .icon-wrapper,
.search-box2 .icon-wrapper{
    display: none;
}
.header .hidden-search .icon-wrapper,
.header .search-box2 .icon-wrapper{
    display: flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    right: 0;
    top:0;
    width: 42px;
    height: 42px;
}
  .header .hidden-search .icon-wrapper.hide-icon-wrapper {
      display:none;
  }
  .header .search-box-button.hide-header-focusout {
    display: none;
  }
@media  (max-width: 767.98px) {
  .header.for-desktop {
      display: none;
    }
    .header.for-mobile {
      display: block;
      position: static;
    }
    .header-logo {
    display: none;
  }
    .navbar-wrapper {
        height: auto;
        padding: 55px 0 30px;
    }
    .header-lower .container {
        padding-left: 22px;
        padding-right: 22px;
    }
    .header-lower .btn-only-icon {
      transform: translateY(13px);
      -webkit-transform: translateY(13px);
      -moz-transform: translateY(13px);
    }
  .open-menu {
    padding: 0;
  }

  .logo-wrapper-x {
    width: 40px;
    height: 40px;
    align-items: center;
  }
/*  .login-register::before {
      content: " ";
  }
  .my-account.login-register::before {
    margin: 10px 0;
    content: " | ";
  }*/
  .login-register::before {
      display: none;
  }

  .empty-user-combo-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px 4px;
  }

  #js-dropdown-list.dropdown-content {
    min-width: 145px;
    left: -300%;
  }
  #languageList.dropdown-content {
    min-width: 145px;
  }

/*  .login-register {
      display: none;
  }*/
}


@media(min-width: 768px) and (max-width: 991.98px) {
/*  .header-logo {
    display: none;
  }*/

  .search-box2 .btn.search-box-button {
    right: -18px;
  }
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .header-left {
      width: 55%;
  }
  .logo-wrapper-x {
      margin-right: 10px;
  }
}