﻿.checkout_headline {
    width: 100%;
    text-align: center;
    font-size: 28px;
    border-bottom: 1px solid var(--main-color2);
    padding-top: 28px;
    padding-bottom: 13px;
}

.checkout_left_col {
    float: left;
    width: calc(100% - 700px);
}

.checkout_right_col {
    float: right;
    width: 700px;
}

    .checkout_right_col #WalleyWidthFix {
        width: inherit;
        padding-left: 0px;
        padding-right: 0px;
    }

.checkout_options {
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 3px;
    min-height: 58px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d9d9d9;
    position: relative;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
}

    .checkout_options i {
        color: var(--main-color1);
        transition: .25s;
    }

.checkout_options_icon {
    position: absolute;
    left: 50px;
    font-size: 25px;
    top: 15px;
}

.checkout_options_icon2 {
    position: absolute;
    left: calc(50% + 50px);
    font-size: 25px;
    top: 15px;
}

.checkout_options .checkout_options_highlight {
    max-width: 420px;
    overflow: hidden;
    background-color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout_options:hover .checkout_options_highlight {
    border-bottom: 2px solid var(--main-color2);
    color: black;
    overflow: hidden;
    white-space: unset;
}

.checkout_options_buttonarea {
    position: absolute;
    min-height: 58px;
    width: 100%;
    cursor: pointer;
}

.checkout_options_headline {
    position: absolute;
    left: 110px;
    font-size: 20px;
    top: 18px;
}

.checkout_options_headline2 {
    position: absolute;
    left: calc(50% + 110px);
    font-size: 20px;
    top: 18px;
}

.checkout_options_headlineA {
    position: absolute;
    left: 110px;
    font-size: 20px;
    top: 12px;
    z-index: 2;
}

.checkout_options_headlineB {
    position: absolute;
    left: 110px;
    font-size: 14px;
    top: 35px;
    color: gray;
    z-index: 1;
}

.checkout_options_headlineInfo {
    position: absolute;
    right: 105px;
    top: 19px;
    font-size: 20px;
}

.checkout_shippingoptions_panel {
    padding-top: 58px;
    padding-left: 110px;
    font-size: 14px;
    min-height: 50px;
    width: calc(100% - 110px);
}

    .checkout_shippingoptions_panel .tb_Postnr,
    .checkout_shippingoptions_panel .tb_discount_code {
        position: absolute;
        left: 110px;
        top: 58px;
        text-align: left;
        width: 335px;
    }

    .checkout_shippingoptions_panel .tb_Poststed {
        position: absolute;
        left: 110px;
        top: 58px;
        text-align: left;
        border: none;
        background-color: transparent;
        font-family: Signika;
        width: 335px;
        text-align: left;
        margin-left: 0px;
        pointer-events: none;
        padding-left: 100px;
        box-shadow: none;
    }

    .checkout_shippingoptions_panel .btn_load_shippingoptions,
    .checkout_shippingoptions_panel .btn_add_discount {
        position: absolute;
        top: 58px;
        left: 455px;
        width: 335px;
    }

    .checkout_shippingoptions_panel .lbl_discount_feedback {
        position: absolute;
        top: 105px;
        width: calc(100% - 220px);
        box-sizing: border-box;
        height: 30px;
    }

.ddl_shippingoptions_holder {
    height: 100px;
    width: calc(100% - 110px);
    box-sizing: border-box;
}

.ddl_shippingoptions {
    position: absolute;
    left: 110px;
    top: 105px;
    width: calc(100% - 220px);
}

.btn_standard_shippingoptions {
    font-size: 14px;
    color: gray;
    text-decoration: none;
    margin-bottom: 10px;
}

    .btn_standard_shippingoptions i {
        color: gray;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: .5s;
    }

    .btn_standard_shippingoptions:hover i {
        color: darkred;
        transform: rotate(-90deg);
    }

#checkout_options_chevron {
    transition: transform .5s;
}

.chevron_180 {
    transform: rotate(-180deg);
}

.checkout_options_action {
    position: absolute;
    right: 60px;
    top: 15px;
    color: var(--main-color1);
    font-size: 24px;
    padding-right: 1px;
}

.checkout_options:hover .checkout_options_action {
    font-size: 26px;
    padding-right: 0px;
}

