/* skullearring-payment-ui-v3 */
.section-payment .section-body {
  max-width: 720px;
}

.section-payment .section-body .skull-payment-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}

.section-payment .section-body .skull-payment-list > div {
  display: block !important;
  width: 100% !important;
}

.section-payment .skull-payment-option.radio {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.section-payment .skull-payment-option > label {
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 10px 14px !important;
  min-height: 64px;
  border: 1px solid #d8dee6;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.skull-payment-option > label:hover {
  border-color: #9aa8b8;
}

.skull-payment-option.is-selected > label {
  border-color: #3478f6;
  background: #f7faff;
  box-shadow: 0 0 0 2px rgba(52, 120, 246, .11);
}

.section-payment .skull-payment-row {
  display: grid !important;
  grid-template-columns: 22px 104px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 42px;
}

.skull-payment-row > input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 !important;
  accent-color: #3478f6;
}

.section-payment .skull-payment-logo-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 34px;
  padding-right: 12px;
  border-right: 1px solid #e7ebf0;
  box-sizing: border-box;
}

.section-payment .skull-payment-logo {
  display: block !important;
  max-width: 86px !important;
  max-height: 24px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.skull-payment-logo--card {
  max-width: 42px;
}

.section-payment .skull-card-brands {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.section-payment .skull-card-brands img {
  display: block !important;
  width: 25px !important;
  height: 17px !important;
  max-width: 25px !important;
  max-height: 17px !important;
  object-fit: contain;
}

.section-payment .skull-payment-copy {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.skull-payment-copy strong {
  color: #202938;
  font-size: 14px;
  font-weight: 600;
}

.skull-payment-copy small {
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
  font-weight: 400;
}

.skull-payment-terms {
  display: block;
  margin: 4px 0 0 138px;
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}

.skull-payment-terms img {
  display: none !important;
}

@media (max-width: 520px) {
  .skull-payment-option > label {
    padding: 9px 10px !important;
  }

  .section-payment .skull-payment-row {
    grid-template-columns: 20px 80px minmax(0, 1fr);
    gap: 9px;
  }

  .section-payment .skull-payment-logo-wrap {
    width: 80px;
    padding-right: 9px;
  }

  .section-payment .skull-payment-logo {
    max-width: 68px;
    max-height: 22px;
  }

  .skull-payment-logo--card {
    max-width: 38px;
  }

  .skull-payment-copy strong {
    font-size: 13px;
  }

  .skull-payment-copy small {
    font-size: 11px;
  }

  .skull-payment-terms {
    margin-left: 109px;
  }
}

/* SKULLEARRING_CHECKOUT_SHIPPING_UI_START */
.section-shipping .section-body .skull-shipping-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}
.section-shipping .skull-shipping-group {
  display: contents !important;
}
.section-shipping .skull-shipping-option.radio {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(20, 32, 50, .04) !important;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}
.section-shipping .skull-shipping-option.radio:hover {
  border-color: #bcc5cf !important;
  box-shadow: 0 3px 10px rgba(20, 32, 50, .07) !important;
}
.section-shipping .skull-shipping-option.radio.is-selected {
  border-color: #2f80ed !important;
  background: #f7faff !important;
  box-shadow: 0 0 0 1px rgba(47, 128, 237, .16), 0 3px 10px rgba(47, 128, 237, .08) !important;
}
.section-shipping .skull-shipping-option > label {
  display: grid !important;
  grid-template-columns: 22px 86px minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  color: #172033 !important;
  cursor: pointer !important;
}
.section-shipping .skull-shipping-option input[type="radio"] {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 1 !important;
  accent-color: #2f80ed !important;
}
.section-shipping .skull-shipping-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 86px !important;
  min-height: 28px !important;
  padding-right: 10px !important;
  border-right: 1px solid #e6e9ed !important;
}
.section-shipping .skull-free-shipping-icon {
  color: #4b6584 !important;
  font-size: 25px !important;
  line-height: 1 !important;
}
.section-shipping .skull-fedex-wordmark {
  display: inline-flex !important;
  align-items: baseline !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -1.5px !important;
  white-space: nowrap !important;
  color: #4d148c !important;
}
.section-shipping .skull-fedex-wordmark b {
  color: #ff6600 !important;
  font: inherit !important;
}
.section-shipping .skull-shipping-copy {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  line-height: 1.25 !important;
}
.section-shipping .skull-shipping-copy strong {
  margin: 0 0 3px !important;
  color: #172033 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.section-shipping .skull-shipping-copy > span {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.section-shipping .skull-shipping-price {
  padding-left: 8px !important;
  color: #172033 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}
.section-shipping .shipping-quote-desc:empty {
  display: none !important;
}
@media (max-width: 767px) {
  .section-shipping .skull-shipping-option > label {
    grid-template-columns: 20px 68px minmax(0, 1fr) auto !important;
    column-gap: 8px !important;
    min-height: 62px !important;
    padding: 9px 10px !important;
  }
  .section-shipping .skull-shipping-brand {
    width: 68px !important;
    padding-right: 8px !important;
  }
  .section-shipping .skull-fedex-wordmark {
    font-size: 18px !important;
  }
  .section-shipping .skull-shipping-copy strong,
  .section-shipping .skull-shipping-price {
    font-size: 13px !important;
  }
  .section-shipping .skull-shipping-copy > span {
    font-size: 11px !important;
  }
}
/* SKULLEARRING_CHECKOUT_SHIPPING_UI_END */

/* SKULLEARRING_PAYMENT_LOGO_CLARITY_START */
.section-payment .skull-google-pay-logo {
  width: auto !important;
  height: 34px !important;
  max-width: 54px !important;
  max-height: 34px !important;
  object-fit: contain !important;
}
.section-payment .skull-pay-later-logo {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  width: 76px !important;
  min-height: 38px !important;
  line-height: 1 !important;
}
.section-payment .skull-pay-later-logo img {
  display: block !important;
  width: auto !important;
  height: 15px !important;
  max-width: 60px !important;
  object-fit: contain !important;
}
.section-payment .skull-pay-later-logo > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 48px !important;
  height: 14px !important;
  padding: 0 6px !important;
  border-radius: 7px !important;
  background: #f0e7ff !important;
  color: #4a1d96 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .15px !important;
  white-space: nowrap !important;
}
@media (max-width: 520px) {
  .section-payment .skull-google-pay-logo {
    height: 31px !important;
    max-height: 31px !important;
  }
  .section-payment .skull-pay-later-logo {
    width: 68px !important;
  }
}
/* SKULLEARRING_PAYMENT_LOGO_CLARITY_END */
