@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-around;
    flex-wrap: wrap;
}

#addressBookWidgetDiv {
    width: 450px;
    height: 260px;
}

#walletWidgetDiv {
    width: 450px;
    height: 260px;
}

/*
 forCustomerCart
 */
.cart-area.quickcart .cart-wrap.amazon-pay-checkout {
    margin: 0 0 45px;
    padding: 40px 20px;
    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;
}


/* DH_FRONT_DEPT-5512 */
.cart-area.quickcart #cq-wrp-credit-amazon {
    display: none;
}
.cart-wrap.payment table tr.top-select td label.radio.inline + .radio.inline {
    margin-left: 0;
}
@media ( max-width: 979px ) and( min-width: 768px ) {
    .cart-wrap.payment table tr.top-select td label.after-payment {
        margin: 0 10px 0 0;
    }
}
@media ( max-width: 767px ) {
    .cart-wrap.payment table tr.top-select td label.after-payment {
        margin: 0 10px 0 0;
    }
    .cart-area.quickcart .cart-wrap.amazon-pay-checkout {
        margin: 0 0 45px;
        padding: 25px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-top: 25px;
    }
}