/**
 * NOTICE OF LICENSE
 *
 * @author    Atome www.atome.sg <developer@atome.sg>
 * @copyright Copyright (c) permanent, Atome
 * @license   MIT
 * @see       /LICENSE
 *
 */

/* Cart Page */

.cart-summary .atome-checkout-note {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #00a4e4;
    vertical-align: top;
    margin-top: 20px;
}

@media only screen and (max-width : 768px) {
    .cart-summary .atome-checkout-note {
        text-align: center;
    }
}

/* Checkout Page */

/*#atome-payment-method .payment-method-note {*/
/*    text-align: center;*/
/*}*/

#atome-payment-method .payment-method-note h3 {
    color: #00a4e4;
    text-align: left;
    margin: 0 0 10px 0;
}

#atome-payment-method .payment-method-note ul li {
    width: 30%;  /* there are spaces between inline-block elements */
    display: inline-block;
}

#atome-payment-method .payment-method-note ul {
    padding: 0;
    margin: 0 0 10px 0;
}
#atome-payment-method .payment-method-note ul.cost li {
    font-size: 1.1rem;
    color: #153F72;
}

#atome-payment-method .payment-method-note ul.instalment li {
    color: #a0a0a0;
}

#atome-payment-method .atome-payment-method-terms {
    text-align: left;
    /*background-color: #f6f7f9;*/
    /*display: inline-block;*/
    /*padding: 15px;*/
    /*margin-bottom: 20px;*/
}
