.subcribe-form.footer-email-promo .wpcf7 input[type="email"] {
    height: 47px;
    border: 1px solid #ff5722;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.subcribe-form.footer-email-promo .wpcf7-submit {
    display: inline-block;
    height: 49px;
    margin-left: -3px;
}

.subcribe-form.footer-email-promo .wpcf7-submit:hover {
    background-color: #ff5722;
    color: #fff;
} 

.wpcf7-form-control-wrap[data-name="your-consent"] label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.wpcf7-form-control-wrap[data-name="your-consent"] input[type="checkbox"] {
    margin-top: 3px;
}

span.wpcf7-list-item {
    margin: 20px 0 0;
}

.wpcf7-list-item-label {
    display: block;
    width: 100%;
    margin-top: -4px;
    color: #1E2B2F;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -2px;
    color: #f00;
}

.wpcf7 .wpcf7-response-output {
    color: #1E2B2F;
}

.wpcf7 div.screen-reader-response ul {
    text-align: left;
}

span.wpcf7-spinner {
    display: block;
}

.woocommerce-account .subcribe-form.footer-email-promo .wpcf7-submit,
.woocommerce-cart .subcribe-form.footer-email-promo .wpcf7-submit {
    margin-top: -1px;
}

@media (max-width: 1280px) {
    .woocommerce-account .subcribe-form.footer-email-promo .wpcf7-submit,
    .woocommerce-cart .subcribe-form.footer-email-promo .wpcf7-submit {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .woocommerce-account.woocommerce-page table.shop_table td {
        border-right: 0;
    }

    input[type="submit"].wpcf7-form-control.wpcf7-submit {
        padding: 0;
    }
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}
