.step_2_wrap {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 1.75rem;
    margin-right: 4%;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-text);
    line-height: 1.85em;
}

@media screen and (max-width: 767px) {
    .step_2_wrap {
        padding: 0.5rem 1rem;
    }
}

.keuze_land {
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.keuze_land .item {
    cursor: pointer;
    height: 4rem;
    line-height: 4rem;
    background-color: #f9fafa;
    font-size: 1.35rem;
    color: var(--e-global-color-text);
    text-transform: uppercase;
    padding: 0 1.15rem 0 3.25rem;
    background-image: url(../img/land_off.png);
    background-repeat: no-repeat;
    background-position: left 1rem center;
    font-weight: 700;
}

.keuze_land .item.active {
    background-color: var(--e-global-color-primary);
    color: #FFF;
    background-image: url(../img/land_on.png);
}

.step_2_wrap .landkeuze {
    margin-top: 2.75rem;
    position: relative;
}

.step_2_wrap .img_wrap {
    padding-right: 2.75rem;
    display: inline-block;
    width: 75%;
    float: left;
}

.step_2_wrap .img_wrap .mob_map {
    display: none;
}

.step_2_wrap .detail_wrap {
    background-color: #f9fafa;
    padding: 1rem;
    width: 25%;
    display: inline-block;
    float: left;
}

.full_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    font-size: 1rem;
}

.delivery-time .woocommerce-input-wrapper,
.delivery-time .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}

.delivery-time .woocommerce-input-wrapper input {
    margin: 0 0.25rem;
}

.delivery-time .woocommerce-input-wrapper label {
    margin-bottom: 0;
}

.step_2_wrap .landkeuze .txt {
    font-size: 1rem;
    text-align: left;
}

.step_2_wrap .landkeuze .txt strong {
    color: var(--e-global-color-primary);
}

@media screen and (max-width: 1300px) {
    .keuze_land .item {
        font-size: 1rem;
    }
    .step_2_wrap .landkeuze.nl .txt {
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .keuze_land .item {
        font-size: 0.9rem;
    }
    .step_2_wrap .landkeuze.nl .txt {
        right: 40px;
        top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .step_2_wrap .landkeuze .txt {
        position: absolute;
        right: 1rem;
        width: 22.5rem;
        top: 1.5rem;
        background: rgba(255, 255, 255, 0.5);
        padding: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .keuze_land {
        flex-direction: column;
        height: auto;
    }
    .keuze_land .item {
        width: 100%;
        font-size: 1rem;
        padding-left: 3rem;
        background-position: left 0.5rem center;
    }
    .step_2_wrap .landkeuze.nl .txt {
        position: unset;
        width: 100%;
        margin: 0.5rem 0;
    }
}

@media only screen and (max-width: 700px) {
    .step_2_wrap .img_wrap {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .step_2_wrap .img_wrap .mob_map {
        display: inline-block;
        margin-bottom: 1.65rem;
    }
    .step_2_wrap .detail_wrap,
    .step_2_wrap .detail_wrap .desc_wrap,
    .step_2_wrap .detail_wrap .control_wrap {
        width: 100%;
        padding-right: 0;
    }
}

.delivery-input {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1rem;
}

.woocommerce-input-wrapper {
    padding: 1rem 0;
}

.delivery-input label {
    font-weight: var(--e-global-typography-text-font-weight) !important;
}