.payment-section {
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.payment-section + .payment-section {
  margin-top: 15px;
}

.payment-section.active {
  border-color: #24c6e2;
}

.payment-section:not(.active) > .fields {
  display: none !important;
}

.payment-section-heading {
  display: flex;
  align-items: center;
  color: #ccc;
  cursor: pointer;
}

.payment-section.active > .payment-section-heading {
  margin-bottom: 15px;
  color: #24c6e2;
}

.payment-section-label {
  display: flex;
  align-items: center;
  padding-right: 25px;
}

.payment-section-label  > .fa {
  font-size: 20px;
  margin-right: 10px;
}

.payment-section-label  > span {
  font-size: 12px;
}

.payment-section-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 5px;
  margin-left: auto;
  flex: 0 0 110px;
  width: 110px;
}

.payment-section-icons > img {
  flex: 0 0 40px;
  width: 40px;
  margin: 5px;
}

#payment-request-button {
  margin: 25px 0;
}

@media (min-width: 768px) {
  .payment-section {
    margin-top: 30px;
  }
}

#paypal-button-container iframe {
  z-index: 0 !important;
}

#payment-request-button.gpay {
  position: relative;
  border-radius: 4px;
}

#payment-request-button.gpay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(../images/gpay.png) 50% 50% no-repeat #000000;
  background-size: auto 100%;
  border-radius: 4px;
}
