.c-steps-indicator {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-step {
  background-color: #f1f1f1;
  color: #555;
}
.c-step a:hover, .c-step a:focus {
  color: #222222;
  text-decoration: underline;
}

.c-step:after {
  border: solid #fff;
  box-shadow: 5px -5px 0 3px #f1f1f1;
}

.c-step.active {
  color: #555;
  background-color: #cbf1d2;
}
.c-step.active:after {
  box-shadow: 6px -6px 0 3px #cbf1d2;
  background: #f1f1f1;
}
.c-step.active + .c-step:after {
  background: #cbf1d2;
}

/**
 * Account part of the checkout
 */
.c-checkout-account > div > h2:first-of-type {
  margin-top: 0;
}

.c-checkout-existing-user {
  border-right: 1px dashed #ccc;
}

@media all and (max-width: 1024px) {
  .c-checkout-existing-user {
    border-right: none;
    border-bottom: 1px dashed #ccc;
  }
}
/**
 * Buttons
 */
.c-button {
  padding: 0.5em 1em;
  border: none;
  background: #f1f1f1;
  border-radius: 3px;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
}
.c-button:hover, .c-button:focus {
  color: #222222;
  background: #7bdb8c;
}

.c-primary-button {
  background: #cbf1d2;
}

.c-dimmed-link {
  background-color: transparent;
  color: #555;
  font-size: 14px;
  opacity: 0.8;
  text-decoration: underline;
}
.c-dimmed-link:hover, .c-dimmed-link:focus {
  color: black;
  border: 0;
  background-color: transparent;
}

.c-checkout label {
  display: block;
  width: 100%;
  font-weight: bold;
}
.c-checkout input[type=text], .c-checkout input[type=url], .c-checkout input[type=email], .c-checkout input[type=number], .c-checkout input[type=tel], .c-checkout select {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0 1em;
  display: block;
  height: 3em;
}
.c-checkout .c-field {
  padding: 0;
  margin: 0.5em 0;
}
.c-checkout .c-field.error {
  border: 1px solid #61151c;
  border-radius: 3px;
  background-color: rgba(200, 41, 44, 0.7);
  color: #fff;
}
.c-cart-message {
  border: 1px solid #ddd;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 0 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-cart-error {
  border: 1px solid #61151c;
  background-color: rgba(200, 41, 44, 0.7);
  color: #fff;
  padding: 1em 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-checkout-mode {
  border: 1px solid transparent;
  background-color: #cbf1d2;
  color: #555;
  padding: 0 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.c-cart-summary-item td {
  vertical-align: top;
}

.c-cart-summary-items {
  border-collapse: collapse;
  width: 100%;
}

.c-cart-summary-item-total {
  white-space: nowrap;
}

.c-cart-summary-totals-label {
  text-align: right;
  padding: 0.25em 1em 0.25em 0.5em;
}

.c-cart-summary-totals-value {
  padding: 0.25em 0 0.25em;
}

.c-cart-summary-item-details, .c-cart-summary-item-total {
  padding: 0.25em 0 0.25em;
}

.c-cart-summary-totals-label-subtotal, .c-cart-summary-totals-subtotal,
.c-cart-summary-totals-label-total, .c-cart-summary-totals-total {
  border-top: 2px solid #919191;
}

.c-cart-items, .c-cart-totals {
  width: 100%;
  border-collapse: collapse;
}
.c-cart-items td, .c-cart-items th, .c-cart-totals td, .c-cart-totals th {
  padding: 0.5em 1em;
  text-align: left;
  border-collapse: collapse;
  vertical-align: middle;
}
.c-cart-items td.c-cart-item-image img, .c-cart-totals td.c-cart-item-image img {
  max-width: 150px;
  max-height: 125px;
  object-fit: contain;
}
.c-cart-items .c-cart-item-remove, .c-cart-totals .c-cart-item-remove {
  text-align: right;
}

.c-cart-header th {
  text-transform: uppercase;
}

.c-cart-item, .c-cart-total-item {
  background: #f4f4f4;
}
.c-cart-item.c-cart-item-even, .c-cart-item.c-cart-total-item-even, .c-cart-total-item.c-cart-item-even, .c-cart-total-item.c-cart-total-item-even {
  background: white;
}

.c-cart-item-quantity-input {
  width: 5em;
  line-height: 1em;
  display: block;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 1em;
}

.c-cart-optional > h3:first-of-type {
  margin-top: 0;
}

.c-cart-coupon-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-cart-coupon-form input[type=text] {
  width: 50%;
  display: inline-block;
  font-size: 1em;
}
.c-cart-coupon-form input[type=submit] {
  display: inline-block;
}

#c-cart-coupon-label {
  opacity: 0;
  width: 0;
  height: 0;
}
#c-cart-coupon-label + label {
  font-weight: normal;
}
#c-cart-coupon-label + label:hover, #c-cart-coupon-label + label:focus {
  cursor: pointer;
  text-decoration: underline;
}
#c-cart-coupon-label:focus + label {
  text-decoration: underline;
}
#c-cart-coupon-label + label + form {
  display: none;
}
#c-cart-coupon-label:checked {
  display: none;
}
#c-cart-coupon-label:checked + label {
  display: none;
}
#c-cart-coupon-label:checked + label + form {
  display: block;
}

