.credimax-apple-pay-native-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  min-width: 140px;
  height: 44px;
  min-height: 44px;
  border: 0 !important;
  border-radius: 6px;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer;
  padding: 0 12px !important;
  margin: 0 !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

.credimax-apple-pay-native-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.credimax-apple-pay-block-content .credimax-apple-pay-native-button {
  margin-top: 4px;
}

img.credimax-apple-pay-icon {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

.credimax-apple-pay-native-button.credimax-native {
  -webkit-appearance: -apple-pay-button !important;
  -apple-pay-button-type: buy;
  -apple-pay-button-style: black;
  appearance: none;
  background-color: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  text-shadow: none !important;
}
