.section.fullscreen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  min-height: 90vh;
}
.section.fullscreen h2 {
  line-height: 1.2em;
  margin: 0 0 20px;
  letter-spacing: -3px;
  font-weight: 500;
  font-size: 55px;
}
.section.fullscreen .cta {
  max-width: 700px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px;
}
.section.fullscreen lottie-player {
  margin: auto;
}

.stepper {  
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
  .stepper .step {
    width: 23%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 1% 0;
  }
  .stepper .step.active {
    width: 31%;
    font-weight: 800;
  }

.quick-cart {
  position: fixed;
  bottom: 0px;
  right: 15px;
  z-index: 99;
}
  .quick-cart .button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

.input[type=file] {
  width: 100%;
}

html, body {
  background: #ffd812;
}

hr {
  border-color: #eee;
  margin: 35px 0;
}

select {
  background: #f6f6f6;
}

  .template select {
    background: #fff;
    width: 100%;
    display: block;
    height: 50px;
    max-width: none;
  }
    .template label {
      width: 100%;
      font-size: 11px;
      display: block;
    }
    .template label input {
      margin: 10px 0 0;
    }

.billing input,
.billing textarea {
  background: #f6f6f6;
}
  .billing span.error {
    text-align: left;
    margin: -20px 0 20px;
    font-size: 10px;
  }

.demo-modal input {
  background: #f6f6f6;
}

#logo {
  max-width: 150px;
  margin-top: 0;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1024px;
}

.label {
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 11px;
}

.products {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
  .products .product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    width: 50%;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    color: #fff;
  }
  .products .product h5 {
    letter-spacing: 0;
    margin: 40px 0 5px;
  }
  .products .product .product-pricing{
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 25px;
  }
  .product-shot {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
  }
    .product-shot img {
      width: 100%;
      display: block;
      border-radius: 20px;
    }
  .product-desc {
    padding: 0 0 30px;
    border-radius: 15px;
    margin: 0 auto;
    color: #222;
    font-size: 14px;
    max-width: 400px;
  }
    .product-desc h4 {
      font-family: "Gotham";
      margin: 0 0 35px;
      font-size: 34px;
      font-weight: 600;
      letter-spacing: -1px;
    }
    .product-desc h4 span {
      display: block;
      font-size: 15px;
      font-family: "Inter";
      margin: 5px 0 10px;
      font-weight: 600;
      letter-spacing: 0;
    }

    .product-desc .product-price {
      display: inline-block;
      padding: 8px 8px;
      border-radius: 8px;
      font-weight: 600;
      margin: 0 0 20px;
      font-size: 23px;
      width: 140px;
      text-align: center;
    }
    .product-desc .product-price span {
      display: block;
      font-size: 12px;
      font-weight: 700;
      margin: -5px 0 0;
    }
    .product-desc .product-price.smaller {
      font-size: 13px;
      color: #fff;
    }
    .product-desc p.subtitle {
      font-weight: 600;
      font-size: 16px;
      margin: 0 0 10px;
    }

.order-data-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.input-info{
    text-align: left;
    max-width: 280px;
    width: 100%;
    margin-right: 45px;
}

.mock-card-container{
    max-width: 283px;
}
  .mock-card-container img {
    -webkit-box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.07); 
    box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.07);
    border-radius: 13px;
  }

.first-line-container-black{
    font-weight: 600;
    position:absolute;
    margin-top: 128px;
    margin-left: 18.97px;
    color:white;
    font-size: 12px;
    text-align: left;
}

.second-line-container-black{
    font-weight: 600;
    position:absolute;
    margin-top: 145px;
    margin-left: 18.97px;
    color:white;
    font-size: 12px;
    text-align: left;

}

.first-line-container-yellow{
    font-weight: 600;
    position:absolute;
    margin-top: 128px;
    margin-left: 18.97px;
    color:#222;
    font-size: 12px;
    text-align: left;
}

.second-line-container-yellow{
    font-weight: 600;
    position:absolute;
    margin-top: 145px;
    margin-left: 18.97px;
    color:#222;
    font-size: 12px;
    text-align: left;

}

.first-line-container-white{
    font-weight: 600;
    position:absolute;
    margin-top: 128px;
    margin-left: 18.97px;
    color:#1c1d1b;
    font-size: 12px;
    text-align: left;
}

.second-line-container-white{
    font-weight: 600;
    position:absolute;
    margin-top: 145px;
    margin-left: 18.97px;
    color:#1c1d1b;
    font-size: 12px;
    text-align: left;
}

.options {
  margin: 40px 0 0;
}
  .options label {
    display: inline-block;
    padding-left: 5px;
  }


