/*login-register*/
:root {
    --white-color:#fff;
    --black-color:#000;
    --font-size:.875rem;
    --border: .3125rem;
}
#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#current_pickup_location_field {
    display: none !important;
}
#customer_login .card select:hover,
#customer_login form p select:hover {
    box-shadow: unset !important;
}
#customer_login .card select,
#customer_login form p select {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: var(--text-font);
    font-size: .9375rem;
    border-radius: 1.875rem !important;
    border: 0.5px solid #C9C9C9 !important;
}
.woocommerce-my-account-section .col:nth-child(2) .img{
    width: calc(100% + 5rem) !important;
    margin-bottom: 0;
}
.woocommerce-my-account-section .col:nth-child(2) {
    padding-left: 5.3125rem;
}
.logged-in .woocommerce-my-account-section .col:nth-child(2) {
    display: none;
}
.logged-in .woocommerce form .form-row .required {
    display: none;
}
ul.dashboard-links {
    margin-bottom: 0;
}
p.jetzt-registrieren {
    margin-top: 1.25rem;
    margin-bottom: 0;
    color: #121212;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
    font-family: var(--text-font);
}
h2.registrierung {
    margin-bottom: 0 !important;
}
p.jetzt-registrieren span {
    text-decoration: underline;
}
.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; 
}
div#billing_pickup_location_notice {
    display: none !important;
}
/* #customer_login p#billing_country_field .woocommerce-input-wrapper strong {
    text-align: left;
    color: var(--black-color);
    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;
    font-weight: normal;
    border: 0.5px solid #C9C9C9 !important;
    border-radius: 1.25rem;
    font-family: var(--text-font);
    font-size: .9375rem;
}  */
#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: #121212; 
}
#customer_login p#billing_country_field .woocommerce-input-wrapper strong{
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    font-weight: normal;
}
#customer_login p#billing_country_field .woocommerce-input-wrapper strong,
#customer_login input:not([type="checkbox"]) { 
    height: var(--input-height) !important;
    color: #121212 !important;
    font-size: 0.8125rem !important;
    border-radius: 0 !important;
    padding: 0 1.25rem !important;
    padding-left: 0 !important;
    letter-spacing: 0;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-family: var(--text-font) !important;
    border: 0 !important;
    border-bottom: 1px solid #7B7B7B !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 .woocommerce-MyAccount-content a.button,
.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.25rem;
    min-height: auto;
    letter-spacing: 0.09rem;
    font-weight: normal;
    font-family: var(--text-font-bold) !important;
    border-width: 0;
    margin: 0;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 1.875rem !important;
    background: var(--primary-color) !important;
    color: #fff !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: #4D4D4D !important;
}
.woocommerce-form-login .lost_password a {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(41 41 41 / 50%);
    text-decoration: underline;
    opacity: 1;
    font-family: var(--text-font);
    letter-spacing: .24px;
}
#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, .woocommerce-lost-password button.woocommerce-Button.button:hover {
    background: #4D4D4D !important;
    color:#fff !important;
}
#customer_login .woocommerce-button, .woocommerce-lost-password button.woocommerce-Button.button {
    /*line-height: var(--input-height);
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    min-height: auto;
    letter-spacing: 1.2px;
    font-family: var(--text-font-bold);
    margin: 0;
    text-transform: inherit;
    color: #fff !important;
    border: 0;
    border-radius: 1.875rem;
    font-weight: normal;
    margin-bottom: 0;
    background-color: var(--primary-color);*/

    height: var(--input-height);
    line-height: var(--input-height);
    font-size: 0.875rem !important;
    padding: 0 1.875rem;
    text-transform: uppercase !important;
    font-family: var(--heading-font) !important;
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    margin: 0;
    background: var(--primary-color) !important;
    letter-spacing: 0.1rem;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: all .35s;
    border-radius: 0 !important;
    width: 100% !important;
    margin-top: 1.5rem !important;
}
.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: 1.875rem;
    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: 0 !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;
    font-family: var(--heading-font-regular);
}
#main .title-buttons .woocommerce-input-wrapper input:checked + label {
    background: var(--primary-color);
    border-color: var(--primary-color) !important;
    color: #fff !important;
    font-family: var(--heading-font);
}
p.woocommerce-form-row.password-hint + p.title_billing_title {
    margin-bottom: 0 !important;
    margin-top: 1.25rem !important;
}
.woocommerce-password-strength {
    color: #868686;
    text-align: left;
    font-size: .8125rem;
    line-height: 1rem;
    margin-top: .9375rem;
}
p#billing_phone_field {
    /* margin-bottom: 1.875rem !important; */
}
.form-row .select2-container {
    margin-bottom: 0.25rem;
}
#customer_login form p {
    margin-bottom: 0.9375rem;
    color: #959595;
    line-height: 1.25rem;
}
#customer_login h2 {
    text-align: left;
    margin-bottom: 2rem;
    margin-top: 0;
}
.woocommerce-form-login .rememberme-lost-password {
    display: flex;
    margin-bottom: 0.9375rem;
}
#customer_login .wc-gzd-checkbox-placeholder-reg_data_privacy {
    margin-bottom: 0;
}
#customer_login .woocommerce-button {
    margin-top: 1.5625rem;
}
.woocommerce-account #wrapper>.message-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
#customer_login p.title_billing_title {
    font-family: var(--heading-font);
    text-align: left;
    font-size: .938rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    color: #000000;
    letter-spacing: .9px;
}
.form-row-first {
    margin-right: 2%;
}
.form-row-first, .form-row-last {
    float: left;
    width: 49%;
}
p#billing_address_1_field { 
    width: 100%;
    margin-right: 0;
    float: left;
}
#customer_login ul.account-tabs {
    display: none;
}
p#billing_address_2_field {
    max-width: 37%;
    float: left;
}
p#billing_postcode_field {
    max-width: 37%;
    margin-right: 2%;
    float: left;
}
p#billing_city_field {
    width: 61%;
    float: left;
    clear: unset;
}
#customer_login p#billing_title_field {
    text-align: left;
}
#customer_login {
    max-width: 30rem;
    background-color: transparent;
    margin: 0;
}
ul.woocommerce-error.message-wrapper li {
    margin-left: 0;
}
ul.woocommerce-error.message-wrapper {
    background: #fff;
    margin-bottom: 1rem;
    padding: 0;
    border-radius: 0;
}

