.layout-fullwidth.wide.am-porto-cmtb.checkout-index-index.page-layout-1column #checkout{
    display: none;
}


.opc-wrapper .opc > li.checkout-shipping-address{
    border: 1px solid #0a0a0a;
}

.opc-wrapper .opc > li.checkout-shipping-address > .step-title{
    border-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.opc-wrapper select.select{
    border: 2px solid #000;
    height: 40px;
}


.checkout-shipping-step .opc-wrapper .form.form-login{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.checkout-shipping-step .opc-wrapper .form.form-login .fieldset.hidden-fields{
    display: none !important;
}

.checkout-shipping-step .opc-wrapper .form-shipping-address{
    margin-top: 0;
    margin-bottom: 0;
}


.checkout-register-step .step-title-float{
    float:left;
    width: 50%;
}

.checkout-register-step .step-title.custom-step-title:after{
    content: '';
    display: block;
    clear: both;
}

.action.action-auth-toggle{
    display: none;
}


.checkout-register-step #checkoutSteps,.checkout-shipping-step #checkoutSteps,.checkout-payment-step #checkoutSteps{
    display: flex;
    flex-direction: column;
}

.checkout-register-step #checkoutSteps .authentication-wrapper{
    order: 3;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 17px;
    align-self: flex-start;
    margin-top: 150px !important;
    margin-left: -50%;
}

.checkout-register-step #checkoutSteps .authentication-wrapper .modal-custom.authentication-dropdown.custom-slide{
    position: relative;
    z-index: inherit !important;
    width: 100%;
    top: inherit;
    left: inherit;
    display: block !important;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
    border: 1px solid #0a0a0a;
    margin-top: 20px;
    box-shadow: none;
    opacity: 1;
}

.checkout-register-step #checkoutSteps .authentication-dropdown button.action-close{
    display: none;
}

.checkout-register-step #checkoutSteps .block-authentication .block-title strong{
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

.checkout-register-step #checkoutSteps .block-authentication .block-title{
    margin-top: 6px;
}

.checkout-register-step #yourdata{
    order: 1;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

.checkout-register-step #registerblock .form.create.account > .fieldset{
    width: 100%;
    margin-bottom: 18px;
}

.checkout-register-step .opc-wrapper #checkoutSteps .step-content{
    margin: 0;
}

.checkout-register-step #yourdata .step-title.custom-step-title{
    display: none;
}

.checkout-register-step .block-authentication .actions-toolbar > .primary .action{
    background-color: #000;
    color: #fff;
    height: 40px;
    min-width: 200px;
}


input[type="email"], input[type="password"]{
    border: 2px solid #000;
    height: 36px;
    line-height: 36px;
}





.checkout-register-step .step-title-or-login{
    text-align: right;
    width: 50%;
    float: right;
    text-transform: none;
}


.checkout-register-step #registerblock .form.create.account.form-create-account{
    border: none;
    box-shadow: none;
}

.checkout-register-step .register-view-container{
    border: 1px solid #0a0a0a;
    position: relative;
}

.checkout-register-step .register-view-container:after{
    content: '';
    display: block;
    clear: both;
}

.checkout-register-step .register-view-container #registerblock .actions-toolbar{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.checkout-register-step .register-view-container #registerblock .actions-toolbar .primary{
    display: block;
    width: 100%;
}

.checkout-register-step .register-view-container #registerblock .action.submit.primary{
    max-width: 100%;
    float: right;
    width: auto;
    margin-right: 0;
}

.checkout-register-step .block.block-customer-login .actions-toolbar{
    display: flex;
    flex-wrap: wrap;
}

.checkout-register-step .block.block-customer-login .actions-toolbar > .primary{
    order: 2;
    width: 50%;
    text-align: right;
}

.checkout-register-step .block.block-customer-login .actions-toolbar > .secondary{
    order:1;
    width: 50%;
    text-align: left;
}

.checkout-register-step #registerblock .grecaptcha-badge {
    margin-bottom: 10px;
    float: left;
}

.checkout-register-step #registerblock .grecaptcha-badge:after{
    content: '';
    display: block;
    clear: both;
}

.checkout-register-step .continue-as-guest-block{
    position: relative;
    order: 2;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
    text-align: right;
    margin-left: 0;
    border: 1px solid #000;
    padding: 16px;
    top: 20px;
}

.checkout-register-step .continue-as-guest-block .actions-toolbar > .primary{
    min-width: 100%;
}

.checkout-register-step .continue-as-guest-block .actions-toolbar > .primary .button.action.continue.primary{
    min-width: 100%;
}

