@media(max-width:767.98px) {
    body[current-step="3"] .page-checkout-steps-wrapper {
        transform: translateX(-20%)
    }

    body[current-step="4"] .page-checkout-steps-wrapper,
    body[current-step="5"] .page-checkout-steps-wrapper {
        transform: translateX(-40%)
    }
}

@media(max-width:1199.98px) {
    .page-checkout-steps {
        overflow: hidden
    }
}

.page-checkout-steps-wrapper {
    align-items: center;
    display: inline-flex;
    gap: 48px;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
    transition: transform .3s ease;
    width: 100%
}

@media(max-width:575.98px) {
    .page-checkout-steps-wrapper {
        width: 165%
    }
}

.page-checkout-steps-wrapper a {
    padding-top: 80px;
    position: relative;
    text-align: center;
    width: 15%;
    color: var(--Color-3, #A89968);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Ysabeau;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.9px;
    text-transform: none;
    opacity: 0.5;
    transition: opacity .3s ease;
}

.page-checkout-steps-wrapper a.active {
    font-weight: 600;
    opacity: 0.5;
}

.page-checkout-steps-wrapper a.active.current {
    font-weight: 600;
    opacity: 1;
}

.page-checkout-steps-wrapper a:before {
    align-items: center;
    background-color: #fff;
    content: attr(data-step);
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 48px;
    color: var(--Color-3, #A89968);
    font-variant-numeric: lining-nums proportional-nums;
    text-transform: uppercase;
    border: 1px solid var(--Color-3);
    transition: background .3s ease, color .3s ease;
}

.page-checkout-steps-wrapper a.active::before {
    background-color: var(--Color-3);
    color: #fff;
}

.page-checkout-steps-wrapper a span {
    align-items: center;
    display: flex;
    font-size: inherit;
    font-weight: inherit;
    height: 100%;
    justify-content: center;
    line-height: inherit;
    position: relative;
    text-align: center;
    z-index: 9
}

.page-checkout-step .page-checkout-step-title {
    padding: 32px 0;
    text-align: center;
}

.page-checkout-step .page-checkout-step-title h2 {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-weight: 500;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.page-checkout-step .page-checkout-step-title p {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-1 .repeater-body {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    position: relative;
    width: 100%
}

.page-checkout-step.page-checkout-step-1 .repeater-body .repeater-item {
    width: calc(50% - 16px)
}

.page-checkout-step.page-checkout-step-1 .repeater-body .repeater-footer {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    order: 100;
    padding: 32px 0;
    max-width: calc(50% - 16px);
}

@media(max-width:991.98px) {

    .page-checkout-step.page-checkout-step-1 .repeater-body .repeater-item {
        width: 100%;
    }

    .page-checkout-step.page-checkout-step-1 .repeater-body .repeater-footer {
        padding: 0;
        max-width: 100%;
    }
}

.page-checkout-step.page-checkout-step-1 .repeater-body .repeater-footer .repeater-controlBtn {
    background-color: var(--Color-3);
    border: 0;
    height: 68px;
    transition: background .3s ease;
    width: 68px
}

.page-checkout-step.page-checkout-step-1 .repeater-body .repeater-footer .repeater-controlBtn .icon-add {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-checkout-step.page-checkout-step-1 .repeater-body .repeater-footer .repeater-controlBtn:focus-visible,
.page-checkout-step.page-checkout-step-1 .repeater-body .repeater-footer .repeater-controlBtn:hover {
    background-color: var(--Color-1);
}

.page-checkout-step.page-checkout-step-1 .data-repeater-wrapper+.data-repeater-wrapper {
    margin-top: 6rem
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-1 .data-repeater-wrapper+.data-repeater-wrapper {
        margin-top: 3rem
    }
}

.page-checkout-step.page-checkout-step-1 .data-repeater-counter input::-webkit-inner-spin-button,
.page-checkout-step.page-checkout-step-1 .data-repeater-counter input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.page-checkout-step.page-checkout-step-1 .data-repeater-counter .offer-aside-box-counter {
    gap: 4px;
    display: flex;
    align-items: center;
}

.page-checkout-step.page-checkout-step-1 .data-repeater-counter .offer-aside-box-counter span {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px;
}

.data-repeater-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.page-checkout-step.page-checkout-step-1 .data-repeater-counter input {
    -moz-appearance: textfield;
    color: var(--Color-1, #003);
    background: var(--Color-4, #F4F4F8);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Familjen Grotesk";
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    width: 48px;
    height: 48px;
    aspect-ratio: 1;
    border: 0;
}

.page-checkout-step.page-checkout-step-1 .data-repeater-row .data-repeater-single {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 32px;
    border: 1px solid var(--Color-4, #F4F4F8);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-1 .data-repeater-row .data-repeater-single {
        padding: 16px;
    }
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field,
.page-checkout-step.page-checkout-step-1 .form-field .input-field,
.page-checkout-step.page-checkout-step-1 .form-field .select-field {
    position: relative
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .input-placeholder,
.page-checkout-step.page-checkout-step-1 .form-field .input-field .input-placeholder,
.page-checkout-step.page-checkout-step-1 .form-field .select-field .input-placeholder {
    color: var(--Color-1, #003);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    padding-bottom: 5px;
}

.input-placeholder span.required-mark {
    color: var(--Color-3);
    margin-left: 3px;
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .input-default,
.page-checkout-step.page-checkout-step-1 .form-field .input-field .input-default,
.page-checkout-step.page-checkout-step-1 .form-field .select-field .input-default {
    color: var(--Color-1, #003);
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.9px;
    border: 0;
    width: 100%;
    padding: 14px 16px;
    background: var(--Color-4, #F4F4F8);
    font-variant-numeric: lining-nums proportional-nums;
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .input-default::placeholder,
.page-checkout-step.page-checkout-step-1 .form-field .input-field .input-default::placeholder,
.page-checkout-step.page-checkout-step-1 .form-field .select-field .input-default::placeholder {
    color: rgba(0, 0, 51, 0.5);
}

.page-checkout-step.page-checkout-step-1 .form-field .iti__flag {
    background-image: url(../images/flags.png) !important;
    border: 1px solid #707070 !important;
    box-shadow: 0 0 0 !important;
    height: 15px !important;
}

.page-checkout-step.page-checkout-step-1 .form-field .iti__arrow {
    display: none !important;
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .page-checkout-step.page-checkout-step-1 .form-field .iti__flag {
        background-image: url(../images/flags@2x.png) !important;
    }
}

.page-checkout-step.page-checkout-step-1 .form-field .iti__selected-flag {
    padding: 0 20px !important;
}

.page-checkout-step.page-checkout-step-1 .form-field .iti--allow-dropdown {
    width: 100% !important;
}

.page-checkout-step.page-checkout-step-1 .form-field .iti--allow-dropdown .input-default.input-primary {
    padding-left: 102px !important;
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-default {
    -webkit-touch-callout: none;
    color: var(--Color-1);
    cursor: pointer;
    display: block;
    padding-left: 32px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-variant-numeric: lining-nums tabular-nums;
    color: var(--Color-1, #003);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.9px;
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-default p {
    opacity: 0.5;
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-default:before {
    content: "";
    background: var(--Color-4);
    border: 0;
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    border-radius: 2px;
    z-index: 1
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 12px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 15px;
    z-index: 2
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-input {
    display: none
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-input:focus+.checker-default:after,
.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-input:hover+.checker-default:after {
    opacity: .5
}

.page-checkout-step.page-checkout-step-1 .form-field .checker-field .checker-input:checked+.checker-default:after {
    opacity: 1
}

.page-checkout-step.page-checkout-step-1 .datepicker-field {
    position: relative
}

.page-checkout-step.page-checkout-step-1 .datepicker-field .input-placeholder {
    color: var(--Color-1, #003);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    padding-bottom: 5px;
}

.page-checkout-step.page-checkout-step-1 .datepicker-field.opened:after {
    transform: translateY(-50%) rotate(180deg)
}

.page-checkout-step.page-checkout-step-1 .datepicker-field:after {
    background: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 67%;
    transform: translateY(-50%);
    transition: transform .3s ease;
    width: 24px;
}

.page-checkout-step.page-checkout-step-1 .datepicker-field .datepicker-default {
    background-color: var(--Color-4);
    border: 0;
    cursor: pointer;
    max-width: 100%;
    outline: 0;
    padding: 14px 16px;
    width: 100%;
    font-variant-numeric: lining-nums tabular-nums;
}

.page-checkout-step.page-checkout-step-1 .select-field .input-placeholder {
    color: var(--Color-1, #003);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    padding-bottom: 5px;
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 {
    width: 100% !important
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 .select2-selection--single {
    background: var(--Color-4);
    border: 0;
    border-radius: 0;
    height: 54px;
    transition: border .3s ease
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 .select2-selection--single .select2-selection__rendered {
    background: var(--Color-4, #F4F4F8);
    color: var(--Color-1);
    font-size: 18px;
    letter-spacing: -0.9px;
    padding: 14px 16px;
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: var(--Color-1)
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .3s ease;
    width: auto
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 .select2-selection--single .select2-selection__arrow b {
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: auto
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2 .select2-selection--single .select2-selection__arrow b:before {
    background-image: url(../images/chevron-down.svg);
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.page-checkout-step.page-checkout-step-1 .select-field span.select2.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg)
}

.page-checkout-step.page-checkout-step-1 .form-group {
    display: flex;
    gap: 32px;
}

@media(max-width:575.98px) {
    .page-checkout-step.page-checkout-step-1 .form-group {
        flex-wrap: wrap
    }
}

.page-checkout-step.page-checkout-step-1 .form-group .datepicker-field,
.page-checkout-step.page-checkout-step-1 .form-group .form-field,
.page-checkout-step.page-checkout-step-1 .form-group .select-field {
    width: calc(50% - 16px);
}

@media(max-width:575.98px) {

    .page-checkout-step.page-checkout-step-1 .form-group .datepicker-field,
    .page-checkout-step.page-checkout-step-1 .form-group .form-field,
    .page-checkout-step.page-checkout-step-1 .form-group .select-field {
        width: 100%
    }
}

.page-checkout-step.page-checkout-step-1 .form-group .datepicker-field .input-field,
.page-checkout-step.page-checkout-step-1 .form-group .form-field .input-field,
.page-checkout-step.page-checkout-step-1 .form-group .select-field .input-field {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.page-checkout-step.page-checkout-step-2 .form-fields {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field {
    width: 100%
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-input {
    display: none
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-input:checked+.radio-default {
    background-color: #fff;
    color: var(--Color-1)
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-input:checked+.radio-default:after {
    background-color: var(--Color-3)
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default {
    align-items: center;
    color: var(--Color-1);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    transition: background .3s ease, color .3s ease;
    width: 100%;
    padding: 0 0 0 60px;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default p:last-child {
    text-align: right
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default:before {
    border: 1px solid var(--Color-3);
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    width: 24px;
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default:after {
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    background: transparent;
    width: 16px;
}

.page-checkout-step.page-checkout-step-2 .tooltip-outer,
.page-checkout-step.page-checkout-step-3 .tooltip-outer,
.page-checkout-step.page-checkout-step-4 .tooltip-outer {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 999
}

.page-checkout-step.page-checkout-step-4 .radio-field {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-checkout-step.page-checkout-step-2 .tooltip-outer .tooltip,
.page-checkout-step.page-checkout-step-3 .tooltip-outer .tooltip,
.page-checkout-step.page-checkout-step-4 .tooltip-outer .tooltip {
    align-items: center;
    background-color: var(--Color-1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    left: 50%;
    min-width: 320px;
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: absolute;
    top: -13px;
    transform: translate(-50%, -100%);
    transition: opacity .3s ease;
    color: #fff;
}

@media(max-width:575.98px) {

    .page-checkout-step.page-checkout-step-2 .tooltip-outer .tooltip,
    .page-checkout-step.page-checkout-step-3 .tooltip-outer .tooltip,
    .page-checkout-step.page-checkout-step-4 .tooltip-outer .tooltip {
        min-width: 200px;
    }
}

.page-checkout-step.page-checkout-step-2 .tooltip-outer .tooltip:before,
.page-checkout-step.page-checkout-step-3 .tooltip-outer .tooltip:before,
.page-checkout-step.page-checkout-step-4 .tooltip-outer .tooltip:before {
    border-color: var(--Color-1) transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -.1rem);
    width: 0
}

.page-checkout-step.page-checkout-step-2 .tooltip-outer .tooltip>*,
.page-checkout-step.page-checkout-step-3 .tooltip-outer .tooltip>*,
.page-checkout-step.page-checkout-step-4 .tooltip-outer .tooltip>* {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

.page-checkout-step.page-checkout-step-2 .tooltip-outer:focus .tooltip,
.page-checkout-step.page-checkout-step-3 .tooltip-outer:focus .tooltip,
.page-checkout-step.page-checkout-step-4 .tooltip-outer:focus .tooltip,
.page-checkout-step.page-checkout-step-2 .tooltip-outer:hover .tooltip,
.page-checkout-step.page-checkout-step-3 .tooltip-outer:hover .tooltip,
.page-checkout-step.page-checkout-step-4 .tooltip-outer:hover .tooltip {
    opacity: 1;
    pointer-events: all
}

.page-checkout-step.page-checkout-step-3 .form-field {
    width: 100%
}

.page-checkout-step.page-checkout-step-3 .select2.select2-container {
    display: block;
    max-width: 400px;
    min-width: 400px;
    width: 100% !important
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-3 .select2.select2-container {
        max-width: 240px;
        min-width: 240px
    }
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .select2.select2-container {
        max-width: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .select-long+.select2.select2-container {
    max-width: 400px;
    min-width: 400px
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .select-long+.select2.select2-container {
        max-width: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .select2.select2-container .selection {
    display: block
}

.page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single {
    background: var(--Color-4);
    border: 0;
    border-radius: 0;
    height: 54px;
    transition: border .3s ease
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single {
        height: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Color-1);
    font-size: 18px;
    font-weight: 400;
    padding: 14px 60px 14px 20px;
    font-variant-numeric: lining-nums tabular-nums;
    letter-spacing: 0.9px;
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        white-space: pre-line;
        width: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: var(--Color-1)
}

.page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .3s ease;
    width: auto
}

.page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: auto
}

.page-checkout-step.page-checkout-step-3 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    background-image: url(../images/chevron-down.svg);
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.page-checkout-step.page-checkout-step-3 .select2-container--default.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg)
}

.page-checkout-step.page-checkout-step-3 .box-list .box-title+div>div .select-field {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 16px;
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .box-list .box-title+div>div .select-field {
        margin-left: 0;
        width: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .box-list .box-title h4 {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-3 .box-list .box-single-wrapper .box-single {
    padding: 0 16px;
    width: calc(25% - 12px);
    color: var(--Color-1, #003);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

@media(max-width:1199.98px) {
    .page-checkout-step.page-checkout-step-3 .box-list .box-single-wrapper .box-single {
        margin-bottom: 10px;
        width: 50%
    }
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .box-list .box-single-wrapper .box-single {
        margin-bottom: 5px;
        width: 100%
    }

    .page-checkout-step.page-checkout-step-3 .box-list .box-single-wrapper .box-single:last-child {
        margin-bottom: 0
    }
}

.page-checkout-step.page-checkout-step-3 .single-person {
    border: 1px solid var(--Color-1);
    margin-bottom: 16px;
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person {
        margin-bottom: 10px;
    }
}

.page-checkout-step.page-checkout-step-3 .single-person.active .single-person-heading svg {
    transform: rotate(0)
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field {
    padding-right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-default {
    -webkit-touch-callout: none;
    color: var(--Color-1);
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 32px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-variant-numeric: lining-nums proportional-nums;
    letter-spacing: -0.9px;
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-default:before {
    border: 1px solid var(--Color-3);
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    z-index: 1
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 12px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 16px;
    z-index: 2
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-input {
    display: none
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-input:focus+.checker-default:after,
.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-input:hover+.checker-default:after {
    opacity: .5
}

.page-checkout-step.page-checkout-step-3 .single-person .checker-field .checker-input:checked+.checker-default:after {
    opacity: 1
}

.page-checkout-step.page-checkout-step-3 .single-person .radio-input {
    display: none
}

.page-checkout-step.page-checkout-step-3 .single-person .radio-input:checked+.radio-default {
    color: var(--Color-1)
}

.page-checkout-step.page-checkout-step-3 .single-person .radio-input:checked+.radio-default:after {
    background-color: var(--Color-1)
}


.page-checkout-step.page-checkout-step-3 .single-person .radio-field {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-checkout-step.page-checkout-step-3 .single-person .radio-default {
    align-items: center;
    color: var(--Color-1);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-left: 32px;
    position: relative;
    transition: background .3s ease, color .3s ease;
    width: auto;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

.page-checkout-step.page-checkout-step-3 .single-person .radio-default:before {
    border: 1px solid var(--Color-3);
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    width: 24px;
}

.page-checkout-step.page-checkout-step-3 .single-person .radio-default:after {
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    width: 16px
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-heading {
    cursor: pointer;
    color: #fff;
    background-color: var(--Color-1);
    padding: 8px 32px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-heading p {
    color: var(--Color-5, #FFF);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-heading svg {
    transform: rotate(180deg);
    min-width: 32px;
    max-width: 32px;
    width: 100%;
    transition: transform .3s ease
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-heading svg path {
    stroke: #fff;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: var(--Color-4);
    padding: 32px;
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper {
        gap: 1rem;
        padding: 1rem
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .box-select-row {
    gap: 1rem
}

.page-checkout-step-3 .box-row>div {
    gap: 16px;
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .box-select-row {
        width: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .box-select-row+p {
    text-align: right;
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .box-select-row+p {
        width: 100%
    }
}

@media(max-width:575.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .box-select-row+p {
        flex-grow: 1
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box {
    padding: 32px;
    background-color: #fff;
    position: relative
}

@media(max-width:1199px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box {
        padding: 16px 16px 60px 16px;
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all {
    position: absolute;
    right: 16px;
    top: 16px
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all {
        bottom: 16px;
        top: auto;
        z-index: 9;
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .form-field {
    gap: 1rem
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .checker-field {
    padding-right: 0
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .checker-field .checker-default {
    align-items: center;
    display: flex;
    font-weight: 400;
    padding-left: 0;
    padding-right: 36px;
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .checker-field .checker-default {
        font-size: 12px;
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .checker-field .checker-default img {
    margin-right: 7px;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .checker-field .checker-default:before {
    left: auto;
    right: 0
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-check-all .checker-field .checker-default:after {
    left: auto;
    right: 4px;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row {
    gap: 10px;
    padding-left: 16px;
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row {
        padding-left: 0;
        z-index: 6;
        position: relative;
    }

    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row>div>div,
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row>div {
        width: 100%;
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row>.div {
    flex-grow: 1;
    gap: 16px;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row .form-field.form-checker {
    margin-bottom: 20px;
    width: 30%
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box[data-section="insurance"] .box-row .form-field.form-checker {
    width: 100%;
}

@media(max-width:1199.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row .form-field.form-checker {
        width: 50%
    }
}

@media(max-width:991.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row .form-field.form-checker {
        margin-bottom: 4px;
    }
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row .form-field.form-checker {
        width: 100%
    }
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-title {
    margin-bottom: 16px;
}

.page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-title p {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper+.client-panel-other-cards-wrapper {
    margin-top: 4rem
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .other-cards-title h4 {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row {
    padding: 32px;
    width: 100%;
    border: 1px solid var(--Color-4, #F4F4F8);
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width:991px) {
    .page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row {
        padding: 16px;
    }
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single {
    display: flex
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single svg {
    height: 100%
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single svg {
        max-width: 48px;
    }
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single.card-individual svg g {
    fill: #8e8e8e
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single.card-family svg g {
    fill: var(--Color-3)
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single.no-card {
    width: 100%;
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field {
    padding: 1rem 2.5rem
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field {
    position: relative
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field .input-placeholder {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    padding-bottom: .5rem
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field .input-default {
    background-color: #fff;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 2.5rem;
    outline: 0;
    padding: 1.55rem 2rem;
    transition: border .3s ease, background .3s ease;
    width: 100%
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field .input-default:not(:-moz-placeholder-shown) {
    background-color: #f2f2f2
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field .input-default:focus-visible,
.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field .input-default:hover,
.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .input-field .input-default:not(:placeholder-shown) {
    background-color: #f2f2f2
}

@media(max-width:1199.98px) {
    .page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field {
        order: 0;
        width: 100%
    }
}

@media(max-width:767.98px) {
    .page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field {
        padding: 1rem 0
    }
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field {
    padding-right: 2rem
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field h4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
    margin: 0;
    padding-left: 0
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-default {
    -webkit-touch-callout: none;
    color: var(--Color-1);
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.3rem;
    padding-left: 3.1rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-default:before {
    border: 1px solid var(--Color-1);
    content: "";
    height: 2rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    z-index: 1
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 1rem;
    left: .3rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 1.3rem;
    z-index: 2
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-input {
    display: none
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-input:focus+.checker-default:after,
.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-input:hover+.checker-default:after {
    opacity: .5
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .checker-field .checker-input:checked+.checker-default:after {
    opacity: 1
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-input {
    display: none
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-input:checked+.radio-default:after {
    background-color: var(--Color-3)
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-default {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    gap: 8px;
    justify-content: space-between;
    padding: 0 0 0 60px;
    position: relative;
    transition: background .3s ease, color .3s ease;
    width: 100%;
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-default h4 {
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Ysabeau;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.9px;
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-default svg+div {
    padding-left: 24px;
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-default:before {
    border: 1px solid var(--Color-3);
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    width: 24px
}

.page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-default:after {
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    background-color: transparent;
    width: 16px
}

.page-checkout-step.page-checkout-step-5 .form-field.vat-field {
    border-top: 1px solid var(--Color-4);
    padding: 16px 0
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field {
    padding: 1rem 0
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-default {
    -webkit-touch-callout: none;
    color: var(--Color-1);
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-default p {
    opacity: 0.5;
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-default:before {
    border: 1px solid var(--Color-4);
    background-color: var(--Color-4);
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    z-index: 1
}

.page-checkout-step.page-checkout-step-5 .form-fields-owu {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px 0;
}

.page-checkout-step.page-checkout-step-5 .form-fields-owu .form-field .checker-field .checker-default:before {
    background: #fff;
}

.page-checkout-step.page-checkout-step-5 .form-fields-owu .form-field .checker-field p {
    opacity: 1;
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 10px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 13px;
    z-index: 2
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-input {
    display: none
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-input:focus+.checker-default:after,
.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-input:hover+.checker-default:after {
    opacity: .5
}

.page-checkout-step.page-checkout-step-5 .form-field .checker-field .checker-input:checked+.checker-default:after {
    opacity: 1
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field .checker-default {
    -webkit-touch-callout: none;
    color: var(--Color-1);
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 48px;
    position: relative;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field .checker-default:before {
    background-color: var(--Color-1);
    border-radius: 0;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s ease;
    width: 42px;
    border-radius: 12px;
    z-index: 1
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field .checker-default:after {
    background-color: var(--Color-1);
    border-radius: 0;
    content: "";
    height: 16px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    transition: right .3s ease;
    width: 16px;
    border-radius: 8px;
    z-index: 2;
    background-color: #fff;
    opacity: 0.3;
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field .checker-input {
    display: none
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field .checker-input:checked+.checker-default:before {
    background-color: var(--Color-1)
}

.page-checkout-step.page-checkout-step-5 .form-field .switch-field .checker-input:checked+.checker-default:after {
    background-color: #fff;
    opacity: 1;
    right: 3px;
}

.page-checkout-step.page-checkout-step-5 .cards-row.cards-items-row ul {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 6px;
    margin: 5px 0;
    padding-left: 16px;
}

.page-checkout-step.page-checkout-step-5 .cards-row.cards-people p {
    font-size: 16px;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single h5 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single.card-item,
.page-checkout-step.page-checkout-step-5 .cards-row .card-single p {
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-header {
    margin-bottom: 16px;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single .card-heading {
    width: 100%;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-transform: uppercase;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single .card-price {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 25%;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single .card-price .price-old {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: line-through
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single.card-header {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single.card-item .card-price {
    font-size: 16px;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single.card-item:last-child {
    border-bottom: 0
}

.page-checkout-step.page-checkout-step-5 .cards-row .cards-row-inner {
    background-color: var(--Color-2);
    border-bottom: 1px solid #fff;
    gap: 8px;
    /* padding: 16px; */
}

/* .page-checkout-step.page-checkout-step-5 .cards-row .cards-row-inner .card-single:not(.card-item) {
    padding: 0 15px;
} */

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper {
    padding: 32px;
    border: 1px solid var(--Color-4, #F4F4F8);
    background: var(--Color-5, #FFF);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-data-heading h3 {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-data-heading p {
    font-size: 2.2rem;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper.form-wrapper-invoice {
    display: none;
    gap: 0;
    padding-top: 4rem
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper.form-wrapper-invoice .form-field {
    margin-bottom: 2rem
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .input-field,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select-field {
    position: relative
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .input-placeholder,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .input-field .input-placeholder,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select-field .input-placeholder {
    color: var(--Color-1, #003);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding-bottom: 8px;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .input-default,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .input-field .input-default,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select-field .input-default {
    background: var(--Color-4, #F4F4F8) !important;
    border: 0;
    outline: 0 !important;
    padding: 14px 16px !important;
    transition: border .3s ease, background .3s ease !important;
    width: 100% !important;
    color: var(--Color-1, #003);
    font-family: Ysabeau;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.9px;
    font-variant-numeric: lining-nums proportional-nums;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .iti__flag {
    background-image: url(../images/flags.png) !important;
    border: 1px solid #707070 !important;
    box-shadow: 0 0 0 !important;
    height: 15px !important;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .iti__arrow {
    display: none !important;
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .iti__flag {
        background-image: url(../images/flags@2x.png) !important;
    }
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .iti__selected-flag {
    padding: 0 16px !important;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .iti--allow-dropdown {
    width: 100% !important;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .iti--allow-dropdown .input-default.input-primary {
    padding-left: 102px !important;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-default {
    -webkit-touch-callout: none;
    color: var(--Color-1);
    cursor: pointer;
    display: block;
    padding-left: 40px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-default:before {
    border: 1px solid var(--Color-4);
    background-color: var(--Color-4);
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    z-index: 1
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 10px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 13px;
    z-index: 2
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-input {
    display: none
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-input:focus+.checker-default:after,
.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-input:hover+.checker-default:after {
    opacity: .5
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .checker-field .checker-input:checked+.checker-default:after {
    opacity: 1
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 {
    width: 100% !important
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 .select2-selection--single {
    border: 0;
    border-radius: 0;
    height: 54px;
    transition: border .3s ease;
    background-color: var(--Color-4);
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 .select2-selection--single .select2-selection__rendered {
    color: var(--Color-1);
    font-size: 18px;
    padding: 13px 16px;
    transition: background .3s ease
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 .select2-selection--single .select2-selection__rendered[title] {
    background: var(--Color-4);
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .3s ease;
    width: auto
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 .select2-selection--single .select2-selection__arrow b {
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: auto
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2 .select2-selection--single .select2-selection__arrow b:before {
    background-image: url(../images/chevron-down.svg);
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-field .select2-default+span.select2.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg)
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-group {
    display: flex;
    gap: 16px
}

@media(max-width:575.98px) {
    .page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-group {
        flex-wrap: wrap
    }
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-group .form-field {
    width: 50%
}

@media(max-width:575.98px) {
    .page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-group .form-field {
        width: 100%
    }
}

.page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper .client-panel-form-wrapper .form-group .form-field .input-field {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .textarea-wrapper {
    border: 1px solid var(--Color-4, #F4F4F8);
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 16px;
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .textarea-wrapper textarea {
    padding: 16px;
    background-color: var(--Color-4);
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .textarea-wrapper .input-default {
    color: var(--Color-1, #003);
    font-family: Ysabeau;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.9px;
    height: 255px;
    min-height: 54px;
    resize: vertical;
    transition: border .3s ease, background .3s ease;
    width: 100%;
    border: 0;
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .textarea-wrapper .textarea-field {
    position: relative
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .textarea-wrapper .textarea-field p {
    bottom: 20px;
    color: var(--Color-1);
    font-weight: 500;
    pointer-events: none;
    position: absolute;
    right: 20px;
    opacity: 0.5;
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment {
    background-color: #fff;
    cursor: pointer;
    padding: 16px;
    transition: border .3s ease, box-shadow .3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment h3 {
    color: var(--Color-1);
    font-weight: 700;
    margin: 0;
    transition: color .3s ease, opacity .3s ease;
    text-align: center;
    opacity: 0.5;
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment.active,
.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment:active,
.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment:focus-visible,
.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment:hover {
    border-color: var(--Color-3);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .29)
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment.active h3,
.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment:active h3,
.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment:focus-visible h3,
.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment:hover h3 {
    color: var(--Color-1);
    opacity: 1;
}

.select2-container .select2-dropdown {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .29);
    z-index: 1001;
    z-index: 999
}

.select2-container .select2-dropdown .select2-results__options {
    max-height: 320px;
    padding: 16px 0
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option {
    color: var(--Color-1);
    padding: 8px 16px;
    position: relative;
    transition: background .3s ease, color .3s ease
}


.select2-container .select2-dropdown.select2-yellow .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container .select2-dropdown.select2-yellow .select2-results__options .select2-results__option.select2-results__option[aria-selected=true],
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
    background: var(--Color-1);
    color: #fff;
}

.select2-container .select2-dropdown.select2-yellow .select2-results__options .select2-results__option {
    color: var(--Color-1);
    padding: 8px 16px;
    position: relative;
    transition: background .3s ease, color .3s ease
}

body[current-step="3"] .page-checkout-aside-bar,
body[current-step="4"] .page-checkout-aside-bar {
    display: block
}

.page-checkout-aside-bar {
    display: none;
    height: auto;
    left: 100%;
    position: fixed;
    right: 0;
    top: 216px;
    width: 260px;
    z-index: 999
}

@media (min-width:1921px) {
    .page-checkout-aside-bar {
        width: 360px;
    }
}

@media(max-width:1700px) {
    .page-checkout-aside-bar {
        bottom: 0;
        left: 0;
        max-height: 80vh;
        overflow-y: auto;
        position: fixed;
        top: auto;
        transform: translateY(100%);
        transition: transform .3s ease;
        width: 100%;
        display: none !important;
    }
}

@media(min-width:1701px) {
    .page-checkout-aside-bar {
        transform: translateY(0) translateX(-100%) !important
    }

    .page-checkout-aside-bar .page-checkout-aside-expand {
        display: none
    }
}

.page-checkout-aside-bar .page-checkout-aside-expand .page-checkout-aside-expand-inner {
    border-top: .2rem solid var(--Color-1);
    cursor: pointer;
    padding: .6rem 1.5rem
}

.page-checkout-aside-bar .page-checkout-aside-expand .page-checkout-aside-expand-inner.active svg {
    transform: rotate(0)
}

.page-checkout-aside-bar .page-checkout-aside-expand .page-checkout-aside-expand-inner.active~.page-checkout-aside-expand-price {
    display: none
}

.page-checkout-aside-bar .page-checkout-aside-expand .page-checkout-aside-expand-inner p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem
}

.page-checkout-aside-bar .page-checkout-aside-expand .page-checkout-aside-expand-inner svg {
    height: auto;
    transform: rotate(180deg);
    transition: transform .3s ease;
    width: 1.6rem
}

.page-checkout-aside-bar .page-checkout-aside-expand .page-checkout-aside-expand-inner svg path {
    fill: var(--Color-1)
}

.page-checkout-aside-bar .bg-primary .aside-bar-single:not(:first-child) {
    border-top: .2rem solid var(--Color-1)
}

.page-checkout-aside-bar .bg-secondary .aside-bar-single:not(:first-child) {
    border-top: .2rem solid var(--Color-3)
}

.page-checkout-aside-bar .aside-bar-wrapper .aside-bar-single {
    padding: 16px;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-checkout-aside-bar .aside-bar-wrapper .aside-bar-single .aside-bar-heading h4 {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-transform: uppercase;
}

.page-checkout-aside-bar.expanded .page-checkout-aside-bar-footer {
    bottom: 0;
    position: sticky;
    top: auto
}

.aside-bar-content-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.aside-bar-content ul {
    margin: 0;
    padding: 0;
    list-style-type: decimal;
    color: var(--Color-1, #003);
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    padding-left: 20px;
}

@media(max-width:1700px) {
    .page-checkout-aside-bar .page-checkout-aside-bar-footer {
        position: absolute;
        top: 32px;
        width: 100%
    }
}


body[current-step="5"] .page-checkout-step-proceed {
    display: none
}

.page-checkout-thankyou-title {
    padding: 32px 0;
    position: relative
}

.page-checkout-thankyou-title .page-checkout-title-bar {
    border-bottom: 1px solid var(--Color-3);
    color: var(--Color-1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 8px 16px;
}

.page-checkout-thankyou {
    padding: 0 0 64px;
}

.page-checkout-thankyou p {
    font-size: 18px;
}

.page-checkout-thankyou .page-checkout-thankyou-btn {
    padding: 32px 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.page-checkout-thankyou .thankyou-text {
    padding: 32px 0;
}

.page-checkout-thankyou .thankyou-table {
    gap: 16px;
}

.page-checkout-thankyou .thankyou-table .thankyou-table-single {
    gap: 55px;
    width: 100%
}

@media(max-width:991.98px) {

    .page-checkout-thankyou {
        padding: 0 0 32px;
    }

    .page-checkout-thankyou .thankyou-table .thankyou-table-single {
        gap: 25px;
    }
}

@media(max-width:575.98px) {
    .page-checkout-thankyou .thankyou-table .thankyou-table-single {
        flex-wrap: wrap;
        gap: 0
    }
}

.page-checkout-thankyou .thankyou-table .thankyou-table-single p {
    width: 50%
}

@media(max-width:575.98px) {
    .page-checkout-thankyou .thankyou-table .thankyou-table-single p {
        width: 100%
    }
}

.page-checkout-thankyou .thankyou-table .thankyou-table-single p:first-of-type {
    text-align: right
}

@media(max-width:575.98px) {
    .page-checkout-thankyou .thankyou-table .thankyou-table-single p:first-of-type {
        text-align: center
    }
}

.page-checkout-thankyou .thankyou-table .thankyou-table-single p:last-of-type {
    text-align: left
}

@media(max-width:575.98px) {
    .page-checkout-thankyou .thankyou-table .thankyou-table-single p:last-of-type {
        text-align: center
    }
}

.page-checkout-thankyou-box {
    padding: 0 0 2rem
}

.page-checkout-thankyou-box .secondary-box {
    background-color: var(--Color-1);
    color: #fff;
    margin: .5rem 0 4rem;
    padding: 2rem 4.5rem
}

@media(max-width:1399.98px) {
    .page-checkout-thankyou-box .secondary-box {
        margin: .5rem 0 2rem;
        padding: 2rem
    }
}

@media(max-width:991.98px) {
    .page-checkout-thankyou-box .secondary-box {
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 3rem 2rem 3.7rem
    }

    .page-checkout-thankyou-box .secondary-box>* {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767.98px) {
    .page-checkout-thankyou-box .secondary-box {
        padding: 1.5rem 2rem
    }
}

.page-checkout-thankyou-box .secondary-box .d-flex {
    gap: 4rem
}

.page-checkout-thankyou-box .secondary-box .secondary-box-heading h4 {
    font-weight: 700;
    line-height: 3.5rem;
    margin: 0;
    padding-bottom: .5rem;
    padding-top: .1rem
}

@media(max-width:991.98px) {
    .page-checkout-thankyou-box .secondary-box .secondary-box-heading h4 {
        padding-bottom: 0;
        padding-top: 0
    }
}

@media(max-width:767.98px) {
    .page-checkout-thankyou-box .secondary-box .secondary-box-heading h4 {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.page-checkout-thankyou-box .secondary-box .secondary-box-heading p {
    font-weight: 500;
    padding-bottom: .5rem
}

@media(max-width:991.98px) {
    .page-checkout-thankyou-box .secondary-box .secondary-box-heading p {
        display: none
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in,
.fade.show {
    opacity: 1
}

.modal-backdrop {
    background-color: var(--Color-1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10010
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .4
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

#warn_modal.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10020
}

#warn_modal .modal-flex {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh
}

#warn_modal .modal-dialog {
    margin-bottom: 3rem;
    margin-top: 3rem;
    max-width: 90rem;
    position: relative;
    width: 100%
}

@media(max-width:1399.98px) {
    #warn_modal .modal-dialog {
        width: 75%
    }
}

@media(max-width:991.98px) {
    #warn_modal .modal-dialog {
        margin: 0 16px;
        width: 100%
    }
}

@media(max-width:575.98px) {
    #warn_modal .modal-dialog {
        margin-bottom: 0
    }
}

#warn_modal .modal-content {
    position: relative
}

#warn_modal .modal-content .modal-body {
    background: var(--Color-1);
    color: #fff;
    margin-bottom: 8px;
}

#warn_modal .modal-content .modal-body .modal-text {
    font-size: 26px;
    padding: 32px;
}

#warn_modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

@media(max-width:767.98px) {
    .daterangepicker {
        max-width: 100%;
        width: auto
    }
}

.daterangepicker.opensright .drp-calendar.left {
    padding-left: 1rem
}

.daterangepicker.opensright .drp-calendar.left .calendar-table {
    padding-right: 0
}

/*  */

.page-checkout {
    padding: 32px 0;
}

.page-checkout-title-bar {
    border-bottom: 1px solid var(--Color-3);
    color: var(--Color-1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 8px 16px;
}

.page-checkout-step.page-checkout-step-1 .data-repeater-counter {
    display: flex;
    align-items: center;
    gap: 32px;
}

.validate-field {
    position: relative;
}

.data-repeater-counter>p {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.input-field-error-box {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    font-size: 14px;
    color: #d44e4e;
    opacity: 0;
    transition: opacity .3s ease;
}

.validate-field.error-validate .input-field-error-box {
    opacity: 1;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.page-checkout-step-proceed {
    margin: 64px 0;
}

.page-checkout-step-proceed-wrapper {
    display: flex;
    justify-content: center;
}

.page-checkout-step-2 .room-single-wrapper {
    display: flex;
    flex-direction: column;
}

.page-checkout-step-2 .room-single {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.input-default,
input {
    font-variant-numeric: lining-nums proportional-nums;
}

.pay-btn {
    display: flex;
    justify-content: center;
}

.page-reservation-pay-title {
    text-align: center;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-checkout-step-5 {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-bottom: 64px;
}

.page-reservation-pay {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#step_5_payment_method {
    display: flex;
    gap: 32px;
}

#step_5_payment_method .payment-single {
    width: calc(50% - 16px);
    border: 1px solid var(--Color-4, #F4F4F8);
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment {
    height: 100%;
}

.panel-data-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.panel-data-row>* {
    width: calc(50% - 16px);
}

.client-panel-data-info-wrapper {
    display: flex;
    flex-direction: column;
}

.cards-row-outer {
    background-color: var(--Color-4);
    padding: 32px;
    border-bottom: 1px solid #fff;
}

.cards-row-outer.cards-row-discount {
    border: 0;
    background-color: #fff;
    padding: 32px 0;
}

.cards-row-outer.cards-row-discount .card-single.card-header {
    margin-bottom: 0;
}

.discount-form-row,
.cards-row-discount .cards-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.discount-form-row input {
    margin: 0 16px;
    color: var(--Color-1, #003);
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.9px;
    padding: 14px 16px;
    border: 0;
    background-color: var(--Color-4);
    width: calc(100% - 32px);
}

.discount-form-row input::placeholder {
    opacity: 0.5;
}

.discount-form-row button {
    margin: 0 auto;
}

.page-checkout-aside-bar-content {
    background-color: var(--Color-4);
}

.page-checkout-aside-bar-footer {
    background-color: var(--Color-2);
}

.aside-bar-price-wrapper {
    color: var(--Color-5, #FFF);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.4px;
    /* 120% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.aside-bar-price {
    display: flex;
    flex-direction: column;
}

.page-checkout-aside-bar .page-checkout-aside-bar-footer .aside-bar-wrapper .aside-bar-content .price {
    text-align: right
}

.page-checkout-aside-bar .page-checkout-aside-bar-footer .aside-bar-wrapper .aside-bar-content .price-old {
    text-align: right;
    text-decoration: line-through
}

.row-box-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.row-box-list>.box-list {
    border: 1px solid var(--Color-4, #F4F4F8);
    background: var(--Color-5, #FFF);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 32px;
}

.box-single-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.box-single-wrapper-outer {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.people-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px 0;
}

.form-field-flex {
    display: flex;
    align-items: center;
}

.form-field-flex .select-field {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-main .tooltip table tbody td {
    padding: 0 !important;
    font-size: 16px !important;
    font-family: Ysabeau !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #fff !important;
}

.box-select-row-wrapper-single {
    display: flex;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.page-checkout-step-3 .select-field {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-outer {
    min-width: 24px;
    width: 100%;
    max-width: 24px;
}

.payu_payment_pln {
    padding: 16px;
}

.page-checkout-step.page-checkout-step-5 .card-summary {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--Color-2);
}

.page-checkout-step.page-checkout-step-5 .card-summary>h5 {
    margin-bottom: 0;
}

.page-checkout-step.page-checkout-step-5 .cards-row .card-single .card-heading .page-checkout-step.page-checkout-step-5 .card-summary>* {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-transform: uppercase;
}

.page-checkout-step-5 .form-field.checker-text {
    font-size: 16px;
    opacity: 0.5;
}

.cards-items-row {
    display: flex;
    flex-direction: column;
}

.cards-people {
    gap: 8px;
}

.cards-people+.cards-people {
    margin-top: 16px;
}

.card-summary * {
    color: #FFF !important;
}

.cards-items-row .card-single .card-text {
    width: 75%;
}

.cards-items-row .card-single .card-price {
    width: 25%;
}

@media (max-width:1440px) {
    .page-checkout-step-proceed {
        margin: 48px 0;
    }

    .page-checkout-step-5 {
        gap: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width:1199px) {

    .row-box-list>.box-list {
        padding: 16px;
    }
}

@media (max-width:991px) {
    .page-checkout-step-proceed {
        margin: 32px 0;
    }

    .page-checkout-step.page-checkout-step-5 .client-panel-data-wrapper {
        padding: 16px;
    }

    .page-checkout-step-5 {
        gap: 32px;
        padding-bottom: 32px;
    }

    .page-reservation-pay {
        gap: 16px;
    }

    .panel-data-row>* {
        width: 100%;
    }

    .page-checkout-step.page-checkout-step-5 .page-reservation-pay .choose-payment {
        height: auto;
    }

    #step_5_payment_method {
        flex-wrap: wrap;
    }

    #step_5_payment_method .payment-single {
        width: 100%;
    }

    .box-select-row-wrapper-single {
        flex-direction: column;
    }
}

@media (max-width:768px) {

    .page-checkout-step.page-checkout-step-4 .client-panel-other-cards-wrapper .cards-row-wrapper .cards-row .card-single .form-field .radio-default h4,
    .page-checkout-step-2 .room-single {
        font-size: 16px;
    }

    .page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default {
        font-size: 18px;
        padding-left: 42px;
    }

    .page-checkout-step.page-checkout-step-3 .select-long+.select2.select2-container {
        min-width: auto;
    }
}

@media (max-width:679px) {

    .page-checkout-step.page-checkout-step-3 .single-person .single-person-wrapper .single-person-box .box-row>div,
    .page-checkout-step.page-checkout-step-3 .single-person .radio-field,
    .page-checkout-step-3 .select-field {
        flex-direction: column;
    }
}

/* pokoje - krok 2 */

#step_2_variants .form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#step_2_variants .room-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid #003;
    text-align: left !important;
    text-transform: none;
    max-width: 900px;
    margin: 0 auto;
}

#step_2_variants .room-wrapper p {
    text-align: left !important;
}

#step_2_variants .room-slider {
    display: flex;
    max-width: 40%;
    width: 100%;
}

#step_2_variants .room-slider .swiper-slide {
    line-height: 0.8;
}

#step_2_variants .room-slider .swiper-slide img {
    aspect-ratio: 359 / 315;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#step_2_variants .room-data {
    width: 100%;
    max-width: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    transition: background .3s ease;
}

#step_2_variants .room-data .room-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0;
}

#step_2_variants .feature-single {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
}

#step_2_variants .feature-single svg {
    min-width: 24px;
    max-width: 24px;
    width: 100%;
}

#step_2_variants .room-data .lower-data {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#step_2_variants .room-data .btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#step_2_variants .room-data .room-price {
    text-align: right !important;
    margin-top: 16px;
}

#step_2_variants .room-price {
    font-size: 32px;
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default::before,
.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default::after {
    display: none;
    content: none;
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-input:checked+.radio-default .item-choose {
    display: none;
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-input:not(:checked)+.radio-default .item-chosen {
    display: none;
}

.page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-input:checked+.radio-default .room-data {
    background-color: var(--Color-4);
}

#step_2_variants .swiper-button-prev,
#step_2_variants .swiper-button-next {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#step_2_variants .swiper-button-prev svg,
#step_2_variants .swiper-button-next svg {
    width: 14px;
    height: 12px;
}

#step_2_variants .swiper-button-prev::after,
#step_2_variants .swiper-button-next::after {
    display: none;
    content: none;
}

@media (max-width:991px) {

    #step_2_variants .room-data,
    #step_2_variants .room-slider {
        max-width: 100%;
    }

    #step_2_variants .room-slider .swiper-slide img {
        aspect-ratio: 4/2;
    }
}

@media (max-width:768px) {
    .page-checkout-step.page-checkout-step-2 .form-fields .form-field .radio-default {
        padding: 0;
    }

    #step_2_variants .swiper-button-prev,
    #step_2_variants .swiper-button-next {
        width: 24px;
        height: 24px;
    }
}

/* pokoje - krok 2 */

.owu-title{
    margin-top: 10px;
    font-weight: bold;
}