/**
 *
 * Paiment CMCIC v.3.0 Front Office payment
 *
 * @category front_office_payment
 * @author cekome.com <prestashop@cekome.com>
 * @copyright Cekome module 2016 - Mohamed Ghellouci
 * @version 3.0
 *
 *
 *
 ********************************
 **    Paiment CMCIC v.3.0      *
 **   http://www.cekome.com     *
 ********************************
 * +
 * + Paiment CMCIC v.3.0
 * + Languages: EN, FR
 * + PS version: 1.5, 1.6
 *
 ****/
p.payment_module a.cic:after{

    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

p.payment_module a.cic {

    background: url('../img/bankwire.png') no-repeat scroll 15px 12px #FBFBFB;
}

p.payment_module a.cic:hover {

    background-color: #F6F6F6;
	
}