/* Quatro payment module CSS **************************** */
/* PrestaShop 1.6.x */

p.payment_module a.quatro {
    background: url("../img/quatro-64.png") no-repeat scroll 15px 12px #2d2d2d;
}
p.payment_module a.quatro:after {
    color: #fff;
    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; }

/* Payment page */
#module-quatro-payment #center_column img {float:right; margin:0 5px 5px 0}
#module-quatro-payment p.warning {line-height:20px}
#module-quatro-payment p.warning img {float:right; margin:5px 5px 5px 0}

/* Validation page */
#module-quatro-validation #center_column img {float:right; margin:0 5px 5px 0}

/* Preparation page */
#module-quatro-preparation #center_column img {float:right; margin:0 5px 5px 0}

/* Quatro calculator */
/*media all*/
#product_quatro_block_extra {
    border: 1px solid #565555;
    font-weight: bold;
    line-height: 32px;
    margin: 10px 0 15px;
    padding: 8px 10px 0px;
    background: url(../img/quatro-logo-calculator.png) right 10px no-repeat;
    max-width: 300px;
}


/* Quatro banner */
img.quatro_banner_150 {display:block; border:none; width:150px; margin:10px auto;}
img.quatro_icon {display:block; border:none; width:86px; margin:10px auto;}
