/**
 *  2016 ModuleFactory.co
 *
 *  @author    ModuleFactory.co <info@modulefactory.co>
 *  @copyright 2016 ModuleFactory.co
 *  @license   ModuleFactory.co Commercial License
 */

.fspis-hide {
    display: none;
}

.fspis-clear {
    clear: both;
}

.fspis-left {
    float: left;
}

.fspis-right {
    float: right;
}

p.payment_module a.fspis::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.fspis {
    background: url('../img/payinstore.png') 15px center no-repeat #fbfbfb;
    padding-top: 15px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    p.payment_module a.fspis {
        background-position: 15px 20px;
    }
}

p.payment_module a.fspis:hover {
    background-color: #f6f6f6;
}

p.payment_module a.fspis i {
    font-size: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
}

p.payment_module a.fspis .fspis-spacer {
    display: block;
    height: 5px;
}
