.menu-highlight{
  padding: 20px 0 10px 0;
}

.menu-highlight .menu-tiles{
  display:  flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-highlight .menu-tile{
  border-radius: 5px;
  overflow:  hidden;
  background-color: #F0F0F0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.4s ease;
  /*flex: 0 0 calc((100% - 40px) / 3);*/
  flex: 0 0 calc((100% - 20px) / 2);
}

.menu-highlight .menu-tile .tile-link{
  height: 100%;
  flex: 1;
}

.menu-highlight.with-alert .menu-tile{
  /*flex: 0 0 calc((100% - 60px) / 4);*/
  flex: 0 0 calc((100% - 40px) / 3);
}

.menu-highlight .menu-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #F7901E;
  transition: left 0.4s ease;
}

.menu-highlight .menu-tile.sales::before {
  background-color: #C72B2E;
}

.menu-highlight .menu-tile.new-products::before {
  background-color: #00BE61;
}

.menu-highlight .menu-tile.services::before {
  background-color: #198641;
}

.menu-highlight .menu-tile:hover::before {
  left: 0;
}

.menu-highlight .menu-tile .tile-icon{
  width: 70px;
  height: 100%;
  background: #F7901E;
  position: relative;
}

.menu-highlight .menu-tile.sales .tile-icon{
  background: #C72B2E;
}

.menu-highlight .menu-tile.new-products .tile-icon{
  background: #00BE61;
}

.menu-highlight .menu-tile.services .tile-icon{
  background: #198641;
}

.menu-highlight .menu-tile .tile-content{
  padding: 10px;
  flex: 1;
}

.menu-highlight .menu-tile .tile-title{
  font-family: dinpro-bold, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform:  uppercase;
  color: #575656;
  transition:  color 0.4s ease;
}

.menu-highlight .menu-tile:hover .tile-title{
  color: #FFF;
}

.menu-highlight .menu-tile .tile-message{
  font-family: dinpro-light, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #575656;
  transition:  color 0.4s ease;
}

.menu-highlight .menu-tile:hover .tile-message{
  color: #FFF;
}

header .navbar .menu .username{
  color: #9D9D9D;
  font-size: 14px;
  font-weight: 400;
}

