.layout-container.new-checkout {
    padding: 0 16px;
    position: relative;
    min-height: 55vh;
}

.layout-container.new-checkout.user-select-none {
    user-select: none;
}

ul.progressbar {
    display: flex;
    margin-bottom: 40px;
    counter-reset: step;
}

ul.progressbar li {
    list-style-type: none;
    flex: 1 1 20%;
    font-size: 14px;
    color: #74838a;
    letter-spacing: -.1px;
    text-align: center;
    line-height: 18px;
    position: relative;
    padding-top: 44px;
}

ul.progressbar li:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #d8e3eb;
    position: absolute;
    top: 16px;
    left: -50%;
    z-index: -1;
}

ul.progressbar li:first-child:before {
    content: none;
}

ul.progressbar li:after {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d8e3eb;
    border: 2px solid #d8e3eb;
    content: counter(step);
    counter-increment: step;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    font-size: 14px;
    color: #74838a;
    letter-spacing: -.1px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

ul.progressbar li:first-child {
    color: #0092d2;
    font-weight: 600;
}

ul.progressbar li:first-child:after {
    background: #fff;
    border-color: #0092d2;
    color: #0092d2;
    font-weight: 700;
}

ul.progressbar li.active {
    color: #0092d2 !important;
    font-weight: 600 !important;
}

ul.progressbar li.active:after {
    background: #0092d2 !important;
    border-color: #0092d2 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

ul.progressbar li.active+li {
    color: #0092d2;
    font-weight: 600;
}

ul.progressbar li.active+li:after {
    background: #fff;
    border-color: #0092d2;
    color: #0092d2;
    font-weight: 700;
}

ul.progressbar li.active+li:before {
    background: #0092d2;
}

#checkout-steps {
    margin-bottom: 64px;
}

.checkout-step:not(#state-start) {
    display: none;
}

.checkout-step-content {
    max-width: 576px;
    margin: 0 auto 0 auto;
}

.checkout-step-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: -8px;
    padding-top: 24px;
}

.checkout-step-footer a,
.checkout-step-footer button {
    margin: 8px;
}

.helper-info-block {
    padding: 16px;
    background: #f6f9fc;
    display: flex;
    align-items: flex-start;
    line-height: 18px;
    margin-bottom: 16px;
}

.helper-info-block.login {
    padding: 16px 24px;
    align-items: center;
    margin-bottom: 24px;
}

.helper-info-block.login h4 {
    text-transform: none;
    margin-right: 24px;
}

.helper-info-block.autofill-address img {
    margin-right: 12px;
}

.autofill-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.autofill-placeholder {
    color: #9aabb3;
}

.helper-info-block.payment {
    margin-top: 24px;
}

.checkout-step-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -8px -4px 8px -4px;
}

.checkout-step-fields.default-address-actions {
    margin: -8px -8px 8px -8px;
}

.checkout-field {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 8px 4px;
}

.checkout-field.width-50 {
    flex: 1 1 50%;
    min-width: 220px;
}

.checkout-field.width-30 {
    flex: 1 1 30%;
    min-width: 168px;
}

.checkout-field.check {
    flex-direction: row;
}

.default-address-actions .checkout-field.check {
    flex: 0 0 auto;
    padding: 8px;
}

.checkout-label {
    line-height: 18px;
    margin: 0 0 2px 0;
    pointer-events: none;
}

.checkout-label.not-required {
    display: flex;
}

.checkout-label.not-required:after {
    content: '(niet verplicht)';
    font-size: 12px;
    color: #9aabb3;
    margin-left: 4px;
}

input:not(:disabled)+.checkout-label.check {
    cursor: pointer;
    pointer-events: auto;
}

.checkout-field input:not([type="checkbox"]) {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    background-color: #fff;
    border: 1px solid #c7d2d9;
    border-radius: 4px;
    font-size: 14px;
    outline: 0;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.checkout-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff url(/assets/icons/icon-arrowdown-darkgrey-12.svg) right 8px center no-repeat;
    border: 1px solid #c7d2d9;
    border-radius: 4px;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}

.checkout-field input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #c7d2d9;
    border-radius: 3px;
    font: inherit;
    margin: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
    flex: 0 0 auto;
}

