.component-product-configurator[presale-type="optional checked"],
.component-product-configurator[presale-type="optional unchecked"] {
    .checkbox, .radio {
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .checkbox__input, .radio__input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

    .radio {
        display: flex
    }

    .radio__checkmark {
        position: relative;
        height: 19px;
        min-width: 19px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #000
    }

    .radio__checkmark::after {
        content: "";
        display: none;
        position: relative;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #000
    }

    .radio__input:checked ~ .radio__checkmark::after {
        display: block
    }

    .checkbox {
        display: block
    }

    .checkbox__inner {
        display: flex;
        align-items: center
    }

    .checkbox__inner--between {
        justify-content: space-between
    }

    .checkbox__inner--wrap {
        flex-wrap: wrap
    }

    .checkbox__label {
        font-size: 13px;
        margin-left: 12px;
        line-height: 14px;
        color: #1a1a1a
    }

    .checkbox__checkmark {
        position: relative;
        display: inline-block;
        height: 18px;
        min-width: 19px;
        border-radius: 2.84px;
        border: 1px solid #000;
        background-color: #fff;
    }

    .checkbox__checkmark::after {
        display: none
    }

    .checkbox__input:checked ~ .checkbox__checkmark {
        background: url(images/icons/checkbox-checkmark.svg) no-repeat center center #fff !important
    }

    .checkbox__checkmark.checked {
        background: url(images/icons/checkbox-checkmark.svg) no-repeat center center #fff !important
    }

    .checkout-checkbox {
        padding: 16.4px 10.3px
    }

    .checkout-checkbox__inner {
        display: block;
        margin-top: 25px
    }

    .checkout-checkbox__figure {
        display: flex;
        justify-content: center
    }

    .checkout-checkbox__content {
        width: 100%
    }

    .checkout-checkbox__content {
        display: block;
        margin-top: 20px
    }

    .checkout-checkbox__text {
        display: block;
        margin-top: 15px
    }

    .checkout-checkbox__text:first-child {
        margin-top: 0
    }

    .checkout-checkbox__price {
        margin-top: 15px;
        max-width: 97px;
        margin-left: auto
    }

    .checkout-checkbox__col {
        display: flex;
        width: 57%
    }

    .checkout-item.radio {
        /*padding-top: 20px;*/
        /*padding-bottom: 15px;*/
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.component-product-configurator[presale-type='optional unchecked'] .checkout-checkbox__content,
.component-product-configurator[presale-type='optional checked'] .checkout-checkbox__content
{
    display: none;
}

.optional-checkout-button .checkout-form__text[presale-type='optional unchecked'],
.optional-checkout-button .checkout-form__text[presale-type='optional checked']
{
    margin-top: 0px;
}

.component-product-configurator:not([presale-type=''])[presale-type='optional unchecked']  .checkout-item__headline,
.component-product-configurator:not([presale-type=''])[presale-type='optional checked']  .checkout-item__headline
{
    display: none;
}

.component-product-configurator[presale-type="optional checked"],
.component-product-configurator[presale-type="optional unchecked"]
{
    /*width: 100%;*/
    /*position: relative;*/
    /*background: #fff;*/
    /*border: 1px solid #d5d5d5;*/
    /*border-radius: 5px;*/
    /*font-size: 19px;*/
    /*line-height: 26px;*/
    /*margin: 15px 0 0;*/
    /*padding: 5px;*/
    /*padding-bottom: 15px;*/

    background: #eaf9ff;
    border-radius: 5px;
    padding: 12px 15px;
    margin-top: 30px;
    position: relative;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
}

.component-product-configurator[presale-type="optional checked"] .component-product-configurator-container,
.component-product-configurator[presale-type="optional unchecked"] .component-product-configurator-container {
    width: 100%;
}

.component-product-configurator[presale-type="optional checked"] .radio-element.selected,
.component-product-configurator[presale-type="optional unchecked"] .radio-element.selected
{
    border: 0px;
    background: none;
    transform: none;
    -webkit-transform: none;
}

.component-product-configurator[presale-type="optional checked"] .checkout-checkbox,
.component-product-configurator[presale-type="optional unchecked"] .checkout-checkbox
{
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
}

.component-product-configurator[presale-type="optional checked"] .checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 18px;
    min-width: 19px;
    border-radius: 2.84px;
    border: 1px solid #000;
    background-color: #fff;
}

.component-product-configurator[presale-type="optional checked"] .checkbox__input:checked ~ .checkbox__checkmark {
    background: url(images/icons/checkbox-checkmark.svg) no-repeat center center #fff !important;
}

.component-product-configurator[presale-type="optional checked"] .checkbox__checkmark,
.component-product-configurator[presale-type="optional unchecked"] .checkbox__checkmark
{
    min-width: 30px;
    min-height: 30px;
}

.component-product-configurator[presale-type="optional checked"] .checkout-checkbox,
.component-product-configurator[presale-type="optional unchecked"] .checkout-checkbox
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.component-product-configurator[presale-type="optional checked"] .checkout-checkbox__inner,
.component-product-configurator[presale-type="optional unchecked"] .checkout-checkbox__inner
{
    margin-top: 0px;
    width: auto;
    /*margin-right: 30px;*/
}

.component-product-configurator[presale-type="optional checked"] .checkout-checkbox__inner img,
.component-product-configurator[presale-type="optional unchecked"] .checkout-checkbox__inner img
{
    width: 80px;
}

.component-product-configurator[presale-type="optional checked"] .checkout-item__body,
.component-product-configurator[presale-type="optional unchecked"] .checkout-item__body
{
    width: 100%;
}

.component-product-configurator[presale-type="optional checked"] .checkout-item__name,
.component-product-configurator[presale-type="optional unchecked"] .checkout-item__name
{
    /*margin-left: 15px;*/
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 0 10px;
}

.btr-res-hd {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.btr-res-bx {
    margin-top: -40px;
}

.btr-res-hd {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.component-product-configurator[presale-type="optional checked"], .component-product-configurator[presale-type="optional unchecked"] {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 10px;
    border-radius: 4px;
    background: #fff;
    padding-top: 0px;
}

.component-product-configurator[presale-type="optional checked"] img, .component-product-configurator[presale-type="optional unchecked"] img {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    width: 50px !important;
}

.component-product-configurator[presale-type="optional checked"] b, .component-product-configurator[presale-type="optional unchecked"] b {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.3px;
    font-weight: 400;
    cursor: pointer;
}
