.payment-form.dark {
  background-color: #f6f6f6;
}

.payment-form .content {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  background-color: white;
}

.payment-form .block-heading {
  text-align: center;
}

.payment-form .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}

.payment-form.dark .block-heading p {
  opacity: 0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
  margin-bottom: 1.2rem;
  color: #3b99e0;
}

.description-section-underline {
  border-bottom: 2px solid var(--bs-primary);
  background-color: #ffffff;
}

.payment-form .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  line-height: 1;
}

.payment-form .card-details {
  padding-top: 3em;
}

.payment-form .card-details label {
  font-size: 0.8rem;
  /* color: #79818a; */
  text-transform: uppercase;
}

.verification-code-card p {
  font-size: 0.8rem;
}

.verification-code-card h5 {
  font-size: 1rem;
}

.verification-code-card .verification-code-card-button {
  min-width: 15em;
}

.payment-form .card-details button {
  margin-top: 0.6em;
  padding: 12px 0;
  font-weight: 600;
}

.payment-form .date-separator {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.payment-form .address-details,
.payment-form .availability-details {
  padding-top: 1em;
}


.payment-form .products h2 {
  font-size: 1.0rem;
  font-weight: 500;
}

.payment-form .address-details h2,
.payment-form .availability-details h2 {
  font-size: 1.0rem;
  font-weight: 500;
}


.payment-form .products .item p,
.payment-form .products .item span {
  font-size: 0.9rem;
  word-wrap: break-word;
}

.payment-form .card-details .item p,
.payment-form .address-details .item p,
.payment-form .availability-details .item p {
  font-size: 1rem;
}

.payment-form .total .price {
  margin-top: 0.3em;
}

.payment-form .products .item p.stock {
  font-size: 0.8em;
}

.payment-form .confirmation {
  margin-top: 1.6em;
}

.payment-form .confirmation p {
  margin-top: 1.6em;
}

span.required {
  color: red;
  margin-right: 0.5em;
}

.payment-providers div.payment-provider-col {
  margin-top: 1em;
}

.payment-providers h1 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}


/* Zoom In #1 */
.payment-providers div.payment-provider-col input.hover01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.payment-providers div.payment-provider-col input.hover01:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}



p.smartum-info span {
  display: block;
  margin-left: 0.3rem;
  color: var(--bs-primary);
}

/* Gradient transparent - color - transparent */
hr.shadow {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.header-section h1,
.header-section h2,
.header-section h3,
.header-section h4 {
  margin-bottom: 0em;
}

.header-section h1 {
  font-size: 2rem;
}

h1.product-header {
  font-size: 1.8rem;
  word-wrap: break-word;
}

.title-weight {
  font-weight: 500;
}

h2.title {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8em;
  padding-bottom: 8px;

}

.last-selected-product>div.card-product {
  border: 0;
}

input.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}


@media (max-width: 576px) {
  .payment-form .title {
    /* font-size: 1em;  */
    text-align: center;
  }

  .payment-form .products {
    /* padding: 40px;  */
  }

  .payment-form .products .price {
    /* font-size: 1em;  */
  }

  .payment-form .card-details {
    /* padding: 40px 40px 30px;  */
  }

  .payment-form .card-details button {
    /* margin-top: 2em;  */
  }
}