.checkout-field input[type="checkbox"]:before {
    content: '';
    width: 12px;
    height: 12px;
    background: transparent url(/assets/icons/icon-check-white-12.svg) center center no-repeat;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

.checkout-field input[type="checkbox"]:checked {
    background-color: #0092d2;
    border-color: #0092d2;
}

.checkout-field input[type="checkbox"]:checked:before {
    transform: scale(1);
}

.checkout-field input[type="checkbox"]:focus {
    outline: 1px solid #0092d2;
    outline-offset: 1px;
}

.checkout-field input:hover,
.checkout-field select:hover {
    border-color: #9aabb3;
}

.checkout-field input:focus-visible,
.checkout-field select:focus-visible {
    border-color: #0092d2;
}

.checkout-field input.is-invalid {
    border-color: #d0021b;
}

.customMessage.invalid-feedback {
    font-size: 12px;
    color: #d0021b;
    letter-spacing: -.15px;
    line-height: 16px;
}

.checkout-field input:disabled,
.checkout-field select:disabled,
.checkout-field input.disabled,
.checkout-field select.disabled {
    color: #74838a;
    background-color: #f6f9fc;
    pointer-events: none;
}

.card-checkout {
    background: #fff;
    box-shadow: inset 0 0 0 1px #c7d2d9;
    border-radius: 4px;
    display: flex;
}

.card-checkout:hover {
    box-shadow: inset 0 0 0 1px #9aabb3;
}

.card-checkout.active {
    background: #f6f9fc;
    box-shadow: inset 0 0 0 2px #0092d2;
}

.card-checkout-select {
    display: flex;
    flex: 1 1 auto;
}

.card-checkout-select input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    margin: 0;
    height: 100%;
    padding: 16px 12px 16px 16px;
    display: flex;
    cursor: pointer;
}

.card-checkout-select input[type="radio"]:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #c7d2d9;
    border-radius: 50%;
}

.card-checkout:hover .card-checkout-select input[type="radio"]:before {
    border-color: #9aabb3;
}

.card-checkout-select input[type="radio"]:checked:before {
    background: #0092d2;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #0092d2;
}

.card-checkout-label {
    flex: 1;
    padding: 16px 16px 16px 0;
    cursor: pointer;
}

.card-checkout-label img {
    max-width: 70px;
}

.card-checkout-title {
    letter-spacing: -.1px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.card-checkout-title::first-letter {
    text-transform: uppercase;
}

.card-checkout-text {
    letter-spacing: -.1px;
    line-height: 18px;
    display: block;
}

.card-checkout.address {
    margin-bottom: 16px;
}

.card-checkout.address .card-checkout-select input[type="radio"]:checked:before {
    background: transparent url(/assets/icons/icon-check-round-green-20.svg) center center no-repeat;
    box-shadow: none;
    border-color: transparent;
}

.card-checkout.address .card-checkout-actions {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px;
}

.card-checkout.address .default-address-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.card-checkout.address .default-address-actions .checkout-field.check {
    min-width: 175px;
}

.edit-address-actions {
    display: flex;
    align-items: center;
}

.edit-address-actions .link-small {
    margin: 8px;
}

.address-card-editable {
    padding: 16px;
    border: 1px solid #c7d2d9;
    border-radius: 4px;
    margin-bottom: 16px;
}

.address-card-editable .form-submit {
    font-size: 0;
}

.address-card-editable .form-submit .primary-button {
    margin-right: 8px;
}

.checkout-step-links {
    margin-bottom: 16px;
}

.checkout-step-links.width-100 .primary-button {
    width: 100%;
}

.search.addresses-search {
    margin-bottom: 24px;
}

.search.addresses-search input {
    height: 40px;
}

.card-checkout.payment-method {
    margin-bottom: 8px;
}

.card-checkout.payment-method .card-checkout-select input[type="radio"] {
    align-items: center;
}

.card-checkout.payment-method .card-checkout-label {
    display: flex;
    align-items: center;
}

.card-checkout.payment-method .card-checkout-label img {
    margin-right: 16px;
}

.summary-cards-container {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -8px 16px -8px;
}

.card-checkout.summary,
.card-checkout.summary:hover {
    background: #f6f9fc;
    box-shadow: none;
    border: 1px solid #c7d2d9;
    flex-direction: column;
    flex: 1 1 20%;
    margin: 8px;
    padding: 8px;
}

.card-checkout.summary .card-checkout-body {
    flex: 1;
    padding: 8px;
}

.card-checkout.summary .card-checkout-title {
    font-size: 16px;
    letter-spacing: -.45px;
    line-height: 24px;
    margin-bottom: 8px;
}

.card-checkout.summary span.card-checkout-delivery-method {
    display: inline-block;
    margin-bottom: 8px;
}

.card-checkout.summary span.card-checkout-delivery-default-date {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    letter-spacing: -.45px;
    line-height: 16px;
    font-weight: 700;
    background: #0eae0e;
    padding: 8px;
}

.card-checkout.summary span.card-checkout-payment-badge {
    display: flex;
    align-items: center;
}

.card-checkout.summary span.card-checkout-payment-badge img {
    margin-right: 8px;
}

.card-checkout.summary .card-checkout-actions {
    padding: 0 8px 8px 8px;
    line-height: 16px;
}

.checkout-step h2 {
    margin-bottom: 24px;
}

.checkout-step tr.shoppingcart-row .link-small.icon-left {
    margin-top: 8px;
}

.checkout-step .shoppingcart-feeitem-quantity {
    margin-top: 0;
}

.checkout-step .shoppingcart-product-unit {
    margin-top: 0;
}

.checkout-step .shoppingcart-product-price {
    margin-top: 0;
}

.checkout-step table.shoppingcart tr.shoppingcart-row td.shoppingcart-price-column {
    width: 180px;
}

.checkout-step #shoppingcart-footer td.shoppingcart-reference-container {
    padding: 24px 24px 0 0;
}

