/* 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 {
  height: 40px;
  width: 178px;
}

.pay-with-amazon-button > img {
  height: 40px;
  width: 178px;
}

#payWithAmazonDiv_cart_btn {
  width: auto;
  height: auto;
}

#payWithAmazonDiv_cart_btn > img {
  width: auto;
  height: auto;
}

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

#payWithAmazonDiv_co_btn {
  float: right;
  height: 45px;
  width: 200px;
  margin-top: -45px;
}

#payWithAmazonDiv_co_btn > img {
  height: 45px;
  width: 200px;
}

.checkout_fastlane_container #payWithAmazonDiv_co_btn {
  margin-left: 0;
  margin-top: 20px;
  float: 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;
  }
}
