/**
 *
 * Subscription
 *
 * @author Presta-Module.com <support@presta-module.com>
 * @copyright Presta-Module
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 *
 ****/

/************************************************************************
  Order: shopping cart
*************************************************************************/

#cart_summary .product-line-info>.label {
    color: inherit;
    padding: 0;
    font-weight: normal;
    padding: 5px 0 0 0;
}

/************************************************************************
  Order: payment
*************************************************************************/

#HOOK_PAYMENT div[data-module-name=pm_subscription] p.payment_module a {
    background-color: #fbfbfb;
}
#HOOK_PAYMENT div[data-module-name=pm_subscription] p.payment_module a: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;
}

#order .pm_card.subscriber_card div {
    margin-bottom: 15px;
}
#order a[name$=-addCard] {
    margin-bottom: 15px;
}
#order .subscriber_card {
    border-color: #777;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 15px;
}
#order .subscriber_card.selected {
    border-color: #66afe9;
}
#order div[data-module-name="pm_subscription"] {
    margin-bottom: 10px;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
