a.info, a.info {
  display: inline-block;
  float: right;
  color: #444;
}
a.info:hover, a.info:hover {
  color: #004dda;
}
a.info:after, a.info:after {
  font-family: 'themify';
  content: "\e718";
  position: relative;
  right: 0;
  top: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.payment_info figure img {
  height: 20px;
  width: auto;
}
.payment_info p {
  font-size: 13px;
  font-size: 0.8125rem;
}

button.info, button.info {
  display: inline-block;
  float: right;
  color: #444;
}
button.info:hover, button.info:hover {
  color: #004dda;
}
button.info:after, button.info:after {
  font-family: 'themify';
  content: "\e718";
  position: relative;
  right: 0;
  top: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}