.checkout-register-step .continue-as-guest-block .block-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    margin-bottom: 18px;
    margin-top: 18px;
}


.checkout-register-step .opc-block-summary{
    margin-top: 0;
}





.layout-fullwidth.wide.am-porto-cmtb.checkout-index-index.page-layout-1column.checkout-shipping-step #checkout{
    display: block;
}
.layout-fullwidth.wide.am-porto-cmtb.checkout-index-index.page-layout-1column.checkout-register-step #checkout{
    display: block;
}
.layout-fullwidth.wide.am-porto-cmtb.checkout-index-index.page-layout-1column.checkout-payment-step #checkout{
    display: block;
}






@media only screen and (min-width: 768px) and (max-width: 1350px) {

    .checkout-register-step .block.block-customer-login .actions-toolbar > .primary{
        width: 100%;
    }
    .checkout-register-step .block.block-customer-login .actions-toolbar > .primary .action{
        width: 100%;
    }

    .checkout-register-step .block.block-customer-login .actions-toolbar > .secondary{
        width: 100%;
        margin-top: -40px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1660px) {
    .checkout-register-step .register-view-container #registerblock .action.submit.primary{
        width: 100%;
    }

    .checkout-register-step .continue-as-guest-block{
        bottom: 340px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1080px) {

    .checkout-register-step .opc-wrapper{
        width: 100%;
    }
    .checkout-register-step .modal-custom.opc-sidebar.opc-summary-wrapper{
        width: 100%;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .checkout-register-step #registerblock .form.create.account > .fieldset{
        width: 100%;
    }

    .checkout-register-step #registerblock .grecaptcha-badge{
        margin-bottom: 30px;
    }

    .checkout-register-step .opc-block-summary{
        padding: 0;
    }

}


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

    .checkout-register-step .register-view-container #registerblock .actions-toolbar{
        float: none;
        width: 100%;
    }

    .checkout-register-step #yourdata{
        padding:0;
    }

    .checkout-register-step .continue-as-guest-block {
        bottom: -70px;
        left: inherit;
        width: 100%;
    }

    .checkout-register-step #registerblock .grecaptcha-badge {
        float: none;
        text-align: left;
        width: 100% !important;
        display: block;
        margin-bottom: 70px;
        box-shadow: none !important;
    }

    .checkout-register-step #checkoutSteps{
        flex-wrap: wrap;
    }

    .checkout-register-step #yourdata{
        flex-basis: 100%;
        order: 2;
    }

    .checkout-register-step #checkoutSteps .authentication-wrapper{
        flex-basis: 100%;
        margin-left: 0;
        order: 1;
        margin-bottom: 30px;
        margin-top: 0 !important;
    }
    .checkout-register-step .block.block-customer-login .actions-toolbar > .secondary{
        min-width: 200px;
        margin-bottom: 10px;
    }

    .checkout-register-step #checkoutSteps .custom-slide .modal-inner-wrap{
        transform: inherit;
        transition: inherit;
        position: relative;
        background-color: #fff;
        box-shadow: none;
    }

    .checkout-register-step .register-view-container #registerblock .action.submit.primary{
        width: 100%;
    }

    .checkout-register-step .continue-as-guest-block{
        margin-left: 0;
        width: 100%;
        bottom: 0;
        flex-basis: 100%;
        margin-top: 20px;
    }

}


/* ALT ENDE */

















.amazon-express-title,.amazon-button-container,.amazon-divider {
    /*display: none;*/
}

.opc-progress-bar {
    display: none !important;
}

/*#co-shipping-form,#opc-shipping_method {*/
/*    display: none !important;*/
/*}*/

.checkout-register-step #yourdata {
    display: none !important;
}


.checkout-index-index.checkout-register-step .continue-as-guest-block .block-title {
    display: none;
}
.checkout-index-index.checkout-register-step .continue-as-guest-block .actions-toolbar > .primary {
    justify-content: center;
    display: flex;
}
.checkout-index-index.checkout-register-step .continue-as-guest-block .actions-toolbar > .primary .button.action.continue.primary{
    background-color: #fff;
    width: auto;
    min-width: auto;
    border: 0;
}

.checkout-index-index.checkout-register-step .continue-as-guest-block .actions-toolbar > .primary .button.action.continue.primary span{
    color: #000;
    text-decoration: underline;
}

.checkout-index-index.checkout-register-step .block.block-customer-login .actions-toolbar > .primary {
    width: 100%;
}

.checkout-index-index.checkout-register-step .block-authentication .actions-toolbar > .primary .action {
    width: 100%;
    margin-top: 10px;
}
.checkout-index-index.checkout-register-step #checkoutSteps .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
    padding: 0;
    padding-bottom: 5px;
}

