/*--- 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 -----*/
.stepBox {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .stepBox {
    display: none;
  }
}
.stepBox ul,
.stepBox ol {
  margin: 0;
  list-style: none;
  width: inherit;
  font-size: 0;
  text-align: right;
}
.stepBox ul li,
.stepBox ol li {
  float: left;
}
.stepBox ul li.step-2,
.stepBox ol li.step-2,
.stepBox ul li.step-6,
.stepBox ol li.step-6 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .stepBox ul li,
  .stepBox ol li {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 2px 0;
    display: block;
    float: left;
    list-style: none;
    margin: 16px 0;
    padding: 0;
    position: relative;
    width: 29.3333%;
  }
  .stepBox ul li:first-child,
  .stepBox ol li:first-child {
    width: 12%;
  }
  .stepBox ul li:first-child:before,
  .stepBox ol li:first-child:before,
  .stepBox ul li:first-child:after,
  .stepBox ol li:first-child:after {
    right: auto;
    left: 0;
  }
  .stepBox ul li.active:after,
  .stepBox ol li.active:after,
  .stepBox ul li.done:after,
  .stepBox ol li.done:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    color: white;
    -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;
    top: -17px;
    right: 0;
  }
  .stepBox ul li.done:before,
  .stepBox ol li.done:before {
    border-color: #ebebeb;
  }
  .stepBox ul li.done:after,
  .stepBox ol li.done:after {
    background: #ebebeb;
    color: #454545;
  }
  .stepBox ul li.active:after,
  .stepBox ol li.active:after {
    background: black;
  }
  .stepBox ul li:before,
  .stepBox ol li:before {
    background: white;
    background-clip: padding-box;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    content: "";
    display: block;
    height: 30px;
    right: 0;
    position: absolute;
    top: -17px;
    width: 30px;
  }
  .stepBox ul li a,
  .stepBox ol li a {
    display: block;
    height: 2.5rem;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -17px;
    width: 2.5rem;
  }
}
.stepBox ul li:not(.done) a,
.stepBox ol li:not(.done) a {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .stepBox ul li,
  .stepBox ol li {
    width: 25%;
  }
  .stepBox ul li a,
  .stepBox ol li a {
    display: block;
    text-align: center;
    position: relative;
    font-size: 14px;
  }
  .stepBox ul li:not(.done) a,
  .stepBox ol li:not(.done) a {
    cursor: default;
    background: #f8f8f8;
    color: #454545;
  }
}
.stepBox h2,
.stepBox .kop2 {
  font-size: 22px;
  text-align: center;
  text-transform: lowercase;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .stepBox {
    margin: 0;
    padding: 20px 0;
    width: auto;
    counter-reset: checkoutStep;
    display: block;
  }
  .stepBox ul,
  .stepBox ol {
    height: 40px;
    background: #ebebeb;
    overflow: hidden;
  }
  .stepBox ul li,
  .stepBox ol li {
    /*.childrenWidths();.showSteps(4);*/
    display: block;
  }
  .stepBox ul li.done a:hover,
  .stepBox ol li.done a:hover {
    background-color: #f8f8f8;
  }
  .stepBox ul li a,
  .stepBox ol li a {
    line-height: 36px;
    padding: 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    color: #454545;
  }
  .stepBox ul li a span,
  .stepBox ol li a span {
    text-transform: lowercase;
  }
  .stepBox ul li a span:before,
  .stepBox ol li a span:before {
    counter-increment: checkoutStep;
    content: "Stap " counter(checkoutStep) ": ";
    text-transform: none;
  }
  body.LANG_en-GB .stepBox ul li a span:before,
  body.LANG_en-GB .stepBox ol li a span:before {
    content: "Step " counter(checkoutStep) ": ";
  }
  body.LANG_de-DE .stepBox ul li a span:before,
  body.LANG_de-DE .stepBox ol li a span:before {
    content: "Schritt " counter(checkoutStep) ": ";
  }
  body.LANG_fr-FR .stepBox ul li a span:before,
  body.LANG_fr-FR .stepBox ol li a span:before {
    content: "Etape " counter(checkoutStep) ": ";
  }
  .stepBox ul li.active a,
  .stepBox ol li.active a,
  .stepBox ul li.step-2.active + .step-3 a,
  .stepBox ol li.step-2.active + .step-3 a {
    border-color: black;
    background: black;
    color: white;
    position: relative;
  }
  .stepBox ul li.active a:after,
  .stepBox ol li.active a:after,
  .stepBox ul li.step-2.active + .step-3 a:after,
  .stepBox ol li.step-2.active + .step-3 a:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent black;
    position: absolute;
    right: -15px;
    top: -2px;
    z-index: 9;
  }
  .stepBox ul li.active a span,
  .stepBox ol li.active a span,
  .stepBox ul li.step-2.active + .step-3 a span,
  .stepBox ol li.step-2.active + .step-3 a span {
    font-size: 14px;
  }
  .stepBox ul li:first-child a,
  .stepBox ol li:first-child a {
    background-image: none;
  }
  .stepBox h2,
  .stepBox .kop2 {
    font-size: 27px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .stepBox h2,
  .stepBox .kop2 {
    font-size: 36px;
  }
}
