.woocommerce-MyAccount-content {
    background: #fff;
    padding: 2.5rem;
}
/*login-register*/
:root {
    
    --white-color:#fff;
    --black-color:#000;
    --font-size:.875rem;
    --border: .3125rem;
}

p#billing_last_name_field,
p#billing_first_name_field {
    width: 100% !important;
}
p.jetzt-registrieren {
    margin-top: 1.25rem;
    margin-bottom: 0;
    color: #2B2B2B;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
    letter-spacing: 0;
}
p.jetzt-registrieren span {
    text-decoration: underline;
    display: inline-flex;
    margin-left: .25rem;
    font-family: var(--text-font);
}

.dashboard-links li {
    width: auto;
    margin-left: 0 !important;
}
.dashboard-links a {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
}
section.woocommerce-order-details span.amount {
    color: #000!important; 
}
#customer_login p#billing_country_field .woocommerce-input-wrapper strong {
    text-align: left;
    height: var(--input-height);
    line-height: var(--input-height);
    border: 0 !important;
    width: 100%;
    display: inline-flex;
    padding: 0 .625rem;
    font-weight: normal;
    font-family: var(--font-body-light);
    border: 0 !important;
    border-bottom: 0.5px solid #161615 !important;
    color: #161615;
    font-size: 1rem;
    letter-spacing: 0.03rem;
    box-shadow: unset !important;
    background: transparent !important;
} 
#customer_login .account-tabs .nav-tab:nth-child(2) a {
    border-radius: 0 1.25rem 1.25rem 0;
}
#customer_login .account-tabs .nav-tab:nth-child(1) a {
    border-radius: 1.25rem 0 0 1.25rem;
}
#customer_login .account-tabs .nav-tab a {
    font-size: .875rem;
    letter-spacing:0.0875rem;
    border-radius: 0;
    padding: 0;
    height: var(--input-height);
    color: #000000;
    font-weight: normal !important;
    background: #FFFFFF;
    border: 0;
    font-family: var(--text-font-bold);
}
#customer_login .account-tabs .nav-tab a.active {
    color: #fff !important;
    font-family: var(--text-font-bold);
    font-weight: normal !important;
    border: none;
    background: transparent;
    border: 1px solid #FFFFFF;
}
#customer_login .form-row label {
    display: none;
    border: none !important;
} 
#customer_login input:not([type="checkbox"])::placeholder {
    color: #777;
}
#customer_login input:not([type="checkbox"]) {
    border: 0.5px solid #8B8B8B;
    font-size: .938rem;
    padding: 0 1.25rem !important;
    font-family: "Inter-Regular" !important;
}
.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 {
    color: #000;
}
.woocommerce .shop_table tr td a.woocommerce-button,
.woocommerce-MyAccount-content button.button.wp-element-button:hover{
    box-shadow: unset;
    opacity: .8;
}
.woocommerce .shop_table tr td a.woocommerce-button, .woocommerce-MyAccount-content button.button.wp-element-button {
    height: var(--input-height);
    font-size: .875rem !important;
    padding: 0 1.75rem;
    min-height: auto;
    letter-spacing: 0.094rem;
    font-weight: normal;
    font-family: var(--heading-font-bold) !important;
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 0.3125rem !important;
    background: #F4C0D6 !important;
    color: #121212 !important;
    border: 0 !important;
    line-height: var(--input-height);
    opacity: 1;
}
.woocommerce-MyAccount-content button.button.wp-element-button:hover,
.woocommerce .shop_table tr td a.woocommerce-button:hover{
    box-shadow: unset !important;
    opacity: .8 !important;
}

