/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 2 - Intersport Theo Tol
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.languageMenu {
  display: block;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .languageMenu {
    margin: 15px auto 0;
    background: white;
  }
}
@media only screen and (min-width: 1024px) {
  .languageMenu {
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 150px;
    z-index: 120;
    border: 1px solid #dedede;
  }
}
.languageMenu * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.languageMenu a {
  display: block;
  color: inherit;
  line-height: 20px;
  margin-top: 5px;
}
.languageMenu a:first-child {
  margin-top: 0;
}
.languageMenu .activeItem {
  position: relative;
  padding: 5px 10px;
}
.languageMenu .activeItem:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: 18px;
  line-height: 18px;
}
.languageMenu .languageIcon,
.languageMenu .activeLanguage {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .languageMenu .activeItem,
  .languageMenu .activeLanguage {
    display: none;
  }
}
.languageMenu .languageIcon {
  background: no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .languageMenu .languageIcon {
    width: 20%;
    height: 16px;
    line-height: 20px;
    background-position: left center;
  }
}
.languageMenu .languageIcon.nl {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-nl.svg);
}
.no-svg .languageMenu .languageIcon.nl {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-nl.png);
}
.languageMenu .languageIcon.en {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-gb.svg);
}
.no-svg .languageMenu .languageIcon.en {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-gb.png);
}
.languageMenu .languageIcon.de {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-de.svg);
}
.no-svg .languageMenu .languageIcon.de {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-de.png);
}
.languageMenu .languageIcon.fr {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-fr.svg);
}
.no-svg .languageMenu .languageIcon.fr {
  background-image: url(https://intersport-theotol.staging-03.divide.nl//images/default/flags/flag-fr.png);
}
.languageMenu .dropdown {
  padding: 5px 10px;
  width: 100%;
  top: 29px;
  right: 0;
  left: 0;
  z-index: 120;
}
@media only screen and (min-width: 1024px) {
  .languageMenu .dropdown {
    display: none;
    background: white;
  }
}
@media only screen and (max-width: 1023px) {
  .languageMenu .dropdown ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .languageMenu .dropdown ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .languageMenu .dropdown ul li {
    border-bottom: 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
  }
  .languageMenu .dropdown ul li a {
    display: block;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .languageMenu .dropdown ul li.active {
    display: none;
  }
}
.languageMenu .dropdown ul li:hover {
  color: #034ea2;
}
.languageMenu:hover .dropdown {
  display: block;
}
