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

.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%
}


.optional-checkout-button .checkout-item__headline {
    padding: var(--addon-section-padding);
    border-bottom: 2px dashed #505050;
    display: flex;
    padding: 9px 25px;

    background: #ffff99;
    padding: 14px 10px 12px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed #4b4b4b;

    border: 1px dashed #4b4b4b;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px 6px !important;

    margin-bottom: 0px;
    margin-top: 20px;
    height: auto;
}

.optional-checkout-button .checkout-item__headline label {
    padding-top: 5px;
    margin-right: 5px;
}

.optional-checkout-button .checkout-item__title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    background: none;
}

.optional-checkout-button .checkout-item__body {
    padding: var(--addon-section-padding);
    background: none !important;
    margin-top: 0px;
    padding-top: 15px;

    border: 1px dashed #4b4b4b;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
}

.optional-checkout-button .checkout-item__price {
    display: none;
}

.optional-checkout-button .checkout-checkbox.selected {
    border: none;
}

.optional-checkout-button .checkout-item__body .checkbox__inner {
    /*display: none;*/
}

.optional-checkout-button .checkout-checkbox__col {
    display: none;
}

.optional-checkout-button .checkout-item__body br {
    display: none;
}

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

.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;
}

.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,
.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;
}

.optional-checkout-button .checkout-form__text
{
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 1rem;
    font-weight: normal;
    color: #161616;
    display: block;
    margin: 0px;
}

.optional-checkout-button .checkout-checkbox {
    padding: 0px;
}

.optional-checkout-button .checkout-item--yellow {
    padding: 0px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fcf8e3 !important;
}

.optional-checkout-button .checkout-item__body {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
}

.optional-checkout-button .checkbox__input {
    width: auto;
    height: auto;
    position: inherit;
    opacity: inherit;
    display: none;
}

.optional-checkout-button .checkout-item__step {
    display: none;
}

.optional-checkout-button .checkbox__checkmark {
    background-color: #fff !important;
}


.optional-checkout-button .checkout-item__headline {
    padding: var(--addon-section-padding);
    border-bottom: 2px dashed #505050;
    display: flex;
    padding: 9px 25px;

    background: #ffff99;
    padding: 14px 10px 12px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed #4b4b4b;

    border: 1px dashed #4b4b4b;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px 6px !important;

    margin-bottom: 0px;
    margin-top: 20px;
    height: auto;
}

.optional-checkout-button .checkout-item__headline label {
    padding-top: 5px;
    margin-right: 5px;
}

.optional-checkout-button .checkout-item__title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    background: none;
}

.optional-checkout-button .checkout-item__body {
    padding: var(--addon-section-padding);
    background: none !important;
    margin-top: 0px;
    padding-top: 15px;

    border: 1px dashed #4b4b4b;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
}

.optional-checkout-button .checkout-item__price {
    display: none;
}

.optional-checkout-button .checkout-checkbox.selected {
    border: none;
}

.optional-checkout-button .checkout-item__body .checkbox__inner {
    /*display: none;*/
    padding: 15px;
    display: block;
}

.optional-checkout-button .checkout-checkbox__col {
    display: none;
}

.optional-checkout-button .checkout-item__body br {
    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;
}

.optional-checkout-button .checkout-form__text
{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 1rem;
    font-weight: normal;
    color: #161616;
    margin: 0px;
}

.optional-checkout-button .checkout-checkbox {
    padding: 0px;
}

.optional-checkout-button .checkout-item--yellow {
    padding: 0px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fcf8e3 !important;
}

.optional-checkout-button .checkout-item__body {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
}

.optional-checkout-button .checkbox__input {
    width: auto;
    height: auto;
    position: inherit;
    opacity: inherit;
    display: none;
}

.optional-checkout-button .checkout-item__step {
    display: none;
}

.optional-checkout-button .checkbox__checkmark {
    background-color: #fff !important;
}
