.header {
    padding-top: 0px;
}

.checkout-page.lazy-bg-loaded {
    background: white;
}

.product-select {
    border: none;
}

.product-select .step-header {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.checkout-item {
    /*box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);*/
    /*-webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);*/
    /*border-radius: 10px;*/
    padding: 0px;

    /*border: none;*/
    /*-webkit-box-shadow: none;*/
}

.checkout-item__headline {
    padding: 15px 20px 15px 30px;
    border-bottom: 1px solid #ddd;
}

.checkout-item__step {
    display: none;
}

/*.component-product-configurator:not([presale-type="optional checked"]):not([presale-type="optional checkout button"]) .checkout-item__title:before,
.component-customer-information .checkout-item__title:before,
.component-payment-information .checkout-item__title:before
 */
.component-product-configurator[presale-type=""] .checkout-item__title:before,
.component-customer-information .checkout-item__title:before,
.component-payment-information .checkout-item__title:before {
    counter-increment: section;
    content: "Step " counter(section) ": ";
}

.component-payment-information .payment-info__body {
    padding-bottom: 0px;
    margin-top: -20px;
}

.component-address-information {
    margin-top: -20px;
}

.component-shipping-address-information {
    margin-top: -20px;
    margin-bottom: 20px;
}

.checkout-item__title {
    color: #000000;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}

.checkout-radio {
    padding: 20px 10px;
    padding-left: 20px;
}

.checkout-radio--border {
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.checkout-radio--border:last-child {
    border-bottom: 0px !important;
}

.checkout-item__sticker {
    display: none;
}

.radio-element {
    margin-left: -18px;
    margin-right: -18px;
}

.radio-element.selected .checkout-item__after {
    display: none !important;
}

.checkout-quantity .radio-element {
    border: 1px solid #ddd;
}

.checkout-quantity .radio-element.selected {
    border: 0px;
    background: #fff7b2;
}

.checkout-item__discount {
    display: none;
}

.checkout-item__price {
    background: none;
}

.checkout-item__body {
    padding: 15px 18px;
    padding-top: 0px;
}

.payment-info__headline .payment-info__title {
    display: none;
}

.payment-info__headline .payment-info__cards {
    display: none;
}

.chk-right-side-container {
    padding: 15px 18px;
}

.component-payment-information .checkout-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px;
}

.component-payment-information .checkout-item__headline {
    padding-left: 0px;
    padding-top: 0px;
}

.optional-checkout-button .component-product-configurator-container {
    color: #000000;
    /*border: 1px dashed #4b4b4b;*/
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
}

.optional-checkout-button .checkout-item {
    background: #ffffff;
}

.optional-checkout-button .checkbox__checkmark {
    margin-top: 6px;
}

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

    /*background: #fffc00;*/
    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;
}

.checkout-item.checkout-item--yellow {
    border: 0px;
}

.checkout-item--yellow .product-image {
    display: block !important;
}

.optional-checkout-button .checkout-item__title {
    color: #000000;
    font-weight: 700;
    font-size: 18px;

    border: 0px;
}

.optional-checkout-button .checkout-item__headline {
    border: 0px;
}

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

    border: 0px;
}

.checkout-item--yellow .checkout-item__headline {
    margin-left: 80px;
}

.checkout-item--yellow .checkout-item__body {
    display: flex;
}

.checkout-item--yellow .product-image {
    width: 75px;
}

.checkout-item--yellow img {
    border: 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;
}

.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: 25px;
    margin-right: 15px;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #161616;
    width: calc(100% - 100px);
}

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

.optional-checkout-button .checkbox__checkmark {
    background-color: #fff;
    width: 50px;
    height: 50px;
}

.checkout-item--yellow .checkout-item__headline .checkout-item-label .checkbox__checkmark {
    right: 0px;
    position: absolute;
}

.component-product-configurator .checkbox__input:checked ~ .checkbox__checkmark {
    background: url('images/checkmark.jpg') no-repeat center center !important;
    background-size: 100% !important;
    background-color: #ffffff !important;
    font-weight: bold;
    border-radius: 2.84px;
    border: 0px;
}

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

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

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

.optional-checkout-button {
    padding-bottom: 17px;
}

.checkout-actions__security {
    display: none;
}

.checkout-checkbox__image {
    width: 60px;
    border: 1px solid #1e1e1e;
}

