/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
.languageMenu {
  float: none !important;
  display: inline;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.languageMenu * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.languageMenu a {
  color: inherit;
  line-height: 35px;
  margin: 0 10px;
}
.languageMenu .languageIcon,
.languageMenu .activeLanguage {
  display: inline-block;
  vertical-align: middle;
}
.languageMenu .languageIcon {
  background: no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 18px;
}
.languageMenu .languageIcon.be {
  background-image: url(https://berden-fashion-development.staging-03.divide.nl//images/default/flags/flag-be.svg);
}
.languageMenu .languageIcon.nl {
  background-image: url(https://berden-fashion-development.staging-03.divide.nl//images/default/flags/flag-nl.svg);
}
.languageMenu .activeItem {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-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 (max-width: 1279px) {
  .languageMenu .activeItem a {
    border-bottom: 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }
}
.mobileSlidePanel .languageMenu .activeItem {
  width: 100%;
}
