/*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright since 2010 Webkul
* @license LICENSE.txt
*/

p.payment_module a#wk_square_card_payment::after,
p.payment_module a#wk_square_gpay::after,
p.payment_module a#wk_square_ach::after
{
    color: rgb(119, 119, 119);
    content: "";
    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#wk_square_card_payment,
p.payment_module a#wk_square_gpay,
p.payment_module a#wk_square_ach {
    background: url(../img/bankwire.png) no-repeat scroll 15px 15px #FBFBFB;
}
