@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-BkXCp.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-BkXCp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-MdCd.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-MdCd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-Book.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-DmXCp.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-DmXCp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-Med.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-BkCp.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-BkCp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-DmCd.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-DmCd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-Hvy.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-Hvy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-Demi.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("fonts/ITCFranklinGothicStd-DmCp.woff2") format("woff2"),
    url("fonts/ITCFranklinGothicStd-DmCp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  height: 100vh;
  font-size: 62.5%;
  overflow: hidden;
}
html#app {
  margin: 0;
}
body {
  height: 100vh;
  min-height: 100%;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.1;
}
body * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Franklin Gothic Std";
  text-transform: initial;
  font-weight: 500;
  font-size: 3rem;
}
p {
  line-height: 1.4;
}
small {
  font-weight: normal;
  display: block;
  font-size: 90%;
}
label {
  position: relative;
}
button {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
button:hover span {
  width: 562.5px;
  height: 562.5px;
}
.maxwidth {
  max-width: 2400px;
}
.font-normal {
  font-weight: 400;
}
.align-left {
  text-align: left !important;
}
.red {
  background: #de0039 !important;
  color: #fff !important;
}
.red-text {
  color: #de0039 !important;
}
.blue {
  background: #de0039 !important;
  color: #fff !important;
}
.grey {
  background: #f1f1f1 !important;
  color: #444 !important;
}
body.page.user-not-logged-in {
  position: relative;
  background: #fff;
  padding: 0;
  margin: 0;
}
div#login {
  margin: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: table;
}
div#login div.left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
}
div#login div.right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #f2f2f2;
}
a#print {
  position: absolute;
  top: 10px;
  right: 52%;
  background: #e8e8e8;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  color: #777;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
a#print:hover {
  background: #de0039;
  color: #fff;
}
div#login h1 {
  margin: 0;
  padding: 0;
  line-height: 70px;
  font-size: 7rem;
}
div#login h1 span {
  font-family: "ITC Franklin Gothic Std";
}
div#login h1 small {
  display: block;
  line-height: 30px;
  font-size: 2rem;
  font-weight: 300;
  text-transform: initial;
}
div#login form {
  display: block;
  margin: 30px 30% 30px 0;
  width: auto;
  max-width: 500px;
}
div#login form label {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 1.75rem;
  text-align: right;
}
div#login form label input {
  float: right;
  width: 150px;
  margin: 0 0 0 15px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 1.75rem;
  border: none;
  background-color: #333;
  text-align: right;
  color: #fff;
}
div#login form button {
  width: 150px;
  margin: 15px 0 0 50%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  border: none;
  background: #333;
  color: #fff;
  float: right;
  cursor: pointer;
}
div#login form div.message {
  display: block;
  width: 70%;
  margin: 30px 0 0 30%;
  color: #fff;
}
form#steps {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
div#progress {
  position: fixed;
  top: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  left: 0;
  right: 0;
  z-index: 97;
  display: none;
}
div#messages {
  position: absolute;
  top: 0;
  z-index: 2;
  background: red;
  left: 30px;
  right: 30px;
  padding: 10px 30px;
  display: none;
}
div#messages span {
  color: #fff;
  display: block;
}
div#loader {
  position: fixed;
  top: 0;
  left: -100px;
  bottom: 0;
  right: -100px;
  z-index: 98;
  background: #fff;
  margin: 0;
}
div#progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: rgb(0, 113, 234);
  background: -moz-linear-gradient(
    left,
    rgba(0, 113, 234, 1) 0%,
    rgba(0, 74, 153, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 113, 234, 1) 0%,
    rgba(0, 74, 153, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 113, 234, 1) 0%,
    rgba(0, 74, 153, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ea', endColorstr='#de0039',GradientType=1 );
  z-index: 2;
  transition: width 0.6s linear;
}
section.panel {
  height: 0;
  margin: 0;
  background: #fff;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  transition: opacity ease-in-out 0.4s;
  overflow: hidden;
  opacity: 0;
  width: 100%;
}
section.panel .order-total {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 67%;
  padding: 10px 30px;
  font-size: 18px;
}
section.panel .order-total ul.receipt {
  display: block;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: auto;
}
section.panel .order-total ul.receipt li {
  padding: 5px 0;
}
section.panel.active {
  position: relative;
  width: 100%;
  opacity: 1;
  height: 100%;
}

form#steps .navigation {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}
form#steps section.panel .navigation a.navigate,
form#steps section.panel .navigation button.navigate {
  border-radius: 0;
  font-weight: normal;
  font-size: 17px;
  background: #333;
  height: 40px;
  line-height: 45px;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  bottom: 90px;
  left: 30px;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-family: "ITC Franklin Gothic Std";
}
form#steps section.panel .navigation a.navigate.accent,
form#steps section.panel .navigation button.navigate.accent {
  left: 0;
  margin-left: 30px;
  background: #de0039;
  color: #fff;
}
.button {
  border-radius: 0;
  font-weight: normal;
  font-size: 17px;
  background: #de0039;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
form#steps section.panel .navigation a.navigate.white,
form#steps section.panel .navigation button.navigate.white {
  color: #de0039;
  background: #fff;
}
form#steps section.panel .navigation a.navigate.next,
form#steps section.panel .navigation button.navigate.next {
  left: auto;
  right: 30px;
}
section.panel > .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #fafafa;
  padding: 30px 30px 160px 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