#customer_login input:not([type="checkbox"])::placeholder{
    color: #222222 !important;
}
.woocommerce-form-login .lost_password a {
    font-size: .813rem;
    color: #888888;
    text-decoration: underline;
    opacity: 1;
    font-family: var(--text-font-light);
    letter-spacing: 0;
}
#customer_login .card {
    max-width: 30rem;
    text-align: center;
    margin-top: 0;
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
    /* color: #fff !important; */
}
#customer_login .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: none;
}
#customer_login ul.account-tabs {
    max-width: 38rem;
    margin: auto;
}
#customer_login .woocommerce-button:hover::after, 
.woocommerce-lost-password button.woocommerce-Button.button:hover::after {
    transform: translateY(0) rotate(45deg);
    transition: all .3s;
    filter: brightness(0) invert(1);
}
#customer_login .woocommerce-button:hover, 
.woocommerce-lost-password button.woocommerce-Button.button:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}
#customer_login .woocommerce-button, 
.woocommerce-lost-password button.woocommerce-Button.button {
    height: var(--input-height);
    line-height: 1.2;
    font-size: .813rem;
    padding: 0 3.125rem;
    min-height: auto;
    letter-spacing: 0.105rem;
    font-weight: normal;
    font-family: var(--text-font-bold);
    margin: 0;
    text-transform: inherit;
	border: 2px solid #26292B;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #26292B;
    border-radius: 1.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;
}
.woocommerce-lost-password button.woocommerce-Button.button::after,
#customer_login .woocommerce-button::after {
	content: '';
    width: .65rem;
    height: .65rem;
    display: inline-flex;
    position: relative;
    top: 0;
    transition: .25s all ease-in-out;
    margin-left: .625rem;
    background: url(../image/arrow-up-right.svg) no-repeat center center / contain;
	filter: brightness(0);
}
.woocommerce-lost-password button.woocommerce-Button.button:hover::after,
#customer_login .woocommerce-button:hover::after{
	filter: brightness(0) invert(1);
}
.woocommerce-lost-password button.woocommerce-Button.button{
    width:100% !important
}
.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);
    width: 100%;
    margin-top: 1rem;
}
#customer_login form>.form-row:last-child {
    margin-bottom: 0;
    position: relative;
}
#main .title-buttons.form-row .woocommerce-input-wrapper label {
    font-size: .875rem !important;
    min-height: initial;
    border-radius: var(--border) !important;
    color: #121212 !important;
    margin-right: 0.9375rem !important;
    background: var(--white-color);
    margin-bottom: 0;
    height: var(--input-height) !important;
    line-height:var(--input-height);
    min-width: 5.625rem !important;
    border: 1px solid #8B8B8B !important;
}
#main .title-buttons .woocommerce-input-wrapper input:checked + label {
    background: #F4C0D6;
    border-color: #F4C0D6 !important;
    color: #121212 !important;
    font-family: var(--text-font-bold);
}
p#billing_phone_field {
    margin-bottom: 1.875rem !important;
}
.form-row .select2-container {
    margin-bottom: 0.25rem;
}
/* #customer_login form p {
        font-size: .813rem;
    color: #888888;
    text-decoration: underline;
    opacity: 1;
    font-family: var(--text-font-light);
    letter-spacing: 0;
} */
#customer_login form p {
    margin-bottom: .938rem;
}
#customer_login h2 {
    text-align: center;
    margin-bottom: 1.875rem;
    margin-top: 0;
    line-height: 2.375rem !important;
}
.woocommerce-form-login .rememberme-lost-password {
    display: flex;
    justify-content: center;
    margin-bottom: 2.25rem;
}
.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-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: .9375rem;
    color: #000000;
    letter-spacing: 0.12rem;
    font-family: var(--heading-font-semibold);
}
.form-row-first {
    margin-right: 2%;
}
.form-row-first, .form-row-last {
    float: left;
    width: 49%;
}
p#billing_address_1_field { 
    width: 52%;
    float: left;
    clear: unset;
    margin-right: 0;
}
p#billing_company_field {
    width: 46%;
    margin-right: 2%;
    float: left;
}
#customer_login ul.account-tabs {
    display: none;
}
p#billing_address_2_field {
    width: 52%;
    float: left;
}
p#billing_postcode_field {
    max-width: 46%;
    margin-right: 2%;
    float: left;
}
p#billing_city_field {
    width: 52%;
    float: left;
    clear: unset;
}
#customer_login p#billing_title_field {
    text-align: left;
}
#customer_login {
    max-width: 33.75rem;
    padding: 0;
}
ul.woocommerce-error.message-wrapper {
    background: #fff;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 1.25rem;
}

p.woocommerce-form-row.password-hint + p.title_billing_title {
    margin-top: 3.125rem !important;
}

#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: .813rem;
    color: #888888;
    opacity: 1;
    font-family: var(--text-font-light);
    letter-spacing: 0;
    text-align: center;
    line-height: 1.5;
}


.woocommerce-privacy-policy-text {
    display: none;
}

.show-password-input:after {
    content: " " !important;
}
.show-password-input {
    background: url(../image/eyes.svg);
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    top: .875rem;
    right: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    visibility: unset;
}