.card-review {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 15px;
  margin: 0 0 20px;
  position: relative;
}

  .card-review-header {
    display: flex;
    justify-content: space-between;

  }
  .card-review span.badge {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 20px;
  }
  .card-review-detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 20px;
  }
    .card-review-detail > div {
      width: 33.33%;
      font-size: 13px;
    }
  .subs-container {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
  }

  .payment-details div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 8px;
  }
    .payment-details div label,
    .payment-details div span {
      font-weight: 600;
      font-size: 12px;
      text-transform: none;
    }
    .payment-details div label {
      width: 75%;
    }
    .payment-details .payment-today {
      border-top: solid 1px rgba(0,0,0,0.05);
      margin: 10px 0 0;
      padding: 10px 0 0;
    }
      .payment-details .payment-today label,
      .payment-details .payment-today span {
        font-size: 14px;
      }

    .payment-details .subs-detail {
      margin: 30px 0 0;
      padding: 12px 15px;
      color: #0c5460;
      background-color: #d1ecf1;
    }
      .payment-details .subs-detail label,
      .payment-details .subs-detail span {
        font-size: 11px;
        line-height: 11px;
      }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
  .payment-modal {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
  }
  .cart-modal {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 350px; 
  }
  .demo-modal {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 650px; 
  }

#creditcard-container {
  padding: 15px;
  max-width: 400px;
  background: #f1f1f1;
}
  .payment-cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0 3px;
    max-width: 350px;
  }
  .payment-cards img {
    width: 100%;
    max-width: 30px;
    display: block;
    margin: 0 5px 0 0;
  }

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  border-radius: 20px;
  margin: 0 8px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 100%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.order-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
  .sparkle-setup {
    margin: 30px 0 0;
    padding: 12px 15px;
    color: #0c5460;
    background-color: #d1ecf1;
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sparkle-setup label {
    margin: 0;
    padding-left: 15px;
  }

.modal-logo {
  display: block;
  width: 100%;
  max-width: 70px;
  float: right;
  margin: 0px 0 25px;
}

.card-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
}
  .card-type-grid > div {
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 0;
    cursor: pointer;
  }
  .card-type-grid img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 25px;
  }
  .card-type-grid h6 {
    margin: 0;
  }
  .card-type-grid h6 span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px auto 0;
    background: #111;
    color: #fff;
    max-width: 150px;
  }
  .card-type-grid .button {
    margin: 15px auto 25px;
  }

.product-cta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
  .product-cta .button {
    margin: 0;
  }
  .product-cta .add-cart .button {
    margin: 0 0 0 20px;
    width: auto;
  }

.adjust-qty-row {
  display: grid;
  grid-template-columns: 40px 70px 40px;
  justify-items: center;
}
  
  .adjust-qty-row button {
    padding: 0;
  }
  .adjust-qty-row button:first-child {
    border-radius: 5px 0 0 5px;
  }

  .adjust-qty-row button:last-child {
    border-radius: 0 5px 5px 0;
  }

  .adjust-qty-row output {
    height: 100%;
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }

  .product-cta .add-cart > button {
    margin-left: 20px;
  }