.checkout-checkbox__figure {
    width: 80px;
}

.checkout-checkbox__content {
    display: none;
}

.checkout-checkbox__content.radio {
    display: block;
    width: 80%;
    text-align: left;
}

.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=''] .checkout-item__body {
    padding-top: 0px;
    margin-top: 0px;
}

.component-product-configurator .checkout-checkbox {
    margin-top: -30px;
    margin-bottom: 0px;
}

.component-product-configurator .radio-element.selected {
    border: 0px;
}

.component-product-configurator .checkout-checkbox {
    padding-top: 0px;
    padding-bottom: 0px;
}

.component-product-configurator .checkout-checkbox .radio-label {
    color: #000000;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    margin-right: 20px;
}

.checkout-item__title.radio {
    margin-left: 0px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

.checkout-checkbox__inner--flex {
    justify-content: left;
}

.special-upgradeBx h3 {
    float: none;
}

.checkout-actions__arrow {
    display: none;
}

.checkout-form__submit {
    background: #00c749;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    /*margin: 0 20px;*/
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s;
}

.checkout-form__submit:hover {
    background-color: #009436;
}

.checkout-item__headline-img {
    display: none;
}

.checkout-item__name {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

.checkout-item__price .price {
    color: #000000;
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
}

.checkout-item__discount-price-before-discount {
    display: none;
}

.checkout-radio__col {
    align-items: flex-start;
}

.checkout-radio__col .radio__checkmark {
    margin-top: 4px;
}

.special-upgradeBx {
    padding-bottom: 5px;
}

.special-upgradeBx .component-product-configurator {
    margin-bottom: 20px;
}

.checkout-radio__text {
    text-align: left;
}

.payment-method-or {
    display: flex !important;
}

ul.bnr-list li {
    width: auto !important;
}

.chk-section2 h1, .faq-hdng h1, .faq-hdng div {
    width: 100% !important;
}

.checkout-quantity .checkout-item__headline {
    display: block;
    text-align: center;
    background-color: #2b89cc;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}

.checkout-item__headline {
    display: none;
}

.checkout-quantity .checkout-item__headline .checkout-item__title:before {
    display: none;
}

.checkout-quantity .checkout-item__headline .checkout-item__title {
    display: none;
}

.checkout-quantity .checkout-item__headline:after {
    content: 'Most Popular';
}

.checkout-quantity .checkout-item__body label:first-of-type {
    border: 1px solid #2b89cc;
    padding: 15px;
}

.checkout-quantity .checkout-item__body label:last-of-type {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
}

.checkout-quantity .checkout-item__headline {
    border: 1px solid #2b89cc;
    /*margin: -1px;*/
}

.checkout-item__name {
    font-size: 16px;
    font-weight: 700;
}

.checkout-item__discount-price-before-discount {
    font-size: 14px;
    font-weight: 700;
    color: green;
}

.checkout-item__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
}

.checkout-item__price .price {
    display: none;
}

.price-below-quantity:before {
    content: 'Promotion: '
}

.price-below-quantity {
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    color: green;
}

.checkout-item__price .additional-info-1 {
    display: block !important;
    font-weight: 400;
}

.checkout-item__price .additional-info-1:after {
    content: 'Special promotion';
}

.checkout-item__price .additional-info-2 {
    display: block !important;
    color: green;
}

/*.checkout-item__price .additional-info-2:after {*/
/*    content: 'You saved 100%';*/
/*}*/

.checkout-option {
    display: none;
}

@media only screen and (max-width: 1187px) {

    .checkout-item__name {
        font-size: 14px;
    }

    .checkout-item__discount-price-before-discount {
        letter-spacing: normal;
        font-size: 14px;
    }

    .checkout-radio__col:first-child {
        width: auto;
    }

    .checkout-item__title {
        font-size: 17px;
    }

    .checkout-item__price {
        padding-left: 0px;
    }

    .checkout-checkbox__content.radio {
        margin-top: 0px;
    }

    .checkout-checkbox__inner--flex {
        display: flex;
    }

    .checkout-checkbox__figure {
        display: block;
    }

    .checkout-item__pair {
        line-height: 30px;
    }

    .component-product-configurator[presale-type="optional checked"] .checkout-item__body {
        padding-top: 0px;
    }

}
