/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.pay-with-amazon-button {
  margin-top: 20px;
  width: 100%;
}

#payWithAmazonDiv_mini_cart_btn {
  width: 100%!important;
}

#payWithAmazonDiv_address_btn {
  margin: 10px 0 20px;
  cursor: pointer;
}

.add2cart-popup-pay-with-amazon {
  display: inline-block;
}

.checkout_fastlane_container #payWithAmazonDiv_co_btn {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  float: none;
}

#payWithAmazon_paymentChange {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  background: gray;
  color: #fff;
  border-radius: 4px;
  padding: 1px 4px 0;
  font-size: 9px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 20px;
}

.section-payment .checkout_fastlane_section address.amz-disabled {
  background-color: #e2e2e2;
  pointer-events: none;
}
.section-payment .checkout_fastlane_section address.amz-disabled .is-same-address-text {
  border: 1px solid black;
  color: black;
}
.section-payment .address-book-button.amz-disabled {
  pointer-events: none;
}

.payment-section .step-billing-address form.billing-address.amz-disabled {
  pointer-events: none;
}


@media (max-width: 767px) {
  .list-container {
    margin-top: 20px;
  }

  #payWithAmazonDiv_co_btn {
    float: none;
    margin-top: -50px;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