.c-submit {
  text-align: right;
  margin: 1em 0;
}
.c-submit .c-button {
  font-size: 1.2em;
}

.c-shipping-address, .c-billing-address {
  padding-left: 1em;
  border-left: 0.5em solid #f1f1f1;
}

.c-method-gateway-form, .c-method-details {
  display: none;
  padding-top: 1em;
}

.c-method-wrapper {
  position: relative;
}

.c-method-radio {
  position: absolute;
  top: 0.75em;
  left: 0.5em;
}

.c-method-radio:checked + .c-method-section {
  background: #cbf1d2;
}
.c-method-radio:checked + .c-method-section .c-method-gateway-form, .c-method-radio:checked + .c-method-section .c-method-details {
  display: block;
}

.c-method-section {
  margin: 1em 0 1em 0;
  padding: 0.5em;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c-method-section > label {
  cursor: pointer;
  padding-left: 1.5em;
}
.c-method-section > label:hover {
  color: #555;
}

.c-method-description {
  margin-bottom: 0;
}

.c-checkout .c-creditcard-expiration input {
  display: inline-block;
  max-width: 10em;
}

.c-checkout .c-creditcard-cvc input {
  max-width: 8em;
}

.c-checkout .c-creditcard-number input {
  max-width: 25em;
}

.c-checkout .c-creditcard-payment-errors {
  color: #61151c;
}

/**
 * Some basic styling for Stripe
 */
.StripeElement {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0 1em;
  display: block;
  border: 1px solid transparent;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/**
 * Mollie On Page Card Form
 */
.c-mollie-card-gateway .form-row {
  margin-bottom: 15px;
}
.c-mollie-card-gateway .c-form-flex-row {
  display: flex;
  justify-content: space-between;
}
.c-mollie-card-gateway .c-form-flex-row > div {
  flex: 1;
}
.c-mollie-card-gateway .c-form-flex-row .c-mollie-expiry-date {
  padding-right: 5px;
}
.c-mollie-card-gateway .c-form-flex-row .c-mollie-verification-code {
  padding-left: 5px;
}
.c-mollie-card-gateway .mollie-component {
  height: 2em;
  padding: 0.4em;
  background-color: #fff;
}
.c-mollie-card-gateway .mollie-error {
  margin-top: 3px;
  font-size: 11px;
}

/**
 * Mollie issuers
 */
.c-checkout .c-payment-method-options, .c-checkout .c-shipping-method-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-checkout .c-payment-method-options .c-payment-method-issuers__container, .c-checkout .c-payment-method-options .c-shipping-method-opts__container, .c-checkout .c-shipping-method-options .c-payment-method-issuers__container, .c-checkout .c-shipping-method-options .c-shipping-method-opts__container {
  display: none;
  border-left: 2px solid #219653;
  border-right: 2px solid #219653;
  border-bottom: 2px solid #219653;
  margin-top: -2px;
  background: #f1f1f1;
  padding: 0.5rem;
  border-radius: 0 0 3px 3px;
}
.c-checkout .c-payment-method-option__input:checked + .c-payment-method-option__label + .c-payment-method-issuers__container,
.c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-option__label + .c-shipping-method-opts__container {
  display: block;
}
.c-checkout .c-payment-method-issuers, .c-checkout .c-shipping-method-opts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-checkout .c-payment-method-issuer, .c-checkout .c-payment-method-option,
.c-checkout .c-shipping-method-opt, .c-checkout .c-shipping-method-option {
  position: relative;
  overflow: hidden;
}
.c-checkout .c-payment-method-issuer:first-child, .c-checkout .c-payment-method-option:first-child,
.c-checkout .c-shipping-method-opt:first-child, .c-checkout .c-shipping-method-option:first-child {
  border-radius: 3px 3px 0 0;
}
.c-checkout .c-payment-method-issuer:last-child, .c-checkout .c-payment-method-option:last-child,
.c-checkout .c-shipping-method-opt:last-child, .c-checkout .c-shipping-method-option:last-child {
  border-radius: 0 0 3px 3px;
}
.c-checkout .c-payment-method-issuer__input, .c-checkout .c-payment-method-option__input,
.c-checkout .c-shipping-method-opt__input, .c-checkout .c-shipping-method-option__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-checkout .c-payment-method-issuer__input:checked + .c-payment-method-issuer__label, .c-checkout .c-payment-method-issuer__input:checked + .c-payment-method-option__label,
.c-checkout .c-payment-method-issuer__input:checked + .c-shipping-method-opt__label, .c-checkout .c-payment-method-issuer__input:checked + .c-shipping-method-option__label, .c-checkout .c-payment-method-option__input:checked + .c-payment-method-issuer__label, .c-checkout .c-payment-method-option__input:checked + .c-payment-method-option__label,
.c-checkout .c-payment-method-option__input:checked + .c-shipping-method-opt__label, .c-checkout .c-payment-method-option__input:checked + .c-shipping-method-option__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-payment-method-issuer__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-payment-method-option__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-shipping-method-opt__label,
.c-checkout .c-shipping-method-opt__input:checked + .c-shipping-method-option__label, .c-checkout .c-shipping-method-option__input:checked + .c-payment-method-issuer__label, .c-checkout .c-shipping-method-option__input:checked + .c-payment-method-option__label,
.c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-opt__label, .c-checkout .c-shipping-method-option__input:checked + .c-shipping-method-option__label {
  font-weight: bold;
  border-color: #219653;
  background: #f1f1f1;
  color: inherit;
  border-radius: 3px;
}
.c-checkout .c-payment-method-issuer__label, .c-checkout .c-payment-method-option__label,
.c-checkout .c-shipping-method-opt__label, .c-checkout .c-shipping-method-option__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: normal;
  background-color: #fff;
}
.c-checkout .c-payment-method__panel {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 3px;
}
.c-checkout .c-payment-method-issuer__image, .c-checkout .c-payment-method-option__image,
.c-checkout .c-shipping-method-opt__image, .c-checkout .c-shipping-method-option__image {
  margin-right: 0.5rem;
}
.c-checkout .c-shipping-method-opt__label > span {
  flex: 1;
}
.c-checkout .c-shipping-method-opt__price {
  text-align: right;
}
.c-checkout .c-shipping-method-extra-opts__label {
  font-weight: bold;
  margin-bottom: 0;
}
.c-checkout .c-shipping-method-extra-opt, .c-checkout .c-shipping-method-time-opt {
  margin: 0.5rem 0;
  border-radius: 3px;
  overflow: hidden;
}
.c-checkout .c-pickuplocation {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.c-checkout .c-pickuplocation__address {
  margin-top: 0;
}
.c-checkout .c-pickuplocation__openinghours {
  list-style-type: none;
  margin-left: auto;
  color: #555;
}
.c-checkout .c-pickuplocation__openinghour {
  display: flex;
}
.c-checkout .c-pickuplocation__openinghour > span {
  flex: 1 0 50%;
  padding: 0 0.5em;
  font-size: 0.9em;
}

.c-checkout-transaction-pending-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-top: 2rem;
  background: #f2f6ff;
}

.c-checkout-transaction-pending-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.c-checkout-transaction-pending-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #0e1667;
  border-radius: 50%;
  animation: c-checkout-transaction-pending-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0e1667 transparent transparent transparent;
}
.c-checkout-transaction-pending-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.c-checkout-transaction-pending-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.c-checkout-transaction-pending-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes c-checkout-transaction-pending-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.simple.css.map */
