/*login-register*/
:root {
    
    --letter:0;
    --white-color:#fff;
    --black-color:#000;
    --font-size:1rem;
    --border: 0.4375rem;
}
.dashboard-links li { 
    width: auto;
    margin-left: 0 !important;
}
.dashboard-links a {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 1.25rem;
    color: #000;
    height: 2rem;
    line-height: 2rem;
    font-size: .75rem;
    padding: 0 1rem;
    min-height: auto;
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--text-font-m);
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #120808 !important;
    border-radius: 0;
    border: 0;
    /* margin: 0; */
    background: transparent linear-gradient(107deg, #E0C472 0%, #DEBF70 30%, #C7A046 62%, #DEBF70 100%) !important;
}
textarea#billing_note::placeholder{
    color: #fff!important; 
}
.logged-in .woocommerce-MyAccount-content p ,.logged-in .woocommerce-MyAccount-content p a {
    color: #000;
}
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 1.25rem;
    font-weight: normal;
} 
#customer_login .account-tabs .nav-tab a {
    font-size: 1rem;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
    height: var(--input-height);
    color: #E0C472;
    font-weight: normal !important;
    background: #1A1A1A;
    border: 0;
    font-family: var(--heading-font-medium);
}
form.woocommerce-ResetPassword.lost_reset_password p.error_exist_account, 
form.woocommerce-ResetPassword.lost_reset_password p.error_exist_account a {
    color: red;
}
form.woocommerce-ResetPassword.lost_reset_password p.error_exist_account a {
    text-decoration: underline;
}
#customer_login .account-tabs .nav-tab a.active {
    color: #000000;
    font-weight: normal !important;
    border: none;
    background: transparent linear-gradient(269deg, #E0C472 0%, #DEBF70 30%, #B18C39 63%, #DEBF70 100%) 0% 0% no-repeat padding-box;
    font-family: var(--heading-font-semibold);
}
#customer_login .form-row label {
    display: none;
    border: none !important;
} 
#customer_login p#billing_country_field .woocommerce-input-wrapper strong{
    height:var(--input-height) !important;
    line-height: var(--input-height) !important;
    background-color: transparent;
    border: 0.5px solid #E0E0E0;
    color: #E0E0E0;
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    border-radius: 0;
    font-family: var(--text-light);
    letter-spacing: 0.0375rem;
    width: 100%;
}
#customer_login input:not([type="checkbox"]) {
    height:var(--input-height) !important;
    line-height: var(--input-height) !important;
    background-color: transparent;
    border: 0.5px solid #E0E0E0;
    color: #E0E0E0;
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    border-radius: 0;
    font-family: var(--text-light);
    letter-spacing: 0.0375rem;
}
.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: 2rem;
    line-height: 2rem;
    font-size: .75rem;
    padding: 0 1rem;
    min-height: auto;
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--text-font-m);
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #120808 !important;
    border-radius: 0;
    border: 0;
    /* margin: 0; */
    background: transparent linear-gradient(107deg, #E0C472 0%, #DEBF70 30%, #C7A046 62%, #DEBF70 100%) !important;
}
.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: #E0E0E0 !important;
}
.woocommerce-form-login .lost_password a {
    font-size: 0.8125rem;
    color: #939393;
    opacity: 1;
    font-family: var(--text-font-nunito);
    text-decoration: underline;
}
ul.account-tabs  li:nth-child(1) a{
    border-radius: 0 !important;
}
ul.account-tabs li:nth-child(2) a {
    border-radius: 0 !important;
}
#customer_login .card {
    max-width: 35rem;
    margin-inline: auto;
    text-align: center;
    margin-top: 0;
    padding: 2rem !important;
    border-radius: 0;
    background: #1A1A1A;
    display: block;
    overflow: hidden;
}
#customer_login .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: none;
}
#customer_login ul.account-tabs {
    max-width: 33.75rem !important;
    margin: auto;
}
#customer_login .woocommerce-button, .woocommerce-lost-password button.woocommerce-Button.button {
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: 0.9375rem;
    padding: 0 3rem;
    min-height: auto;
    letter-spacing: 0.075rem;
    font-family: var(--text-font-m);
    margin: 0;
    text-transform: inherit;
    color: #000;
    border: 1px solid var(--fs-color-primary);
    font-weight: normal;
    margin-bottom: 2rem;
    border-radius: 0;
    background: transparent linear-gradient(108deg, #E0C472 0%, #DEBF70 30%, #C7A046 62%, #DEBF70 100%) 0% 0% no-repeat padding-box;
    width: auto;
    text-transform: uppercase;
}
.woocommerce-lost-password button.woocommerce-Button.button {
    width: 100% !important;
    margin-top: 1rem;
}
.woocommerce-MyAccount-content button.button {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .875rem;
    padding: 0 1rem;
    min-height: auto;
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--text-font-m);
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #120808 !important;
    border-radius: 0;
    border: 0;
    /* margin: 0; */
    background: transparent linear-gradient(107deg, #E0C472 0%, #DEBF70 30%, #C7A046 62%, #DEBF70 100%) !important;
    width: 100%;
    margin-top: 1.5rem;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    padding-right: 0 !important;
}
header.woocommerce-Address-title.title a {
    text-decoration: underline;
    text-decoration-thickness: from-font;
}
#customer_login form>.form-row:last-child {
    margin-bottom: 0;
    position: relative;
}
#main .title-buttons.form-row .woocommerce-input-wrapper label {
    font-size: 0.9375rem;
    min-height: initial;
    border-radius: var(--border) !important;
    color: #fff;
    margin-right: 0.8rem !important;
    background: transparent;
    margin-bottom: 0;
    height: var(--input-height) !important;
    line-height: var(--input-height);
    min-width: 6.25rem !important;
    border: 0.5px solid #E0E0E0 !important;
    font-family: var(--text-light);
    border-radius: 0 !important;
}
#main .title-buttons .woocommerce-input-wrapper input:checked + label {
    background: transparent linear-gradient(269deg, #E0C472 0%, #DEBF70 30%, #B18C39 63%, #DEBF70 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    border: 1px solid #DEBF70 !important;
}
#customer_login form p {
    margin-bottom: 0.875rem;
    color: #959595;
}
#customer_login h2 {
    text-align: center;
    color: #ffff;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}