ul.dashboard-links li {
    margin-bottom: 2rem;
}
.woocommerce-account .newsletter_section{
    display: none;
}
form.lost_reset_password {
    padding: 1.5rem;
    background: rgb(252, 252, 252, .85);
    max-width: 35rem;
    margin: auto;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    /* color: #fff; */
}
.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: #fff; */
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 30rem;
    margin-inline: auto;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: unset;
}
.woocommerce-lost-password .woocommerce {
    margin-top: 0 !important;
}
input#user_login {
    /* height: var(--input-height);
    line-height: var(--input-height);
    background-color: var(--white-color);
    border: 0.5px solid #222222;
    color: #222222;
    font-size: .875rem;
    padding: 0 1.25rem;
    border-radius: var(--border);
    font-family: var(--text-font-light);
    letter-spacing: 0rem; */
}
.woocommerce-my-account-section .bg.section-bg {
    max-width: 50%;
    right: 0;
    left: unset;
}
.logged-in .woocommerce-my-account-section .bg.section-bg {
    display:none !important
}
.logged-in .woocommerce-my-account-section .col {
    flex-basis: 100%;
    max-width: 100%;
}
.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*/
@media screen and (max-width: 849px){
    .woocommerce-form-login .rememberme-lost-password {
        margin-bottom: 30px;
    }
    p.jetzt-registrieren {
        font-size: 14px;
        letter-spacing: 0;
    }
    .woocommerce-my-account-section .bg.section-bg {
        display: none;
    }
    .tabbed_content {
        margin-top: 0;
    }
    .touch-scroll-table {
        box-shadow: unset;
    }
   
    ul.dashboard-links li {
        margin-bottom: 0.5rem;
    } 
    main .title-buttons.form-row .woocommerce-input-wrapper label {
        margin-right: 10px !important;
        min-width: 70px!important;
    }
    #customer_login form p {
        margin-bottom: 12px;
    }
    p#billing_first_name_field {
        width: 100%;
        margin: 0;
    }
    p#billing_last_name_field {
        width: 100%;
    }
    #customer_login .woocommerce-button, .woocommerce-lost-password button.woocommerce-Button.button {
        font-size: 13px;
        letter-spacing: 1.56px;
        text-transform: uppercase;
    }
    .woocommerce-account footer#footer .top-header.trust-icon-custom {
        display: none;
    }
    #customer_login h2 {
        margin-bottom: 25px;
    }
    ul.account-tabs li {
        width: 100%;
    }
    body #customer_login {
        padding: 30px 0px!important;
        max-width: 388px;
    }
    .woocommerce-my-account-section {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #customer_login .card {
        max-width: 100%;
    }
    .woocommerce-form-login .lost_password a {
        font-size: 12px !important;
        letter-spacing: 0.48px;
    }
    #main #customer_login .account-tabs .nav-tab a {
        font-size: 14px;
        letter-spacing: 1.4px;
        border-radius: 20px !important;
    }
    .show-password-input {
        width: 1rem;
        height: 1rem;
    }
    .dashboard-links {
        margin-bottom: 0;
    }
    .dashboard-links a {
        font-size: 14px;
    }
    p#billing_address_1_field,
    p#billing_address_2_field,
    p#billing_postcode_field {
        max-width: 100%;
        width: 100%;
    }
    p.woocommerce-form-row.password-hint {
        font-size: 12px;
    }
    #customer_login .account-tabs .nav-tab {
        -webkit-box-flex: auto  ;
        -ms-flex: auto;
        flex: auto;
        margin: 0;
        margin-bottom: 20px;
    }
    p#billing_city_field {
        width: 60%;
        float: left;
    }
    p#billing_postcode_field {
        width: calc(40% - .8rem);
        float: left;
        margin-right: .8rem;
    }
    #customer_login form.woocommerce-form.woocommerce-form-register.register p#billing_city_field,
    #customer_login form.woocommerce-form.woocommerce-form-register.register p#billing_postcode_field {
        width: 100%;
    }
    #customer_login input:not([type="checkbox"]) {
        font-size: 14px !important;
    }
    body #customer_login .woocommerce-button, .woocommerce-lost-password button.woocommerce-Button.button {
        margin-top: 0rem;
    }
    #customer_login p.title_billing_title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1.92px;
    }
    p#billing_company_field {
        width: 100%;
    }
    #main .title-buttons {
        margin-bottom: 12px;
    }
    #main .title-buttons.form-row .woocommerce-input-wrapper label {
        font-size: 13px !important;
        margin-right: 12px !important;
        min-width: 80px !important;
    }
    .woocommerce-my-account-section.pt-220 {
        padding-top: 200px !important;
    }
    #customer_login input:not([type="checkbox"]) {
        font-size: 14px;
    }
    p.jetzt-registrieren {
        font-size: 15px;
    }
}