/**
  1.Checkout
  2.Payment Success && Failure
  3.Payment Receipt
	4.Payment Status
  5.Wishlist
  6.Spatial Navigation
*/

/* Checkout */

#modalCheckout .table {
  border-color: #ebebeb;
  color: #212529;
}
#modalCheckout #list-payment-methods {
  background: #eee;
  border-color: #ebebeb;
}
#modalCheckout .modal-header .close {
  opacity: 1;
}
#modalCheckout #trTotalCartValue td {
  font-family: "Poppins Bold";
}
#modalCheckout h5.title {
  color: #212529;
}
#modalCheckout h6 {
  font-family: "Poppins Medium";
  color: #212529;
}
#modalCheckout p {
  font-family: "Poppins Light";
  color: #212529;
}

/* Payment Success && Failure */

#modalPaymentFailure i {
  color: #fff;
  background: #db525c;
}
#modalPaymentFailure h5.title {
  color: #db525c;
}
#modalPaymentSuccess h5.title {
  color: #212529;
}
#modalPaymentSuccess ul li,
#modalPaymentFailure p {
  color: #6a6a6a;
}
#modalPaymentSuccess i {
  background: #1e7e34;
  color: #fff;
}
#modalPaymentSuccess ul li {
  font-family: "Poppins Light";
}

/* Payment Receipt */

#modalPaymentReceipt .close {
  color: #fff;
}
.payment-receipt {
  background-color: #fff;
  color: #000;
}
.payment-receipt .receipt-logo {
  background-color: #fff;
  box-shadow: 1px 0px 34px 1px rgba(0, 0, 0, 0.13),
    0px 15px 34px 1px rgba(0, 0, 0, 0.13);
}
.payment-receipt .receipt-header h4 {
  font-family: "Poppins Semibold";
  color: #32335a;
}
.payment-receipt .receipt-body p.label {
  color: #8b98a8;
}
.payment-receipt .receipt-body p.value {
  font-family: "Poppins Medium";
  color: #000;
}
.payment-receipt .summary .total,
.payment-receipt .footer .link {
  font-family: "Poppins Semibold";
}
.payment-receipt .summary {
  background: #f7f9fc;
}
.payment-receipt .summary .plan {
  color: #79889c;
}
.payment-receipt .summary .total,
.payment-receipt .footer p {
  color: #545f7c;
}
.payment-receipt .footer .link {
  color: #6569d3;
}
.payment-receipt hr {
  border-color: #f3f3f3;
}

/* Payment Status */

.badge {
  color: #fff;
}
.badge.active,
.badge.paid {
  background: #99cc74;
}
.badge.pending {
  background: #ffc000;
}
.badge.attempted {
  background: #65cdce;
}
.badge.expired,
.badge.failed {
  background: #db525c;
}
.badge.authorized {
  background: #d296d2;
}
.badge.cancelled {
  background: #000;
}

/* Wishlist, Preferences */

#modalWishlistConfirmation h6,
#modalPreferenceConfirmation h6 {
  font-family: "Poppins Medium";
  color: #000;
}
#modalWishlistConfirmation .modal-body,
#modalPreferenceConfirmation .modal-body {
  color: #797979;
}

/* Share */
.share .facebook{
  color: #4267B2;
}
.share .twitter{
  color:  #00acee;
}
.share .email{
  color: #DB4437;
}
.share .whatsapp{
  color: #25d366;
}
.share .copy{
  color: #ccc;
}