h1.title, .breadcrumb {
  position: absolute;
  z-index: -999;
  visibility: hidden;
  left: -9999px;
}
label {
  margin: 0;
}
input.form-control {
  width: 100%;
}
.desktop-header-active .header-classic #logo {
  margin-left: 44px;
  display: block;
}
.desktop-main-menu-wrapper.menu-default.has-menu-2.navbar-nav {
  display: none;
}
html.desktop-header-active .header-classic .mid-bar .desktop-logo-wrapper {
  min-width: 244px;
  margin-left: -10px;
}
.header .mid-bar #main-menu-3 {
  visibility: visible;
  opacity: 1;
}
html.desktop-header-active .header .mid-bar::after {
  content: '';
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  height: 3px;
  bottom: -3px;
  background-image: -o-linear-gradient(344.4deg, #5fb6f8 7%, #0259b6 77.4%);
  background-image: linear-gradient(105.6deg, #5fb6f8 7%, #0259b6 77.4%);
}

.voucher-container {
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(14.6%, rgb(73 18 133)), color-stop(104.7%, rgb(17 135 140)));
  background-image:-o-linear-gradient(top, rgb(73 18 133) 14.6%, rgb(17 135 140) 104.7%);
  background-image:linear-gradient(180deg, rgb(73 18 133) 14.6%, rgb(17 135 140) 104.7%);
  color: #fff;
}
.voucher-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voucher-form-inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voucher-action-box {
  margin-inline: auto;
}
.form-sub-title {
  font-weight: 600;
  font-size: 18px;
}
.btn-voucher-step, .btn-checkout {
  color: #fff;
  font-size: 16px;
  width: 100%;
}
.btn-cart {
  min-height: 48px !important;
}
.btn-checkout:hover {
  color: rgba(255, 255, 255, 1) !important;
  background: rgb(2,89,182);
  background: -o-linear-gradient(left, rgba(2,89,182,1) 82%, rgba(95,182,248,1) 180%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(82%, rgba(2,89,182,1)), color-stop(180%, rgba(95,182,248,1))) !important;
  background: linear-gradient(90deg, rgba(2,89,182,1) 82%, rgba(95,182,248,1) 180%) !important;
}
input[type=checkbox], input[type=radio] {
  margin: 0;
}
#agree-terms {
  text-align: center;
}
.btn-cart-bg {
  min-width: 52px;
}
.btn-cart-bg:before {
  font-size: 22px;
}
.voucher-amount-inner {
  max-width: 500px;
  margin: auto;
}
.voucher-amounts {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px;
}
.voucher-amount-item {
  padding: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.voucher-amount-item {
  -ms-flex-preferred-size: calc(33% - 10px);;
      flex-basis: calc(33% - 10px);;
}
.voucher-amount-item.custom-amount {
  -ms-flex-preferred-size: calc(100% - 14px);
      flex-basis: calc(100% - 14px);
}
.voucher-amount-item label {
  font-weight: 600;
}
#input-amount-custom {
  width: 100%;
  font-weight: 600;
}
.voucher-amount-title {
  font-size: 32px;
  font-weight: 600;
  height: 48px;
}

/*  ===== Splide carousel ====== */

.splide__arrow--prev, .splide__arrow--prev {
          left: -6rem;
          -webkit-transform: scaleX(-1) translateY(calc(-50% + 30px));
          -ms-transform: scaleX(-1) translateY(calc(-50% + 30px));
          transform: scaleX(-1) translateY(calc(-50% + 30px));
          -moz-transform: scaleX(-1) translateY(calc(-50% + 30px));
          -o-transform: scaleX(-1) translateY(calc(-50% + 30px));
}
.splide__arrow--next, .splide__arrow--next {
    right: -6rem;
    transform: translateY(calc(-50% + 30px));
    -webkit-transform: translateY(calc(-50% + 30px));
    -moz-transform: translateY(calc(-50% + 30px));
    -ms-transform: translateY(calc(-50% + 30px));
    -o-transform: translateY(calc(-50% + 30px));
}
.splide__arrow, .splide__arrow {
  background: rgba(255, 254, 254, 0.247);
  border: 0;
  padding: 30px 10px;
  border-radius: 6px;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.splide__arrow svg, .splide__arrow svg {
  height: 2.2rem;
  vertical-align: middle;
  width: 2.2rem;
  fill: var(--bnn-color-accent-light);
}
.voucher-theme-item {
  opacity: 0.7;

}
.voucher-theme-item.is-active {
  opacity: 1;
}
#voucher-themes-thumbnail-carousel {
  display: none;
}
#voucher-themes-thumbnail-carousel .splide__slide img {
  width: 100%;
  height: auto;
}

.voucher-item-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.voucher-theme-item, .voucher-theme-thumb > img {
  border-radius: 10px;
}
.voucher-theme-headings {
  text-align: center;
}
.voucher-theme-item.is-active .voucher-theme-thumb >img {
  -webkit-box-shadow: rgb(255 255 255 / 40%) 0px 0px 0px 2px;
          box-shadow: rgb(255 255 255 / 40%) 0px 0px 0px 2px;
}
.splide__track {
  padding-block: 2px;
}
.voucher-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-voucher-step span {
  pointer-events: none;
}
.voucher-section {
  display: none;
}
.voucher-section.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voucher-error {
  color: rgb(252, 116, 116);
  font-size: 12px;
}
.voucher-faq {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 1000px;
}
div#voucher_faq {
  padding-inline: 20px;
}
.v_faq-panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12px;
  position: relative;
}
.v_faq-panel-heading i {
  margin-right: 8px;
  font-size: 18px;
}
.voucher-faq .v_faq-question+.v_faq-question {
  border-top: 1px solid var(--bnn-border-color-g);
}
.v_faq-question {
  padding-left: 30px;
}
.v_faq-panel-heading::before {
  position: absolute;
  left: -30px;
  content: "\f29c";
  font-family: 'icomoon';
  font-size: 20px;

}
.v_faq-panel-body {
  padding-block: 10px 15px;
}
@media (min-width: 1025px) {
  .btn-voucher-step {
    margin-top: 40px;
  }
  .voucher-theme-headings {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .voucher-action-box {
    width: 300px;
  }
  form {
    padding-block: 40px;
  }
}
@media (max-width: 1024px) {

  .voucher-theme-headings {
    font-size: 20px;
    margin-bottom: 35px;
  }
  #voucher-themes-thumbnail-carousel {
    display: block;
    margin-block: 15px;
  }
  
  div#voucher-themes-thumbnail-carousel .voucher-theme-thumb > img {
    border-radius: 5px !important;
  }
  form {
    padding-top: 40px;
  }
  .voucher-action-box {
    margin-top: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  
}
@media (min-width: 580px) and (max-width: 1024px) {
  #voucher-themes-thumbnail-carousel .splide__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voucher-action-box {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-inline: 10px;
  }
  .voucher-amount-item {
    padding: 8px;
  }
  .voucher-amount-item label {
    font-size: 12px;
  }
  .voucher-theme-headings {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* .voucher-section {
    height: calc(100vh - 90px);
  } */
  .voucher-amount-item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);;
  }
  .voucher-form-inner {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voucher-form.voucher-section {
    height: 100%;
  }
  .voucher-faq {
    padding-inline: 10px;
  }
}
@media (max-width: 360px) {
 
  .voucher-amount-item.custom-amount {
    -ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
}
}