@charset "UTF-8";
/*
 * This file is part of the AmazonPay package.
 *
 * (c) Karabiner.inc <bell.tanaka@karabiner.tech>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

#amazon-customer-widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#addressBookWidgetDiv {
    flex-basis: 48%;
    height: 260px;
}

#walletWidgetDiv {
    flex-basis: 48%;
    height: 260px;
    margin-left: 4%;
}

/*
 forCustomerCart
 */
.cart-area.quickcart .cart-wrap.amazon-pay-checkout {
    margin: 0 0 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.cart-area.quickcart .cart-wrap.amazon-pay-checkout p {
    font-size: 13px;
    font-weight: bold;
}

.cart-area.quickcart .cart-wrap.amazon-pay-checkout h2 {
    margin-bottom: 20px;
}

@media ( max-width: 767px ) {
    #addressBookWidgetDiv {
        flex-basis: 100%;
    }

    #walletWidgetDiv {
        flex-basis: 100%;
        margin-top: 22px;
        margin-left: 0;
    }
}