header .navbar ul.nav.menu li a:not(.lang){
  width: auto;
  text-align: left;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.max150{
  max-width: 150px;
}

header .navbar ul.nav.menu li a:not(.lang).max150{
  text-align: center;
}

header .menu .my-account-container{
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
  text-align: left !important;
  color: #454545;
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
  cursor: pointer;
  background-image: url(/images/headernavborder.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

header .menu .my-account-container:hover .my-account{
  display:  block;
}

header .menu .my-account{
  background: #fff;
  position: absolute;
  width: 350px;
  right: 0;
  top: 45px;
  box-shadow: 0 5px 10px 0 #00000026;
  display: none;
  z-index: 1000;
  cursor: default;
}

header .menu .my-account .my-account-header{
  background: #F0F0F0;
  text-align: left;
  justify-content: space-between;
}

header .menu .my-account .my-account-header .my-account-icon{
  background: #198641;
  width: 60px;
  height: 60px;
}

header .menu .my-account .my-account-header .company-name{
  font-size: 16px;
  font-family: pt-sans-bold, sans-serif;
}

header .menu .my-account .my-account-header .jump-to-my-account{
  font-size: 14px;
  font-family: dinpro-bold, sans-serif;
  text-transform: uppercase;
  color: #4B4B4B;
}

header .menu .my-account .my-account-header .jump-to-my-account a,
header .menu .my-account .my-account-footer .logout a{
  background-image: none;
  padding-right: 0 !important;
  height: 40px;
}

header .menu .my-account .my-account-header a{
  background-image: none !important;
  padding:  0 !important;
  height: auto !important;
}

header .menu .my-account .my-account-header a:hover{
  background-color: transparent;
  color: #4B4B4B;
}

header .menu .my-account .my-account-footer .logout a:hover{
  background-color: transparent;
  color: #575656;
}

header .menu .my-account .my-account-header .jump-to-my-account svg{
  fill: none;
  color: #9D9D9D;
  margin-bottom: -2px;
  margin-left: 5px;
}

header .menu .my-account .my-account-footer{
  padding-bottom: 10px;
}

header .menu .my-account .my-account-footer .logout a{
  font-size: 14px;
  font-family: dinpro-bold, sans-serif;
  text-transform: uppercase;
  color: #575656;
}

header .menu .my-account .my-account-footer .logout svg{
  margin-left: 5px;
  margin-bottom: -1px;
}

header .navbar ul.nav.menu .my-account .my-account-content{
  padding-top: 5px;
  padding-bottom: 5px;
}

header .navbar ul.nav.menu .my-account .my-account-content a{
  background-image: none !important;
  height: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom:  1px solid #DDDDDD;
  font-weight: 400;
  font-size: 16px;
  color: #4b4b4b;
  transition: all 0.3s;
}

header .navbar ul.nav.menu .my-account .my-account-content a:hover{
  color: #4b4b4b;
  background-color: #F0F0F0;
  padding-left: 10px !important;
}

header .menu .mobile-toolbar,
header .menu .mobile-useful-links{
  display: none;
}

header .navbar ul.nav.menu .mobile-icon{
  display: none;
}

.hamburger{
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  height: auto;
  transform: scale(0.6);
}

.hamburger input{
  display: block;
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  opacity:0;
  z-index:9;
}

.hamburger input:checked ~ span:nth-child(2){
  opacity:1;
  transform:  rotate(-45deg) translate(-6px, 5px);
}

.hamburger input:checked ~ span:nth-child(3){
  opacity:0;
}

.hamburger input:checked ~ span:nth-child(4){
  display: block;
  opacity:1;
  margin-top: -3px;
  width: 35px;
  transform: rotate(45deg) translate(-5px, -5px);
}

.hamburger span {
  width: 35px;
  height: 3px;
  background: #9D9D9D;
  position:relative;
  display:block;
  margin: 4px 0;
  transition: all .2s linear;
}

@media (max-width: 991px) {
  .menu-highlight .menu-tile,
  .menu-highlight.with-alert .menu-tile{
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {


  .menu-highlight .menu-tiles{
    gap: 10px;
  }

  .menu-highlight .menu-tile, .menu-highlight.with-alert .menu-tile {
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .menu-highlight .menu-tile .tile-icon{
    width: 48px;
    height: 48px;
  }

  .menu-highlight .menu-tile .tile-icon svg{
    width: 28px;
  }

  .menu-highlight .menu-tile .tile-title{
    font-size: 14px;
    line-height: 18px;
  }

  .menu-highlight .menu-tile .tile-message{
    display: none;
  }

  header .navbar-toggle.hamburger-container{
    padding: 0;
    height: 50px;
    margin: 0 15px 0 10px;
    width: 22px;
  }

}

@media screen and (max-width: 1400px){
  .menu-highlight.with-alert .menu-tile .tile-title{
    font-size: 18px;
    line-height: 22px;
  }

  .menu-highlight.with-alert .menu-tile .tile-message{
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
  .menu-highlight.with-alert .menu-tile .tile-title{
    font-size: 15px;
    line-height: 18px;
  }

  .menu-highlight.with-alert .menu-tile .tile-message{
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 567px) {

  #navbar .navbar-right.menu{
    position: relative;
    top: 0;
    height: calc(100vh - 50px);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    background: #F0F0F0;
    margin-right: -15px !important;
    margin-left: -15px !important;
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  header .navbar ul.nav.menu li a{
    background: transparent !important;
    height: 66px !important;
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px !important;
  }

  header .menu .my-account-container,
  header .menu .cart-container,
  header .menu .header-lang-selector{
    display: none;
  }

  header .menu .mobile-toolbar{
    display: flex;
    align-items: center;
    background: #fff;
    height: 94px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -94px;
    justify-content: space-evenly;
    transition: all 0.3s linear;
  }

  header #navbar.in .menu .mobile-toolbar{
    bottom: 0;

  }

  header .menu .mobile-toolbar a{
    font-weight: 400;
    color: #4b4b4b;
    font-size: 14px;
  }

  header .menu .mobile-toolbar svg{
      margin-bottom: 5px;
  }

  header .menu .mobile-useful-links{
    display: block;
  }

  header .menu .mobile-useful-links .useful-links-title{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #9d9d9d;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  header .navbar ul.nav.menu .mobile-useful-links a{
    color: #4B4B4B !important;
    font-weight: 400;
    height: auto !important;
    min-height: 40px;
    font-size: 16px !important;
    padding: 8px 20px !important;
  }

  header .navbar ul.nav.menu .mobile-useful-links a span{
    color: #4B4B4B !important;
  }

  header .navbar ul.nav.menu .mobile-useful-links li i{
    width: auto;
    font-size: 12px;
    margin-right: 10px;
    color: #9D9D9D;
  }

  header .navbar ul.nav.menu .mobile-icon{
    display: block;
    margin-right: 12px;
  }

}

