/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive --- */
/* Range breakpoints */
/* custom */
/*--- custom class functions ---*/
/*----- LESS functions -----*/
/*----- Buttons -----*/
/*mixins*/
.stepBox {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
  border-right: none;
  text-transform: uppercase;
}
.stepBox ul,
.stepBox ol {
  width: 100%;
  height: auto;
  border: 0 none;
  background: whitesmoke;
  background: -moz-linear-gradient(top, white 34%, #ececec 60%, whitesmoke 100%);
  background: -webkit-linear-gradient(top, white 34%, #ececec 60%, whitesmoke 100%);
  background: linear-gradient(to bottom, white 34%, #ececec 60%, whitesmoke 100%);
}
.stepBox ul li,
.stepBox ol li {
  display: none;
  width: 20%;
  float: left;
  display: block;
  border: 0 none;
  border-right: 1px solid #e8e8e8;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBox ul li.active,
.stepBox ol li.active {
  display: inline-block;
}
.stepBox ul li[data-relative-step="-2.5"],
.stepBox ol li[data-relative-step="-2.5"],
.stepBox ul li[data-relative-step="2.5"],
.stepBox ol li[data-relative-step="2.5"] {
  display: inline-block;
}
.stepBox ul li:first-child:nth-last-child(5),
.stepBox ol li:first-child:nth-last-child(5),
.stepBox ul li:first-child:nth-last-child(5) ~ li,
.stepBox ol li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.stepBox ul li.step-2,
.stepBox ol li.step-2 {
  display: none !important;
}
.stepBox ul li a,
.stepBox ol li a {
  display: block;
  padding: 0;
  line-height: 36px;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.stepBox ul li a:before,
.stepBox ol li a:before,
.stepBox ul li a:after,
.stepBox ol li a:after {
  display: none;
}
.stepBox ul li.active a,
.stepBox ol li.active a {
  font-weight: bold;
}
.stepBox ul li.done a,
.stepBox ol li.done a,
.stepBox ul li.active a,
.stepBox ol li.active a {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 34%, #d4d4d4 60%, #dedede 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 34%, #d4d4d4 60%, #dedede 100%);
  background: linear-gradient(to bottom, #e5e5e5 34%, #d4d4d4 60%, #dedede 100%);
  border-right-color: white;
}
.stepBox ul li.done a span,
.stepBox ol li.done a span,
.stepBox ul li.active a span,
.stepBox ol li.active a span {
  font-size: 12px;
  display: block;
  position: relative;
  padding-left: 36px;
}
.stepBox ul li.done a span:before,
.stepBox ol li.done a span:before,
.stepBox ul li.active a span:before,
.stepBox ol li.active a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url("../../../images/check-green.png") no-repeat 0 0;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 767px) {
  .stepBox ol li {
    display: none;
  }
  .stepBox ol li.active {
    display: block;
    width: 100%;
  }
  .stepBox ol li.active a span {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .stepBox ul li,
  .stepBox ol li {
    /*.showSteps(5);*/
    display: block;
  }
  .stepBox ul li.step-4,
  .stepBox ol li.step-4,
  .stepBox ul li.step-8,
  .stepBox ol li.step-8 {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .stepBox {
    float: right;
    width: 73%;
  }
}