.checkout-index-index.checkout-register-step #checkoutSteps .authentication-wrapper {
    margin-left: 0;
    margin-top: 0 !important;
    order: 1;
    width: 50%;
}

.checkout-index-index.checkout-shipping-step #checkoutSteps .authentication-wrapper {
    order: 1;
}

.checkout-index-index.checkout-register-step .continue-as-guest-block {
    border: 0;
    order: 2;
    padding: 0;
    width: 50%;
}


.checkout-index-index.checkout-register-step #checkoutSteps .checkout-shipping-address
{
    order: 3;
}
.checkout-index-index.checkout-shipping-step #checkoutSteps .checkout-shipping-address,
.checkout-index-index.checkout-payment-step #checkoutSteps .checkout-shipping-address {
    padding: 0;
    width: 50%;
    margin: 0;
}

.checkout-index-index.checkout-register-step #checkoutSteps .checkout-shipping-method {
    order: 4;
    display: none;
}

.checkout-index-index.checkout-shipping-step #checkoutSteps .checkout-shipping-method,
.checkout-index-index.checkout-payment-step #checkoutSteps .checkout-shipping-method{
    padding: 0;
    width: 50%;
    display: none;
}



.checkout-index-index.checkout-register-step #checkoutSteps .checkout-payment-method {
    order: 5;
    display: none;
}

.checkout-index-index.checkout-shipping-step #checkoutSteps .checkout-payment-method,
.checkout-index-index.checkout-payment-step #checkoutSteps .checkout-payment-method{
    padding: 0;
    width: 50%;
    display: none;
}

.checkout-index-index.checkout-register-step #checkoutSteps .authentication-wrapper .modal-custom.authentication-dropdown.custom-slide {
    border: 0;
    padding: 0;
    margin-top: 0;
}


.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-address {
    border: none;
    padding: 0;
}

.checkout-index-index .fieldset > .field input.input-text {
    border-radius: 0;
    width: 100%;
}

.checkout-index-index #customer-email-fieldset .field-tooltip.toggle {
    display: none;
}

.checkout-index-index #customer-email-fieldset .note {
    display: none !important;
}

.checkout-index-index.checkout-register-step #checkoutSteps .block-authentication .block-title{
    margin-top: 0;
}

.checkout-index-index.checkout-register-step #checkoutSteps .block-authentication .block-title strong{
    font-weight: bold;
    margin-top: 20px;
    display: block;
    font-size: 1.3rem;
}

.checkout-index-index .modal-custom .action-close::before {
    color: #000;
}

.checkout-index-index.checkout-register-step .block-customer-login .block-content .fieldset {
    margin-bottom: 0;
}

.checkout-register-step .block.block-customer-login .actions-toolbar > .secondary .action.action-remind {
    margin-bottom: 20px;
    margin-top: 0;
    text-decoration: underline;
}

.checkout-index-index.checkout-register-step .opc-block-summary{
    padding: 0;
    margin-top: 3px;
}


.checkout-index-index .opc-block-summary > .title {
    order: 2;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 0;
}

#co-payment-form hr{
    display: none;
}

.rdc_progress_bar {
    height: 15px;
    border: 1px solid #000;
    margin-bottom: 20px;
    display: flex;
}

.rdc_progress_bar_step {
    background-color: #3AC4AC;
    display: none;
    width: 10%;
}

.rdc_progress_bar_step.step_1 {
    display: block;
}

/*.checkout-index-index.checkout-shipping-step .rdc_progress_bar_step.step_2 {*/
/*    display: block;*/
/*}*/

.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_2,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_3,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_4,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_5,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_6,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_7,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_8,
.checkout-index-index.checkout-payment-step .rdc_progress_bar_step.step_9 {
    display: block;
}

.checkout-index-index.checkout-shipping-step  #checkoutSteps li {
    /*display: block !important;*/
}

.checkout-index-index #checkoutSteps li#yourdata {
    display: none !important;
}



.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.company"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.country_id"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.region_id"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.city"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.postcode"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.telephone"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.telephone"] .field-tooltip.toggle{
    right: 7px;
    top: 4px;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.fax"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.vat_id"] {
    display:none;
}

.checkout-index-index.checkout-shipping-step #co-shipping-form .field.street.experius-address-lines {
    display: none;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.company"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.country_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.region_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.city"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.postcode"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.telephone"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.telephone"] .field-tooltip.toggle{
    right: 7px;
    top: 4px;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.fax"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form div[name="shippingAddress.vat_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #co-shipping-form .field.street.experius-address-lines {
    display: block;
}



