@charset "UTF-8";
/* ==========================================================================
   Config — Bootstrap tools + theme variables
   Each partial that needs these should: @use '../config' as *;
   ========================================================================== */
/* ==========================================================================
   Bootstrap Tools — loaded via @import to preserve Bootstrap's global scope.
   Do not add @use or @forward here. Bootstrap's files depend on each other
   being in global scope, which only @import provides.
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Components - Pagination
   ========================================================================== */
.pagination ul.pagination .page-item .dots,
.pagination ul.pagination li .dots,
.woocommerce-pagination ul .page-item .dots,
.woocommerce-pagination ul li .dots {
  border: 1px solid var(--bs-primary);
}

/* ==========================================================================
   Global - Footer
   ========================================================================== */
.content-info .main-footer-menu ul {
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .content-info .main-footer-menu ul {
    flex-direction: column;
  }
}
.content-info .main-footer-menu ul li.dropdown {
  flex: 1;
}
.content-info .main-footer-menu ul li.dropdown a.dropdown-toggle {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .content-info .main-footer-menu ul li.dropdown a.dropdown-toggle {
    font-size: 1.125rem;
  }
}
.content-info .main-footer-menu ul li.dropdown ul {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .content-info .main-footer-menu ul li.dropdown ul a {
    font-size: 1rem;
  }
}
.content-info .main-footer-menu ul li.dropdown:last-child {
  margin: 0;
}
.content-info .footer-socials ul.socials {
  margin: 45px 0px 0px 0px;
}
.content-info .footer-socials ul.socials .nav {
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .content-info .footer-socials ul.socials {
    margin: 0;
  }
  .content-info .footer-socials ul.socials .nav {
    justify-content: flex-end;
  }
}

