.ecom-t2-footer .newsletter-section,
.ecom-t2-footer .ecom-t2-newsletter {
    background: var(--ecom-t2-orange, #EF6C00) !important;
}

.ecom-t2-newsletter .form-control {
    border: 0;
    border-radius: 4px 0 0 4px;
}

.ecom-t2-newsletter .btn-subscribe {
    background: #fff;
    color: var(--ecom-t2-orange, #EF6C00);
    font-weight: 800;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.ecom-t2-newsletter .btn-subscribe:hover {
    background: #FFF3E0;
    color: var(--ecom-t2-orange-dark, #E65100);
}

.ecom-t2-footer .footer-socials a:hover {
    background: var(--ecom-t2-orange, #EF6C00);
    border-color: var(--ecom-t2-orange, #EF6C00);
    color: #fff;
}

.ecom-t2-footer .footer-bottom {
    background: #F5F5F5;
}