.checkout-step .shoppingcart-summary-agreement {
    font-size: 12px;
    line-height: 16px;
}

.checkout-step-content h3 {
    margin-bottom: 16px;
}

#address_wrapper .primary-button.medium {
    margin-bottom: 16px;
}

.checkout-order-button {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.checkout-order-button .small-loader-wheel {
    animation: spin 1s infinite linear;
    border: 3px solid #fff;
    border-left: 3px solid transparent;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.checkout-order-button span {
    vertical-align: middle;
}

.layout-container.order-received {
    padding: 0 16px;
}

.order-received-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 40px;
}

.order-received-container>div {
    flex: 1;
    padding: 0 16px 24px 16px;
    min-width: 380px;
}

.order-received-container .order-info p {
    margin-bottom: 24px;
}

.order-received-container .order-info h3 {
    margin-bottom: 2px;
}

.order-received-container .order-info .order-received-subheading-success {
    margin-bottom: 24px;
    padding-left: 28px;
    background: transparent url(/assets/icons/icon-check-round-green-20.svg) left 2px no-repeat;
}

.order-received-container .order-info .order-received-subheading-pending {
    margin-bottom: 24px;
    padding-left: 28px;
    background: transparent url(/assets/icons/icon-time-round-orange-20.svg) left 2px no-repeat;
}

.account-info-container {
    padding: 12px;
    background: #f6f9fc;
}

.account-info-header {
    display: flex;
    align-items: center;
    margin: 12px 12px 16px 12px;
}

.account-info-header img {
    margin-right: 12px;
}

.account-info-container>p {
    margin: 0 12px 16px 12px;
}

.account-info-container .account-info-menu-items,
.account-info-container .overview-menu-items {
    list-style: none;
    margin-bottom: 16px;
}

.account-info-container .account-info-menu-items li {
    display: block;
    padding-left: 36px;
    background: transparent url(/assets/icons/icon-check-blue-12.svg) 12px center no-repeat;
}

.account-info-container .overview-menu-items li a {
    display: block;
    font-size: 13.6px;
    letter-spacing: -.3px;
    line-height: 16px;
    padding: 12px 12px 12px 32px;
    background: transparent url(/assets/icons/icon-arrowforward-blue-12.svg) 12px 14px no-repeat;
}

.account-info-container .overview-menu-items li a:hover {
    background-color: #fff;
}

.account-info-container form {
    margin: 0 12px 12px 12px;
    max-width: 372px;
}

.account-info-container form .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.account-info-container form .form-label {
    line-height: 18px;
    margin: 0 0 2px 0;
    pointer-events: none;
}

.account-info-container form .form-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    background-color: #fff;
    border: 1px solid #c7d2d9;
    border-radius: 4px;
    font-size: 14px;
    outline: 0;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.account-info-container form .form-input:hover {
    border-color: #9aabb3;
}

.account-info-container form .form-input:focus-visible {
    border-color: #0092d2;
}

.account-info-container form .form-input.is-invalid {
    border-color: #d0021b;
}

.account-info-container form .primary-button {
    width: 100%;
}

/* Checkout Loader */
.checkout-loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 55vh;
    background: var(--body-background-color, #ffffff);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 80px 16px 40px 16px;
    z-index: 1000;
}

.checkout-loader {
    text-align: center;
}

.checkout-loader-wheel {
    animation: checkout-spin 1s infinite linear;
    border: 4px solid var(--loader-wheel-border-left-color, #f3f3f3);
    border-left: 4px solid var(--loader-wheel-border-color, #0354A0);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto 20px auto;
}

.checkout-loader-text {
    color: var(--text-color-grey, #74838a);
    font-size: var(--text-font-size, 14px);
    letter-spacing: -.1px;
    font-weight: 500;
}

.checkout-loader-text:after {
    content: 'Even geduld, wordt geladen';
    animation: checkout-load 2s linear infinite;
}

@keyframes checkout-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes checkout-load {
    0% { content: 'Even geduld, wordt geladen'; }
    33% { content: 'Even geduld, wordt geladen.'; }
    67% { content: 'Even geduld, wordt geladen..'; }
    100% { content: 'Even geduld, wordt geladen...'; }
}