p#billing_last_name_field + p.title_billing_title,
p.woocommerce-form-row.password-hint + p.title_billing_title {
    margin-top: 2.5rem !important;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
#customer_login .shopbutton-registrationmenu{
/* #customer_login #billing_first_name_field:nth-child(1), 
#customer_login #billing_last_name_field:nth-child(2) { */
    display: none;
}
#customer_login #billing_first_name_field:nth-child(2), 
#customer_login #billing_last_name_field:nth-child(3) {
    width: 100%;
}
p.woocommerce-form-row.password-hint {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 2.5rem !important;
    display: none;
}
#billing_country {
    padding-left: 1.25rem;
    color: #222222;
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: .875rem;
    border-radius: var(--border);
    font-family: var(--text-font);
    border: 0.5px solid #222222;
}

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

.show-password-input:after {
    content: " " !important;
}
.show-password-input {
    background: url(/newdesign/wp-content/uploads/2025/02/eyes.svg);
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    top: .875rem;
    right: 0;
    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: #161615;
    margin-bottom: .9375em;
}
.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: #161615;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 36.25rem;
    margin-inline: auto;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: unset;
    border-radius: 0;
    color: #161615 !important;
}
.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;
    color: #000;
    font-size: .9375rem;
    padding: 0 1.25rem;
    border-radius: 1.875rem;
    font-family: var(--text-font);
    letter-spacing: 0;
}
.woocommerce-my-account-section .section-bg {
    max-width: 50%;
    right: 0;
    left: unset;
}
.logged-in .woocommerce-my-account-section .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;
}

p.title_billing_title.personal_infomation {
    margin-top: 2.5rem;
}
/*login-register*/
.woocommerce_my_account_section{
    margin-bottom: 3.75rem;
}
.woocommerce_my_account_section .section-bg :is(img,picture,video){
    width: 50%;
    right: 0;
    left: auto;
}
body.logged-in .woocommerce_my_account_section .col > .col-inner {
    padding: 0 !important;
}
body.logged-in .woocommerce_my_account_section .full-width,body.logged-in .woocommerce_my_account_section .row-full-width.row.row-collapse,
body.logged-in .woocommerce_my_account_section .row-full-width {
    max-width: 77rem!important;
}
body.logged-in .woocommerce_my_account_section .fill{
    opacity: 0;
}
body.logged-in .woocommerce_my_account_section .large-6{
    flex-basis: 100%;
    max-width: 100%;
}
@media screen and (max-width: 849px){
    p#billing_last_name_field + p.title_billing_title, 
    p.woocommerce-form-row.password-hint + p.title_billing_title {
        margin-top: 10px !important;
    }
    .woocommerce-form-login .rememberme-lost-password {
        margin-bottom: 0px;
    }
    p.jetzt-registrieren {
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 15px;
    }
    .woocommerce-my-account-section .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: 15px;
    }
    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: 14px;
        letter-spacing: 1.12px;
    }
    .woocommerce-account footer#footer .top-header.trust-icon-custom {
        display: none;
    }
    #customer_login h2 {
        margin-bottom: 27px;
    }
    ul.account-tabs li {
        width: 100%;
    }
    body #customer_login {
        padding: 0 !important;
        max-width: 388px;
    }
    .woocommerce-my-account-section {
        padding-bottom: 60px !important;
        padding-top: 20px !important;
    }
   
    #customer_login .card {
        max-width: 100%;
    }
    .woocommerce-form-login .lost_password{
        line-height: 1rem;
    }
    .woocommerce-form-login .lost_password a {
        font-size: 13px !important;
        letter-spacing: 0;
    }
    #main #customer_login .account-tabs .nav-tab a {
        font-size: 12px;
        letter-spacing: 1.2px;
        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 .card select, #customer_login form p select,
    #customer_login input:not([type="checkbox"]) {
        font-size: 14px !important;
    }
    body  #customer_login .woocommerce-button, .woocommerce-lost-password button.woocommerce-Button.button {
        margin-top: 18px;
    }
    #customer_login p.title_billing_title {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    #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;
    }
    body #customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
        margin-top: 10px;
    }
    .woocommerce_my_account_section .col > .col-inner{
        padding: 0 20px!important;
    }
    .woocommerce_my_account_section .section-bg{
        display: none;
    }
    .woocommerce_my_account_section {
        margin-bottom: 0;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}