section.panel > .parts {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
  bottom: 75px;
  background-color: #fafafa;
  padding: 30px 30px 160px 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
section.panel > .image.contain {
  background-size: contain;
  background-repeat: no-repeat;
}
section.panel > .image.contain .img {
  background-size: contain;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.vertical-middle {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  margin: 0;
  max-height: 100%;
}
.vertical-middle > .in-middle {
  padding: 0 0 100px 0;
}
#conditions .form-inputs label {
  margin: 30px 0 90px 0;
  display: block;
}
section.panel .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 100%;
  padding: 30px 30px 160px 30px;
  display: inline-block;
}
section.panel .content.small-padding {
  padding: 15px 15px 100px 15px;
}
section.panel .content.small-padding h2.panel-title {
  padding: 0 15px;
}
section.panel .content.middle {
  display: inline-block;
}
section.panel .content.middle div.middle {
  display: table-cell;
  vertical-align: middle;
}
section.panel .content ul {
}
section.panel .content ul li {
  padding: 6px 0;
}
section.panel .half {
  width: 50%;
}
section.panel .third {
  width: 33%;
}
section.panel .twothird {
  width: 67%;
}
section.panel .full {
  width: 100%;
}
section.panel .full.center {
  text-align: center;
}
.content.full.dark {
  background-color: #333;
}
.content.full.dark * {
  color: #fff;
}
.content.full.fixed-height {
  padding: 0;
  position: relative;
}
.content.full.fixed-height h2 {
  position: absolute;
  color: #fff;
  z-index: 9;
  padding: 30px;
  margin: 0;
  font-size: 35px;
}
.panel-title {
  margin-top: 15px;
  color: #de0039;
}
.panel-title.white {
  color: #fff;
}
.panel-title.large {
  font-size: 6rem;
}
section.panel .item {
  display: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
section.panel .item li.slide-title {
  text-align: left;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
section.panel .item.fixed {
  height: 100%;
  overflow: hidden;
}
section.panel .item ul.slider {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.panel .item ul.slider li.slide {
  min-height: 500px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.panel .item.show {
  display: block;
}

section.panel ul.sliders {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -999;
}
section.panel ul.sliders.active {
  opacity: 1;
  z-index: 0;
}
section.panel ul.sliders li.slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
ul.sliders button.slick-arrow {
  transition: all 0.3s linear;
  opacity: 0.5;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  padding: 0;
  cursor: pointer;
  margin: -30px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: 0px 0px 10px 5px rgb(255 255 255 / 30%);
}
ul.sliders button.slick-arrow:hover {
  opacity: 1;
}
ul.sliders button.slick-prev {
  left: 30px;
  right: auto;
}
ul.sliders button.slick-next {
  right: 30px;
  left: auto;
}
.slider-pagination {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}
.slider-pagination > div {
  border-radius: 0;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  bottom: 90px;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.slider-pagination > div > span > label {
  background-color: #de0039;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  margin: 0 30px;
  min-width: 250px;
  cursor: pointer;
}

.part-info {
  width: 30%;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.part-info img {
  width: 100%;
  display: block;
  max-width: 300px;
  height: auto;
  margin: 15px auto;
}
.part-info .info {
  width: 100%;
  display: block;
  max-width: 300px;
  height: auto;
  margin: 15px auto;
  text-align: center;
}
.content.full.has-part-info ul.item {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.content.has-part-info.part-count-single ul.item,
.part-count-single .part-info {
  transform: translateY(50%);
}
section.panel .item .title {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  border: 3px solid #fff;
  transition: all 0.3s linear;
  text-align: left;
  vertical-align: top;
  position: relative;
  list-style: none;
}
section.panel .item .card {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  border: 3px solid #fff;
  transition: all 0.3s linear;
  text-align: left;
  vertical-align: top;
  background: #fff;
  position: relative;
}
section.panel .item .card.large-panel {
  max-width: 600px;
  width: 100% !important;
  display: block;
  margin: 0 auto 15px auto;
}
.home section.panel .item .card.large-panel {
  display: inline-block;
}
section.panel .item .card.large-panel .image {
  height: 300px;
}
section.panel .item .card.fullwidth {
  max-width: 9999px;
}
section.panel .item .card.option {
}
section.panel .item .card.option h3 {
  text-align: center;
}
section.panel .item .card.option .image {
  background-size: contain;
}
section.panel .item .card.error {
  box-shadow: inset 0 0 0px 3px red;
}

section.panel .item .card.interactive:hover {
  background: #fafafa;
  border-color: #f2f2f2;
}
section.panel .item .card.layout-1 {
  width: 100%;
}

section.panel .item .card .conditions {
  margin: 25px 0 0 0;
  display: block;
  clear: both;
  font-size: 1.5rem;
}
section.panel .item .card .conditions b {
  font-size: 1.6rem;
}

section.panel .item .card.layout-1.has-options {
  width: 100%;
  max-width: 1200px;
}
section.panel .item .card.offer.has-options .image {
  float: left;
  width: 300px;
  height: 300px;
  margin: 0 15px 0 0;
}
section.panel .item .card.offer.has-options .infobox {
  margin-left: 315px;
}
section.panel .item .card.offer.has-options h3 {
  font-size: 2.5rem;
}
section.panel .item .card.layout-1 {
  width: 100%;
}
section.panel .item .card.layout-2 {
  width: 50%;
}
section.panel .item .card.layout-3 {
  width: 33.333%;
}
section.panel .item .card.layout-4 {
  width: 25%;
}
section.panel .item .card.layout-5 {
  width: 20%;
}
section.panel .item .card.layout-5 .image {
  height: 120px;
}

section.panel .item .card.full-layout-1 {
  width: 100%;
  max-width: 400px;
}
section.panel .item .card.full-layout-2 {
  width: 100%;
  max-width: 800px;
}
section.panel .item .card.full-layout-3 {
  width: 100%;
  max-width: 1200px;
}

section.panel .item .card.selected,
section.panel .item .card.interactive.selected {
  border-color: #de0039;
  background: #fff;
}
.selectitem {
  display: block;
  text-align: right;
}
.selectitem * {
  transition: all ease-in-out 0.3s;
}
.selectitem span {
  border-radius: 0;
  width: auto;
  font-size: 1.6rem;
  line-height: 40px;
  padding: 0 15px;
  font-weight: normal;
  background: #ccc;
  height: 40px;
  margin: 0;
  border: none;
  color: #888;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  float: none;
  text-align: center;
}
.selectitem.round span {
  border-radius: 50%;
  width: 40px;
  font-size: 3rem;
  line-height: 48px;
  padding: 0;
}
.selectitem:hover span {
  background: #de0039;
  color: #fff;
}
.selectitem span.selectable {
  display: inline-block;
}
.selectitem.round span.selectable {
  line-height: 38px;
  font-size: 6rem;
  font-weight: 100;
}
.selectitem span.isselected,
.selectitem span.deselectable {
  display: none;
}
.card.interactive:hover .selectitem span {
  background: #de0039;
  color: #fff;
}
.card.selected .selectitem span {
  background: #de0039;
  color: #fff;
}
.card.selected .selectitem span.selectable {
  display: none;
}
.card.selected .selectitem span.isselected {
  display: inline-block;
}
.card.selected.offer .selectitem span.isselected {
  background: none;
  color: #999;
}
.card.selected .selectitem span.deselectable {
  display: inline-block;
  background: #de0000;
  color: #fff;
}
section.panel .item .card.option .selectitem {
  text-align: center;
}
section.panel .item .card h3 {
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.7rem;
}
section.panel .item .card.abs h3 {
  text-align: left;
  margin: 5px 0 0 10px;
  padding: 0;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-shadow: 0 0 3px #000;
}
table.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table.table tr {
  width: 100%;
}
table.table.catalog tr {
  border: none;
}
table.table tr td {
  padding: 0;
  width: auto;
}
table.table.catalog tr td {
  padding: 5px;
  vertical-align: middle;
  cursor: pointer;
}
table.table tr td:first-of-type {
  width: 40%;
  padding: 0;
}
table.table.catalog tr td:first-of-type {
  width: auto;
}
table.table tr td.bold {
  font-weight: bold;
}
table.table.catalog tr td div.part {
  border: 1px solid #333;
  padding: 15px;
  display: table;
  width: 97%;
  margin: 0 0 15px 3%;
  box-sizing: border-box;
  background-color: #fff;
}
.page-template-template-catalog table.table.catalog tr td div.part {
  margin-left: 0;
}
table.table.catalog tr td div.part.additional {
  width: 100%;
  margin: 0 0 15px 0;
}
table.table.catalog tr.upsell td div.part.additional {
  background-color: #fff;
}
table.table.catalog tr td div.part div.part-details {
  min-width: 150px;
  display: table-cell;
  vertical-align: middle;
}
table.table.catalog tr td div.part div.part-details.image {
  width: 150px;
  height: auto;
}
table.table.catalog tr td div.part div.part-details.image img {
  width: 150px;
  min-height: 150px;
  height: auto;
  margin-right: 15px;
}
table.table.catalog tr td div.part div.part-details.count {
  padding: 0 15px;
  width: 120px;
  text-align: left;
}
table.table.catalog tr td div.part div.part-details.price {
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
}
.page-template-template-catalog table.table.catalog tr td{
  vertical-align: top;
  padding: 10px;
}
.page-template-template-catalog table.table.catalog tr td:first-of-type{
  padding: 0;
}
.page-template-template-catalog table.table.catalog tr:nth-child(odd) {
  /* background-color: #f2f2f2; */
}
a.delete-cart-item.next {
  border-radius: 50%;
  background: #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
section.panel .item .card .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 0;
  outline: none;
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
}
section#journey .item .card .image {
  margin: 0;
}
section.panel .item .card.fullwidth .image {
  margin: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
  right: 15px;
  bottom: 0px;
  height: auto;
  width: auto;
}
section.panel .item .card.offer:not(.blue) .image {
  background-size: contain;
  vertical-align: middle;
}
section#onderdelen.panel .item .card .image {
  background-position: top center;
}
section.panel .item .card > input.radio {
  display: none;
}
section.panel .item .card > label {
  display: block;
  cursor: pointer;
  position: relative;
}

.field-container {
  display: block;
  clear: both;
  padding: 0;
  margin: 5px 0;
  line-height: 40px;
}
.field-container.spacing {
  margin-bottom: 30px;
}
.field-container.delivery {
  margin: 0;
}
.delivery.field-container b {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
#additional-order-terms hr {
  display: none;
}
/* checkboxes */
.form-inputs.indent {
  margin-left: 30%;
  padding-left: 3px;
}
.form-inputs input[type="checkbox"],
.form-inputs input[type="radio"] {
  display: none;
}
.form-inputs input[type="text"],
.form-inputs input[type="number"] {
  display: block;
  width: 70%;
  padding: 0 5px;
  margin: 0;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  outline: none;
}
.form-inputs input[type="text"]:focus,
.form-inputs input[type="text"]:active {
  border: 1px solid #de0039;
}
.form-inputs label.checked span,
.form-inputs input[type="checkbox"] + label span,
.form-inputs input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: #f2f2f2;
  cursor: pointer;
  position: relative;
  border: 3px solid #de0039;
}
.form-inputs label.checked span:after,
.form-inputs input[type="checkbox"]:checked + label span:after,
.form-inputs input[type="radio"]:checked + label span:after {
  content: "✓";
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  left: 0;
  margin-top: 0;
}
.form-inputs label.checked span,
.form-inputs input[type="checkbox"]:checked + label span,
.form-inputs input[type="radio"]:checked + label span {
  background: #de0039;
  color: #fff;
  border: none;
}
.form-inputs label.checked.disabled span {
  background: #ccc;
  color: #666;
  border: none;
  cursor: not-allowed;
}
label.selectable div.selected,
label.selectable div.remove,
label.selectable div.disabled {
  border-radius: 0;
  font-weight: normal;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
label.selectable div.disabled {
  background: #ccc;
  color: #888;
}
label.selectable div.selected {
  background: #fff;
  color: #ccc;
}
label.selectable div.remove {
  background: red;
  color: #fff;
}
.form-inputs input[type="checkbox"] + label.selectable div.remove,
.form-inputs input[type="radio"] + label.selectable div.remove {
  display: none;
}
.form-inputs input[type="checkbox"] + label.selectable div.selected,
.form-inputs input[type="radio"] + label.selectable div.selected {
  display: none;
}
.form-inputs input[type="checkbox"] + label.selectable div.disabled,
.form-inputs input[type="radio"] + label.selectable div.disabled {
  display: inline-block;
}
.form-inputs input[type="checkbox"]:checked + label.selectable div.remove,
.form-inputs input[type="radio"]:checked + label.selectable div.remove {
  display: inline-block;
}
.form-inputs input[type="checkbox"]:checked + label.selectable div.selected,
.form-inputs input[type="radio"]:checked + label.selectable div.selected {
  display: inline-block;
}
.form-inputs input[type="checkbox"]:checked + label.selectable div.disabled,
.form-inputs input[type="radio"]:checked + label.selectable div.disabled {
  display: none;
}

.field-container label {
  position: relative;
  width: 30%;
  display: inline-block;
  line-height: 40px;
  padding: 0;
  margin: 0;
  min-height: 40px;
  vertical-align: top;
  font-size: 1.6rem;
}
.field-container div.iti {
  width: 50%;
  display: inline-block;
  line-height: 40px;
  padding: 0;
  margin: 0;
  height: auto;
  vertical-align: middle;
  outline: none;
  transition: all ease 0.4s;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  outline: 1px solid #de0039;
  background-color: white;
  background: #fff;
}
.field-container div.iti .form-input {
  width: 100%;
  padding: 0;
  border: none !important;
  outline: none !important;
  height: 38px;
}
.form-inputs .field-container label {
  width: 20%;
  line-height: 25px;
}
.form-inputs .field-container textarea {
  width: 60%;
  min-height: 80px;
  padding: 10px;
  margin: 0;
  line-height: 30px;
  vertical-align: middle;
  border: 1px solid #ddd;
  outline: none;
  transition: all ease 0.4s;
  font-size: 1.6rem;
  font-weight: normal;
}
.form-inputs .field-container textarea.full {
  width: 100%;
  min-height: 50vh;
}
.form-inputs .field-container textarea:focus,
.form-inputs .field-container textarea:active {
  border: 1px solid #de0039;
}
.form-inputs .field-container label span.suffix {
  position: absolute;
  top: 0;
  left: 75%;
  height: 30px;
  line-height: 30px;
}
.form-inputs .field-container label:first-of-type {
  width: 35%;
}
.field-container .form-input {
  width: 50%;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  height: 40px;
  vertical-align: middle;
  outline: none;
  transition: all ease 0.4s;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  outline: 1px solid #de0039;
  background-color: white;
  background: #fff;
  -webkit-appearance: none;
}
.field-container .form-input:focus {
  border: 0;
  outline: 1px solid #187ce6;
  outline-offset: 0;
  background: #fafafa;
}
.field-container .form-input.small {
  width: 20%;
  min-width: 120px;
  max-width: 150px;
}
.field-container.error .form-input.required {
  border-color: red;
}
.field-container.error .show-error {
  color: red;
}
/* orders */
.order-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-list .order-item {
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
ul.order-list .order-item:first-of-type {
  border-top: 1px solid #ccc;
}
.order-list .order-item:hover,
.order-list .order-item.selected-order {
  color: #fff;
  background: #de0039;
  border-color: #de0039;
}
ul.order-list .order-item span {
  display: block;
  padding: 5px 0;
}
.order-receipt {
  position: relative;
  border: none;
  min-height: 400px;
}
/* summary */
div.overview-group {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
}
div#group-1,
div#group-2,
div#group-3,
div#group-4 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
div#group-2 {
  text-align: right;
}
div.overview-group h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 400;
  color: #de0039;
}
div.overview-group .summary-block {
  margin: 0 0 15px 0;
  padding-left: 200px;
}
div.overview-group .summary-block b {
  min-width: 200px;
  display: inline-block;
  margin-left: -200px;
}
div#footer {
  position: absolute;
  bottom: 0;
  height: 0;
  padding: 0 30px;
  margin: 0;
  left: 0;
  right: 0;
}
div#footer a {
  color: #777;
}
div#footer .inner {
  position: absolute;
  height: 90px;
  line-height: 90px;
  display: inline;
  left: 0;
  color: #444;
  top: -90px;
}
div#footer .inner.left {
  text-align: left;
}
div#footer .inner.right {
  float: right;
  font-size: 0;
  text-align: right;
}
div#footer .inner.left span {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}
div#footer .inner.left img {
  width: 100%;
  max-width: 200px;
  margin: 0 0 0 30px;
  padding: 5px 0;
  height: auto;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