.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.company"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.country_id"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.region_id"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.city"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.postcode"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.telephone"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.telephone"] .field-tooltip.toggle{
    right: 7px;
    top: 4px;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.fax"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.vat_id"] {
    display:none;
}

.checkout-index-index.checkout-payment-step #co-shipping-form .field.street.experius-address-lines {
    display: none;
}







.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.company"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.country_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.region_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.city"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.postcode"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.telephone"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.telephone"] .field-tooltip.toggle{
    right: 7px;
    top: 4px;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.fax"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form div[name="shippingAddress.vat_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user #co-shipping-form .field.street.experius-address-lines {
    display: block;
}







.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.company"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.country_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.region_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.city"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.postcode"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.telephone"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.telephone"] .field-tooltip.toggle{
    right: 7px;
    top: 4px;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.fax"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form div[name="shippingAddress.vat_id"] {
    display:block;
}

.checkout-index-index.checkout-shipping-step.logged_in_user._has-modal #co-shipping-form .field.street.experius-address-lines {
    display: block;
}

.checkout-index-index.logged_in_user.checkout-shipping-step #opc-shipping_method .checkout-shipping-method {
    display: block;
}

.checkout-index-index.checkout-payment-step #amazon-payment.payment-method._active .amazon-button-container .amazon-button-column-tooltip{
    display: none;
}
.checkout-index-index.checkout-payment-step #amazon-payment.payment-method._active .amazon-button-container {
    display: block;
}





#rdc-continue-to-shipping-address {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

#rdc-continue-to-shipping-address.disabled {

    background: #aaa;
    cursor: not-allowed;

}

.checkout-index-index .opc-wrapper select.select {
    border-radius: 0;
    height: 36px;
    line-height: 26px;
}


.rdc_checkout_welcome_text_headline {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 2rem 0;
    text-transform: uppercase;
}
.rdc_checkout_welcome_text > span {
    color: #3AC4AC;
}

.rdc_first_step:before {
    width: 30px;
    height: 30px;
    content: "1";
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.rdc_first_step {
    font-weight: bold;
    margin-bottom: 20px;
}

.rdc_second_step:before {
    width: 30px;
    height: 30px;
    content: "2";
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.rdc_second_step {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.rdc_third_step:before {
    width: 30px;
    height: 30px;
    content: "3";
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.rdc_third_step {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.rdc_fourth_step:before {
    width: 30px;
    height: 30px;
    content: "4";
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.rdc_fourth_step {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    order: 3;
}

#customer-email-fieldset.minimal_disabled_input,
.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.firstname"].minimal_disabled_input,
.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.firstname"].minimal_disabled_input,
.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.lastname"].minimal_disabled_input,
.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.lastname"].minimal_disabled_input {
    padding: 0;
    margin: 0;
    height: 24px;
}
#customer-email-fieldset.minimal_disabled_input.fieldset > .field{
    margin-bottom: 0;
}

#customer-email-fieldset.minimal_disabled_input #customer-email,
.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.firstname"].minimal_disabled_input input,
.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.firstname"].minimal_disabled_input input,
.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.lastname"].minimal_disabled_input input,
.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.lastname"].minimal_disabled_input input {
    border: none;
    padding: 0;
    opacity: 1 !important;
    color: #000 !important;
}

#customer-email-fieldset.minimal_disabled_input #customer-email:focus,
.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.firstname"].minimal_disabled_input input:focus,
.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.firstname"].minimal_disabled_input input:focus,
.checkout-index-index.checkout-shipping-step #co-shipping-form div[name="shippingAddress.lastname"].minimal_disabled_input input:focus,
.checkout-index-index.checkout-payment-step #co-shipping-form div[name="shippingAddress.lastname"].minimal_disabled_input input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;

}


#customer-email-fieldset.minimal_disabled_input fieldset.fieldset {
    display: none !important;
}

.checkout-shipping-method .actions-toolbar .action.primary {
    width: 50% !important;
}

#opc-shipping_method .step-title {
    border-bottom: 0;
}

.checkout-payment-step .checkout-shipping-address {
    display: block !important;
}

.checkout-index-index.checkout-payment-step .opc-wrapper .form-login, .checkout-index-index.checkout-payment-step .opc-wrapper .form-shipping-address{
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}


.checkout-index-index.checkout-payment-step .amazon-express-title, .checkout-index-index.checkout-payment-step .amazon-button-container,.checkout-index-index.checkout-payment-step .amazon-divider {
    display: none;
}

