.pre-footer-description{
    display: none;
}

/*------------------------------- Personal Account Pages --------------------------------*/

.woocommerce-account .main-content{
    font-family: "Unica", sans-serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin: 0 auto;
    max-width: 1350px;
    min-height: calc(100vh - 300px);
    padding-top: 5%;
}
.woocommerce-account .main-content:before{
    content: 'MY ACCOUNT';
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-bottom: 2.25%;
    text-align: center;
}
.woocommerce-account .woocommerce:after {
    border-right: 1px solid #bfbfbf;
    content: '';
    display: block;
    height: 100%;
    left: 22%;
    position: absolute;
}
.woocommerce-account:not(.logged-in) .woocommerce:after{
    display: none;
}
.woocommerce-account button{
    appearance: none;
    -webkit-appearance: none;
}
.woocommerce-error {
    font-size: 13px;
    font-weight: 300;
}
body:not(.logged-in) .woocommerce-error{
    color: red;
    text-align: center;
}
body.logged-in .woocommerce-error{
    margin-bottom: 60px;
}
.woocommerce-message {
    font-size: 16px;
    margin-bottom: 7.9%;
}
.woocommerce-account h2{
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content h2{
    font-weight: 300;
    margin-bottom: 26px;
}
.woocommerce-customer-details{
    margin-top: 60px;
}
/*------------------------------- Forms --------------------------------*/

.woocommerce-MyAccount-content label,
.woocommerce-password-strength,
.woocommerce-password-hint {
    color: #666;
    font-size: 15px;
}
.woocommerce-password-strength,
.woocommerce-password-hint{
    line-height: 1.5;
}
.woocommerce-password-strength{
    margin-top: 20px;
}
.woocommerce-password-hint{
    display: block;
    margin-bottom: -5px;
    max-width: 770px;
}
.woocommerce-address-fields__field-wrapper label{
    color: #666;
}
.woocommerce-account input[type=text],
.woocommerce-account input[type=email],
.woocommerce-account input[type=password],
.woocommerce-account input[type=tel]{
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 2em;
    margin-top: 16px;
    width: 100%;
}
.woocommerce-account .select2-container{
    font-size: 16px;
    margin-top: 1em;
}
.woocommerce-account .select2-container--default .select2-selection--single{
    border-width: 0;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered{
    border-bottom: 1px solid #aaa;
    outline: 0 !important;
    padding: 0 0 5px 0;
}
.woocommerce-account input.select2-search__field[type=text]:not([type="checkbox"]):not([type="radio"]) {
    margin: 0;
}
.woocommerce-account input[type="checkbox"]:before{
    background-image: url(../images/Radio_Button_checked.svg);
    background-position: 0 0 !important;
    background-size: contain;
    content: '';
    display: block;
    height: 1.5em;
    left: 0;
    position: absolute;
    top: -0.45em;
    visibility: visible;
    width: 1.5em;
}
.woocommerce-account input[type="checkbox"]:not(:checked):before{
    background-image: url(../images/Radio_Button_unchecked.svg);
}
.woocommerce-address-fields .checkbox input[type=checkbox]{
    margin-left: -1.8em;
    top: 0;
}
.woocommerce-address-fields__field-wrapper p{
    margin-bottom: 32px;
    margin-top: 20px;
}
.account-details-fieldset > div,
.password-reset-fieldset > div{
    margin-bottom: 52px;
}

/*------------------------------- Login/Register --------------------------------*/
.login-colset{
    padding-top: 2.9%;
    overflow: hidden;
}
.login-col{
    min-height: 455px;
    width: 50%;
}
.login-col:first-of-type{
    border-right: 1px solid #ccc;
    float: left;
}
.login-col:last-of-type{
    float: right;
    padding-left: 5.8%;
}

.woocommerce-form-login,
.woocommerce-form-register {
    margin-top: -22px;
    max-width: 400px;
}
.woocommerce-form-login input,
.woocommerce-form-register input{
    padding: 0.35em 0;
}
.woocommerce-form-login input[type="text"], 
.woocommerce-form-register input[type="text"] {
    margin-bottom: 8px;
}
.woocommerce-form-login input[type="password"]{
    margin-bottom: 27px;
}
.login-text-row{
    padding-bottom: 15px;
    padding-top: 3px;
}
.woocommerce-account input[type=submit], 
.woocommerce-account button[type=submit]{
    margin-top: 38px;
    width: 165px;
}

.woocommerce-LostPassword{
    float: right;
}
.woocommerce-LostPassword a{
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    top: 2px;
}
.registration-text{
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 32px;
}
.woocommerce-rememberme-checkbox span{
    font-size: 15px;
    margin-left: 10px;
}

/*------------------------------- Lost Password --------------------------------*/
.woocommerce-ResetPassword{
    max-width: 600px;
}
.lost-password-text{
    color: #000;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 3.5em;
}

/*------------------------------- Account Dashboard --------------------------------*/

.woocommerce-account.logged-in .main-content {
    padding-bottom: 53px;
    padding-top: 73px;
}
.woocommerce-MyAccount-navigation {
    font-size: 26px;
    float: left;
    min-height: 555px;
    text-transform: capitalize;
    width: 22.2%;
}
.woocommerce-MyAccount-navigation .mobile-navigation{
    display: none;
}
.woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}
.account-dashboard-wrapper{
    max-width: 900px;
}
.woocommerce-MyAccount-navigation-link {
    clear: both;
    float: left;
    line-height: 1.4;
    margin-bottom: 0.67em;
    overflow: hidden;
}
.woocommerce-MyAccount-navigation-link:last-of-type {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 4.5em;
}
.woocommerce-MyAccount-navigation-link a{
    color: #666;
    display: inline-block;
    position: relative;
}
.woocommerce-MyAccount-navigation-link a:after{
    background: #666;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #202020;
}
.woocommerce-MyAccount-navigation-link.is-active a:after{
    background: #202020;
}
.dashboard-greetings-text{
    font-size: 26px;
    position: relative;
}
.greetings-line-2{
    display: block;
    font-size: 16px;
    margin-top: 21px;
}
.dashboard-greetings-text a{
    border-bottom: 1px solid #aaa;
}
.dashboard-info-text{
    font-size: 16px;
    line-height: 1.6;
    margin: 10.1% 0 0;
    max-width: 800px;
    position: relative;
}
.woocommerce-account.logged-in .woocommerce{
    margin-top: 3.3%;
    overflow: hidden;
    position: relative;
}

/*------------------------------- Edit Account --------------------------------*/

.password-reset-fieldset {
    margin-top: 15px;
}
.account-details-fieldset{
    max-width: 860px;
    overflow: hidden;
}
.password-reset-fieldset input{
    clear: both;
    display: block;
    max-width: 400px;
}
.account-details-fieldset > div:first-of-type,
.account-details-fieldset > div:nth-of-type(2){
    width: calc(50% - 30px);
} 
.account-details-fieldset > div:first-of-type{
    float: left;
}
.account-details-fieldset > div:nth-of-type(2){
    float: right;
}
.password-reset-fieldset h2{
    margin-bottom: 43px;
}
.password-reset-fieldset button[type=submit]{
    margin-top: 6px;
}
/*------------------------------- Payment Methods --------------------------------*/
#add_payment_method{
    max-width: 400px;
}
.woocommerce-PaymentMethods {
    text-align: left;
}
.payment_methods img, .payment_methods input, #stripe-payment-data > p {
    display: none;
}
.woocommerce-MyAccount-content label[for="payment_method_stripe"] {
    font-size: 15px;
    margin-bottom: 3.2em;
    text-transform: unset;
    color: #666;
}
label[for=payment_method_stripe]:after {
    background-image: url(//thelocalproject.com.au/wp-content/themes/tlp/assets/css/../../assets/images/stripe-cc-payments1-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 62px;
    left: -14px;
    margin-top: 11px;
    position: relative;
    width: 200px;
}
.payment-methods-contents{
    color: #666;
}
.payment-methods-add{
    border-top: 1px solid #ccc;
    margin-top: 77px;
    padding-top: 55px;
}
.add-payment-method-button{
    border-bottom: 1px solid #aaa;
    color: #000;
    line-height: 1.45;
}
.add-payment-method-button:before {
    content: "+ ";
}
/*------------------------------- Tables --------------------------------*/

.woocommerce-orders-table, 
.subscription_details,
.my_account_orders{
    font-size: 15px;
    width: 100%;
}
.woocommerce-orders-table th,
.subscription_details th,
.my_account_orders th{
    padding: 10px 0 8px;
    width: 21.5%;
}
.woocommerce-orders-table td,
.subscription_details td,
.my_account_orders td{
    padding: 18px 0;
}
.woocommerce-orders-table tr:first-of-type td,
.subscription_details tr:first-of-type td,
.my_account_orders tr:first-of-type td{
    padding-top: 29px;
}
.woocommerce-orders-table td:not(:first-of-type),
.subscription_details tbody th,
.my_account_orders td:not(:first-of-type) {
    color: #666;
}
.woocommerce-orders-table td:last-of-type a,
.subscription_details td:last-of-type a,
.my_account_orders td:last-of-type a {
    margin-right: 5px;
}

.woocommerce-orders-table td:last-of-type a, 
.subscription_details td:last-of-type a, 
.my_account_orders td:last-of-type a{
    border-bottom: 1px solid #aaa;
}
.subscription_details td:last-of-type a{
    line-height: 1.6;
}
.woocommerce-orders-table td:last-of-type a:hover, 
.subscription_details td:last-of-type a:hover, 
.my_account_orders td:last-of-type a:hover {
    color: #607149;
}

.woocommerce-pagination{
    text-align: center;
}
.woocommerce-order-table-wrapper .woocommerce-pagination a {
    display: inline-block;
    height: 40px;
    margin: 20px 5px 0;
    overflow: hidden;
    text-indent: 999px;
    width: 40px;
}
.woocommerce-order-table-wrapper .woocommerce-pagination a:before{
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    display: block;
    height: 40px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    width: 40px;
}
.woocommerce-order-table-wrapper .woocommerce-pagination .woocommerce-button--previous:before{
    content: '\f053';
}
.woocommerce-order-table-wrapper .woocommerce-pagination .woocommerce-button--next:before{
    content: '\f054';
}

/*------------------------------- Order Details --------------------------------*/

.order_details{
    font-family: 'Unica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 74px;
    max-width: 800px;
    width: 100%;
}
.order_details strong {
    font-weight: inherit;
}
.order_details .wc-item-meta .wc-item-meta-label, 
.order_details .wc-item-meta p{
    display: inline;
}
.order_details .product-name > strong, 
.order_details .product-name > a {
    font-weight: 400;
}
.woocommerce-Address header span {
    font-size: 16px;
    margin-bottom: 35px;
    display: inline-block;
}
.order_details .product-total {
    text-align: right;
}
.order_details tbody tr:last-of-type td{
    padding-bottom: 35px;
}
.order_details tfoot{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.order_details tfoot tr:first-of-type td{
    padding-top: 35px;
}
.order_details tfoot tr:last-of-type td{
    padding-bottom: 35px;
}
.order_details tfoot tr td:last-of-type{
    text-align: right;
    white-space: nowrap;
}
.subscription_details{
    margin-bottom: 32px;
    position: relative;
    top: -9px;
}
/*------------------------------- View Order --------------------------------*/

.woocommerce-order-details .woocommerce-customer-details{
    margin-top: 0;
}
.woocommerce-order-details .woocommerce-Address-title{
    margin-top: 60px;
}

.order-info-text {
    font-size: 15px;
}
.woocommerce-checkout-review-order-table,
.wc-order-review-section{
    font-family: 'Unica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 800px;
    overflow: hidden;
    width: 100%;
}
.wc-order-review-section{
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    margin: 35px 0 74px;
    padding: 35px 0;
}
.woocommerce-checkout-review-order-table .product-name,
.order-review-subtotal-label,
.order-review-shipping-label,
.order-total-label {
    clear: both;
    float: left;
}
.woocommerce-checkout-review-order-table .product-total,
.order-review-subtotal-price,
.order-review-shipping-price,
.order-total-price {
    float: right;
}
/*------------------------------- Addresses --------------------------------*/

.adress-info-text {
    color: #888;
    font-size: 16px;
    margin-bottom: 38px;
}
.woocommerce-Addresses{
    max-width: 800px;
}
.woocommerce-Address{
    margin-bottom: 9%;
}
.woocommerce-Address-title h3 {
    font-size: 26px;
    margin-bottom: 1.2em;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce-Address a {
    border-bottom: 1px solid #aaa;
    font-size: 16px;
    line-height: 1.4;
    margin-top: -0.2em;
    position: absolute;
    right: 0;
    top: 60px;
}
.woocommerce-account .woocommerce-Address a:hover{
    color: #607149;
}
.woocommerce-Address address {
    font-size: 16px;
    line-height: 1.45em;
}
.woocommerce-address-fields {
    text-align: left;
}
#update_all_subscriptions_addresses_field{
    clear: both;
}
#update_all_subscriptions_addresses_field label {
    text-transform: inherit;
    font-size: 14px;
    margin-left: 1.8em;
    margin-bottom: 5em;
}
#update_all_subscriptions_addresses_field label strong{
    font-weight: 400;
}

