/*login-register*/
:root {
    
    --letter:0;
    --height:2.81rem;
    --white-color:#fff;
    --black-color:#000;
    --font-size:1rem;
    --border: 1.3125rem;
}
.dashboard-links li { 
    width: auto;
    margin-left: 0 !important;
}
.dashboard-links a {
    padding: 0.625rem 1.25rem;
    font-size: 1rem; 
    border-radius: 1.25rem;
}
section.woocommerce-order-details span.amount {
    color: #000!important; 
}
#customer_login p#billing_country_field .woocommerce-input-wrapper strong {
    text-align: left;
    color: var(--black-color);
    font-size: 0.9375rem;
    height: var(--input-height);
    line-height: var(--input-height);
    background-color: var(--white-color);
    border: 0 !important;
    width: 100%;
    display: inline-flex;
    padding: 0 1.25rem;
    border-radius: var(--border);
    font-weight: normal;
    font-family: var(--font-body-light);
} 
#customer_login .account-tabs .nav-tab a {
    font-size: 1rem;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
    height: var(--input-height);
    color: #000000;
    font-weight: normal !important;
    background: #FFFFFF;
    border: 0;
    font-family: var(--heading-font-medium);
}
#customer_login .account-tabs .nav-tab a.active {
    color: #fff !important;
    font-weight: normal !important;
    border: none;
    background: var(--fs-color-primary);
}
#customer_login .form-row label {
    display: none;
    border: none !important;
} 
#customer_login input:not([type="checkbox"]) {
    height: var(--input-height) !important;
    line-height: var(--input-height) !important;
    background-color: transparent;
    border: 0.5px solid #989898;
    color: #000;
    font-size: .9375rem;
    padding: 0 1.25rem;
    border-radius: var(--border);
    font-family: var(--text-font);
    letter-spacing: 0rem;
}
.woocommerce-MyAccount-content #billing_country,
.woocommerce-MyAccount-content select{
    height: var(--input-height);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: .0625rem solid var(--input-border-color);
    border-radius: var(--input-radius);
}

.woocommerce .shop_table tr td a.woocommerce-button,
.woocommerce-MyAccount-content button.button.wp-element-button:hover{
    box-shadow: inset 0 0 0 6.25rem rgba(0,0,0,.2);
    opacity: .8;
}
.woocommerce .shop_table tr td a.woocommerce-button, .woocommerce-MyAccount-content button.button.wp-element-button {
   height: var(--input-height);
    font-size: .938rem;
    padding: 0 1.25rem;
    min-height: auto;
    letter-spacing: 0.094rem;
    font-weight: normal;
    font-family: var(--text-font-medium);
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    background-color: transparent !important;
    border: 1px solid #AAAAAA;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #000 !important;
    border-radius: var(--border-radius);
}
.woocommerce-MyAccount-content button.button.wp-element-button:hover,
.woocommerce .shop_table tr td a.woocommerce-button:hover{
    background-color: #667788 !important;
    border-color: #667788 !important;
    color: #fff !important;
}
span.amount {
    color: #fff !important;
}
#customer_login input:not([type="checkbox"])::placeholder{
    color: #7B7B7B !important;
}
.woocommerce-form-login .lost_password a {
    font-size: 0.75rem;
    color: #888888;
    opacity: 1;
    text-decoration: underline;
}
ul.account-tabs  li:nth-child(1) a{
    border-radius:0.4375rem 0 0 0.4375rem !important;
}
ul.account-tabs  li:nth-child(2) a{
    border-radius:0 0.4375rem  0.4375rem 0 !important;
}
#customer_login .card {
    max-width: 30rem;
    text-align: left;
    margin-top: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block;
    overflow: hidden;
}

#customer_login  div#register .card {
    border-radius: 0.3125rem !important;
    border-top-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}
