/* ==========================================================================
   Single Product
   ========================================================================== */

.jackpot-detail .zapc-cash-alt {
  color: #221e1c;
  background-color: #def7e8;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08rem;
  padding: 5px;
  border-radius: 0;
  margin: 15px 0 0;
  animation-name: bg-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  position: relative;
  font-family: alternate-gothic-atf, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.98px) {
  .jackpot-detail .zapc-cash-alt {
    order: 1;
    margin: 5px 15px 0;
  }
}
.jackpot-detail .zapc-date-banner {
  text-align: left;
}
.jackpot-detail .zapc-date-banner .inner {
  font-size: 0.6875rem;
  text-transform: uppercase;
  background-color: #fff;
  color: #404450;
  width: auto;
  line-height: 1;
  padding: 7px 15px;
  z-index: 50;
  letter-spacing: 0.0275rem;
  margin: 0;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #404450;
  font-weight: 600;
}
.jackpot-detail .jj-product-gallery__wrapper img {
  height: auto;
}
.jackpot-detail .zap-competition-requirements-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  color: #221e1c;
  padding: 0;
  margin: 0 !important;
  position: relative;
  background-color: transparent !important;
  border-radius: 3px;
  background: var(--white, #fff);
}
@media (max-width: 767.98px) {
  .jackpot-detail .zap-competition-requirements-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
    margin: 0 !important;
    order: 3;
  }
}
.jackpot-detail .zap-competition-requirements-wrapper .row {
  margin: 0;
}
@media (max-width: 767.98px) {
  .jackpot-detail .zap-competition-requirements-wrapper .row {
    text-align: center;
  }
}
.jackpot-detail .zap-competition-requirements-wrapper .row .col-md {
  max-width: none;
  width: auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .jackpot-detail .zap-competition-requirements-wrapper .row .col-md {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement {
  display: flex;
  padding: 15px 0;
  position: relative;
  border: 0;
  color: #002a17;
  font-weight: 800;
  text-align: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .jackpot-detail
    .zap-competition-requirements-wrapper
    .row
    .col-md
    .requirement {
    padding: 5px 0;
    background-image: none !important;
    text-align: center;
  }
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement:before {
  content: "";
  background-image: url(./images/recent-tickets.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(2px);
}
@media (max-width: 767.98px) {
  .jackpot-detail
    .zap-competition-requirements-wrapper
    .row
    .col-md
    .requirement:before {
    display: none;
  }
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement
  .draw-date-time {
  display: inline-block;
  margin-left: 5px;
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement
  h3 {
  font-size: 1rem;
  color: #181818;
  margin: 0;
}
@media (max-width: 767.98px) {
  .jackpot-detail
    .zap-competition-requirements-wrapper
    .row
    .col-md
    .requirement
    h3 {
    font-size: 0.8125rem;
    line-height: 15px;
  }
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement
  p {
  font-size: 0.75rem;
  color: #4e4e55;
  text-transform: capitalize;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 767.98px) {
  .jackpot-detail
    .zap-competition-requirements-wrapper
    .row
    .col-md
    .requirement
    p {
    font-size: 0.625rem;
  }
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement.requirement-answer:before {
  background-image: url(./images/recent-tickets.svg);
}
.jackpot-detail
  .zap-competition-requirements-wrapper
  .row
  .col-md
  .requirement.requirement-date:before {
  background-image: url(./images/live-draw.svg);
}
.jackpot-detail .competition-countdown-wrapper {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .jackpot-detail .competition-countdown-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.jackpot-detail .competition-countdown-wrapper .zapc-countdown {
  background-color: transparent;
  padding: 0;
  max-width: 282px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .jackpot-detail .competition-countdown-wrapper .zapc-countdown {
    margin-right: auto;
    margin-left: auto;
  }
}
.jackpot-detail .competition-countdown-wrapper .zapc-countdown div {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 77px;
  padding: 5px 1px;
  font-weight: unset;
  background-color: transparent;
  color: #4e4e55;
  border-radius: 4px;
  border: 0;
  margin: 0 5px;
  position: relative;
}
.jackpot-detail .competition-countdown-wrapper .zapc-countdown div:after {
  background-color: #01934d;
}
.jackpot-detail .competition-countdown-wrapper .zapc-countdown span {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  color: #181818;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.jackpot-detail div.type-product {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 20px 0 0;
  display: flex;
}
@media (max-width: 767.98px) {
  .jackpot-detail div.type-product {
    order: 2;
  }
   .jackpot-detail div.type-product {
      display: block;
    }
}
.jackpot-detail .summary.entry-summary .zapc-sale-countdown-wrapper {
  margin-bottom: 20px;
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.jackpot-detail
  .summary.entry-summary
  .zapc-sale-countdown-wrapper
  .sale-countdown-prefix {
  display: inline-block;
  color: #016a36;
}
.jackpot-detail .summary.entry-summary .price {
  margin-bottom: 2px;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .jackpot-detail .summary.entry-summary .price {
    text-align: center;
  }
}
.jackpot-detail .summary.entry-summary .price ins {
  color: #016a36;
}
.jackpot-detail .summary.entry-summary .price .jj-Price-amount {
  color: #016a36;
  font-size: 2.625rem;
}
.jackpot-detail .summary.entry-summary .price .price_suffix {
  color: #4e4e55;
  font-size: 0.625rem;
  letter-spacing: 0.025rem;
}
.jackpot-detail .summary.entry-summary form {
  display: flex;
  flex-wrap: wrap;
}
.jackpot-detail .summary.entry-summary .zap-competition-question-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}
.jackpot-detail .summary.entry-summary .zap-competition-question-text {
  border-bottom: none;
  font-weight: 400;
  margin-bottom: 0;
  color: #4e4e55 !important;
}
@media (max-width: 767.98px) {
  .jackpot-detail .summary.entry-summary .zap-competition-question-text {
    text-align: center;
  }
}
.jackpot-detail .summary.entry-summary .zap-lottery-question-answers {
  padding-bottom: 20px;
}
.jackpot-detail
  .summary.entry-summary
  .zap-lottery-question-answers
  .zap-lottery-question-answer {
  margin-bottom: 5px;
}
.jackpot-detail
  .summary.entry-summary
  .zap-lottery-question-answers
  .zap-lottery-question-answer
  label {
  padding: 15px 5px 3px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #181818 !important;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.jackpot-detail
  .summary.entry-summary
  .zap-lottery-question-answers
  .zap-lottery-question-answer
  label:before {
  border: 0 solid #dfdfdf;
  background-color: #dfdfdf;
  width: 22px;
  height: 22px;
  left: 25px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.jackpot-detail
  .summary.entry-summary
  .zap-lottery-question-answers
  .zap-lottery-question-answer
  input:checked
  ~ label {
  background: #016a36;
  border-color: #016a36;
  color: #fff !important;
}
.jackpot-detail
  .summary.entry-summary
  .zap-lottery-question-answers
  .zap-lottery-question-answer
  input:checked
  ~ label:before {
  border-color: #00b67a;
  background-color: transparent;
  background-image: url(../images/check.svg);
  background-size: contain;
}
.jackpot-detail .summary.entry-summary .zapc-postal-buttons {
  max-width: 100%;
  margin: 10px auto 0;
  flex: 0 0 100%;
}
.jackpot-detail .summary.entry-summary .zapc-postal-buttons .btn,
.jackpot-detail
  .summary.entry-summary
  .zapc-postal-buttons
  body.jj-lost-password
  .jj-ResetPassword
  .jj-form-row:last-of-type
  button,
body.jj-lost-password
  .jj-ResetPassword
  .jj-form-row:last-of-type
  .jackpot-detail
  .summary.entry-summary
  .zapc-postal-buttons
  button {
  font-family: "proxima-soft", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 10px 20px;
  color: #221e1c;
  background-color: transparent;
  border-bottom: none;
  font-weight: 400;
  text-align: left;
  border-radius: 3px 3px 0 0;
}
.zapct-next-draw .container #draw-countdown div:last-of-type:after,
.jackpot-detail .summary.entry-summary .zapc-postal-buttons .btn:after,
.jackpot-detail
  .summary.entry-summary
  .zapc-postal-buttons
  body.jj-lost-password
  .jj-ResetPassword
  .jj-form-row:last-of-type
  button:after,
body.jj-lost-password
  .jj-ResetPassword
  .jj-form-row:last-of-type
  .jackpot-detail
  .summary.entry-summary
  .zapc-postal-buttons
  button:after {
  display: none;
}
.jackpot-detail .summary.entry-summary .zapc-postal-buttons .btn.active,
.jackpot-detail
  .summary.entry-summary
  .zapc-postal-buttons
  body.jj-lost-password
  .jj-ResetPassword
  .jj-form-row:last-of-type
  button.active,
body.jj-lost-password
  .jj-ResetPassword
  .jj-form-row:last-of-type
  .jackpot-detail
  .summary.entry-summary
  .zapc-postal-buttons
  button.active {
  background-color: #fff;
  color: #221e1c;
}
.jackpot-detail .summary.entry-summary .zapc-postal-rules-text {
  text-align: left;
  padding: 30px 15px;
  color: #221e1c;
}
.page-template-legal .main-container ul,
.jackpot-detail .summary.entry-summary .zapc-postal-rules-text ol,
.jackpot-detail .summary.entry-summary .zapc-postal-rules-text ul {
  list-style-position: inside;
}
.jackpot-detail .summary.entry-summary .zapct-add-to-cart-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 1rem;
  padding: 20px;
  background-color: #fff;
}
.jackpot-detail .summary.entry-summary .discount-buttons {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 30px -5px 0;
}
.jackpot-detail .summary.entry-summary .discount-buttons .discount-button {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button {
  background-color: #221e1c;
  color: #fff;
  border: 2px solid #01934d;
  border-radius: 0;
  width: 100%;
  padding: 5px;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button
  .original-price {
  display: block;
  font-size: 0.875rem;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button
  .original-price
  span {
  text-decoration: line-through;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button
  .discounted-price {
  display: block;
  color: #76c843;
  font-weight: 700;
  font-size: 1.125rem;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button
  .discount {
  display: block;
  font-size: 0.6875rem;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button:hover {
  background: #10205e;
  background: linear-gradient(90deg, #aa7933 0, #f5e89b 100%);
  color: #221e1c;
}
.jackpot-detail
  .summary.entry-summary
  .discount-buttons
  .discount-button
  button:hover
  .discounted-price {
  color: #221e1c;
}
#zapct-faq-accordion .card .card-header button:after,
#zapct-faq-accordion .card .card-header button:before,
.jackpot-detail .summary.entry-summary .wdp_bulk_table_content {
  display: none;
}
.jackpot-detail .summary.entry-summary div.zap-competition-qty {
  margin-top: 0 !important;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .jackpot-detail .summary.entry-summary div.zap-competition-qty {
    margin-bottom: 0;
  }
}
.jackpot-detail .summary.entry-summary div.zap-competition-qty .quantity {
  order: 1;
  display: block !important;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0 !important;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .quantity:before {
  content: "Select the number of tickets";
  color: #181818;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .quantity
  .qty {
  display: block !important;
  width: 200px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 0 auto;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-range-wrap-outer {
  padding: 2rem 15px;
  width: calc(100% - 80px);
  order: 3;
}
.jackpot-detail .rangeslider__labels__label {
    font-size: 0.8em;
    position: relative;
    top: 10px;
    color: gray;
}
.jackpot-detail .rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #295cd9;
    border-radius: 0px;
}
.jackpot-detail .rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #295cd9;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}
.jackpot-detail .rangeslider {
    position: relative;
    height: 12px;
    border-radius: 0px;
    width: 100%;
    background-color: gray;
}
.zap-competition-qty-minus, .zap-competition-qty-plus {
    height: 40px !important;
    margin-top: 20px !important;
    border: 1px solid #d8dadd !important;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider {
  background-color: #f8f8f8;
  border-radius: 0;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider__fill {
  background: #01934d;
  border-radius: 0;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider__handle {
  background: #221e1c;
  border: 1px solid #221e1c;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #fff;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider__handle__value {
  background-color: #01934d;
  border-top: 1px solid #01934d;
  color: #fff;
  padding: 1px 2px;
  border-radius: 5px;
  top: -40px;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "astounder-squared-lc-bb", sans-serif;
  display: none;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider.rangeslider--active
  .rangeslider__handle
  :before,
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider.rangeslider--active
  .rangeslider__handle:before,
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider__handle__value:before {
  border-top-color: #01934d;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider.rangeslider--active
  .rangeslider__handle,
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .rangeslider.rangeslider--active
  .rangeslider__handle
  * {
  background-color: #01934d;
  border-top: 1px solid #01934d;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-qty-minus {
  order: 2;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-qty-plus {
  order: 4;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-qty-minus,
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-qty-plus {
  border-radius: 50%;
  background-color: #221e1c;
  border: 1px solid #c2c2c2 !important;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  width: 40px !important;
  height:40px;
}
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-qty-minus:hover,
.jackpot-detail
  .summary.entry-summary
  div.zap-competition-qty
  .zap-competition-qty-plus:hover {
  background-color: #01934d;
  border-color: #01934d;
  color: #fff;
  transition: 0.3s;
}
.jackpot-detail .summary.entry-summary .zapct-add-to-cart-button-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0 0;
}
.jackpot-detail
  .summary.entry-summary
  .zapct-add-to-cart-button-wrapper
  button.single_add_to_cart_button {
  margin: 0;
  width: 100% !important;
  background: var(
    --Gold-Gradient,
    linear-gradient(180deg, #dbbf31 0%, #bf8900 100%)
  ) !important;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 10px;
  text-align: center;
  color: #221e1c !important;
}
.jackpot-detail
  .summary.entry-summary
  .zapct-add-to-cart-button-wrapper
  button.single_add_to_cart_button:hover {
  background-color: #53932b !important;
  transition: 0.3s;
}
.zapciw-title {
    font-family: astounder-squared-lc-bb, sans-serif !important;
    font-style: normal;
    font-weight: bold;
    margin-top: 20px;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}