/* 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.
 */

.paypal-credit {
  padding-top: 10px;
  text-align: center;
}

#cart-right .totals > .paypal-credit {
  padding-top: 0;
}

.paypal-credit.productDetailsPages {
  text-align: left;
}

.paypal-credit.homePage,
.paypal-credit.categoryPages {
  padding-bottom: 10px;
}

.paypal-credit.homePage img,
.paypal-credit.categoryPages img,
.paypal-credit.productDetailsPages img {
  max-width: 100%;
  height: auto;
}