.accreditations {
  margin-top: 45px;
}
.accreditations .logo img {
  max-width: 128px;
}
@media screen and (min-width: 1200px) {
  .accreditations .logo img {
    max-width: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .accreditations {
    margin-top: 30px;
  }
  .accreditations .logo img {
    max-width: 96px;
  }
}

div.uk-only {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  div.uk-only {
    margin: 30px auto 0;
    max-width: 350px;
  }
  div.uk-only span {
    margin-left: 0;
  }
}
div.uk-only span {
  font-size: 1.125rem;
  font-weight: 700;
  border: 2px solid black;
  border-radius: 100%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}
div.uk-only p {
  margin-bottom: 0;
}

/* ==========================================================================
   Global - Header
   ========================================================================== */
.banner {
  padding: 12px 0;
}
.banner a.brand {
  text-decoration: none;
}
.banner a.brand p.site-tagline {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: var(--bs-primary-light);
}
.banner .nav-primary .nav .nav-link {
  color: var(--bs-primary-light);
  font-size: 1.125rem;
  font-weight: 700;
}
.banner .banner-right .account-nav .nav-item .nav-link {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .banner .banner-right .account-nav .nav-item .nav-link,
  .banner .banner-right .account-nav .nav-item .navbar-toggler {
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#offcanvas-myaccount .offcanvas-myaccount-menu li:not(:last-child) a .menu-icon {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#offcanvas-myaccount .offcanvas-myaccount-menu li:not(:last-child) a .menu-icon i {
  color: var(--bs-white);
}

/* ==========================================================================
   Social Icons
   ========================================================================== */
.social-icons .nav a.nav-link img {
  width: 32px;
  height: 32px;
}

/* ==========================================================================
   Variable Content - Carousel Block
   ========================================================================== */
.carousel-block .swiper-slide .slide-content .slide-content-inner h5 {
  font-size: 1.125rem;
  background-color: var(--bs-secondary-dark);
  padding: 10px 20px;
}
.carousel-block .swiper-slide .slide-content .slide-content-inner h3 {
  font-weight: 700;
}
.carousel-block .swiper-slide .slide-content .slide-content-inner .btn-primary {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .carousel-block .swiper-slide .slide-content .slide-content-inner .btn-primary {
    font-size: 1.375rem;
  }
}
.carousel-block .swiper-slide .slide-content .slide-content-inner .btn-primary {
  background-color: var(--bs-secondary-dark);
  border-color: var(--bs-secondary-dark);
}

/* ==========================================================================
   Variable Content - Draw Stats Block
   ========================================================================== */
body.cascade-svg-styling-1 .draw--stats-block ul.site-stats li.col-md-6 .stat-outer .icon svg path {
  fill: var(--bs-primary) !important;
}
body.cascade-svg-styling-1 .draw--stats-block ul.site-stats li.col-md-6 .stat-outer .icon svg circle {
  fill: var(--bs-white) !important;
}
body.cascade-svg-styling-1 .draw--stats-block ul.site-stats li.col-md-6:nth-of-type(1) .stat-outer .icon svg path:nth-of-type(3) {
  fill: var(--bs-white) !important;
}
body.cascade-svg-styling-1 .draw--stats-block ul.site-stats li.col-md-6:nth-of-type(2) .stat-outer .icon svg path:nth-of-type(1) {
  fill: var(--bs-white) !important;
  stroke: var(--bs-primary) !important;
  stroke-width: 1px !important;
}

/* ==========================================================================
   Variable Content - Game Nav Block
   ========================================================================== */
.nav-games .nav li .nav-link svg path.dark {
  fill: var(--bs-white);
}

/* ==========================================================================
   WooCommerce - Checkout
   ========================================================================== */
@media screen and (max-width: 767px) {
  .zap-checkout__form {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .zap-checkout__form .zap-cashier-fragment .zap-cashier-accounts-wrapper .alert-success {
    font-size: 0.75rem;
  }
  .zap-checkout__form .zap-cashier-fragment .zap-cashier-accounts-wrapper .alert-success .btn {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}

.zap-cart-actions .btn,
.zap-upsell__actions .btn,
.zap-cart-coupon-form .btn,
.zap-cashier-credit .btn,
.zap-cashier-cash .btn,
.zap-post-checkout-item__cta .btn,
.zap-checkout__next-step .btn {
  color: var(--bs-primary) !important;
}
.zap-cart-actions .btn.btn-success,
.zap-cart-actions .btn.zap-cart-coupons__apply,
.zap-cart-actions .btn.btn-light,
.zap-cart-actions .btn.btn-outline-primary,
.zap-upsell__actions .btn.btn-success,
.zap-upsell__actions .btn.zap-cart-coupons__apply,
.zap-upsell__actions .btn.btn-light,
.zap-upsell__actions .btn.btn-outline-primary,
.zap-cart-coupon-form .btn.btn-success,
.zap-cart-coupon-form .btn.zap-cart-coupons__apply,
.zap-cart-coupon-form .btn.btn-light,
.zap-cart-coupon-form .btn.btn-outline-primary,
.zap-cashier-credit .btn.btn-success,
.zap-cashier-credit .btn.zap-cart-coupons__apply,
.zap-cashier-credit .btn.btn-light,
.zap-cashier-credit .btn.btn-outline-primary,
.zap-cashier-cash .btn.btn-success,
.zap-cashier-cash .btn.zap-cart-coupons__apply,
.zap-cashier-cash .btn.btn-light,
.zap-cashier-cash .btn.btn-outline-primary,
.zap-post-checkout-item__cta .btn.btn-success,
.zap-post-checkout-item__cta .btn.zap-cart-coupons__apply,
.zap-post-checkout-item__cta .btn.btn-light,
.zap-post-checkout-item__cta .btn.btn-outline-primary,
.zap-checkout__next-step .btn.btn-success,
.zap-checkout__next-step .btn.zap-cart-coupons__apply,
.zap-checkout__next-step .btn.btn-light,
.zap-checkout__next-step .btn.btn-outline-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.zap-cart-actions .btn.btn-success:hover, .zap-cart-actions .btn.btn-success:focus,
.zap-cart-actions .btn.zap-cart-coupons__apply:hover,
.zap-cart-actions .btn.zap-cart-coupons__apply:focus,
.zap-cart-actions .btn.btn-light:hover,
.zap-cart-actions .btn.btn-light:focus,
.zap-cart-actions .btn.btn-outline-primary:hover,
.zap-cart-actions .btn.btn-outline-primary:focus,
.zap-upsell__actions .btn.btn-success:hover,
.zap-upsell__actions .btn.btn-success:focus,
.zap-upsell__actions .btn.zap-cart-coupons__apply:hover,
.zap-upsell__actions .btn.zap-cart-coupons__apply:focus,
.zap-upsell__actions .btn.btn-light:hover,
.zap-upsell__actions .btn.btn-light:focus,
.zap-upsell__actions .btn.btn-outline-primary:hover,
.zap-upsell__actions .btn.btn-outline-primary:focus,
.zap-cart-coupon-form .btn.btn-success:hover,
.zap-cart-coupon-form .btn.btn-success:focus,
.zap-cart-coupon-form .btn.zap-cart-coupons__apply:hover,
.zap-cart-coupon-form .btn.zap-cart-coupons__apply:focus,
.zap-cart-coupon-form .btn.btn-light:hover,
.zap-cart-coupon-form .btn.btn-light:focus,
.zap-cart-coupon-form .btn.btn-outline-primary:hover,
.zap-cart-coupon-form .btn.btn-outline-primary:focus,
.zap-cashier-credit .btn.btn-success:hover,
.zap-cashier-credit .btn.btn-success:focus,
.zap-cashier-credit .btn.zap-cart-coupons__apply:hover,
.zap-cashier-credit .btn.zap-cart-coupons__apply:focus,
.zap-cashier-credit .btn.btn-light:hover,
.zap-cashier-credit .btn.btn-light:focus,
.zap-cashier-credit .btn.btn-outline-primary:hover,
.zap-cashier-credit .btn.btn-outline-primary:focus,
.zap-cashier-cash .btn.btn-success:hover,
.zap-cashier-cash .btn.btn-success:focus,
.zap-cashier-cash .btn.zap-cart-coupons__apply:hover,
.zap-cashier-cash .btn.zap-cart-coupons__apply:focus,
.zap-cashier-cash .btn.btn-light:hover,
.zap-cashier-cash .btn.btn-light:focus,
.zap-cashier-cash .btn.btn-outline-primary:hover,
.zap-cashier-cash .btn.btn-outline-primary:focus,
.zap-post-checkout-item__cta .btn.btn-success:hover,
.zap-post-checkout-item__cta .btn.btn-success:focus,
.zap-post-checkout-item__cta .btn.zap-cart-coupons__apply:hover,
.zap-post-checkout-item__cta .btn.zap-cart-coupons__apply:focus,
.zap-post-checkout-item__cta .btn.btn-light:hover,
.zap-post-checkout-item__cta .btn.btn-light:focus,
.zap-post-checkout-item__cta .btn.btn-outline-primary:hover,
.zap-post-checkout-item__cta .btn.btn-outline-primary:focus,
.zap-checkout__next-step .btn.btn-success:hover,
.zap-checkout__next-step .btn.btn-success:focus,
.zap-checkout__next-step .btn.zap-cart-coupons__apply:hover,
.zap-checkout__next-step .btn.zap-cart-coupons__apply:focus,
.zap-checkout__next-step .btn.btn-light:hover,
.zap-checkout__next-step .btn.btn-light:focus,
.zap-checkout__next-step .btn.btn-outline-primary:hover,
.zap-checkout__next-step .btn.btn-outline-primary:focus {
  background-color: var(--bs-primary-light) !important;
  border-color: var(--bs-primary-light) !important;
  color: var(--bs-white) !important;
}

.omnisend_newsletter_checkbox_field {
  margin-top: 20px !important;
}
.omnisend_newsletter_checkbox_field label.checkbox {
  display: flex;
  align-items: center;
  color: #2c2c2c;
  gap: 10px;
}
.omnisend_newsletter_checkbox_field label.checkbox input.input-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px;
}
.omnisend_newsletter_checkbox_field label.checkbox input.input-checkbox:focus {
  border-color: transparent;
  box-shadow: none;
}
.omnisend_newsletter_checkbox_field label.checkbox input.input-checkbox:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--bs-primary);
  margin-top: -8px;
}

/* ==========================================================================
   WooCommerce - My Account
   ========================================================================== */
tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name .btn {
  color: var(--bs-white);
}

/* ==========================================================================
   WooCommerce - Single Product
   ========================================================================== */
body.single-product form.cart:has(.zapc-mode.active) .zapc-bulk-discount-buttons {
  display: none;
}
body.single-product #add-to-cart-modal img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   WooCommerce - Single Product - Instant Wins
   ========================================================================== */
body.single-product #zapciw-instant-wins .zapciw-inner #zapciw-prize-container .zapciw-prize-grid .zapciw-ticket:not(.ticket-won) .zapciw-ticket-bottom.ticket-status {
  color: var(--bs-white);
}