div#footer .inner.right img#suzuki {
  height: 60px;
  min-width: auto;
  width: auto;
  margin-left: 30px;
}
div#footer .inner.right img:first-of-type {
  margin-right: 10px;
}
div#footer .inner.right img:last-of-type {
  margin-left: 10px;
}
div#footer .inner.right span.separator {
  height: 50px;
  width: 2px;
  background: #ccc;
  display: inline-block;
  top: 25px;
  position: relative;
  left: -1px;
}
@media (max-width: 768px) {
  body {
    padding: 0;
  }
  form#steps {
    max-height: 100%;
    padding: 10px 10px 100px 10px;
  }
  form#steps .navigation {
    height: 40px;
  }
  form#steps section.panel .navigation a.navigate,
  form#steps section.panel .navigation button.navigate {
    bottom: 0;
    left: 0;
  }
  form#steps section.panel .navigation a.navigate.next,
  form#steps section.panel .navigation button.navigate.next {
    left: auto;
    right: 0;
  }
  section.panel .content {
    padding: 15px;
    padding-bottom: 100px;
  }
  section.panel .item {
    text-align: left;
  }
  section.panel > .image {
    width: 100%;
    height: 250px;
  }
  section.panel.has-image .content {
    padding: 265px 15px 15px 15px;
  }
  section.panel .half {
    width: 100%;
  }
  section.panel .item .card {
    width: 50% !important;
    max-width: 100%;
    margin-bottom: 15px;
    background: #fafafa;
    border-color: #fff;
  }
  section.panel .item .card .image {
    height: 150px;
  }
}