.pnl_FactoringRequest {
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.pnl_FactoringOrder {
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
}

    .pnl_FactoringOrder .FactoringOrderHeadline {
        width: 100%;
        text-align: center;
        background-color: #e9e9e9;
        border-radius: 3px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
        margin-bottom: 5px;
    }

        .pnl_FactoringOrder .FactoringOrderHeadline div {
            color: gray;
            cursor: pointer;
        }

            .pnl_FactoringOrder .FactoringOrderHeadline div:hover {
                color: black;
            }

        .pnl_FactoringOrder .FactoringOrderHeadline i {
            color: var(--main-color1);
            margin-right: 10px;
        }

.checkout_termsv2 {
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #454b4e;
    margin-bottom: 20px;
}

    .checkout_termsv2 i {
        margin-right: 5px;
        font-size: 14px;
    }

.elsa_option {
    position: relative;
    background-color: white;
    border-radius: 5px;
    height: 56px;
    width: calc(100% - 64px);
    margin-bottom: 5px;
    border: 2px solid white;
    color: black;
}

    .elsa_option:hover {
        cursor: pointer;
        border: 2px solid var(--main-color2);
    }

    .elsa_option img {
        position: absolute;
        left: 20px;
        top: 14px;
        width: 28px;
    }

.elsa_option_name {
    position: absolute;
    left: 68px;
    top: 16px;
}

.elsa_option_time {
    position: absolute;
    font-size: 11px;
    color: gray;
    left: 68px;
    top: 31px;
}

.elsa_option_price {
    position: absolute;
    font-size: 20px;
    right: 45px;
    top: 17px;
}

.elsa_options {
    margin-top: 45px;
    background-color: transparent;
    width: 100%;
    border: 0px solid white;
}

/* --------------------------- START : 3/4 HALV BREDDE ----------------------------------------------- */
@media only screen and (max-width: 1635px) {
    .checkout_left_col {
        width: calc(100% - 500px);
    }

    .checkout_right_col {
        width: 500px;
    }

    .checkout_shippingoptions_panel {
        padding-left: 50px;
        width: calc(100% - 50px);
    }

        .checkout_shippingoptions_panel .tb_Postnr,
        .checkout_shippingoptions_panel .tb_discount_code {
            left: 50px;
        }

        .checkout_shippingoptions_panel .tb_Poststed {
            left: 50px;
        }

        .checkout_shippingoptions_panel .btn_load_shippingoptions,
        .checkout_shippingoptions_panel .btn_add_discount {
            left: 395px;
            width: 255px;
        }

    .ddl_shippingoptions {
        left: 50px;
        width: calc(100% - 100px);
    }

    .checkout_termsv2 {
        font-size: 10px;
    }

        .checkout_termsv2 i {
            margin-right: 2px;
            font-size: 10px;
        }
}


/* --------------------------- SLUTT : 3/4 HALV BREDDE ----------------------------------------------- */

/* --------------------------- START : 2/4 HALV BREDDE ----------------------------------------------- */
@media only screen and (max-width: 1235px) {
    .checkout_left_col {
        width: 100%;
    }

    .checkout_right_col {
        width: 100%;
    }

        .checkout_right_col #WalleyWidthFix {
            width: calc(100% - 40px);
            padding-left: 20px;
            padding-right: 20px;
        }

    .checkout_shippingoptions_panel {
        padding-left: 110px;
        width: calc(100% - 110px);
    }

        .checkout_shippingoptions_panel .tb_Postnr,
        .checkout_shippingoptions_panel .tb_discount_code {
            left: 110px;
        }

        .checkout_shippingoptions_panel .tb_Poststed {
            left: 110px;
        }

        .checkout_shippingoptions_panel .btn_load_shippingoptions,
        .checkout_shippingoptions_panel .btn_add_discount {
            left: 455px;
            width: 335px;
        }

    .ddl_shippingoptions {
        left: 110px;
        width: calc(100% - 160px);
    }
}
/* --------------------------- SLUTT : 2/4 HALV BREDDE ----------------------------------------------- */

/* --------------------------- START : 1/4 HALV BREDDE ----------------------------------------------- */
@media only screen and (max-width: 875px) {
    .checkout_options_icon {
        left: 20px;
    }

    .checkout_options_icon2 {
        left: calc(50% + 20px);
    }

    .checkout_options_headline,
    .checkout_options_headlineA,
    .checkout_options_headlineB {
        left: 70px;
    }

    .checkout_options_headline2 {
        left: calc(50% + 70px);
    }

    .checkout_options_action {
        right: 20px;
    }

    .checkout_options_headlineInfo {
        right: 65px;
    }

    .checkout_options .checkout_options_highlight {
        max-width: 230px;
        z-index: 10;
        /*border-bottom: 2px solid #d9d9d9;*/
        border-radius: 3px;
    }

    .checkout_shippingoptions_panel {
        min-height: 95px;
        padding-left: 20px;
        width: calc(100% - 20px);
    }

        .checkout_shippingoptions_panel .tb_Postnr,
        .checkout_shippingoptions_panel .tb_discount_code {
            left: 20px;
            width: calc(100% - 40px);
        }

        .checkout_shippingoptions_panel .tb_Poststed {
            left: 30px;
        }

        .checkout_shippingoptions_panel .btn_load_shippingoptions,
        .checkout_shippingoptions_panel .btn_add_discount {
            left: 20px;
            width: calc(100% - 40px);
            top: 105px;
        }

    .ddl_shippingoptions_holder {
        height: 145px;
    }

    .ddl_shippingoptions {
        top: 150px;
        left: 20px;
        width: calc(100% - 40px);
    }

    .checkout_termsv2 {
        text-align: center;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        font-size: 8px;
        margin-bottom: 20px;
    }

        .checkout_termsv2 i {
            margin-right: 2px;
            font-size: 8px;
        }

    .checkout_options {
        background-color: #f3f3f3;
        border-bottom: 2px solid #e3e3e3;
    }

    .elsa_options {
        margin-top: 92px;
    }

    .elsa_option {
        height: 56px;
        width: calc(100% - 24px);
    }

    .elsa_option_name {
        top: unset;
        bottom: 20px;
        max-width: 190px;
    }

    .elsa_option_time {
        top: 35px;
    }
}
/* --------------------------- SLUTT : 1/4 HALV BREDDE ----------------------------------------------- */