.woocommerce-form-login .rememberme-lost-password {
    display: flex;
    justify-content: center;
    margin-bottom: 1.875rem;
}
.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-font-semibold2);
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    color: #fff;
}
p.woocommerce-form-row.password-hint {
    margin-bottom: 2.5rem !important;
}
p#billing_address_1_field {
    width: 66%;
    float: left;
}
p#billing_address_2_field {
    width: 30%;
    float: left;
}
p#billing_postcode_field {
    width: 30%;
    float: left;
}
p#billing_city_field {
    width: 66%;
    float: left;
    clear: unset;
}
p#billing_postcode_field {
    width: 30%;
    float: left;
    clear: unset;
    margin-right: 4%;
}
#customer_login p#billing_title_field {
    text-align: left;
}
#customer_login {
    max-width: 35rem;
    border-radius: var(---border);
    background-color: transparent;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.tabbed_content {
    margin-top: 3rem;
}
#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: #E0E0E0;
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: 0.9375rem;
    border-radius: var(--border);
    font-family: var(--text-light);
    border: 0.5px solid #E0E0E0;
    background: transparent;
    border-radius: 0;
    letter-spacing: 0.0375rem;
}
.woocommerce-address-fields .form-row-first,.woocommerce-address-fields .form-row-last {
    width: calc(50% - 5px);
}
.woocommerce-address-fields p#shipping_address_1_field {
    width: 100%;
}
.woocommerce-address-fields .form-row-first {
    margin-right: 10px;
}
.woocommerce_my_account_section .bg-fill {
    /* background-position: 50% 0%; */
}
.woocommerce-privacy-policy-text {
    display: none;
}

 body:not(.logged-in) .woocommerce_my_account_section-bg  .section-bg.bg-loaded {
    background-image: url(../images/register.jpg) !important;
    background-position: 46% 50%;
}  
.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: #1A1A1A;
    padding: 0;
    margin-top: 0;
	color: #fff;
}
body.logged-in .woocommerce_my_account_section .col-inner *:not(input,span) {
    color: #fff;
    background: transparent;
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
    border-width: 1px;
}
body.logged-in  .woocommerce_my_account_section  .section-bg.bg-loaded {
    /* background:transparent !important */
}
ul.dashboard-links li {
    margin-bottom: 0;
}
.woocommerce-account .newsletter_section{
    display: none;
}
form.lost_reset_password {
    padding: 2.5rem;
    background: #1A1A1A;
    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;
}
.woocommerce-lost-password .woocommerce_my_account_section .woocommerce {
    padding: 2.5rem;
    background: #1A1A1A;
    max-width: 35rem;
    margin: auto;
}
form.woocommerce-ResetPassword.lost_reset_password label {
    color: #fff;
    font-weight: 600;
}
.woocommerce-order-received h2.kundenlogin {
    text-align: center;
}
.logged-in .woocommerce-MyAccount-content {
/*     background: #fff; */
    padding: 1.875rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
input#user_login {
    /* border-radius: 0; */
}
.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;
}
#footer {
    padding-top: 3rem;
}
/*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;
}
div#billing_pickup_location_notice ,
div#shipping_pickup_location_notice {
    display: none;
}
@media screen and (max-width: 849px){
    p#billing_address_1_field {
        width: 60%;
        margin-right: 4%;
    }
    p#billing_address_2_field {
        width: 36%;
        float: left;
    }
    .touch-scroll-table {
        box-shadow: unset;
        /* padding: 0; */
    }
    body.logged-in .woocommerce_my_account_section .col-inner {
        padding: 20px;
    }
    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!important;
    }
    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: 0.7px;
        padding: 0 25px !important;
    }
    #customer_login .woocommerce-form-login__submit {
        min-width: inherit;
    }
    .woocommerce-account footer#footer .top-header.trust-icon-custom {
        display: none;
    }
    #customer_login h2 {
        margin-top: 0;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    ul.account-tabs li {
        width: 100%;
    }
    body #customer_login {
        padding: 0 !important;
        max-width: 388px;
        margin-top: 0px;
        margin-bottom: 0;
    }
    #customer_login ul.account-tabs {
        max-width: 320px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 26px;
    }
    .woocommerce_my_account_section {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    #customer_login .card {
        max-width: 100%;
        margin-top: 0;
        padding: 25px !important;
        padding-bottom: 0 !important;
    }
    .woocommerce-form-login .lost_password a {
        font-size: 13px !important;
    }
    #main #customer_login .account-tabs .nav-tab a {
        font-size: 14px;
        letter-spacing: 0.7px;
        border-radius: 0 !important;
    }
    #customer_login .account-tabs .nav-tab {
        -webkit-box-flex: auto  ;
        -ms-flex: auto;
        flex: auto;
        margin: 0;
        margin-bottom: 14px;
    }
    .tabbed_content {
        margin-top: 0;
    }
    p#billing_city_field {
        width: 60%;
        float: left;
    }
    p#billing_postcode_field {
        width: calc(40% - .8rem);
        float: left;
        margin-right: .8rem;
    }
    #billing_country,
    #customer_login input:not([type="checkbox"]) {
        font-size: 14px !important;
        letter-spacing: 0.56px;
    }
    #customer_login input:not([type="checkbox"]) {
        padding: 0 11px;
    }
    #billing_country {
        padding: 0 11px;
    }
    body  #customer_login .woocommerce-button, .woocommerce-lost-password button.woocommerce-Button.button {
        margin-top: 0rem;
    }
    #main .title-buttons.form-row .woocommerce-input-wrapper label {
        font-size: 14px!important;
        min-width: 73px !important;
    }
    #customer_login p.title_billing_title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    p#billing_firmenwebsite_field, p#billing_handelsregisternummer_field,
    p#billing_company_field, p#billing_ustid_field {
        width: 100%;
        flex-basis: 100%;
    }
    .woocommerce .shop_table tr td, .woocommerce .shop_table tr th {
        font-size: 13px;
        white-space: nowrap;
    }
    .woocommerce .shop_table tr td a.woocommerce-button, .woocommerce-MyAccount-content button.button.wp-element-button{
        font-size: 14px;
        letter-spacing: .84px;
    }
    .u-columns h2{
        font-size: 1.25rem;
    }
    .woocommerce-MyAccount-content button.button,
    .u-column2.col-2.woocommerce-Address{
        margin-top: 30px;
    }
    /* .woocommerce-MyAccount-content .shop_table {
        display: block;
        overflow: auto;
    } */
    .woocommerce-view-order .woocommerce-MyAccount-content {
        overflow-x: hidden;
    }
    body .woocommerce-MyAccount-content h2 {
        line-height: 30px;
        margin-bottom: 15px;
        font-size: 20px;
        margin-top: 20px;
    }
    body #customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .logged-in .woocommerce-MyAccount-content {
        padding: 0px;
        margin-top: 0;
        margin-bottom: 0;
    }
}