/* ==========================================================================
   Plugins - FAQs
   ========================================================================== */
.support-organisations {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.support-organisations .support-organisation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.support-organisations .support-organisation__logo {
  flex: 0 0 100%;
}
.support-organisations .support-organisation__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.support-organisations .support-organisation__content {
  flex: 1;
}
.support-organisations .support-organisation__description {
  margin-bottom: 0.5rem;
}
.support-organisations .support-organisation__link {
  font-weight: 600;
}

/* ==========================================================================
   Homepage - Important to Know section
   ========================================================================== */
#important-to-know {
  background-color: var(--bs-light);
}
#important-to-know > .container {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: var(--bs-primary);
  border-radius: 12px;
  padding: 15px 25px;
}
#important-to-know > .container .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #important-to-know > .container .row {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #important-to-know > .container .row .col-text {
    margin-bottom: 0;
  }
}
#important-to-know > .container .row h3,
#important-to-know > .container .row p {
  color: white;
  margin: 0;
}
#important-to-know > .container .row h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bs-secondary);
  margin-bottom: 0;
}
#important-to-know > .container .row p:has(a) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #important-to-know > .container .row p:has(a) {
    text-align: center;
  }
}
#important-to-know > .container .row p:has(a) a {
  font-weight: 600;
  padding: 9px 22px;
  color: white;
  background-color: var(--bs-secondary-dark);
  border-color: var(--bs-secondary-dark);
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #important-to-know > .container .row p:has(a) a {
    margin-top: 10px;
    padding: 4px 22px;
  }
}/*# sourceMappingURL=child-styles.css.map */