.container.customise {
  max-width: 600px;
}

  .card-customise-grid .printed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
  }
    .card-customise-grid .printed > div {
      width: 49%;
    }
    .card-customise-grid .printed .help {
      position: relative;
      display: block;
      float: left;
      margin: 0 5px 0 0;
    }
    .card-customise-grid .printed .help span {
      background: #000;
      color: #fff;
      border-radius: 100%;
      font-weight: 700;
      height: 15px;
      width: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 11px;
    }
    .card-customise-grid .printed .help .preview-holder {
      z-index: -1;
      opacity: 0;
      background: #222;
      padding: 5px;
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: 250px;
      height: 166px;
      border-radius: 5px;
      box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.64);
      -webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.64);
      -moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.64);
      transition: all 0.2s;
    }
    .card-customise-grid .printed .help:hover .preview-holder {
      z-index: 99;
      opacity: 1;
    }
    .card-customise-grid .printed .help .preview-holder > img {
      width: 100%;
      height: auto;
    }

  .card-template-container .template {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 15px;
    margin: 0 0 10px;
  }

    .card-template-container h5 {
      margin: 15px 0 0;
      font-size: 18px;
    }
    .card-template-container h2 {
      margin: 0;
    }
    .card-template-container p {
      font-size: 13px;
      margin: 0 0 10px;
    }
    .card-template-header {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0 10px;
    }
      .card-template-header .round-arrow {
        width: 40px;
        height: 40px;
        background: #111;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        border-radius: 100%;
      }
      .card-template-header .card-header {
        width: auto;
        display: flex;
        padding: 0 40px 0 20px;
      }

      .card-template-header img {
        width: 80px;
        border-radius: 10px;
        margin: 0 15px 0 0;
      }

    .card-customise-grid,
    .card-customise-creative {
      max-width: 600px;
    }
    .card-customise-grid {
      margin: 20px 0 15px;
    }
    .card-customise-grid input {
      margin: 0;
    }
    .card-customise-creatives-items {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
    }
    .card-customise-creatives-item {
      display: flex;
      background: #ffffff;
      border-radius: 10px;
      width: 120px;
      height: 130px;
      justify-content: flex-start;
      padding: 10px;
      align-items: center;
      margin: 0 20px 20px 0;
      flex-wrap: wrap;
    }
    .card-customise-creatives-item .img-holder {
      height: 100%;
      width: 100%;
      max-height: calc(100% - 30px);
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f8f8f8;
      margin: 0 0 10px;
    }
    .card-customise-creatives-item img {
      max-width: 100%;
      max-height: 100%;
      display: block;
    }
    .card-customise-creatives-item span.delete {
      display: block;
      text-align: center;
      width: 100%;
    }
    .card-customise-creatives-item span.delete img {
      display: block;
      cursor: pointer;
      width: 20px;
      margin: 0 auto;
    }

    .uploaded-assets {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      margin: 20px 0 0;
    }
    .uploaded-asset {
      display: flex;
      background: #ffffff;
      border-radius: 5px;
      width: 80px;
      height: 80px;
      justify-content: flex-start;
      padding: 5px;
      align-items: center;
      margin: 0 20px 20px 0;
      flex-wrap: wrap;
    }
    .uploaded-asset .img-holder {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .uploaded-asset img {
      max-width: 100%;
      max-height: 100%;
      display: block;
    }
  .template span.delete,
  .card-review span.delete {
    display: flex;
    justify-content: flex-end;
  }
  .template span.delete img,
  .card-review span.delete img {
    display: block;
    cursor: pointer;
    width: 20px;
    margin-left: auto;
  }

.pulse {
  background: black;
  border-radius: 50%;
  margin: 10px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


@media (max-width: 850px) {

  .card-review-header {
    flex-wrap: wrap;
  }
  .card-review-header span.badge {
    width: 100%;
    margin: 0 0 10px;
  }
  .subs-container {
    margin: 0 0 20px;
    width: 100%;
  }

  .section.fullscreen {
    min-height: 50vh;
  }

  .products .product {
    padding: 0 4% 0;
  }
    .product-shot {
      height: auto;
    }
    .product-desc {
      width: 100%;
      margin: 0;
      padding: 30px 0;
    }
    .adjust-qty-row {
      width: 100%;
      grid-template-columns: 40px 1fr 40px;
      margin: 0 0 20px;
    }
      .product-cta .add-cart {
        width: 100%;
      }
      .product-cta .add-cart > .button {
        margin: 0;
        padding: 0;
        width: 100%;
      }
      .adjust-qty-row button:first-child,
      .adjust-qty-row button:last-child {
        margin: 0;
      }

  .card-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  img#hero-sparkle {
    width: auto !important;
    max-height: 350px;
  }
}

@media (max-width: 600px) {

  .card-type-grid {
    flex-wrap: wrap;
    display: block;
  }
  .card-type-grid > div {
    width: 100%;
    margin: 0 0 30px;
  }

  .product-cta .add-cart .button {
    width: 100%;
    margin: 0 0 20px;
  }

  .section.fullscreen {
    padding: 20px;
  }
  .section.fullscreen h2 {
    font-size: 45px;
  }

  #logo {
    margin: 0 auto 30px;
    float: none;
    display: block;
  }

  #rocketlottie {
    margin: 0 auto -120px;
  }

  .card-template-container > .template > p {
    margin: 0;
  }

  .modal-logo { 
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
    .mock-card-container {
      margin: 0 auto;
    }

  .demo-modal {
    height: 100%;
    overflow: auto;
    padding: 30px;
  }
    .input-info {
      max-width: none;
    }

  .products .product {
    padding: 0;
    width: auto;
    margin: 0 auto 30px;
  }
    .product-shot {
      width: auto;
      height: auto;
      margin: 0 auto;
      overflow: visible;
    }
      .product-shot img {
        border-radius: 0px;
      }
    .product-desc {
      width: 100%;
      margin: 10px auto;
      padding: 0;
    }
    .product-desc h4 {
      font-size: 30px;
    }
    .product-desc .product-price {
      float: none;
      font-size: 20px;
      width: 100%;
      margin: 15px 0 20px;

    }

  .order-data-container {
    display: block;
  }
  .order-cta {
    flex-direction: column-reverse;
  }
    .order-cta .button {
      width: 100%;
    }

  .card-review-detail {
    flex-wrap: wrap;
  }
    .card-review-detail > div {
      width: 100%;
    }

  .card-customise-grid .printed .help .preview-holder {
    position: fixed;
    bottom: 50%;
    left: 50%;
    margin-left: -125px;
    margin-bottom: -83px;
  }
}