#customer_login .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: none;
}
#customer_login ul.account-tabs {
    max-width: 38rem;
    margin: auto;
    display: none;
}
#customer_login .woocommerce-button, 
.woocommerce-lost-password button.woocommerce-Button.button {
    line-height: var(--input-height) !important;
    font-size: 0.9375rem;
    padding: 0 3rem;
    min-height: auto;
    letter-spacing: 0.09375rem;
    font-family: var(--heading-extrabold);
    margin: 0;
    text-transform: inherit;
    color: #fff;
    border: 1px solid var(--fs-color-primary);
    background: var(--fs-color-primary);
    font-weight: normal;
    margin-bottom: 1.25rem;
    height: var(--input-height);
    line-height: 3.9375rem;
    border-radius: var(--border-button);
}
#customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    margin-bottom: 0;
}
.woocommerce-lost-password button.woocommerce-Button.button{
    width:100% !important;
    margin-bottom: 0;
}
.woocommerce-MyAccount-content button.button {
   height: var(--input-height);
    font-size: .938rem;
    padding: 0 1.75rem;
    min-height: auto;
    letter-spacing: 0.094rem;
    font-weight: normal;
    font-family: var(--text-font-medium);
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    background-color: transparent !important;
    border: 1px solid #000;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #000 !important;
    border-radius: var(--border-radius);
}
#customer_login form>.form-row:last-child {
    margin-bottom: 0;
    position: relative;
}
p#billing_last_name_field,
p#billing_first_name_field {
    width: 100%;
    margin-right: 0;
}
p#billing_postcode_field {
    width: 34%;
    margin-right: 3%;
}
p#billing_city_field {
    width: 63%;
}
#main .title-buttons.form-row .woocommerce-input-wrapper label {
    font-size: 1rem !important;
    min-height: initial;
    border-radius: var(--border);
    color: #989898;
    margin-right: 0.8rem !important;
    margin-bottom: 0;
    height: var(--input-height) !important;
    line-height: var(--input-height);
    min-width: 5.625rem !important;
    border: 1px solid #989898 !important;
    font-family: var(--text-font);
}
#main .title-buttons .woocommerce-input-wrapper input:checked + label {
    background: var(--fs-color-primary);
    border-color: 1px solid var(--fs-color-primary) !important;
    color: #fff !important;
    font-family: var(--text-font-medium);
}
#customer_login form p {
    margin-bottom: 0.9375rem;
    color: #959595;
}
#customer_login h2 {
    text-align: left;
    color: #434343;
    margin-bottom: 1.875rem;
    margin-top: 0;
}
.woocommerce-form-login .rememberme-lost-password {
    display: flex;
    justify-content: flex-start;
    margin-bottom:2.5rem;
}
.woocommerce-account #wrapper>.message-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-account #wrapper>.message-wrapper {
    font-size: 1rem;
    position: absolute;
    top: 7rem;
    z-index: 9;
    max-width: 71.4rem;
    margin: auto !important;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1.875rem;
}
#customer_login p.title_billing_title {
    text-align: left;
    font-family: var(--heading-semibold);
    font-size: 1.0625rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
    color: #434343;
}
p#billing_address_1_field {
    width: 100%;
}
#customer_login p#billing_title_field {
    text-align: left;
}
#customer_login {
    max-width: 30rem;
    border-radius: var(--border);
    background-color: transparent;
    /*margin-top: 5rem;*/
    /*margin-bottom: 5rem;*/
    margin-left: 0;
}

#customer_login .shopbutton-registrationmenu,
#customer_login #billing_first_name_field:nth-child(1), 
#customer_login #billing_last_name_field:nth-child(2) {
    display: none;
}
p.woocommerce-form-row.password-hint {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 1.25rem
}
#billing_country {
    padding-left: 1.25rem;
    color: #7B7B7B;
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: .9375rem;
    border-radius: var(--border);
    border: 0.5px solid #AAAAAA;
    background-color: transparent;
}
.woocommerce_my_account_section .bg-fill {
    /* background-position: 50% 0%; */
}
.woocommerce-privacy-policy-text {
    display: none;
}
 body:not(.logged-in) .woocommerce_my_account_section  .section-bg.bg-loaded {
    background-position: top;
    width: 50%;
    right: 0;
    left: unset;
}  

body:not(.logged-in) .woocommerce_my_account_section-bg  .section-bg.bg-loaded {
    background-image: url(../images/register.jpg) !important;
}  


.show-password-input:after {
    content: " " !important;
}
.show-password-input {
    background: url(../images/eyes.svg);
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    visibility: unset;
}
body.logged-in .woocommerce_my_account_section .col-inner {
    background-color: #fff;
}
.woocommerce_my_account_section .row {
    max-width: 76rem !important;
}
body.logged-in .woocommerce_my_account_section .row > .col:nth-child(2){
    display: none;
}
body.logged-in .woocommerce_my_account_section .row > .col {
    flex-basis: 100%;
    max-width: 100%;
}
body.logged-in .woocommerce_my_account_section .section-bg.bg-loaded {
    display: none !important;
}
ul.dashboard-links li {
    margin-bottom: 0;
}
.woocommerce-account .newsletter_section{
    display: none;
}
form.lost_reset_password {
    padding: 0 !important;
    max-width: 30rem;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    color: #000;
    margin-bottom: 20px;
}
.woocommerce-lost-password .form-row-first, .woocommerce-lost-password .form-row-last {
    width: 100%;
}
.woocommerce-lost-password  .woocommerce {
    margin-top: 7rem !important;
}
form.woocommerce-ResetPassword.lost_reset_password label {
    color: #000;
}
.woocommerce-order-received h2.kundenlogin {
    text-align: center;
}
.logged-in .woocommerce-MyAccount-content {
    background: #fff;
    padding: 1.875rem;
}
input#user_login {
    height: var(--input-height) !important;
    line-height: var(--input-height) !important;
    background-color: var(--white-color);
    border: 0.5px solid #8B8B8B;
    color: #7B7B7B;
    font-size: 1rem;
    padding: 0 1.25rem;
    border-radius: var(--border);
    font-family: var(--text-font);
    letter-spacing: 0rem;
}
.woocommerce_my_account_section {
    /*padding-top: 5rem !important;*/
    /*padding-bottom: 5rem !important;*/
}
.woocommerce-view-order .woocommerce-MyAccount-content {
    overflow-x: scroll;
}
.woocommerce-lost-password button.woocommerce-Button.button::before,p.woocommerce-form-row.form-row.text-center:before ,button.woocommerce-button.button.woocommerce-form-login__submit::before {
    content: " ";
    background-image: url(../images/arrow.svg);
    width: 2.3rem;
    height: 2.3rem;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: -0.2rem;
    top: -0.3rem;
}
p.title_billing_title.personal_infomation {
    margin-top: 2.5rem;
}
/*login-register*/
p#billing_company_field ,p#billing_ustid_field  {
    width: 40%;
    float: left;
    flex-basis: 40%;
    margin-right: 4%;
}