.checkout-payment-method {
    position: relative;
    padding-bottom: 60px !important;
}
.payment-method._active .payment-method-content .primary{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.checkout-billing-address {
    order: 1;
}

#checkout-payment-method-load {
    order: 3;
}

.payment-option.opc-payment-additional.discount-code {
    order: 4;
}

#co-payment-form .fieldset {
    display: flex;
    flex-direction: column;
}

.opc-wrapper .step-content {
    margin: 0;
}

.checkout-payment-method .payment-method-content {
    padding: 0 0 0 0;
}

.checkout-payment-method label.label {
    padding-left: 10px;
}

#ppplus {
    margin-bottom: -43px;
}

.payment-method:hover {
    background-color: #f9f9f9;
    /*cursor:pointer;*/
}

.payment-method.klarna-payments-method {
    margin-top: 13px;
}


.payment-method.klarna-payments-method:first-child .payment-method-title{
    border-top: 0;
}


.opc-block-shipping-information {
    display: none;
}

.opc-block-summary {
    display: flex;
    flex-direction: column;
}

.opc-block-summary .block.items-in-cart {
    order: 1;
}


.opc-block-summary .data.table.table-totals {
    order: 4;
    border: 1px solid #000;
}

.opc-block-summary .data.table.table-totals td,.opc-block-summary .data.table.table-totals th {
    padding: 5px 10px;
}

.opc-block-summary .minicart-items-wrapper {
    border: 1px solid #000;
    padding: 5px 10px;
    margin-right: 0;
}

.rdc_coupon_accepted {
    order: 3;
    border: 1px solid #000;
    border-bottom: none;
    background-color: #3AC4AC;
    padding: 5px 10px;
    /*font-weight: bolder;*/
}

.rdc_edit_ship_to,.rdc_edit_customer_main {
    margin-left: 10px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: underline;

}

#opc-shipping_method .step-title {
    display: none;
}

#checkout-step-shipping_method #checkout-shipping-method-load{
    display: none;
}

#checkout-step-shipping_method {
    margin-top: 20px;
}

input[type="checkbox"],input[type="radio"] {
    accent-color: #3AC4AC;
    color:#fff;
}

.checkout-index-index.checkout-shipping-step.ship_to_address_lines #checkoutSteps .checkout-shipping-method .checkout-shipping-method {
    display: block !important;
}

#shipping.checkout-shipping-address .step-title {
    display: none;
}


.checkout-shipping-method .actions-toolbar .action.primary, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    height: auto;
    padding: 10px;
    font-size: 15px;
}

.field addresses {
    margin-top: 10px;
}


@media only screen and (min-width: 1600px) {
    .checkout-index-index.checkout-shipping-step #checkoutSteps .checkout-shipping-method {
        width: 98%;
    }

}
@media only screen and (max-width: 1600px) {
    .checkout-index-index.checkout-register-step .block-customer-login .block-content .fieldset {
        margin-bottom: 50px;
    }
    .checkout-index-index.checkout-shipping-step.ship_to_address_lines #checkoutSteps .checkout-shipping-method .checkout-shipping-method {
        width: 100%;
    }
    .checkout-shipping-method .actions-toolbar .action.primary {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1350px) {
    .checkout-index-index.checkout-register-step .block-customer-login .block-content .fieldset {
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .page-main {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

}

@media only screen and (max-width: 767px) {
    .checkout-index-index.checkout-shipping-step #checkoutSteps .checkout-shipping-address, .checkout-index-index.checkout-payment-step #checkoutSteps .checkout-shipping-address {
        width: 100%;
    }

    .checkout-index-index.checkout-payment-step #checkoutSteps .checkout-payment-method {
        width: 100%;
    }

    .checkout-index-index.checkout-register-step #checkoutSteps .authentication-wrapper {
        width: 100%;
    }

    .checkout-payment-method .payment-methods {
        margin: 0;
    }

    .checkout-index-index.checkout-register-step .continue-as-guest-block {
        width: 100%;
        margin-top: -40px;
    }

    .rdc_checkout_welcome_text {
        margin-bottom: 40px;
    }

    .checkout-shipping-method .actions-toolbar .action.primary {
        width: 100% !important;
    }
    .checkout-index-index.checkout-register-step .block-customer-login .block-content .fieldset {
        margin-bottom: 0;
    }
    .checkout-index-index.checkout-shipping-step #checkoutSteps .checkout-shipping-method {
        width: 100%;
    }
}



#warningFirstNameLastName {
    color: red;
    padding-bottom: 10px;
}

.input_length_warning {
    color: red;
    padding-bottom: 10px;
}