@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kryh5a");
  src: url("../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../fonts/icomoon.woff?kryh5a") format("woff"), url("../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.display-none {
  display: none;
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

body,
html {
  -webkit-font-smoothing: antialiased;
  background-color: #d8d8d8;
  box-sizing: border-box;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
body *:after,
body *:before,
body *,
html *:after,
html *:before,
html * {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

::-moz-input-placeholder {
  color: tint(#333, 50%);
}

::-ms-input-placeholder {
  color: tint(#333, 50%);
}

::-webkit-input-placeholder {
  color: tint(#333, 50%);
}

:focus::-moz-input-placeholder {
  color: tint(#333, 75%);
}

:focus::-ms-input-placeholder {
  color: tint(#333, 75%);
}

:focus::-webkit-input-placeholder {
  color: tint(#333, 75%);
}

label {
  color: #333;
  font-weight: 400;
}

input,
select,
textarea,
button {
  outline: 0;
}

[type=datetime-local],
[type=password],
[type=date],
[type=number],
[type=select],
[type=text],
[type=email],
[type=phone],
[type=tel],
[type=time],
select,
textarea {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #bbb;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.125);
  color: #333;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  height: 45px;
  padding: 0 15px;
  transition: all 0.25s ease-in;
  width: 280px;
}
@media (min-width: 1024px) {
  [type=datetime-local],
  [type=password],
  [type=date],
  [type=number],
  [type=select],
  [type=text],
  [type=email],
  [type=phone],
  [type=tel],
  [type=time],
  select,
  textarea {
    font-size: 14px;
    width: 340px;
  }
}
[type=datetime-local]:focus,
[type=password]:focus,
[type=date]:focus,
[type=number]:focus,
[type=select]:focus,
[type=text]:focus,
[type=email]:focus,
[type=phone]:focus,
[type=tel]:focus,
[type=time]:focus,
select:focus,
textarea:focus {
  border: 1px solid #2a519e;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);
}

[type=button],
[type=submit],
button {
  background-color: #2a519e;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  min-width: 120px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  width: auto;
  transition: all 0.25s ease-in;
}
[type=button]:hover,
[type=submit]:hover,
button:hover {
  background-color: #0058A3;
  color: #fff;
}
[type=button]:hover:active,
[type=submit]:hover:active,
button:hover:active {
  box-shadow: none;
}

border select[multiple] {
  height: auto;
  max-height: 200px;
}
select:not([multiple]) {
  background: #fff url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==") no-repeat right 5px center;
}

textarea {
  max-width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
  width: 100%;
}

input[type=file] {
  border: 2px dotted #bbb;
  display: block;
  padding: 10px 20px;
}

input[type=file]::file-selector-button {
  background-color: #2a519e;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

[type=checkbox] {
  margin-right: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #080809;
  margin: 0 0 20px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

a {
  color: #4272d1;
  transition: all 0.25s ease-in;
}
a:hover {
  color: #2a519e;
}

table {
  margin-bottom: 40px;
}
table [type=submit] {
  margin-right: 20px;
}

.detailtable td {
  height: 47px;
}

.resulttable {
  border: 1px solid #b4b9c7;
  border-collapse: collapse;
  border-bottom: 0;
  font-size: 14px;
  width: 100%;
}
.resulttable tr:nth-child(even) {
  background: #d8d8d8;
}
.resulttable th,
.resulttable td {
  border-bottom: 1px solid #b4b9c7;
  padding: 0.5em 0.75em;
  text-align: left;
  vertical-align: top;
}
.resulttable th {
  background: #2a519e;
  border: 0;
  color: #fff;
  font-weight: 700;
}
.resulttable [type=password],
.resulttable [type=date],
.resulttable [type=number],
.resulttable [type=select],
.resulttable [type=text],
.resulttable [type=email],
.resulttable [type=phone],
.resulttable select,
.resulttable textarea {
  height: 35px;
  padding: 0 10px;
  width: 100%;
}

.back-nav {
  float: left;
  width: 100%;
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .back-nav {
    margin-top: -40px;
  }
}
.back-nav--mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .back-nav--mobile-only {
    display: none;
  }
}
.back-nav .wrapper {
  margin: 0 auto;
}
.back-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.back-nav li {
  float: left;
}
.back-nav a {
  float: left;
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  margin-right: 20px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .back-nav a {
    font-size: 16px;
  }
}

.footer {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: right;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer {
    margin-bottom: 40px;
  }
}
.footer__nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__nav a {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.footer__nav a:hover {
  color: #4272d1;
  text-decoration: underline;
}

.header-nav {
  display: none;
}
@media (min-width: 768px) {
  .header-nav {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    display: block;
    height: 31px;
    padding: 0 0 0 15px;
    position: absolute;
    right: 60px;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .header-nav {
    top: 0;
  }
}
.header-nav--next-to-lang {
  right: 127px;
}
@media (min-width: 1024px) {
  .header-nav--next-to-lang {
    right: 167px;
  }
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-nav li {
  float: left;
}
.header-nav a {
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .header .wrapper {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    z-index: 10000;
  }
}
.header--has-language-select {
  min-height: 40px;
}

.wrapper {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wrapper {
    margin: 0 auto 30px auto;
    padding: 0 30px;
    max-width: 1180px;
  }
}

.alert {
  background-color: white;
  border: 1px solid #f7b731;
  clear: both;
  color: #f7b731;
  display: block;
  padding: 10px 20px;
}
.alert:before {
  content: "\f071";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding-right: 10px;
  transform: scale(1.5);
}

.back-link:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
}

.bank-label {
  float: left;
  width: 100%;
  line-height: 35px;
  margin-bottom: 15px;
  max-width: 420px;
  min-height: 35px;
  position: relative;
}
.bank-label__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.bank-label__radio {
  float: left;
  margin-right: 10px;
  margin-top: 11px;
}
.bank-label__label {
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}
.bank-label__img {
  height: 35px;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.center-block {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  display: block;
  margin: 20px auto;
  max-width: 600px;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .center-block {
    padding: 40px;
  }
}
@media (min-height: 1200px) and (min-width: 1400px) {
  .center-block {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.center-block table {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.center-block table td:first-of-type {
  width: 140px;
}
.center-block .formline {
  margin-bottom: 5px;
}
.center-block .formbut {
  margin-bottom: 0;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .center-block .formbut[type=submit] {
    margin-left: 145px;
  }
}
.center-block .formbut[type=button] {
  background-color: #5a595d;
  color: #fff;
}
.center-block .formbut[type=button]:hover {
  background-color: #737277;
}
.center-block img {
  display: block;
  margin-bottom: 30px;
  max-width: 200px;
}
.center-block p {
  margin: 0 0 20px;
}
.center-block h1 {
  margin-bottom: 30px;
}
.center-block h1,
.center-block h2,
.center-block h3,
.center-block h4,
.center-block h5,
.center-block h6 {
  float: left;
  width: 100%;
  line-height: 1em;
}
.center-block ul,
.center-block li,
.center-block p {
  font-size: 16px;
  line-height: 24px;
}
.center-block p:last-of-type:not(first-of-type) {
  margin-bottom: 0;
}

.clientselector {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .clientselector {
    text-align: left;
    width: auto;
  }
}
.clientselector-welcome {
  line-height: 51px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .clientselector-welcome {
    float: right;
  }
}

.cookienotif {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: none;
  left: 0;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.cookienotif__text {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .cookienotif__text {
    line-height: 35px;
    margin: 0;
    max-width: calc(100% - 250px);
    width: auto;
  }
}
.cookienotif__buttons {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .cookienotif__buttons {
    float: right;
    width: 250px;
  }
}
.cookienotif__button {
  background-color: #2a519e;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  min-width: 120px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  width: auto;
  cursor: pointer;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 0 15px;
}
.cookienotif__button:hover {
  background-color: #0058A3;
  color: #fff;
}
.cookienotif__button:hover:active {
  box-shadow: none;
}
.cookienotif__button--info {
  background-color: #5a595d;
  margin-right: 10px;
}

:root .input-coupon[type=text] {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  float: left;
  width: 180px;
}

.formbut-coupon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.coupon-content {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.formbut-coupon-del {
  background-color: #eb3b5a;
}
.formbut-coupon-del:active, .formbut-coupon-del:hover {
  background-color: #dd1739;
}

.coupon-success,
.coupon-error {
  background-color: #fff;
  font-size: 14px;
  clear: both;
  display: block;
  padding: 10px 20px;
}

.coupon-success {
  border: 1px solid #20bf6b;
  color: #20bf6b;
}
.coupon-success:before {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
}

.coupon-error {
  border: 1px solid #eb3b5a;
  color: #eb3b5a;
}
.coupon-error:before {
  content: "\f071";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
}

.event-description {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.event-description h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.event-description p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.event-description p:last-of-type {
  margin: 0;
}
.event-description ul,
.event-description ol {
  padding: 0 0 0 20px;
  font-size: 14px;
}

.formbut-final,
.formbut-prev,
.formbut-next {
  float: left;
  font-size: 14px;
  line-height: 45px;
  position: relative;
}

@media (min-width: 768px) {
  .formbut-final,
  .formbut-next {
    min-width: 130px;
  }
}
:root .formbut-final:active, :root .formbut-final:hover,
:root .formbut-next:active,
:root .formbut-next:hover {
  background-color: #4272d1;
}

.formbut-prev {
  background-color: transparent;
  color: #333;
}
.formbut-prev:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  position: absolute;
}
.formbut-prev:hover {
  background-color: transparent;
  color: inherit;
}

.formbut-next {
  float: right;
  padding-right: 30px;
}
.formbut-next:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
}

.formbut-final {
  background-color: #199353;
  float: right;
}
:root .formbut-final:active, :root .formbut-final:hover {
  background-color: #20bf6b;
}

.header-image {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.langselect {
  position: absolute;
  right: 20px;
  transform: translateY(10px);
}
@media (min-width: 768px) {
  .langselect {
    top: 20px;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .langselect {
    top: 0;
    right: 60px;
  }
}
.langselect__toggle {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #080809;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 32px 8px 16px;
  text-decoration: none;
}
.langselect__toggle:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 10px;
  transition: transform 0.25s ease-in;
}
.langselect:active .langselect__toggle:after, .langselect:hover .langselect__toggle:after {
  transform: rotate(90deg);
}
.langselect__content {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  padding: 8px 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 31px;
  transition: all 0.25s ease-in;
  width: 180px;
}
@media (min-width: 1024px) {
  .langselect__content {
    width: 220px;
  }
}
.langselect__toggle:before, .langselect__lang:before {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 6px;
  position: relative;
  top: 1px;
  width: 17px;
}
.langselect__lang {
  float: left;
  width: 100%;
  color: #080809;
  margin-bottom: 5px;
  text-decoration: none;
}
.langselect__lang:last-of-type {
  margin-bottom: 0;
}
.langselect__toggle--nl:before, .langselect__lang--nl:before {
  background-image: url(../image/nl.svg);
}
.langselect__toggle--de:before, .langselect__lang--de:before {
  background-image: url(../image/de.svg);
}
.langselect__toggle--en:before, .langselect__lang--en:before {
  background-image: url(../image/en.svg);
}
.langselect__toggle--fr:before, .langselect__lang--fr:before {
  background-image: url(../image/fr.svg);
}
.langselect__toggle--vt:before, .langselect__lang--vt:before {
  background-image: url(../image/vt.png);
}
.langselect:active .langselect__content, .langselect:hover .langselect__content {
  opacity: 1;
  pointer-events: all;
}

.header--no-image .langselect {
  right: 20px;
}
@media (min-width: 1024px) {
  .header--no-image .langselect {
    right: 30px;
  }
}

.menu {
  float: left;
  width: 100%;
  background-color: #2f6ba7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  /*margin-bottom: $small-spacing;*/
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .menu li {
    float: right;
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
}
.menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
}
.menu a:hover, .menu a.selected {
  background-color: #24527f;
}

.more-info {
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .more-info {
    margin: 10px 0 0 0;
  }
}
.more-info__toggle {
  color: #2a519e;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-right: 8px;
  position: relative;
  transition: all 0.25s ease-in;
}
.more-info__toggle:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2a519e;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-in;
}
.more-info--active .more-info__toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.more-info__content {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
}
.more-info ul,
.more-info ol {
  padding: 0 0 0 20px;
}

.nl2br {
  white-space: pre-line;
}

.requestform {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.requestform__label {
  float: left;
  width: 100%;
  color: #5a595d;
  font-weight: 700;
  line-height: 45px;
}
.requestform__text {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
  width: calc(100% - 160px);
}
.requestform__submit {
  text-align: center;
  width: 150px;
}
:root .requestform__submit {
  margin-right: 0;
}
.requestform__info {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.center-block .formbut[type=submit].requestform__submit {
  margin-left: 0;
}

.select-stepper {
  border-radius: 3px;
  float: left;
  font-weight: 18px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in;
  width: 20px;
}

.stepper-max-reached .select-stepper-plus {
  opacity: 0.5;
  pointer-events: none;
}

.stepper-min-reached .select-stepper-minus {
  opacity: 0.5;
  pointer-events: none;
}

.select-stepper-element {
  float: left;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
:root .select-stepper-element {
  max-width: 65px;
  width: 100%;
}

.shopbasket {
  float: left;
  width: 100%;
}
.shopbasket-row {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.shopbasket-row strong {
  display: block;
}
.shopbasket-service, .shopbasket-subtotal {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.shopbasket-service strong, .shopbasket-subtotal strong {
  float: left;
}
.shopbasket-service span, .shopbasket-subtotal span {
  float: right;
}
.shopbasket-service {
  margin-top: 0;
}
.shopbasket-total {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.shopbasket-total strong {
  float: left;
}
.shopbasket-total span {
  float: right;
}
.shopbasket-row-price {
  float: right;
}

.step-buttons {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  left: 0;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 768px) {
  .step-buttons {
    background-color: transparent;
    bottom: auto;
    box-shadow: none;
    left: auto;
    padding: 0;
    position: relative;
    width: auto;
  }
}
.step-buttons button {
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  min-width: 90px;
}
@media (min-width: 768px) {
  .step-buttons button {
    height: 45px;
    line-height: 45px;
  }
}
.step-buttons__nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 20px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .step-buttons__nav {
    display: none;
  }
}
.step-buttons__nav__li {
  float: left;
}
.step-buttons__nav__li__a {
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  margin-right: 20px;
  text-decoration: none;
}

.step-child {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.step-child__title {
  float: left;
  width: 100%;
}
.step-child .step-content {
  float: left;
  width: 100%;
}
.step-child .step-content p {
  margin: 0 0 20px;
}

.step-form-group {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.step-form-group [type=datetime-local],
.step-form-group [type=password],
.step-form-group [type=date],
.step-form-group [type=number],
.step-form-group [type=select],
.step-form-group [type=text],
.step-form-group [type=email],
.step-form-group [type=phone],
.step-form-group [type=tel],
.step-form-group [type=time],
.step-form-group select,
.step-form-group textarea {
  border-radius: 3px;
  width: 100%;
}
@media (min-width: 768px) {
  .step-form-group [type=datetime-local],
  .step-form-group [type=password],
  .step-form-group [type=date],
  .step-form-group [type=number],
  .step-form-group [type=select],
  .step-form-group [type=text],
  .step-form-group [type=email],
  .step-form-group [type=phone],
  .step-form-group [type=tel],
  .step-form-group [type=time],
  .step-form-group select,
  .step-form-group textarea {
    width: calc(100% - 180px);
  }
}
.step-form-group__small {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .step-form-group__small {
    margin-left: 180px;
  }
}

.step-form-label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.step-form-label-inner {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .step-form-label-inner {
    margin-bottom: 0;
    padding: 10px 0;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .step-form-label__inner {
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: 13px;
  }
}

.step-form-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
.step-form-row:last-of-type {
  margin-bottom: 0;
}
.step-child .step-form-row {
  padding: 0 20px 20px 20px;
}
.step-child .step-form-row:first-of-type {
  padding: 20px;
}
.step-form-row-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.step-form-row-content, .step-form-row-label {
  font-size: 14px;
  line-height: 24px;
}
.step-form-row-label {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .step-form-row-label {
    width: calc(100% - 100px);
  }
}
.step-form-row-content {
  float: left;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 768px) {
  .step-form-row-content {
    text-align: right;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .step-form-row-content--full {
    text-align: left;
    width: auto;
  }
}
.step-form-row-inner {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .step-form-row-inner {
    padding-right: 40px;
    width: calc(100% - 125px);
  }
}
.step-form-row-input {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .step-form-row-input {
    float: right;
    margin-top: -12px;
    width: 125px;
  }
}
.step-form-row-input select {
  width: 100%;
}
.step-form-row ul,
.step-form-row ol {
  padding: 0 0 0 20px;
}
.step-form-row p {
  margin: 0 0 10px;
}
.step-form-row p:last-of-type {
  margin-bottom: 0;
}

.step-form {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .step-form {
    margin-bottom: 0;
    margin-right: 20px;
    width: calc(100% - 320px);
  }
}
@media (min-width: 1024px) {
  .step-form {
    margin-right: 40px;
    padding: 30px;
    width: calc(100% - 340px);
  }
}

.step-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #bbb;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .step-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.step-list li {
  float: left;
  width: 100%;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .step-list li {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="1"] li {
    flex: 1 0 100%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="2"] li {
    flex: 1 0 50%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="3"] li {
    flex: 1 0 33.333%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="4"] li {
    flex: 1 0 25%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="5"] li {
    flex: 1 0 20%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="6"] li {
    flex: 1 0 16.666%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="7"] li {
    flex: 1 0 14.285%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="8"] li {
    flex: 1 0 12.5%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="9"] li {
    flex: 1 0 11.111%;
  }
}
@media (min-width: 1024px) {
  .step-list[data-columns="10"] li {
    flex: 1 0 10%;
  }
}
.step-list__item {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 19px;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .step-list__item {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.step-list a {
  float: left;
  width: 100%;
  color: #003D71;
  text-decoration: none;
}
.step-list a:active, .step-list a:hover {
  background-color: #4272d1;
  color: #fff;
}
.step-list-active {
  background-color: #2a519e;
  color: #fff;
}
.step-list-inactive {
  display: block;
}

.step-overview {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .step-overview {
    margin-bottom: 0;
    margin-top: -20px;
    position: relative;
    width: 300px;
  }
}
.step-overview-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  margin-top: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .step-overview-inner {
    float: none;
    position: absolute;
    top: 0;
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .step-overview-inner {
    padding: 30px;
  }
}
.step-form .step-overview-inner {
  background-color: #f0f0f0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .step-overview-fixed .step-overview-inner {
    position: fixed;
  }
}

.step-wrap {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
  display: table;
}
@media (min-width: 1024px) {
  .step-wrap {
    margin: 0 auto 30px auto;
    padding: 0 30px;
    max-width: 1180px;
  }
}

.text-label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.text-label--last {
  margin-bottom: 25px;
}
.text-label--location::before, .text-label--date::before {
  float: left;
  width: 20px;
}
.text-label--date:before {
  content: "\f073";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-label--location:before {
  content: "\f041";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.tooltip {
  display: inline-block;
  float: none;
  position: relative;
}
.tooltip:active, .tooltip:focus, .tooltip:focus-within {
  outline: none;
}
.tooltip__i {
  background-color: #5a595d;
  border-radius: 100%;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
  top: 3px;
  transition: all 0.25s ease-in;
  width: 18px;
}
.tooltip:focus-within .tooltip__i {
  background-color: #414043;
}
.tooltip__content {
  background-color: #5a595d;
  border-radius: 5px;
  bottom: 28px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  line-height: 20px;
  opacity: 0;
  padding: 10px 25px 10px 15px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.25s ease-in;
  width: 240px;
}
.tooltip__content:after {
  border: solid transparent;
  border-top-color: #5a595d;
  border-width: 6px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.tooltip:focus-within .tooltip__content {
  opacity: 1;
  pointer-events: all;
}
.tooltip__close {
  background-color: #fff;
  border-radius: 100%;
  color: #5a595d;
  font-size: 14px;
  font-weight: 700;
  height: 17px;
  line-height: 15px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 17px;
}

.unavailable {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  padding-top: 12px;
}
.unavailable:before {
  content: "\f071";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.warning {
  background-color: white;
  display: block;
  border: 1px solid #eb3b5a;
  clear: both;
  color: #eb3b5a;
  padding: 10px 20px;
}
.warning:before {
  content: "\f071";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding-right: 10px;
  transform: scale(1.5);
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  width: 100%;
}

.iti {
  width: 100%;
}
@media (min-width: 768px) {
  .iti {
    width: calc(100% - 180px);
  }
}

#paynl_10_options {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #bbb;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  height: 242px;
  margin: 10px 0 0;
  max-width: 420px;
  overflow-y: scroll;
}
.bank-label__wrapper--show-pay #paynl_10_options {
  display: block;
}
#paynl_10_options.has-selected {
  height: 42px;
  overflow-y: hidden;
}
#paynl_10_options h3 {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}
#paynl_10_options .paynl_options__label {
  float: left;
  width: 100%;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  transition: all 0.25s ease-in;
}
#paynl_10_options .paynl_options__label:hover {
  background-color: #f0f0f0;
}
#paynl_10_options .paynl_options--active {
  background-color: #f0f0f0;
}
#paynl_10_options img {
  height: 30px;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#paynl_10_options [type=radio] {
  margin-left: -2px;
  margin-right: 10px;
  margin-top: 1px;
}/*# sourceMappingURL=page.css.map */