@media (max-width: 560px) {
  section.panel .item .card {
    width: 100% !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 50%;
  padding: 0;
  margin: 0 0 0 25%;
  list-style: none;
  z-index: 10;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:after {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* receipt */
table.receipt,
ul.receipt {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
ul.receipt {
  display: block;
}
table.receipt td,
ul.receipt li {
  padding: 10px 0;
  position: relative;
  border: none;
  clear: both;
}
ul.receipt li {
  font-weight: 300;
}
table.receipt tr.bold,
ul.receipt li.bold {
  font-weight: 700;
}
table.receipt tr.semi-bold,
ul.receipt li.semi-bold {
  font-weight: 500;
}
table.receipt tr.lined,
ul.receipt li.lined {
  border-bottom: 1px solid #eee;
}
table.receipt tr.toplined,
ul.receipt li.toplined {
  border-top: 1px solid #eee;
}
ul.receipt li.spacing {
  margin-bottom: 30px;
}
ul.receipt li span.right {
  float: right;
}
ul.receipt li:first-of-type {
  border-top: none;
}
ul.receipt li.vat,
ul.receipt li.subtotal,
ul.receipt li.total {
  font-weight: bold;
}
body.post-type-archive-bestelling ul.receipt li a {
  display: none;
  visibility: hidden;
  opacity: 0;
}
ul.receipt li a {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  background: #ffed00;
  text-decoration: none;
  color: #000;
  font-size: 10px;
  transition: all 0.2s ease-in-out;
}
ul.receipt li a::before {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  content: "-";
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  opacity: 1;
}
ul.receipt li a::after {
  opacity: 0;
}
ul.receipt li a:hover {
  color: #fff;
  background: red;
}
ul.receipt li a:hover::before {
  opacity: 0;
}
ul.receipt li a:hover::after {
  opacity: 1;
  content: "X";
}
.summary-block ul.receipt li {
  padding: 3px 0;
}
/* table */
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table tr {
  position: relative;
}
table tr td {
  vertical-align: middle;
  position: relative;
}
/* Helpers */
.auto-height {
  height: auto !important;
}
.notice {
  background: rgb(255 165 0 / 0.2);
  border: 1px solid orange;
  padding: 10px 15px 10px 30px;
  border-left-width: 3px;
  position: relative;
}
.notice::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  content: "\f534";
  font-family: "dashicons";
  color: orange;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.mail-only {
  display: none;
}
.d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell !important;
  vertical-align: middle;
}
/* Spinner */

input[type="number"].spin {
  float: left;
  width: 60px;
  height: 40px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: #de0039;
  border: 1px #de0039 solid;
  background: none;
  outline: none;
  pointer-events: none;
  box-sizing: border-box;
  font-size: 1.6rem;
}

span.spinner {
  position: relative;
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: block;
  margin: 0 auto;
  width: 155px;
}

span.spinner > .sub,
span.spinner > .add {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: 1px #de0039 solid;
  background: #de0039;
  border-right: 0;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  box-sizing: border-box;
  font-size: 2rem;
}

span.spinner > .add {
  top: 0;
  border: 1px #de0039 solid;
  border-left: 0;
}

span.spinner > .sub:hover,
span.spinner > .add:hover {
  background: #de0039;
  color: #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
div.ball {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  top: 45%;
  border-radius: 50%;
}

div.ball:nth-child(1) {
  background-color: #00368f;
  -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

div.ball:nth-child(2) {
  background-color: #00368f;
  -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

div.ball:nth-child(3) {
  background-color: #00368f;
  -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

div.ball:nth-child(4) {
  background-color: #de0039;
  -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

@-webkit-keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@media print {
  #progress,
  #loader,
  #messages,
  a#print {
    display: none;
  }
  form#steps div.navigation,
  form#steps section.panel {
    display: none;
  }
  form#steps section#overzicht {
    display: block !important;
  }
  form#steps section#overzicht .image {
    display: none;
  }
  form#steps section#overzicht .content {
    display: block !important;
    width: 100% !important;
  }
}
/* helpers */
.padded-small {
  padding: 15px;
}
.mt-small {
  margin-top: 15px !important;
}
.mb-small {
  margin-bottom: 15px !important;
}
.d-block {
  display: block !important;
}
.d-block-centered {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
