#memberSignupFormStep2 .gold-coin-payment-card {
  padding: 0px;
}

@media (max-width: 450px) {
  .gold-coin-cart-list .cart-item .cart-item-actions {
    flex-direction: column;
    align-items: flex-end !important;
  }
}
.bootbox-close-button {
  display: none !important;
}
.modal-card-content {
  height: 60vh;
  overflow-y: scroll;
}
.swiper-pagination {
  position: relative;
  top: 5px !important;
}
.swiper-pagination-bullet {
  background: #c09530;
}
.swiper-pagination-bullet-active {
  background: #c09530;
}
#buyGoldModal {
  overflow: hidden !important;
  top: 15vh !important;
}
.btn-primary.loading .spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-left: 10px;
}
.empty-cart-message {
  padding: 12px;
  font-family: "Raleway";
  text-align: center;
  font-weight: bold;
}
.buyGoldModal .modal-dialog {
  max-width: 1120px !important;
  width: 98% !important;
  height: 100%;
}
.buy-gold-coin-modal-card {
  max-width: 1120px !important;
  width: 100% !important;
}
.buyGoldModal .modal-dialog .modal-content {
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  margin: auto;
  border: 0;
}
.buy-gold-coin-modal-card {
  padding: 48px 32px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(7.050000190734863px);
}
.buy-gold-coin-modal-title {
  color: #fff;
  font-family: Raleway;
  font-size: 28px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  line-height: 38px;
  letter-spacing: var(--h5-letter-spacing, 0px);
  margin-top: 0px;
  margin-bottom: 24px;
}
.goldCoinSwiper {
  margin-bottom: 24px;
}
.gold-coin-purchase-card {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 15.3px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.gold-img-wrapper {
  border-radius: 12px;
  border: 0px solid var(--gradient, #ebcb78);
  background: #f4ead6;
  height: 180px;
  width: 100%;
  margin-block: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gold-img-wrapper .gold-img {
  object-fit: contain;
  height: 100%;
  width: 70%;
}
.gold-price {
  color: var(--black, #212121);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  line-height: 28px;
  letter-spacing: var(--h5-letter-spacing, 0px);
  margin-top: 0px;
  margin-bottom: 8px;
}
.gold-coin-name {
  color: var(--black, #212121);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 108%;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 4px;
}
.gold-coin-total-coin {
  border-radius: 16px;
  background: #f8f8f8;
  padding: 2px 14px;
  color: var(--black, #212121);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.gold-coin-increment-wrapper {
  border-radius: 10.033px;
  background: #fbf7ec;
  width: fit-content;
  padding: 5.016px;
  display: flex;
  align-items: center;
}
.decrement-btn,
.increment-btn {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.decrement-btn img,
.increment-btn img {
  width: 100%;
}
.gold-coin-qtn {
  min-width: 52px;
  width: auto;
  color: var(--black, #212121);
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.purchase-continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 44px;
  width: 200px;
  background: linear-gradient(115deg, #ebcb78 4.94%, #8e5b00 95.11%);
  color: #fff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: var(--components-button-large-weight, 700);
  line-height: var(--components-button-large-line-height, 26px);
  border: 0;
}
.purchase-cancel-btn {
  background: #fff !important;
  border: 1px solid var(--gradient, #cdaa50);
  position: relative;
  padding: 6px 20px;
  border-radius: 12px;
}
.purchase-cancel-btn::before {
  position: absolute;
  top: 0.4px;
  left: 0.4px;
  bottom: 0.4px;
  right: 0.4px;
  background: #fff;
  border-radius: 12px;
}
.purchase-cancel-btn span {
  background: var(--gradient,
      linear-gradient(115deg, #cdaa50 4.94%, rgba(142, 91, 0, 0.95) 95.11%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.purchase-continue-btn:hover {
  color: #fff !important;
}
.purchase-continue-btn:focus {
  color: #fff !important;
  background: linear-gradient(115deg, #bc9f55 4.94%, #8e5b00 95.11%);
}
@media (max-width: 991px) {
  .buy-gold-coin-modal-card {
    padding: 28px 24px;
    border-radius: 18px;
  }
  .buy-gold-coin-modal-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .buyGoldModal {
    padding-inline: 10px;
  }
  .gold-coin-purchase-card {
    max-width: 262px;
    margin-inline: auto;
  }
  .purchase-continue-btn {
    width: 100%;
  }
}
.gold-coin-payment-card {
  background: #fff;
  padding: 24px 20px;
  border-radius: 24px;
  max-width: 744px;
  width: 100%;
  margin-inline: auto;
}
.gold-coin-cart-list {
  background: #fff;
}
.gold-coin-cart-list .gold-coin-cart-list-heading {
  color: #212121;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  letter-spacing: var(--h5-letter-spacing, 0);
  margin-top: 0px;
}
.gold-coin-cart__item-list {
  border-radius: 16px;
  border: 1px solid var(--Stroke, #d5d5d5);
  background: #fff;
  margin-top: 16px;
  margin-bottom: 23px;
}
.gold-coin-cart-list .cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
  padding: 13px 18px;
  border-bottom: 1px solid var(--Stroke, #d5d5d5);
  position: relative;
  padding-right: 77px;
}
.gold-coin-cart-list .cart-item:last-child {
  border-bottom: none;
}
.gold-coin-cart-list .cart-item .gold-img {
  width: 97.569px;
  height: 97.569px;
  aspect-ratio: 97.57/97.57;
  border-radius: 8.87px;
  background: linear-gradient(180deg, #decdb7 0%, #fff 46.98%, #e9dac6 100%);
  margin-right: 24px;
}
.gold-coin-cart-list .cart-item .cart-item-title-wrapper {
  display: flex;
  align-items: center;
}
.gold-coin-cart-list .cart-item .cart-item-details {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.gold-coin-cart-list .cart-item .cart-item-names {
  align-items: center;
  width: 100%;
}
.gold-coin-cart-list .cart-item .cart-gold-name {
  color: var(--black, #212121);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 14px;
}
.gold-coin-cart-list .cart-item .cart-gold-coins {
  color: var(--black, #212121);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  gap: 8px;
  margin: 0px;
  align-items: center;
}
.gold-coin-cart-list .cart-item .cart-gold-price {
  color: var(--black, #212121);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0px;
}
.gold-coin-cart-list .total {
  color: #212121;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  line-height: 24px;
  letter-spacing: var(--h5-letter-spacing, 0);
  margin-bottom: 10px;
}
.gold-coin-cart-list .total span {
  color: #979797;
  margin-right: 23px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  line-height: 24px;
  letter-spacing: var(--h5-letter-spacing, 0);
}
.gold-coin-cart-list .total-coins {
  color: #212121;
  text-align: right;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  line-height: 24px;
  letter-spacing: var(--h5-letter-spacing, 0);
  margin-bottom: 32px;
}
.gold-coin-cart-list .total-coins span {
  color: #979797;
  margin-right: 23px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  line-height: 24px;
  letter-spacing: var(--h5-letter-spacing, 0);
}
.gold-coin-cart-list .cart-item .cart-item-actions {
  display: flex;
  align-items: center;
}
.gold-coin-cart-list .cart-item .cart-item-actions .decrement-btn,
.gold-coin-cart-list .cart-item .cart-item-actions .increment-btn {
  height: 32px;
  width: 32px;
}
.gold-coin-cart-list .cart-item .cart-item-actions .gold-coin-increment-wrapper {
  margin-left: 40px;
}
.gold-coin-cart-list .cart-item .cart-item-delete {
  right: 18px;
  position: absolute;
}
.total {
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}
button.continue {
  background: #f0c14b;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.float-input-inner-wrapper {
  position: relative;
}
.float-input {
  position: relative;
  margin-bottom: var(--form-input-spacing, 24px);
  width: 100%;
}
.float-input label {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  left: 14px;
  padding: 0px 4px;
  background: #fff;
  z-index: 2;
  color: var(--text-secondary, #637381) !important;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--components-input-label-weight, 600);
  line-height: var(--components-input-label-line-height, 12px);
}
.float-input label.error {
  position: static;
  margin-top: 10px;
  background: transparent;
  padding: 0px;
  transform: unset;
  font-size: 14px;
  font-family: Raleway;
  color: #c52b2b;
  font-weight: normal;
}
.goldcoin-buttons__ {
  margin-top: 24px;
}
.gold-coin-payment-card .credit-card .card-number {
  font-size: 20px !important;
}
.error-message {
  color: #e53e3e;
  font-size: 12px;
  font-family: Raleway;
  font-weight: 500;
  margin-top: 4px;
  padding-left: 14px;
}
.float-input.has-error label {
  color: #e53e3e !important;
}
select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px !important;
}
select.form-control option {
  color: var(--text-primary, #1c252e);
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
}
.forms-wrapper .form-control {
  margin-bottom: 0px !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 203, 120, 0.3);
  border-color: rgba(145, 158, 171, 0.2);
}
.inner-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.visa-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 32px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.visa-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visa-icon[data-card-type="amex"] {
  width: 28px;
  height: 28px;
}
.visa-icon[data-card-type="discover"] {
  width: 36px;
  height: 20px;
}
.visa-icon[data-card-type="mastercard"] {
  width: 32px;
  height: 20px;
}
.visa-icon[data-card-type="visa"] {
  width: 32px;
  height: 20px;
}
.payment-info-heading {
  color: #212121;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--h5-weight, 700);
  letter-spacing: var(--h5-letter-spacing, 0);
  margin-top: 0px;
  margin-bottom: 18px;
}
.payment-info-subheading {
  color: rgba(0, 0, 0, 0.85);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 18px;
}
.payment-methods-section {
  margin-top: 24px;
  margin-bottom: 24px;
}
.payment-method-option {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.payment-method-option:hover {
  border-color: #ebcb78;
  box-shadow: 0 2px 8px rgba(235, 203, 120, 0.1);
}
.payment-method-checkbox {
  display: flex;
  align-items: center;
}
.payment-method-checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.payment-method-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
  font-weight: 600;
  color: #212121;
  font-family: Raleway;
  font-size: 16px;
  position: relative;
  padding-left: 32px;
}
.checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: block;
}
.payment-method-checkbox input[type="checkbox"]:checked~.payment-method-label .checkmark {
  border-color: #ebcb78 !important;
  background-color: #ebcb78 !important;
}
.payment-method-checkbox input[type="checkbox"]:checked~.payment-method-label .checkmark:after {
  content: "✓" !important;
  position: absolute;
  display: block !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: white;
  font-weight: bold;
  line-height: 1;
}
.payment-method-text {
  margin-right: auto;
}
.payment-method-logo {
  height: 24px;
  width: auto;
  margin-left: 12px;
  object-fit: contain;
}
.payment-method-option.selected {
  border-color: #ebcb78;
  background-color: #faf8f3;
}
@media (max-width: 768px) {
  .gold-coin-cart-list .cart-item .cart-item-details {
    flex-direction: column;
  }
  .gold-coin-cart-list .cart-item .cart-item-actions {
    width: 100%;
    justify-content: space-between;
  }
  .gold-coin-cart-list .cart-item .cart-item-delete {
    top: 10px;
    right: 10px;
  }
  .gold-coin-cart-list .cart-item .cart-item-delete img {
    width: 24px;
  }
  .gold-coin-cart-list .gold-coin-cart-list-heading {
    font-size: 22px;
    line-height: 38px;
  }
  .gold-coin-cart-list .cart-item {
    padding: 8px 10px;
  }
  .gold-coin-cart-list .cart-item .gold-img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
    margin-right: 10px;
  }
  .gold-coin-cart-list .cart-item .cart-gold-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .gold-coin-cart-list .cart-item .cart-gold-coins {
    font-size: 12px;
    line-height: 18px;
  }
  .gold-coin-cart-list .cart-item .cart-gold-coins img {
    height: 16px;
    width: 16px;
  }
  .gold-coin-cart-list .cart-item .cart-gold-price {
    font-size: 14px;
  }
  .gold-coin-cart-list .cart-item .cart-item-actions .gold-coin-increment-wrapper {
    padding: 4px;
    border-radius: 10px;
    margin-left: 10px;
  }
  .gold-coin-cart-list .cart-item .cart-item-actions .decrement-btn,
  .gold-coin-cart-list .cart-item .cart-item-actions .increment-btn {
    height: 24px;
    width: 24px;
  }
  .gold-coin-cart-list .cart-item .cart-item-actions .gold-coin-qtn {
    font-size: 14px;
  }
  .gold-coin-cart-list .total span {
    font-size: 14px;
    margin-right: 8px;
  }
  .gold-coin-cart-list .total {
    font-size: 14px;
  }
  .gold-coin-cart__item-list {
    margin-bottom: 10px;
  }
}