/* CardPay payment module CSS **************************** */
/* PrestaShop 1.6.x */

p.payment_module a.cardpay {
    background: url("../img/cardpay-64.png") no-repeat scroll 15px 12px #fbfbfb;
}
p.payment_module a.cardpay: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; }

.cards_block { display:block; margin: 8px 0 0 0;}

ul.currency_list { margin-left: 20px; list-style-type: circle; }

/* Payment page */
#module-cardpay-payment #center_column img {float:right; margin:0 5px 5px 0}
#module-cardpay-payment p.warning {line-height:20px}
#module-cardpay-payment p.warning img {float:right; margin:5px 5px 5px 0}

/* Validation page */
#module-cardpay-validation #center_column img {float:right; margin:0 5px 5px 0}

/* Confirmation page */
#order-confirmation #center_column img.logo {float:right; margin:0 5px 5px 0}

/* Payments icons on Product detail page */
.box-security { text-align: center; }
.box-security img { margin-bottom: 10px; }

/* Payments icons on Left / Right column */
.payment_logo_block { display:block; text-align:center; }
.payment_logo_block img { margin: 6px 0; }

a.tb_link { color:#008000}
.tb_debug {color:#cc0000}

p.red-text {
    color: #cc0000;
}
img.cardpay_payment_logo {
    float: right;
    margin-left: 15px;
}