/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 4 - VELTHUIS SCHOENEN
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
ul#loginSwitch {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  list-style: none;
}
ul#loginSwitch li {
  float: left;
  width: 100%;
  position: relative;
}
ul#loginSwitch li:before,
ul#loginSwitch li.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul#loginSwitch li:before {
  width: 14px;
  height: 14px;
  border: 1px solid #ebebeb;
}
ul#loginSwitch li:not(.active):hover:before {
  border-color: #007f95;
}
ul#loginSwitch li.active:after {
  width: 8px;
  height: 8px;
  background: #007f95;
  left: 4px;
}
@media only screen and (min-width: 1024px) {
  ul#loginSwitch li {
    width: auto;
    max-width: 49%;
  }
  ul#loginSwitch li + li {
    margin-left: 2%;
  }
}
ul#loginSwitch li a {
  height: auto;
  text-align: left;
  line-height: 20px;
  border: 0;
  text-transform: none;
  padding-left: 25px;
  color: #454545;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
