/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wc_payment_method {
  padding: 0.1rem;
  margin: 0.1rem 0;
}
.wc_payment_method .payment_box {
  margin-bottom: 0 !important;
  background: #fff;
}
.wc_payment_method.selected {
  box-shadow: 0 0 1px 1px #000;
  background: #e1e1dd;
}

.contact-button-at-checkout a.button {
  background: transparent !important;
  border: 1px solid #000000 !important;
  width: 100%;
  font: Roboto;
  text-align: center;
}

.contact-button-at-checkout a.button:hover {
  color: #000 !important;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.contact-button-at-checkout-subtext{
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px;
}