.tlp-account-address-update-notification{
    line-height: 1.6;
}

/*------------------------------- Edit Address --------------------------------*/

.woocommerce-address-fields__field-wrapper{
    max-width: 850px;
}
.woocommerce-address-fields__field-wrapper p {
    width: calc(50% - 30px);
}
.woocommerce-address-fields__field-wrapper p:nth-of-type(2n+1) {
    clear: both;
    float: left;
}
.woocommerce-address-fields__field-wrapper p:nth-of-type(2n) {
    float: right;
}
#billing_phone_field, 
#shipping_phone_field{
    clear: both;
    float: left;
}
#billing_email_field,
#shipping_email_field{
    float: right;
    margin-top: -103px;
}
#update_all_subscriptions_addresses_field{
    padding-top: 16px;
}
.edit-adress-button{
    clear: both;
    margin-top: -13px;
}
@media all and (max-width: 1300px){
    .woocommerce-MyAccount-navigation{
        font-size: 24px;
    }
}
@media all and (max-width: 1024px){
    .woocommerce-MyAccount-navigation{
        font-size: 20px;
    }
    .dashboard-greetings-text,
    .woocommerce-account h2 {
        font-size: 24px;
    }
    .woocommerce-MyAccount-content{
        width: 73%;
    }
}
@media all and (max-width: 768px){
    .woocommerce-MyAccount-navigation {
        font-size: 16px;
        min-height: 300px;
        width: 25%;
    }
    .dashboard-greetings-text,
    .woocommerce-account h2 {
        font-size: 22px;
    }
    .woocommerce-account .woocommerce:after{
        left: 25%;
    }
    .woocommerce-form-login, .woocommerce-form-register {
        max-width: 300px;
    }
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content{
        width: 100%;
    }
    .woocommerce-account .woocommerce:after{
        display: none;
    }
    .woocommerce-MyAccount-navigation-link:last-of-type{
        font-size: 14px;    
        margin-top: 10px;
    }
    .woocommerce-MyAccount-content{
        margin-top: 0;
    }
    .woocommerce-orders-table th, .subscription_details th, .my_account_orders th{
        width: 20%;
    }
    .subscription_details td:last-of-type a {
        clear: both;
        display: inline-block;
        width: auto;
    }
}
@media all and (max-width: 640px){

/*------------------------------- Login/Register --------------------------------*/
    
    .woocommerce-orders-table, 
    .my_account_orders,
    .woocommerce-checkout-review-order-table, 
    .wc-order-review-section,
    .subscription_details, 
    .woocommerce-MyAccount-subscriptions {
        font-size: 14px;
    }
    .woocommerce-account .main-content:before{
        font-size: 12px;
        letter-spacing: 0;
        padding-bottom: 0;
    }
    .login-col {
        min-height: 0;
        width: 100%;
    }
    .login-col:first-of-type{
        border-right: 0;
    }
    .login-col:last-of-type{
        margin-top: 53px;
        padding-left: 0;
    }
    .woocommerce-account .main-content{
        letter-spacing: 0;
        padding-top: 30px;
    }
    .woocommerce-notices-wrapper {
        margin-top: 34px;
    }
    .login-colset{
        padding: 34px 15px;
    }
    .woocommerce-form-login, .woocommerce-form-register {
        max-width: none;
    }
    .woocommerce-form-login input[type="text"], .woocommerce-form-register input[type="text"] {
        margin-bottom: 17px;
    }
    .woocommerce-account input[type=text], .woocommerce-account input[type=email], .woocommerce-account input[type=password], .woocommerce-account input[type=tel]{
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 20px;
    }
    .woocommerce-rememberme-checkbox span {
        font-size: 14px;
        margin-left: 15px;
        vertical-align: top;
    }
    .woocommerce-account input[type="checkbox"]:before {
        height: 21px;    
        width: 21px;
    }
    .woocommerce-account input[type="checkbox"] {
        left: 0px;
        top: 1px;
    }
    .login-text-row{
        padding-bottom: 11px;
    }
    .woocommerce-LostPassword a {
        font-size: 14px;
        line-height: inherit;
        top: 0;
        vertical-align: top;
    }
    .woocommerce-account input[type=submit], .woocommerce-account button[type=submit] {
        border-color: #ccc;
        margin-top: 25px;
        width: 200px;
    }
    .registration-text {
        font-size: 14px;
        letter-spacing: 0.015em;
        padding-bottom: 16px;
        padding-top: 31px;
    }
    .woocommerce-Address header span{
        margin-bottom: 22px;
    }
    .woocommerce-Address {
        margin-bottom: 46px;
    }

/*------------------------------- Common styles --------------------------------*/
    
    .woocommerce-account.logged-in > .wrapper{
        padding: 0 20px;
        width: 100%;
    }
    .woocommerce-account.logged-in .main-content{
        padding: 27px 0;
    }
    .woocommerce-account.logged-in .woocommerce{
        margin-top: 40px;
    }
    .woocommerce-MyAccount-navigation{
        font-size: 14px;
        min-height: 0;
    }
    .woocommerce-MyAccount-navigation-link{
        margin-bottom: 7px;
    }
    .woocommerce-account h2,
    .woocommerce-MyAccount-content h2,
    .dashboard-greetings-text,
    .woocommerce-Address-title h3{
        font-size: 20px;
    }
    .woocommerce-Address address,
    .woocommerce-account .woocommerce-Address a,
    .adress-info-text,
    .woocommerce-MyAccount-content label, .woocommerce-password-strength, .woocommerce-password-hint,
    .payment-methods-contents,
    .order_details,
    .order-info-text{
        font-size: 14px;
    }
    .woocommerce-MyAccount-content{
        margin-bottom: 100px;
        margin-top: 54px;
    }

/*------------------------------- Dashboard --------------------------------*/

    .greetings-line-2 {
        font-size: 14px;
        margin-top: 15px;
    }
    .dashboard-info-text {
        font-size: 14px;
        margin: 38px 0 0;
        max-width: 800px;
        position: relative;
    }

/*------------------------------- Orders --------------------------------*/

    .woocommerce-order-table-wrapper{
        overflow-x: scroll;
    }
    .woocommerce-MyAccount-orders{
         min-width: 700px;
    }
    .woocommerce-MyAccount-orders th:first-of-type {
        width: 10%;
    }
    .woocommerce-MyAccount-orders th:nth-of-type(2) {
        width: 18%;
    }
    .woocommerce-MyAccount-orders th:nth-of-type(3) {
        width: 16%;
    }
    .woocommerce-MyAccount-orders th:nth-of-type(5) {
        width: 10%;
    }
    .woocommerce-MyAccount-orders td {
        padding: 15px 0;
    }
    .woocommerce-MyAccount-orders tr:first-of-type td {
        padding-top: 20px;
    }
    /*.woocommerce-orders-table:not(.woocommerce-MyAccount-subscriptions), .my_account_orders{
        min-width: 700px;
    }
    .woocommerce-orders-table th:first-of-type, .woocommerce-orders-table td:first-of-type {
        width: 10%;
    }
    .woocommerce-orders-table th:nth-of-type(2), .woocommerce-orders-table td:nth-of-type(2) {
        width: 18%;
    }
    .woocommerce-orders-table th:nth-of-type(3), .woocommerce-orders-table td:nth-of-type(3) {
        width: 16%;
    }
    .woocommerce-orders-table th:nth-of-type(5), .woocommerce-orders-table td:nth-of-type(5) {
        width: 10%;
    }
    .woocommerce-orders-table td, .my_account_orders td {
        padding: 15px 0;
    }
    .woocommerce-orders-table tr:first-of-type td, .my_account_orders tr:first-of-type td {
        padding-top: 20px;
    }*/
    .order-info-text{
        line-height: 1.6;
    }

/*------------------------------- Subscription Details --------------------------------*/
    
    .subscription_details,
    .woocommerce-MyAccount-subscriptions{
        display: flex;
        flex-direction: row;
        padding-bottom: 30px;
        width: 100%;
    }
    .subscription_details{
        margin-bottom: 10px;
    }
    .woocommerce-MyAccount-subscriptions{
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .subscription_details thead,
    .subscription_details tbody,
    .woocommerce-MyAccount-subscriptions thead,
    .woocommerce-MyAccount-subscriptions tbody{
        width: 50%;
    }
    .subscription_details tr,
    .woocommerce-MyAccount-subscriptions tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .subscription_details tbody td,
    .subscription_details tbody th, 
    .woocommerce-MyAccount-subscriptions tbody tr{
        text-align: right;
    }
    .subscription_details tbody td:last-of-type a {
        clear: both;
        float: right;
        width: auto;
    }
    .subscription_details th,
    .subscription_details td,
    .woocommerce-MyAccount-subscriptions th,
    .woocommerce-MyAccount-subscriptions td{
        line-height: 1.6;
        padding: 0;
        width: 100%;
    }
    .subscription_details tr:first-of-type td,
    .woocommerce-MyAccount-subscriptions tr:first-of-type td {
        line-height: 1.6;
        padding-top: 0;
    }
    .wc-order-review-section {
        margin: 30px 0;
        padding: 30px 0;
    }
    .order_details tbody tr:last-of-type td,
    .order_details tfoot tr:last-of-type td{
        padding-bottom: 22px;
    }
    .order_details tfoot tr:first-of-type td {
        padding-top: 22px;
    }
    .order_details{
        margin-bottom: 49px;
    }

/*------------------------------- Addresses --------------------------------*/

    .adress-info-text{
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .woocommerce-address-fields__field-wrapper p {
        margin-bottom: 20px;
        width: 100%;
    }
    #billing_email_field, #shipping_email_field{
        margin-top: 20px;
    }
    .woocommerce-MyAccount-content h2{
        margin-bottom: 20px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.4em;
        font-size: 14px;
    }
    #update_all_subscriptions_addresses_field label{
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .woocommerce-address-fields .checkbox input[type=checkbox]{
        top: 3px;
    }
    .woocommerce-account .woocommerce-Address a{
        margin-top: -1.2em;
    }

/*------------------------------- Payment Methods --------------------------------*/

    .payment-methods-add {
        margin-top: 40px;
        padding-top: 40px;
        font-size: 14px;
    }
    .woocommerce-MyAccount-content label[for="payment_method_stripe"] {
        font-size: 14px;
        margin-bottom: 30px;
    }

/*------------------------------- Account Details --------------------------------*/
    
    .password-reset-fieldset > div {
        margin-bottom: 40px;
    }
    .password-reset-fieldset {
        margin-top: 30px;
    }
    .password-reset-fieldset h2{
        margin-bottom: 30px;
    }
    .account-details-fieldset > div:not(.clear) {
        margin-bottom: 40px;
        width: 100% !important;
    }
}