footer{
    background-color: #0095db;
    color: #ffffff;
    padding-bottom: 50px;
}

footer ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

footer ul li{
    float: left;
}

footer ul li a{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.29px;
    text-decoration: none;
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    margin-right: 10px;
}

footer ul li a:hover{
    color: #322B80;
}

footer ul > :last-child a{
    border-right: none;
}

.payment-method-logo {
    height: 35px;
    margin: 0px 5px;
}