@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-pay-checkout {
    margin: 30px 0 0;
}

#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: 100%;
    height: 240px;
}

#walletWidgetDiv {
    width: 100%;
    height: 240px;
}

/********************************************************
DH_FRONT_DEPT-6159
********************************************************/
.amazon-pay-checkout {
  max-width: 800px;
  margin: 46px auto 80px;
}
#addressBookWidgetDiv {
  margin: 0 0 10px;
}
@media ( max-width: 767px ) {
  .amazon-pay-checkout {
    margin: 34px auto 50px;
  }
}