/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- 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 -----*/
.invoice {
  margin-bottom: 15px;
}
#agreeCondition {
  text-align: right;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #agreeCondition {
    text-align: left;
  }
}
#agreeCondition .valMessage:not(.hidden) {
  display: block;
}
#agreeCondition label {
  margin: 0;
}
#agreeCondition input[type="checkbox"],
#agreeCondition input[type="radio"] {
  margin-right: 5px;
}
#agreeCondition #TAC {
  text-decoration: underline;
}
.bttnPrev {
  display: none !important;
}
.step7 .loading-screen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.step7 .loading-screen-wrapper .spinner {
  display: none;
}
.step7 .loading-screen-wrapper.active {
  display: block;
}
.step7 .loading-screen-wrapper.active .spinner {
  display: block;
}
.step7 .loading-screen-wrapper > span {
  position: relative;
  display: block;
  width: 100%;
  top: 26%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c1b39a;
  text-align: center;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  -webkit-transform: scale(1.5) translateY(-50%);
  -moz-transform: scale(1.5) translateY(-50%);
  -o-transform: scale(1.5) translateY(-50%);
  -ms-transform: scale(1.5) translateY(-50%);
  transform: scale(1.5) translateY(-50%);
  position: relative;
  top: 35%;
  display: none;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #c1b39a;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);
    -moz-opacity: 0;-khtml-opacity: 0;-webkit-opacity: 0;opacity: 0;filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
    -moz-opacity: 0;-khtml-opacity: 0;-webkit-opacity: 0;opacity: 0;filter: alpha(opacity=0);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);
    -moz-opacity: 0;-khtml-opacity: 0;-webkit-opacity: 0;opacity: 0;filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
    -moz-opacity: 1;-khtml-opacity: 1;-webkit-opacity: 1;opacity: 1;filter: alpha(opacity=100);
  }
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
  display: none;
}
.overlay--show {
  display: block;
}
.overlay__box {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlay__box__loader {
  margin: 0 auto;
  text-align: center;
}
.overlay__box__loader > div {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #c1b39a;
  -webkit-animation: checkoutloader 1.4s infinite ease-in-out both;
  animation: checkoutloader 1.4s infinite ease-in-out both;
}
.overlay__box__loader > div:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.overlay__box__loader > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.overlay__box__text {
  display: block;
  margin: 15px 0 0;
  font-size: 22px;
  color: #c1b39a;
  font-weight: 600;
  text-align: center;
}
@-webkit-keyframes checkoutloader {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes checkoutloader {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
