/* Cash On Delivery Plus payment module CSS **************************** */
/* PrestaShop 1.6.x */

p.payment_module a.cashondeliveryplus {
    background: url("../img/cashondeliveryplus-64.png") no-repeat scroll 15px 12px #fbfbfb;
}
/*
p.payment_module a.cashondeliveryplus:after {
    color: #777777;
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}
p.payment_module a:hover { background-color: #f6f6f6; }
*/
span.eu_fees {
	font-size:85%; 
}