.adhd-nip .woocommerce-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.adhd-nip.error label {
	position: relative;
    display: flex !important;
    flex-direction: column;
        margin-top: -23px;
}
.adhd-nip label:before {
    content: 'Wyszukaj dane firmowe na podstawie NIP i uzupełnij pozostałe pola.';
    display: block;
    margin-bottom: 5px;
    opacity: 0.5;
    order: 1;
}
.adhd-nip .input-text {
    width: calc(100% - 132px) !important;
}
.adhd-nip.error .woocommerce-input-wrapper:after {
	content: 'Błędny NIP';
    display: block;
    position: relative;
    top: 0;
    right: 0;
    color: #E4342A;
    order: 3;
    width: 100%;
    margin-top: 5px;
}
.adhd-nip.error span {
    order: 3;
}
.adhd-nip label > abbr {
    display: none;
}
.adhd-nip-search-trigger {
    flex-shrink: 0;
    height: 57px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 132px;
}
/* .adhd-checkout-fields {
    display: none;
} */

#update_all_subscriptions_addresses_field {
    display: none;
}

.lost_reset_password .form-row-last {
    float: none !important;
}


#place_order.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.payment-validation-error {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem;
    display: block;
    margin-top: 10px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
}
.billing-error .payment-validation-error {
    opacity: 0.5;
}
.woocommerce-MyAccount-content .required {
    display: none;
}
.woocommerce-MyAccount-content input[disabled] {
    background: #eee !important;
}

.subscription-resign-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    display: none;
	z-index: 99999;
}
.subscription-resign-popup-frame {
padding: 50px;
    text-align: center;
    background: #fff;
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.subscription-resign-popup-frame .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    line-height: 35px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}
