﻿.newsletter-block {
    display: none;
}
.footer-upper .footer-centering {
    max-width: 800px;
}
.accepted-payment-methods .method3{
    /*Hiding American Express*/
    display: none;
}
/*Centering the data after removing the American Express*/
.accepted-payment-methods {
    text-align: center;
}
.accepted-payment-methods ul li{
    float: none;
    display: inline-block;
}