p#billing_firmenwebsite_field  ,p#billing_handelsregisternummer_field{
    width: 56%;
    float: left;
}
#customer_login ul.account-tabs {
    max-width: 38rem;
    margin: auto;
    position: absolute;
    opacity: 0;
}
p.after-text-custom a  ,p.after-text-custom{
    color: #646464;
    margin-bottom: 0;
}
p.after-text-custom a {
    text-decoration: underline;
    color: #000000;
}
p.woocommerce-form-row.password-hint + p.title_billing_title {
    margin-top: 3.75rem;
}
p#billing_company_field {
    width: 100%;
}
p#billing_haben_sie_field {
    display: none;
}
p#billing_country_field span.woocommerce-input-wrapper > strong {
    border: 0.5px solid #8B8B8B;
    padding: 0 1.25rem;
    background-color: #fff;
    font-size: 1rem;
    color: #7B7B7B;
    font-family: var(--text-font);
    border-radius: 0.3125rem;
    box-shadow: none !important;
    letter-spacing: 0;
    font-weight: normal;
    width: 100%;
    display: flex;
    height: var(--input-height);
    align-items: center;
}
body:not(.logged-in) .woocommerce_my_account_section-bg .img-bg img {
    background-image: url(../images/register.jpg) !important;
    /*background-position: 46% 50%;*/
}
@media screen and (max-width:849px) {
    .touch-scroll-table {
        box-shadow: unset;
        padding: 0;
    }
    .woocommerce-lost-password .woocommerce {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }  
    .woocommerce-form-login-toggle {
        margin-bottom: 30px;
    }
    #main .title-buttons.form-row .woocommerce-input-wrapper label {
        font-size: 14px !important;
        margin-right: 12px !important;
        min-width: 80px !important;
    }
    #customer_login p.title_billing_title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    p.title_billing_title {
        margin-top: 0;
    }
    .show-password-input {
        top: .875rem;
    }
    p.after-text-custom {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    #customer_login input:not([type="checkbox"]) {
        font-size: 14px;
    }
    #customer_login .card {
        max-width: 35rem;
        padding: 10px !important;
    }
    #customer_login h2 {
        margin-bottom: 30px;
        margin-top: 0;
    }
    #customer_login .woocommerce-button, 
    .woocommerce-lost-password button.woocommerce-Button.button {
        font-size: 14px;
        letter-spacing: 0.84px !important;
        height: 45px;
        line-height: 45px;
        margin-bottom: 0;
    }
    #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme {
        font-size: 12px;
    }
    #customer_login form p {
        margin-bottom: 12px;
    }
    #customer_login .tabbed_content {
        margin-top: 0;
    }
    #customer_login {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .dashboard-links a {
        font-size: 15px;
    }
    ul.dashboard-links li {
        margin-bottom: .5rem;
    }
    .logged-in .woocommerce-MyAccount-content {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    body:not(.logged-in) .woocommerce_my_account_section-bg .section-bg.bg-loaded,
    .woocommerce_my_account_section .bg{
        background-image: none !important;
    }
    .woocommerce_my_account_section {
        padding-top: 0!important;
        padding-bottom: 0 !important;
    }
    p#billing_city_field,
    p#billing_postcode_field {
        width: 100%;
    }
    p.woocommerce-form-row.password-hint + p.title_billing_title {
        margin-top: 30px;
    }
    .u-column2.col-2.woocommerce-Address {
        margin-top: 30px;
    }
    .woocommerce-MyAccount-content button.button {
        width: 100%;
        margin-top: 10px;
    }
}