/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Site fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap");
@font-face {
  font-family: SatoshiRegular;
  src: url("/wp-content/themes/royalux-casino-theme/assets/fonts/Satoshi-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SatoshiMedium;
  src: url("/wp-content/themes/royalux-casino-theme/assets/fonts/Satoshi-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SatoshiBold;
  src: url("/wp-content/themes/royalux-casino-theme/assets/fonts/Satoshi-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SatoshiBlack;
  src: url("/wp-content/themes/royalux-casino-theme/assets/fonts/Satoshi-Black.otf");
  font-weight: 900;
  font-style: normal;
}
/* ==========================================================================
   Custom mixin CSS
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes pulse-banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-badge {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #6c757d;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@keyframes bg-fade {
  0% {
    background-color: #f8f9fa;
    color: #343a40;
    border-color: #343a40;
  }
  50% {
    background-color: #343a40;
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  100% {
    background-color: #f8f9fa;
    color: #343a40;
    border-color: #f8f9fa;
  }
}
/* ==========================================================================
   Global countdown styles
   ========================================================================== */
div#draw-countdown,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown,
.single-product div.product .zapc-countdown {
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  padding: 0;
  gap: 1rem;
}
div#draw-countdown > div,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div,
.single-product div.product .zapc-countdown > div {
  font-size: 1rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #DED395;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  position: relative;
  padding: 1rem 0;
}
div#draw-countdown > div span,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span,
.single-product div.product .zapc-countdown > div span {
  font-size: 2.2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: block;
  width: 100%;
  line-height: 1;
}
div#draw-countdown > div:after,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div:after,
.single-product div.product .zapc-countdown > div:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C1A462;
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
}
@media screen and (max-width: 640px) {
  div#draw-countdown > div:after,
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div:after,
  .single-product div.product .zapc-countdown > div:after {
    width: 0.5px;
  }
}
div#draw-countdown > div:last-child:after,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div:last-child:after,
.single-product div.product .zapc-countdown > div:last-child:after {
  content: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}

a {
  color: #007bff;
}
a:hover {
  color: rgb(0, 98.4, 204);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

/* ==========================================================================
   Badges
   ========================================================================== */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
a {
  color: #DED395;
}
a:hover {
  color: #ffffff;
}

.btn,
.button,
.btn-primary {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
.btn:before, .btn:after,
.button:before,
.button:after,
.btn-primary:before,
.btn-primary:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.btn:hover,
.button:hover,
.btn-primary:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.btn:hover:before, .btn:hover:after,
.button:hover:before,
.button:hover:after,
.btn-primary:hover:before,
.btn-primary:hover:after {
  background: #DED395;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus-visible,
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}

/* ==========================================================================
   Cards
   ========================================================================== */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* ==========================================================================
   Containers
   ========================================================================== */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
/* ==========================================================================
   Global form styling
   ========================================================================== */
form h3,
.lost_reset_password h3 {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2rem;
}
form .card-body,
.lost_reset_password .card-body {
  background-color: #000000;
  border: 1px solid #252525;
  border-radius: 4px;
  color: #ffffff;
  padding: 25px;
}
form p,
.lost_reset_password p {
  color: #ffffff;
}

.lost_reset_password input,
.form-control {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #090909;
  border-radius: 4px;
  border: 1px solid #717576;
  padding: 2.4rem 2rem;
}
.lost_reset_password input:focus,
.form-control:focus {
  outline: none;
  border-color: #BE9F61;
  background-color: #090909;
  color: #ffffff;
}
.lost_reset_password input:focus-visible,
.form-control:focus-visible {
  outline-style: solid;
  outline-color: #B2132C;
}

.form-group label,
.form-check-label {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.form-group label,
.form-check-label,
.woocommerce-privacy-policy-text {
  color: #DED395;
}

.form-check-label {
  margin-left: 1rem;
}

.lost_reset_password {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lost_reset_password .form-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lost_reset_password label {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.lost_reset_password input {
  padding: 1.4rem 2rem;
}
.lost_reset_password .button {
  text-transform: uppercase;
}

/* ==========================================================================
   Pagination styling
   ========================================================================== */
/* ==========================================================================
   Pagination styling
   ========================================================================== */
.pagination {
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.pagination .page-item {
  border: none;
  border-radius: 4px;
}
.pagination .page-item .page-link {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #DED395;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .next,
.pagination .page-item .prev {
  width: auto;
  padding: 0 12px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #DED395;
  color: #000000;
  border-color: #DED395;
}

.woocommerce-pagination ul.page-numbers {
  gap: 1rem;
  justify-content: center;
  margin-bottom: 5rem;
}
.woocommerce-pagination ul.page-numbers li {
  border: none;
  border-radius: 4px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #DED395;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: #DED395;
  color: #000000;
  border-color: #DED395;
}

/* ==========================================================================
   Social Links
   ========================================================================== */
ul.social-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
ul.social-links a {
  display: block;
}
ul.social-links img {
  height: 47px;
}

/* ==========================================================================
   Tables
   ========================================================================== */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

/* ==========================================================================
   Winners Card
   ========================================================================== */
.zapct-winners .card {
  background-color: #000000;
  border-radius: 8px;
  border: 2px solid #DED395;
  position: relative;
  height: 100%;
  padding: 8px;
}
.zapct-winners .card:after {
  content: "";
  background-image: url("/wp-content/themes/royalux-casino-theme/assets/images/winner/poker-chips.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 124px;
  height: 25px;
  position: absolute;
  bottom: -12.5px;
  left: 50%;
  transform: translateX(-50%);
}
.zapct-winners .card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.zapct-winners .card .card-body {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zapct-winners .card .card-body h3, .zapct-winners .card .card-body h4, .zapct-winners .card .card-body h5, .zapct-winners .card .card-body p {
  color: #ffffff;
}
.zapct-winners .card .card-body h5 {
  letter-spacing: 2px;
  font-size: 1rem;
  font-family: SatoshiBold, sans-serif;
  font-weight: 700;
  color: #DED395;
  text-transform: uppercase;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px !important;
  order: 1;
}
.zapct-winners .card .card-body p {
  color: #fff;
  margin-bottom: 0;
}
.zapct-winners .card .card-body p.draw-date, .zapct-winners .card .card-body p br, .zapct-winners .card .card-body p .fa-ticket-alt, .zapct-winners .card .card-body p .fa-clock, .zapct-winners .card .card-body p .fa-trophy, .zapct-winners .card .card-body p strong {
  display: none;
}
.zapct-winners .card .card-body p.winner-name {
  order: 0;
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.zapct-winners .card .card-body p.ticket-number {
  display: none;
  font-size: 1.2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  order: 2;
  align-items: center;
}
.zapct-winners .card .card-body p.ticket-number strong {
  display: block;
  margin-right: 0.5rem;
}
.zapct-winners .card .card-body p.ticket-number:before {
  background-color: #896AAC;
  width: 11px;
  height: 8px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
div#zapct-footer-navbar {
  width: 100%;
}

.zapct-footer {
  background: #000000;
  padding: 5rem 0;
  position: relative;
}
.zapct-footer:before {
  content: "";
  background-image: url("/wp-content/themes/royalux-casino-theme/assets/images/footer/footer-top-image.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 29px;
  position: absolute;
  top: -16px;
}
@media screen and (max-width: 768px) {
  .zapct-footer:before {
    background-size: cover;
  }
}
.zapct-footer:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 164, 98, 0)), to(#C1A462)), #DED093;
  background: -o-linear-gradient(left, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  background: linear-gradient(90deg, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zapct-footer .zapct-footer-nav {
  max-width: 830px;
  margin: 0 auto;
}
.zapct-footer .zapct-footer-nav > .container > .row {
  margin-right: 0;
  margin-left: 0;
}
.zapct-footer .footer-menu ul.menu {
  list-style: none;
  column-count: 3;
}
@media screen and (max-width: 576px) {
  .zapct-footer .footer-menu ul.menu {
    column-count: 1;
    text-align: center;
  }
}
.zapct-footer .footer-menu ul.menu li a {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #B3B3B3;
  display: block;
  padding: 0 0 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .zapct-footer .footer-menu ul.menu li a {
    margin-bottom: 0.5rem;
  }
}
.zapct-footer .zapct-legal {
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #6E6E6E;
  position: relative;
  border-top: none;
  padding-top: 4rem;
  max-width: 830px;
  margin: 0 auto;
}
.zapct-footer .zapct-legal strong {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}
.zapct-footer .zapct-legal .zapct-footer-credit {
  margin-top: 15px;
}
.zapct-footer .zapct-legal .zapct-footer-credit a {
  color: #DED395;
}
.zapct-footer .zapct-legal .footer-payment-types {
  margin-top: 35px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .zapct-footer .zapct-legal .footer-payment-types {
    margin: 20px auto 40px;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
#header-outer {
  position: sticky;
  top: 0;
  z-index: 150;
  transition: 0.5s;
}

.header-gradient-wrapper {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
}
@media screen and (max-width: 576px) {
  .header-gradient-wrapper {
    padding: 0 5px;
  }
}
.header-gradient-wrapper:before, .header-gradient-wrapper:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  background: black;
  width: 25px;
  height: 31px;
}
@media screen and (max-width: 576px) {
  .header-gradient-wrapper:before, .header-gradient-wrapper:after {
    width: 12px;
    height: 15px;
  }
}

.home .zapct-navbar {
  background-color: #000000;
  border: 1px solid #D7BB65;
  border-radius: 10px;
  margin: -32px auto 0;
  width: calc(100% - 130px);
}
@media screen and (max-width: 576px) {
  .home .zapct-navbar {
    width: calc(100% - 50px);
    margin-top: -40px;
  }
  .home .zapct-navbar .cart-account .nav-item {
    padding: 0 15px;
  }
  .home .zapct-navbar .cart-account .nav-item:last-child {
    padding-right: 0;
  }
}
.home .zapct-navbar .account-wrapper {
  display: none;
}
.home .zapct-navbar #zapct-primary-navbar {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .home .zapct-navbar #zapct-primary-navbar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .home .zapct-navbar .navbar-brand img {
    width: 100px;
    margin-left: 10px;
    margin-top: 0;
  }
}

body:not(.home) .zapct-navbar {
  background-color: #000000;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
body:not(.home) .zapct-navbar #zapct-primary-navbar {
  display: none !important;
}
body:not(.home) .zapct-navbar nav.zapct-navbar-primary {
  justify-content: space-between;
}
body:not(.home) .zapct-navbar .navbar-brand {
  padding: 0;
}
body:not(.home) .zapct-navbar .navbar-brand img {
  margin: 10px 0 0;
  width: 150px;
}
@media screen and (max-width: 992px) {
  body:not(.home) .zapct-navbar .navbar-brand img {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  body:not(.home) .zapct-navbar .navbar-brand img {
    width: 100px;
  }
}

@media screen and (max-width: 992px) {
  .zapct-navbar .account-wrapper {
    display: none;
  }
}
.zapct-navbar nav.zapct-navbar-primary {
  padding: 0;
  align-items: stretch;
}
.zapct-navbar .navbar-brand {
  padding: 0;
}
.zapct-navbar .navbar-brand img {
  margin: 10px 0 0 20px;
  width: 170px;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 1110px) {
  .zapct-navbar .navbar-brand img {
    margin-left: 15px;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) li {
  position: relative;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li {
    padding: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li {
    padding: 0 0 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid white;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1250px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
    font-size: 1.8rem;
    text-align: left;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link:hover, .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link.active, .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link[aria-current=page] {
  border-color: #DED395;
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link:hover, .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link.active, .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link[aria-current=page] {
    border-color: transparent;
  }
}
.zapct-navbar .cart-account {
  padding: 0;
}
@media screen and (max-width: 1110px) {
  .zapct-navbar .cart-account {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .zapct-navbar .cart-account {
    background: transparent;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .zapct-navbar .cart-account {
    margin-right: 15px;
  }
  .zapct-navbar .cart-account li.nav-item:last-child {
    padding-right: 15px;
  }
  .zapct-navbar .cart-account .navbar-toggler-text {
    display: none;
  }
}
@media (max-width: 350px) {
  .zapct-navbar .cart-account li.nav-item:last-child {
    padding-right: 0;
  }
}
.zapct-navbar .cart-account .nav-item {
  border-left: 1px solid #2F2F2F;
  padding: 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 350px) {
  .zapct-navbar .cart-account .nav-item {
    padding: 0 10px;
  }
}
.zapct-navbar .cart-account .account-menu-icon {
  mask-repeat: no-repeat;
  mask-size: 100%;
  display: block;
  background: #DED395;
}
.zapct-navbar .cart-account .account-menu-icon.header-basket-icon {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/cards.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/cards.svg);
}
.zapct-navbar .cart-account .nav-basket {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.zapct-navbar .cart-account .nav-basket .account-menu-icon {
  width: 26px;
  height: 29px;
}
.zapct-navbar .cart-account .nav-basket #basket-count {
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: SatoshiRegular, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111214;
  background-color: #81D742;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1px;
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 25px;
}
@media (max-width: 650px) {
  .zapct-navbar .cart-account .nav-item a.nav-account,
  .zapct-navbar .cart-account .nav-item a.nav-basket {
    min-width: auto;
  }
  .zapct-navbar .cart-account .nav-item a.nav-account .header-cart-desktop-text,
  .zapct-navbar .cart-account .nav-item a.nav-basket .header-cart-desktop-text {
    display: none;
  }
}
.zapct-navbar .navbar .offcanvas-collapse {
  background-color: #010101;
  width: 480px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: unset;
  padding-right: 4rem;
  padding-left: 4rem;
  overflow-y: auto;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 9999;
}
@media screen and (max-width: 700px) {
  .zapct-navbar .navbar .offcanvas-collapse {
    width: 75dvw;
  }
}
@media screen and (max-width: 500px) {
  .zapct-navbar .navbar .offcanvas-collapse {
    width: 90dvw;
  }
}
.zapct-navbar .navbar .offcanvas-collapse.open {
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
}
.zapct-navbar .navbar .offcanvas-collapse .offcanvas-close {
  display: block;
  width: 23px;
  height: 23px;
  top: 50px;
  position: absolute;
  right: 50px;
  background: transparent;
  border: none;
}
.zapct-navbar .navbar .offcanvas-collapse .offcanvas-close:before, .zapct-navbar .navbar .offcanvas-collapse .offcanvas-close:after {
  background-color: #DED395;
  content: "";
  border-radius: 0;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 0;
}
.zapct-navbar .navbar .offcanvas-collapse .offcanvas-close:before {
  transform: rotate(45deg);
}
.zapct-navbar .navbar .offcanvas-collapse .offcanvas-close:after {
  transform: rotate(130deg);
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper {
  padding-top: 100px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul {
  list-style: none;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li {
  position: relative;
  padding: 10px 0;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0) 5%, #0F0F0F 100%), #BFA362;
  position: absolute;
  bottom: 0;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:first-child {
  padding-top: 0;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:last-child {
  padding-bottom: 0;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:last-child:after {
  content: none;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:nth-child(4n+1) > a:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/spade.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/spade.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  mask-size: 100%;
  width: 19px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:nth-child(4n+2) > a:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/heart.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/heart.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  mask-size: 100%;
  width: 22px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:nth-child(4n+3) > a:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  mask-size: 100%;
  width: 16px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li:nth-child(4n+4) > a:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/club.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/club.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  mask-size: 100%;
  width: 19px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a {
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 0;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a:active, .zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a:focus {
  background: transparent;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a:focus-visible {
  outline: transparent;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a:before {
  height: 20px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a:after {
  margin-left: auto;
  border-top: 6px solid #DED395;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a[data-toggle=dropdown]:after {
  content: "";
  transform: rotate(-93deg);
  transition: all 0.2s ease-in-out;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li > a[data-toggle=dropdown][aria-expanded=true]:after {
  transform: rotate(0deg);
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show {
  display: block;
  width: 100%;
  position: relative;
  background: transparent;
  float: none;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show a {
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #aaaaaa;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 10px 10px 10px 40px;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show a:active, .zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show a:focus {
  background: transparent;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show a:focus-visible {
  outline: transparent;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show a:before {
  content: "";
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DED395;
}
.zapct-navbar .navbar .offcanvas-collapse .off-canvas-menu-wrapper > ul > li .dropdown-menu.show a:hover {
  background: transparent;
}

@media (max-width: 576px) {
  .mobile-menu-toggle-wrapper {
    width: 30px;
    height: 30px;
    display: flex;
  }
}
.mobile-menu-toggle-wrapper .navbar-toggler {
  padding: 0px;
  cursor: pointer;
  display: block;
  margin-top: -1px;
  position: relative;
  border: none;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .mobile-menu-toggle-wrapper .navbar-toggler {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-text {
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 30px;
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon {
  height: 4px;
  width: 37px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon, .mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:after, .mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:before {
  background-color: #DED395;
  content: "";
  border-radius: 0;
  height: 3px;
  width: 23px;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:before {
  top: -7.5px;
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:after {
  top: 7.5px;
}

#header-outer .ticker {
  overflow: hidden;
  width: 100vw;
  background: linear-gradient(90deg, #ceb46d 0%, #be9f67 34%, #8f6130 54%, #dad393 69%, #bd9e5b 100%);
}
#header-outer .ticker .ticker-inner {
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: ticker 400s linear infinite;
  animation: ticker 400s linear infinite;
}
#header-outer .ticker .ticker-inner p {
  font-size: 1.2rem;
  margin: 0px;
  width: 100%;
  padding: 0rem 3rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #0a0a0a;
  white-space: nowrap;
}
#header-outer .ticker .ticker-inner p a {
  color: #0a0a0a;
  text-decoration: underline;
}
#header-outer .ticker:hover .ticker-inner {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.woocommerce-store-notice {
  display: none;
}

/* ==========================================================================
   Newsletter
   ========================================================================== */
.newsletter-social-wrapper div#mc_embed_signup_scroll {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group, .newsletter-social-wrapper div#mc_embed_signup_scroll .clear:has(input[type=submit]) {
  width: 25%;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  position: relative;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group label {
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  color: #B3B3B3;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group input {
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  color: #868686;
  background: #000000;
  border: 1px solid #3f3f3f;
  border-radius: 4px;
  padding: 15px;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group input:focus-visible {
  border-color: #DED395;
  outline: transparent;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
  font-size: 1rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 100%;
  width: 100%;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll input[type=submit] {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
  height: 47px;
  width: 100%;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll input[type=submit]:before, .newsletter-social-wrapper div#mc_embed_signup_scroll input[type=submit]:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll input[type=submit]:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.newsletter-social-wrapper div#mc_embed_signup_scroll input[type=submit]:hover:before, .newsletter-social-wrapper div#mc_embed_signup_scroll input[type=submit]:hover:after {
  background: #DED395;
}
@media screen and (max-width: 950px) {
  .newsletter-social-wrapper div#mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
  .newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group {
    flex: 0 0 31.3%;
  }
  .newsletter-social-wrapper div#mc_embed_signup_scroll .clear:has(input[type=submit]) {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .newsletter-social-wrapper div#mc_embed_signup_scroll .mc-field-group {
    flex: 0 0 100%;
    text-align: center;
  }
}
.newsletter-social-wrapper .indicates-required {
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #DED395;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .newsletter-social-wrapper .indicates-required {
    text-align: center;
  }
}
.newsletter-social-wrapper h3 {
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.newsletter-social-wrapper .footer-socials-wrapper {
  margin-top: 50px;
}
.newsletter-social-wrapper .footer-socials-wrapper ul.social-links {
  margin-top: 20px;
  margin-bottom: 92px;
}

/* ==========================================================================
   Dark Theme
   ========================================================================== */
body.dark-theme {
  background-color: #343a40;
  color: #f8f9fa;
}
body.dark-theme .section-title {
  color: #f8f9fa;
}
body.dark-theme .zapct-navbar {
  background-color: #343a40;
}
body.dark-theme .zapct-navbar #menu-primary-menu a {
  color: #f8f9fa;
}
body.dark-theme .zapct-navbar .cart-account .nav-link i {
  color: #f8f9fa;
}
body.dark-theme .zapct-page-title {
  background-color: #212529;
}
body.dark-theme .zapct-page-title h1 {
  color: #f8f9fa;
}
body.dark-theme ul.products li.product .inner-wrapper {
  background-color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .price {
  color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .zap-competition-question-wrap .zap-competition-question-text {
  color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .zap-competition-question-wrap .zap-lottery-question-answers label {
  color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .zap-competition-question-wrap .zap-lottery-question-answers input:checked ~ label {
  color: #343a40;
}
body.dark-theme div.product .entry-summary #competition-countdown {
  background-color: transparent;
}
body.dark-theme .zapct-footer {
  background-color: #212529;
}
body.dark-theme .zapct-footer .zapct-footer-nav ul li a {
  color: #fff;
}
body.dark-theme .zapct-footer .zapct-legal {
  color: #f8f9fa;
}
body.dark-theme .zapct-footer .zapct-legal a {
  color: #fff;
}

/* ==========================================================================
   General CSS
   ========================================================================== */
:root {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark light;
  overflow-y: scroll;
}

body {
  font-size: 1.9rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  background-color: #0f0f0f;
}
body .zapct-homepage-section {
  border-bottom: none;
}

.alert-primary {
  color: #ded395;
  background-color: #000000;
  border-color: #ded395;
}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container,
div.woocommerce {
  position: relative;
  max-width: 1300px;
}
@media screen and (max-width: 992px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  div.woocommerce {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  div.woocommerce {
    padding: 0 1.5rem;
  }
}

.container.main-container {
  min-height: auto;
  margin-bottom: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .container.main-container {
    margin-bottom: 2rem;
  }
}

body .zapct-homepage-section {
  overflow: hidden;
}

.zapct-page-title {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  margin-bottom: 100px;
}
.zapct-page-title:before, .zapct-page-title:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  background: black;
  width: 25px;
  height: 31px;
}
@media screen and (max-width: 700px) {
  .zapct-page-title {
    padding: 0;
    height: 48px;
  }
  .zapct-page-title:before, .zapct-page-title:after {
    content: none;
  }
}
.zapct-page-title h1 {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  position: relative;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  font-size: 4.8rem;
  font-family: "fleur-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.07em;
  letter-spacing: 0.07em;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 1170px;
  padding: 32px;
  margin: 90px auto 0;
}
.zapct-page-title h1:before {
  content: "";
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  background-color: black;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .zapct-page-title h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .zapct-page-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .zapct-page-title h1 {
    padding: 15px;
    margin-top: 47px;
  }
}
@media screen and (max-width: 576px) {
  .zapct-page-title h1 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 700px) {
  body:not(.single-product) .zapct-page-title {
    margin-bottom: 60px;
  }
}

h2.section-title {
  font-size: 6rem;
  font-family: "fleur-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.07em;
  color: #ffffff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  h2.section-title {
    font-size: 3.3rem;
  }
}
h2.section-title:before, h2.section-title:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  display: block;
}
@media screen and (max-width: 576px) {
  h2.section-title:before, h2.section-title:after {
    flex: 1;
  }
}
h2.section-title:before {
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/title-before.svg);
  background-position: right;
  mask-image: linear-gradient(to left, #008080, rgba(0, 128, 128, 0) 110%);
}
h2.section-title:after {
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/title-after.svg);
  mask-image: linear-gradient(to right, #008080, rgba(0, 128, 128, 0) 110%);
}

/* ==========================================================================
   WooCommerce - Cart
   ========================================================================== */
.woocommerce-cart .card-body:has(.cart_totals) {
  background-color: #000000;
  border: 1px solid #252525;
  color: #ffffff;
  padding: 2rem;
  border-radius: 6px;
}

.xoo-wsc-cart-active .xoo-wsc-container {
  border-left: 1px solid #DED395;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-header, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-body, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-footer {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-header a, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-header .xoo-wsc-pprice, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-header span.amount, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-body a, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-body .xoo-wsc-pprice, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-body span.amount, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-footer a, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-pprice, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-footer span.amount {
  color: #DED395 !important;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  display: flex !important;
  color: #0F0F0F !important;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a:before, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a:after,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a:before,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a:hover,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a:hover:before, .xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a:hover:after,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a:hover:before,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a:hover:after {
  background: #DED395;
}
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-ft-buttons-cont a:hover,
.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-empty-cart a:hover {
  color: #DED395 !important;
}
.xoo-wsc-cart-active .xoo-wsc-slider {
  border-left: 1px solid #DED395;
  background-color: #000000;
  color: #ffffff;
}
.xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon input {
  margin-bottom: 20px;
}
.xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  display: flex !important;
  color: #0F0F0F !important;
}
.xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:before, .xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:hover:before, .xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:hover:after {
  background: #DED395;
}
.xoo-wsc-cart-active .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:hover {
  color: #DED395 !important;
}

/* ==========================================================================
   WooCommerce - Checkout
   ========================================================================== */
.woocommerce-checkout .table {
  color: #ffffff;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 2rem;
}
.woocommerce-checkout table.shop_table td {
  background: transparent;
}
.woocommerce-checkout button.btn-primary {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}

/* ==========================================================================
   WooCommerce - General
   ========================================================================== */
.woocommerce p {
  color: #ffffff;
}

.xoo-wsc-cart-active .xoo-wsc-container .xoo-wsc-header .xoo-wsc-notice-container span.amount {
  color: #000000 !important;
}

.woocommerce-notices-wrapper .alert-success {
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
  border: 1px solid #ded093;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-notices-wrapper .alert-success a.btn {
  margin-bottom: 0;
}

.alert-success,
.alert-info.woocommerce-info {
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
  border: 1px solid #ded093;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-success a.btn,
.alert-info.woocommerce-info a.btn {
  margin-bottom: 0;
}

.alert-success .returning-customer-text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.alert-success .returning-customer-text .btn {
  margin-bottom: 0;
  margin-left: auto;
}

.woocommerce-store-notice.demo_store {
  display: none !important;
}

/* ==========================================================================
   WooCommerce - Login Page
   ========================================================================== */
.woocommerce-account:has(#customer_login) .container.main-container {
  border: none;
  background-color: transparent;
}
.woocommerce-account:has(#customer_login) .woocommerce {
  flex-wrap: wrap;
}
.woocommerce-account:has(#customer_login) .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  text-align: center;
}

#customer_login h2.card-title {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #F1F7FA;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#customer_login .card-body {
  background: #000000;
  border: 1px solid #BE9F61;
  border-radius: 6px;
  color: #ffffff;
  padding: 30px;
}
#customer_login .form-row:has(.float-right) .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
#customer_login .form-group button,
#customer_login .form-group .float-right {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
}
#customer_login .form-group button:before, #customer_login .form-group button:after,
#customer_login .form-group .float-right:before,
#customer_login .form-group .float-right:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
#customer_login .form-group button:hover,
#customer_login .form-group .float-right:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
#customer_login .form-group button:hover:before, #customer_login .form-group button:hover:after,
#customer_login .form-group .float-right:hover:before,
#customer_login .form-group .float-right:hover:after {
  background: #DED395;
}
#customer_login .form-group:has(.float-right) {
  margin-top: 0 !important;
}

/* ==========================================================================
   WooCommerce - My Account
   ========================================================================== */
.table-bordered,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
  background-color: transparent;
  border: 1px solid #252525;
  color: #ffffff;
}

.woocommerce-account .container.main-container {
  margin-bottom: 10rem;
}
.woocommerce-account .woocommerce {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.woocommerce-account .woocommerce:after {
  position: absolute;
  bottom: -15px;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .woocommerce {
    flex-wrap: wrap;
  }
}

.woocommerce-MyAccount-navigation {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px 0 0;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.woocommerce-MyAccount-navigation .nav-pills {
  display: block;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: #000000;
  color: #ffffff;
  border: 1px solid #D0BE7E;
  border-radius: 4px;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1rem;
  width: 16px;
  height: 16px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background: #D0BE7E;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:hover, .woocommerce-MyAccount-navigation .nav-pills .nav-link.active {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:hover:before, .woocommerce-MyAccount-navigation .nav-pills .nav-link.active:before {
  background: #000000;
}
.woocommerce-MyAccount-navigation .nav-pills li:last-child a.nav-link {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--dashboard a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/recent.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/recent.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--wins a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/account-wins.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/account-wins.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--orders a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/orders.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/orders.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--woo-wallet a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/wallet.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/wallet.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--edit-address a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/billing-details.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/billing-details.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--edit-account a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/account-user.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/account-user.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--responsible-gaming a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/stop-symbol.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/stop-symbol.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/logout.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/account/logout.svg);
}

.woocommerce-MyAccount-content {
  width: 100%;
  padding: 2rem 3rem !important;
  background-color: transparent;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-top: 0;
}
.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content p, .woocommerce-MyAccount-content legend, .woocommerce-MyAccount-content address {
  color: #ffffff;
}
.woocommerce-MyAccount-content .nav-tabs {
  margin: 0 0 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  text-align: center;
  border-radius: 0;
  border-bottom: none;
}
.woocommerce-MyAccount-content .nav-tabs .nav-link {
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-family: SatoshiBold, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #D8C789;
  background: #000000;
  padding: 8.5px 16px 8.5px 20px;
}
.woocommerce-MyAccount-content .nav-tabs .nav-link:hover, .woocommerce-MyAccount-content .nav-tabs .nav-link.active {
  background: #D8C789;
  color: #000000;
}
.woocommerce-MyAccount-content .table {
  overflow: hidden;
  color: white;
  font-size: 1.4rem;
}
.woocommerce-MyAccount-content .table thead th {
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-family: SatoshiBold, sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.woocommerce-MyAccount-content .table tbody tr:hover {
  color: #ffffff;
}
.woocommerce-MyAccount-content #my-account-order-table thead th {
  border-top: 1px solid #252525;
}
.woocommerce-MyAccount-content h2 {
  font-size: 3rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content p.alert {
  background-color: transparent;
  border: 1px solid #252525;
}
.woocommerce-MyAccount-content p.alert mark, .woocommerce-MyAccount-content p.alert .mark {
  color: #ffffff;
}
.woocommerce-MyAccount-content .card {
  border: none;
  background-color: transparent;
}
.woocommerce-MyAccount-content .card .card-header {
  padding: 0;
}
.woocommerce-MyAccount-content .card .card-body {
  padding: 0;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  background: #000000;
  color: #DED395;
  border: 1px solid #373737;
  justify-content: center;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn:before, .woocommerce-MyAccount-content a.zapc-tickets-btn:after,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:before,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn:hover:before, .woocommerce-MyAccount-content a.zapc-tickets-btn:hover:after,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:hover:before,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:hover:after {
  background: #DED395;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn:before, .woocommerce-MyAccount-content a.zapc-tickets-btn:after,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:before,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  background: #DED395;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:hover {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  border: 1px solid transparent;
  color: #0F0F0F;
}
.woocommerce-MyAccount-content a.zapc-tickets-btn:hover:before, .woocommerce-MyAccount-content a.zapc-tickets-btn:hover:after,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:hover:before,
.woocommerce-MyAccount-content a.zapc-tickets-btn-toggle:hover:after {
  background: #000000;
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content:has(.nav-tabs) {
    position: relative;
    overflow: scroll;
  }
  .woocommerce-MyAccount-content:has(.nav-tabs) .table {
    width: 200%;
  }
  .woocommerce-MyAccount-content .card-header {
    width: 100%;
  }
}

.woocommerce-MyAccount-content .zapc-single-ticket-wrap {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  padding: 1.8rem 2.5rem !important;
  border: 1px solid #252525;
  border-radius: 6px;
  position: relative;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap > :first-child {
  text-transform: capitalize;
  color: #ffffff;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap span.draw-date {
  display: block;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap br {
  display: none;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn),
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) {
  margin-left: auto;
  position: absolute;
  right: 2rem;
  top: 46%;
  transform: translateY(-46%);
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap span.d-none {
  display: none !important;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap .zapc-my-account-ticket-wrapper {
  background-color: transparent !important;
  max-width: 65%;
  border: 2px solid #333333;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem !important;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn),
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) {
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0.5rem;
    transform: translateY(0.5rem);
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap .zapc-my-account-ticket-wrapper {
    max-width: 100%;
    margin: 3rem 0 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap {
    gap: 0;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap > :first-child {
    text-align: center;
    max-width: 100%;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn),
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) {
    color: black;
    margin-top: 1rem;
  }
}

.woocommerce-address-fields #billing_country_field strong,
.woocommerce-EditAccountForm #billing_country_field strong {
  color: white;
  margin-left: 2rem;
}
.woocommerce-address-fields .card-body legend,
.woocommerce-EditAccountForm .card-body legend {
  color: white;
}
.woocommerce-address-fields .btn-primary,
.woocommerce-EditAccountForm .btn-primary {
  padding: 0.5rem 3rem;
  margin: 0 auto;
}

/* ==========================================================================
   WooCommerce - Order page
   ========================================================================== */
body.woocommerce-order-received p,
body.woocommerce-order-received .woocommerce-order-overview li {
  color: #ffffff;
}
body.woocommerce-order-received ul.woocommerce-order-overview {
  border-color: #252525;
}
body.woocommerce-order-received ul.woocommerce-order-overview li {
  border-color: #252525;
}
body.woocommerce-order-received ul.woocommerce-order-overview li strong {
  color: #ffffff;
}
body.woocommerce-order-received .timeline ul li p {
  font-size: 1.4rem;
  color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  background-color: #000000;
  border: 1px solid #252525;
}
body.woocommerce-order-received .card-body {
  color: #ffffff;
  padding: 2.5rem 4rem;
  border-radius: 6px;
  background-color: #000000;
  border: 1px solid #252525;
}
body.woocommerce-order-received .card-body .table .thead-light th {
  color: #ffffff;
  background-color: transparent;
  border-color: #252525;
}
body.woocommerce-order-received .card-body .table-bordered th, body.woocommerce-order-received .card-body .table-bordered td {
  border-color: #252525;
}
body.woocommerce-order-received .card-body a {
  color: #ffffff;
}

.zapciw-results-modal .modal-header,
.zapciw-results-modal .modal-body,
.zapciw-results-modal .modal-footer,
.zapciw-results-modal .claim-message {
  background-color: #000000;
}
.zapciw-results-modal .modal-footer {
  justify-content: center;
}
.zapciw-results-modal h4 {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #DED395;
}
.zapciw-results-modal .zapciw-result-tickets .ticket.win {
  background-color: #DED395;
  color: #000000;
}
.zapciw-results-modal .ticket.no-win {
  background-color: #2A2A2A;
  opacity: 0.6;
}

/* ==========================================================================
   WooCommerce - Product Loop
   ========================================================================== */
@media screen and (max-width: 992px) {
  .woocommerce ul.products.columns-mobile-1 li.product {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products.columns-mobile-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.woocommerce ul.products li.product {
  margin-bottom: 3rem;
  z-index: 0;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #D0BE7E;
  background-color: #0F0F0F;
  clip-path: circle(50% at 100% 50%);
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.woocommerce ul.products li.product:before {
  left: -6px;
}
.woocommerce ul.products li.product:after {
  right: -6px;
  clip-path: circle(50% at 0% 50%);
}
@media screen and (max-width: 992px) {
  .woocommerce ul.products li.product:before {
    left: -16px;
  }
  .woocommerce ul.products li.product:after {
    right: -16px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
    width: 18px;
    height: 18px;
    top: 30%;
    transform: translateY(-30%);
  }
  .woocommerce ul.products li.product:before {
    left: -7px;
  }
  .woocommerce ul.products li.product:after {
    right: -7px;
  }
}
.woocommerce ul.products li.product .inner-wrapper {
  border-radius: 6px;
  border: 1px solid #D0BE7E;
  display: flex;
  flex-direction: column;
  background-color: #010101;
  padding: 15px;
  box-shadow: 0 5px 10px 0 rgba(2, 12, 24, 0.2);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper {
    padding: 5px;
  }
}
.woocommerce ul.products li.product .inner-wrapper .onsale {
  font-size: 1.2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: -10px;
  color: #ffffff;
  border: 1px solid #DED395;
  z-index: 1;
  top: 25px;
  right: 15px;
  border-radius: 6px;
  padding: 0.4rem 1rem;
}
@media screen and (max-width: 500px) {
  .woocommerce ul.products li.product .inner-wrapper .onsale {
    top: 10px;
    right: 10px;
  }
}
.woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  height: 100%;
}
.woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > div {
  max-width: 50%;
  width: 100%;
  position: unset;
}
.woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .loop-info-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    flex-direction: column;
    gap: 0;
  }
  .woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > div {
    max-width: 100%;
  }
}
.woocommerce ul.products li.product .inner-wrapper .product-badges {
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-family: SatoshiRegular, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #DED395;
  position: absolute;
  top: -14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #010101;
  border: 1px solid #DED395;
  border-radius: 3px;
  padding: 7px 4px;
}
.woocommerce ul.products li.product .inner-wrapper .product-badges:before, .woocommerce ul.products li.product .inner-wrapper .product-badges:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  background: #DED395;
  width: 8px;
  height: 11px;
}
.woocommerce ul.products li.product .inner-wrapper .product-badges .badge {
  position: relative;
  padding-right: 9px;
}
.woocommerce ul.products li.product .inner-wrapper .product-badges .badge:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.woocommerce ul.products li.product .inner-wrapper .product-badges .badge:last-child {
  padding-right: 0;
  margin-left: -10px;
}
.woocommerce ul.products li.product .inner-wrapper .product-badges .badge:last-child:after {
  content: none;
}
.woocommerce ul.products li.product .inner-wrapper .product-badges .badge:only-child {
  margin-left: -3px;
}
@media screen and (max-width: 992px) {
  .woocommerce ul.products li.product .inner-wrapper .product-badges {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .product-badges {
    padding: 7px;
  }
  .woocommerce ul.products li.product .inner-wrapper .product-badges:before, .woocommerce ul.products li.product .inner-wrapper .product-badges:after {
    content: none;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapct-thumbnail-wrap img {
  border-radius: 0;
}
.woocommerce ul.products li.product .inner-wrapper .price {
  font-size: 3.2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  color: #DED395;
}
.woocommerce ul.products li.product .inner-wrapper .price del {
  display: none;
}
.woocommerce ul.products li.product .inner-wrapper .price .price_suffix {
  font-size: 1.2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: -10px;
  color: #7C7C7C;
}
.woocommerce ul.products li.product .inner-wrapper .price:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/cards.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/cards.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 1rem;
  margin-top: -1px;
  background: #DED395;
  width: 26px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .woocommerce ul.products li.product .inner-wrapper .price {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .price {
    font-size: 1.6rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .price .price_suffix {
    font-size: 1rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper h2.woocommerce-loop-product__title {
  font-size: 2.3rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  color: #E9E9E9;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 2rem;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .woocommerce ul.products li.product .inner-wrapper h2.woocommerce-loop-product__title {
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper h2.woocommerce-loop-product__title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 3rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 100%;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track {
  background-color: #0F0F0F;
  height: 10px;
  border-radius: 0;
  border: 1px solid #DED395;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label,
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label-percentage {
  letter-spacing: 2px;
  font-size: 0.9rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: #7C7C7C;
  left: 0;
  position: absolute;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label {
  text-align: right;
  top: -14px;
  right: -1px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label-percentage {
  top: -22px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  height: 10px;
  margin-top: -1px;
  margin-left: -1px;
  overflow: visible;
  position: relative;
  border-radius: 0;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar .marker {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/product/heart-chip.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  z-index: 1;
  right: -13px;
  position: absolute;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track {
    height: 5px;
  }
  .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar {
    height: 5px;
  }
  .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar .marker {
    width: 15px;
    height: 15px;
    right: -8px;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    margin: 5px auto;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
    font-size: 0.7rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 1.4rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
    font-size: 1.1rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt-filler {
  display: none;
}
.woocommerce ul.products li.product .inner-wrapper .button {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  font-size: 2rem;
  margin: 10px auto 0;
  width: 100%;
}
.woocommerce ul.products li.product .inner-wrapper .button:before, .woocommerce ul.products li.product .inner-wrapper .button:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.woocommerce ul.products li.product .inner-wrapper .button:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.woocommerce ul.products li.product .inner-wrapper .button:hover:before, .woocommerce ul.products li.product .inner-wrapper .button:hover:after {
  background: #DED395;
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product .inner-wrapper .button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .button {
    gap: 0.5rem;
    padding: 5px 12px;
  }
}

/* ==========================================================================
   Progressive Jackpot Win
   ========================================================================== */
.woocommerce-checkout .zapc-progressive-jackpot-win {
  background: #000000;
  border: 1px solid #DED395;
  border-radius: 6px;
}
.woocommerce-checkout .zapc-progressive-jackpot-win i.fas {
  color: #DED395;
}
.woocommerce-checkout .zapc-progressive-jackpot-win h3, .woocommerce-checkout .zapc-progressive-jackpot-win p {
  color: #ffffff;
}

/* ==========================================================================
   WooCommerce - Responsible Gaming
   ========================================================================== */
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary {
  font-size: 1.4rem;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn {
  margin-top: 3rem;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .row:has(input#zapcrc-limit-range) {
  align-items: center;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group input[type=range] {
  -webkit-appearance: none;
  background-color: #222627;
  border-radius: 5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group input[type=range]::-webkit-slider-runnable-track {
  height: 7px;
  -webkit-appearance: none;
  color: #D0BE7E;
  margin-top: -1px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background: #D0BE7E;
  border-radius: 100%;
  margin-top: -3.5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group .input-group-text {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  background-color: #D0BE7E;
  padding: 0 1rem;
  border: none;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group .form-control {
  border-color: #D0BE7E;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group #zapcrc-limit-value {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check input[type=radio] {
  display: none;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #D0BE7E;
  display: block;
  border-radius: 100%;
  outline: 6px solid transparent;
  outline-offset: -12px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check input[type=radio]:checked + label:before {
  outline-color: #000000;
}

/* ==========================================================================
   WooCommerce - Single Product
   ========================================================================== */
.single-product .zapct-page-title {
  margin-bottom: 170px;
}
.single-product .zapct-page-title h1 {
  font-size: 3.8rem;
  max-width: 1100px;
  padding: 20px 35px 25px;
}
@media screen and (max-width: 768px) {
  .single-product .zapct-page-title {
    margin-bottom: 110px;
  }
  .single-product .zapct-page-title h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 700px) {
  .single-product .zapct-page-title {
    height: 68px;
  }
  .single-product .zapct-page-title h1 {
    margin-top: 70px;
  }
}
.single-product .title-draw-date {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  position: relative;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-family: SatoshiBold, sans-serif;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  max-width: 500px;
  width: 100%;
  padding: 12.5px;
  text-align: center;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.single-product .title-draw-date:before {
  content: "";
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  background-color: black;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}
.single-product .title-draw-date:before {
  content: none;
}
@media screen and (max-width: 850px) {
  .single-product .title-draw-date {
    max-width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .single-product .title-draw-date {
    font-size: 1rem;
    bottom: -35px;
  }
}
@media screen and (max-width: 440px) {
  .single-product .title-draw-date {
    max-width: 70%;
  }
}
.single-product div.product .summary {
  display: flex;
  flex-direction: column;
}
.single-product div.product .summary > * {
  order: 2;
}
.single-product div.product .summary .price {
  order: 0;
}
.single-product div.product .summary .zapc-sale-countdown-wrapper {
  order: 1;
}
.single-product div.product .price {
  border-bottom: 1px solid #C1A462;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.single-product div.product .price:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/cards.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/cards.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 1rem;
  margin-top: -1px;
  background: #DED395;
  width: 26px;
  height: 30px;
  width: 36px;
  height: 42px;
}
.single-product div.product .price .woocommerce-Price-amount {
  letter-spacing: 2px;
  font-size: 4.2rem;
  font-family: SatoshiBold, sans-serif;
  font-weight: 700;
  color: #DED395;
  text-align: left;
  padding-top: 0;
  position: relative;
}
.single-product div.product .price .price_suffix {
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: 18px;
  margin-left: 10px;
}
.single-product div.product .price del {
  text-decoration: none;
  position: relative;
}
.single-product div.product .price del:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 1;
}
.single-product div.product .price ins {
  text-decoration: none;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .single-product div.product .price {
    display: block;
    padding-left: 70px;
    position: relative;
  }
  .single-product div.product .price:before {
    position: absolute;
    left: 10px;
    top: 24%;
  }
  .single-product div.product .price del:before {
    top: 20%;
    transform: translateY(-20%);
  }
  .single-product div.product .price .woocommerce-Price-amount {
    font-size: 3rem;
  }
  .single-product div.product .price .price_suffix {
    margin-top: -10px;
    margin-left: 0;
    display: block;
  }
}
.single-product div.product .woocommerce-product-details__short-description {
  margin-top: 40px;
}
.single-product div.product .woocommerce-product-details__short-description p {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #AEAEAE;
  text-align: center;
  line-height: 170%;
}
@media screen and (max-width: 700px) {
  .single-product div.product .woocommerce-product-details__short-description p {
    font-size: 1.7rem;
  }
}
.single-product div.product .zapc-postal-buttons {
  padding: 0;
  width: 100%;
  margin: 50px auto 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: transparent;
  gap: 1rem;
  z-index: 0;
}
.single-product div.product .zapc-postal-buttons button {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #ffffff;
  background: #0f0f0f;
  border: 1px solid #A1A1A1;
  padding: 0.5rem 1rem;
  margin: 0;
  justify-content: center;
}
.single-product div.product .zapc-postal-buttons button:first-child {
  border-radius: 4.4px 0 0 4.4px;
}
.single-product div.product .zapc-postal-buttons button:last-child {
  border-radius: 0 4.4px 4.4px 0;
}
.single-product div.product .zapc-postal-buttons button:hover, .single-product div.product .zapc-postal-buttons button.active {
  background: #BE9F61;
  border-color: #BE9F61;
}
.single-product div.product .zapc-postal-buttons button:focus {
  box-shadow: none;
}
.single-product div.product .zapc-postal-buttons button:before, .single-product div.product .zapc-postal-buttons button:after {
  content: none;
}
.single-product div.product .zapc-postal-rules-text {
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 15px 20px;
  color: white;
}
.single-product div.product .zapc-sale-countdown-wrapper {
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #BE9F61;
  border-radius: 6px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: white;
}
@media screen and (max-width: 992px) {
  .single-product div.product .zapc-sale-countdown-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.single-product div.product .zapc-sale-countdown-wrapper #sale-countdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.single-product .quick-info-wrapper {
  position: relative;
}
.single-product .quick-info-wrapper:before {
  background: linear-gradient(90deg, rgba(15, 15, 15, 0) 5%, #0F0F0F 50%, rgba(15, 15, 15, 0) 95%), #BFA362;
  content: "";
  display: block;
  height: 0.7px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .single-product .quick-info-wrapper:before {
    content: none;
  }
}
.single-product .quick-info-wrapper #quick-info-row {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  position: relative;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  background: #555555;
  max-width: 750px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin: 7rem auto;
}
.single-product .quick-info-wrapper #quick-info-row:before {
  content: "";
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  background-color: black;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .single-product .quick-info-wrapper #quick-info-row {
    flex-direction: column;
    clip-path: unset;
    margin: 2rem auto;
    gap: 0;
    max-width: 400px;
    width: 100%;
    padding: 10px;
    background-color: #0F0F0F;
    border: 1px solid #A1A1A1;
    border-radius: 6px;
  }
  .single-product .quick-info-wrapper #quick-info-row:before {
    content: none;
  }
}
.single-product .quick-info-wrapper #quick-info-row .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.single-product .quick-info-wrapper #quick-info-row .info-item .qi-icon {
  width: 12px;
  height: 13px;
}
.single-product .quick-info-wrapper #quick-info-row .info-item .qi-icon.spade-icon {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/spade.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/spade.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
}
.single-product .quick-info-wrapper #quick-info-row .info-item .qi-icon.diamond-icon {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  height: 14px;
}
.single-product .quick-info-wrapper #quick-info-row .info-item h3 {
  font-size: 1.3rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #DFDFDF;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .single-product .quick-info-wrapper #quick-info-row .info-item {
    background: transparent;
    padding: 10px;
    max-width: 300px;
    width: 100%;
  }
  .single-product .quick-info-wrapper #quick-info-row .info-item h3 {
    font-size: 1.4rem;
  }
}
.single-product .cart-wrapper-row {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .single-product .cart-wrapper-row {
    margin-bottom: 40px;
  }
}
.single-product .cart-wrapper-row form.cart {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.single-product .cart-wrapper-row form.cart > * {
  flex: 1;
}
.single-product .cart-wrapper-row form.cart:not(:has(.zap-competition-question-wrap)) {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .single-product .cart-wrapper-row form.cart {
    flex-direction: column;
  }
  .single-product .cart-wrapper-row form.cart > * {
    width: 100%;
  }
  .single-product .cart-wrapper-row form.cart:not(:has(.zap-competition-question-wrap)) {
    width: 100%;
  }
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-competition-question {
  width: 85%;
}
@media screen and (max-width: 800px) {
  .single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-competition-question {
    width: 100%;
    text-align: center;
  }
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-competition-question-text {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #DED395;
  margin-bottom: 20px;
  padding-bottom: 1rem;
  border: none;
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers {
  padding-bottom: 1rem;
  margin-left: -5px;
  margin-right: -5px;
  flex-direction: column;
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label {
  font-size: 4.2rem;
  font-family: "fleur-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  background-color: #0F0F0F;
  border: 1px solid #A1A1A1;
  padding: 0 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label {
    font-size: 2.6rem;
    text-align: center;
    padding: 1rem;
  }
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label:before {
  content: none;
}
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input[type=radio] + label:hover,
.single-product .cart-wrapper-row form.cart .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input[type=radio]:checked + label {
  background-color: #BE9F61;
  border: 1px solid #BE9F61;
  color: #0F0F0F;
  -webkit-text-stroke-color: #0F0F0F;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper:before {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  content: "Select ticket quantity";
  display: block;
  margin-bottom: 40px;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  padding: 2rem 0;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity {
  position: relative;
  order: 0;
  border: none;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity .qty {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #BE9F61;
  display: block !important;
  background-color: #000000 !important;
  border: 1px solid #BE9F61 !important;
  border-radius: 3px;
  cursor: default !important;
  padding: 2rem 1.5rem !important;
  margin-right: 2rem;
  height: 34px;
}
@media screen and (max-width: 576px) {
  .single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity .qty {
    padding: 1rem 1rem 1rem 1.5rem !important;
  }
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input::-webkit-outer-spin-button,
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer {
  order: 2;
  padding: 0 1rem;
  width: calc(100% - 170px);
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider {
  height: 15px;
  background-color: #000000;
  border-radius: 1.5px;
  z-index: 0;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle {
  display: block;
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/product/heart-chip.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-top: -4px;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle__value {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #BE9F61;
  padding: 0.5rem 1rem;
  background-color: #000000;
  border: 1px solid #BE9F61;
  width: auto;
  box-shadow: none;
  border-radius: 3px;
  left: 15px;
  top: -50px;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle__value:before {
  border-top-color: #BE9F61;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__fill {
  background-color: #BE9F61;
  border-top-left-radius: 1.5px;
  border-bottom-left-radius: 1.5px;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__labels {
  display: none;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus,
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-plus {
  background-color: transparent;
  border: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  color: transparent;
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus {
  order: 1;
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/product/qty-minus-btn.svg);
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-plus {
  order: 3;
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/product/qty-plus-btn.svg);
}
.single-product .cart-wrapper-row form.cart .zapct-add-to-cart-button-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.single-product .cart-wrapper-row form.cart .single_add_to_cart_button.button.alt {
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  text-transform: uppercase;
  max-width: none !important;
  flex: none !important;
  margin-left: 0;
  margin-bottom: 55px;
  width: 100% !important;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress {
  position: relative;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .tickets-sold, .single-product .cart-wrapper-row form.cart .zap-competitions-progress .label.left, .single-product .cart-wrapper-row form.cart .zap-competitions-progress .label.right {
  display: none;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .progress-track {
  background-color: #0F0F0F;
  height: 20px;
  border-radius: 0;
  border: 1px solid #DED395;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .progress-track .percentage-label,
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .progress-track .tickets-sold-label {
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: #7C7C7C;
  left: 0;
  top: -35px;
  position: absolute;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .progress-track .tickets-sold-label {
  right: 0;
  text-align: right;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .progress-track .progress-bar {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  height: 20px;
  margin-top: -1px;
  margin-left: -1px;
  overflow: visible;
  position: relative;
  border-radius: 0;
}
.single-product .cart-wrapper-row form.cart .zap-competitions-progress .progress-track .progress-bar .percentage-marker {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/product/heart-chip.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  z-index: 1;
  right: -21.5px;
  position: absolute;
}
.single-product #zapciw-instant-wins {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
.single-product #zapciw-instant-wins h2 {
  font-size: 6rem;
  font-family: "fleur-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.07em;
  color: #ffffff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  margin-bottom: 7rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .single-product #zapciw-instant-wins h2 {
    font-size: 3.3rem;
    margin-bottom: 3rem;
  }
}
.single-product #zapciw-instant-wins h2:before, .single-product #zapciw-instant-wins h2:after {
  content: "";
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/product/iw-title-pseudo-element.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 30px;
  display: block;
}
@media screen and (max-width: 576px) {
  .single-product #zapciw-instant-wins h2:before, .single-product #zapciw-instant-wins h2:after {
    flex: 1;
    height: 18px;
  }
}
.single-product #zapciw-instant-wins h2:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.single-product #zapciw-instant-wins .zapciw-stats {
  display: none;
}
.single-product #zapciw-instant-wins .zapciw-inner {
  max-width: 1270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .single-product #zapciw-instant-wins .zapciw-inner {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group {
  border: 1px solid #DED395;
  border-radius: 0;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped {
  background-color: #000000;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header {
  align-items: center;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-image {
  border-radius: 0;
  margin: 8px;
  max-width: 113px;
  width: 100%;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info {
  padding: 0.3em 0.3em 0.3em 0.7em;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info h3.zapciw-prize-title {
  font-size: 2.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info h3.zapciw-prize-title {
    font-size: 1.8rem;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info .zapciw-prize-remaining {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 164, 98, 0)), to(#C1A462)), #DED093;
  background: -o-linear-gradient(left, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  background: linear-gradient(90deg, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-family: SatoshiBold, sans-serif;
  font-weight: 700;
  letter-spacing: 0.24em;
  border-radius: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info .zapciw-prize-remaining {
    font-size: 1rem;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button {
  background-color: transparent;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button .fa {
  font-size: 3rem;
  transition: all 0.5s ease-in-out;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details ul.nav {
  display: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.open .zapciw-prize-details {
  border-top-color: #DED395;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid {
  grid-template-columns: repeat(6, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    margin: 0;
    width: 100%;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid .zapciw-ticket {
  background-color: #0F0F0F;
  border: 1px solid #5A5A5A;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid .ticket-number {
  font-size: 3.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #5A5A5A;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid .ticket-number {
    font-size: 2rem;
    padding: 10px;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(.ticket-won) .ticket-number {
  color: #ffffff;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid .zapciw-ticket-bottom {
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-family: SatoshiBlack, sans-serif;
  font-weight: 900;
  letter-spacing: 0.24em;
  padding: 1rem;
  background: #373737;
  color: #767676;
}
@media screen and (max-width: 600px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid .zapciw-ticket-bottom {
    font-size: 1rem;
    padding: 5px;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(.ticket-won) .zapciw-ticket-bottom {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 164, 98, 0)), to(#C1A462)), #DED093;
  background: -o-linear-gradient(left, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  background: linear-gradient(90deg, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  color: #000000;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 10px;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket {
  overflow: hidden;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket-top,
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket-middle {
  background: #0F0F0F;
  color: #ffffff;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket-top {
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-family: SatoshiRegular, sans-serif;
  font-weight: 400;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket-middle,
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket-bottom {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid:not(:has(.group-ticket)) .zapciw-ticket-middle {
  font-size: 2rem;
}
.single-product .zap-competition-accordion-wrapper {
  margin-top: 7rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .single-product .zap-competition-accordion-wrapper {
    margin-top: 3rem;
  }
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion {
  margin-left: -10px;
  margin-right: -10px;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card {
  background-color: #000000;
  border: 1px solid #DED395;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 0;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  padding: 1.6rem 4rem 1.5rem;
  transition: all 0.5s ease-in-out;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header:has(button[aria-expanded=true]) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 {
  border-radius: 0;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button {
  font-size: 2.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  position: relative;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon {
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon:before, .single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon:after {
  content: "";
  background: #FFFFFF;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon:before {
  height: 3px;
  transform: rotate(180deg);
  width: 65%;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon:after {
  height: 65%;
  transform: rotate(90deg);
  width: 3px;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button[aria-expanded=false] span.accordion-icon:before {
  transform: rotate(0deg);
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button[aria-expanded=false] span.accordion-icon:after {
  transform: rotate(0deg);
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button:focus {
  box-shadow: none;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-body {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #AEAEAE;
  padding: 40px;
  background-color: transparent;
  border-top: 1px solid #DED395;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-body h3 {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-body h3:first-child {
  margin-top: 0;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-body a {
  color: #C6AC6B;
}
.single-product .zapc-related-products {
  background: -webkit-gradient(linear, left bottom, left top, from(#0F0F0F), to(rgba(15, 15, 15, 0))), #000;
  background: -o-linear-gradient(bottom, #0F0F0F 0%, rgba(15, 15, 15, 0) 100%), #000;
  background: linear-gradient(0deg, #0F0F0F 0%, rgba(15, 15, 15, 0) 100%), #000;
  position: relative;
  padding: 20px 0 80px;
}
@media screen and (max-width: 576px) {
  .single-product .zapc-related-products {
    margin-bottom: 0;
  }
}
.single-product .zapc-related-products section.related {
  background-color: transparent;
  max-width: 1300px;
  margin: 8rem auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  .single-product .zapc-related-products section.related {
    margin: 4rem auto 3rem;
  }
  .single-product .zapc-related-products section.related ul.products {
    margin-right: 0;
    margin-left: 0;
  }
}
.single-product .zapc-related-products section.related h2.section-title {
  margin-bottom: 5rem;
  white-space: nowrap;
}
.single-product .modal-content {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 6px;
  border: 2px solid #ffffff;
}
.single-product .modal-content img {
  border-radius: 7px;
}
.single-product .modal-content .modal-body p {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 2rem 2rem 0;
}
.single-product .modal-content .modal-footer {
  border-top: none;
}

/* ==========================================================================
   Woocommerce - Wallets
   ========================================================================== */
.woocommerce-MyAccount-content .woo-wallet-sidebar p {
  color: #000000;
}
.woocommerce-MyAccount-content .woo-wallet-content,
.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper {
  color: #ffffff;
}
.woocommerce-MyAccount-content .woo-wallet-content h3, .woocommerce-MyAccount-content .woo-wallet-content p,
.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper h3,
.woocommerce-MyAccount-content #wc-wallet-transaction-details_wrapper p {
  color: #ffffff;
}

/* ==========================================================================
   Page Template - Contact
   ========================================================================== */
.page-template-contact .container.main-container {
  max-width: 1000px;
  margin: 0 auto 12rem;
}
.page-template-contact .container.main-container {
  margin: 0 auto 5rem;
}
.page-template-contact .card {
  background: #000000;
  border: 1px solid #252525;
  border-radius: 6px;
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
.page-template-contact button.btn.btn-primary {
  width: 100%;
  gap: 1rem;
}

/* ==========================================================================
   Page Template - Legal
   ========================================================================== */
.page-template-legal .container.main-container,
.page-id-13651 .container.main-container {
  max-width: 850px;
  margin: 0 auto 12rem;
}
.page-template-legal .container.main-container > p,
.page-id-13651 .container.main-container > p {
  padding: 0 30px;
}
.page-template-legal .container.main-container > p strong,
.page-id-13651 .container.main-container > p strong {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.page-template-legal .container.main-container > .wp-block-list,
.page-id-13651 .container.main-container > .wp-block-list {
  padding: 0 45px;
}
.page-template-legal .container.main-container > ol > li:has(> strong)::marker,
.page-id-13651 .container.main-container > ol > li:has(> strong)::marker {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.page-template-legal .container.main-container > ol > li > strong,
.page-id-13651 .container.main-container > ol > li > strong {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.page-template-legal .container.main-container > ol > li > ol,
.page-template-legal .container.main-container > ol > li > ol ol,
.page-id-13651 .container.main-container > ol > li > ol,
.page-id-13651 .container.main-container > ol > li > ol ol {
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 4rem;
}
.page-template-legal .container.main-container .card:has(#zapct-legal-navbar),
.page-id-13651 .container.main-container .card:has(#zapct-legal-navbar) {
  border-radius: 3px;
  background-color: #252525 !important;
}
.page-template-legal .container.main-container .nav,
.page-id-13651 .container.main-container .nav {
  gap: 1rem;
}
.page-template-legal .container.main-container a.nav-link,
.page-id-13651 .container.main-container a.nav-link {
  font-size: 1.6rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #121212;
  background-color: #121212;
  color: #ffffff;
  padding: 0.5rem 2rem;
}
.page-template-legal .container.main-container a.nav-link:hover, .page-template-legal .container.main-container a.nav-link.active,
.page-id-13651 .container.main-container a.nav-link:hover,
.page-id-13651 .container.main-container a.nav-link.active {
  background-color: #4F4F4F;
  color: #ffffff;
}
.page-template-legal .container.main-container #iubenda_policy h1, .page-template-legal .container.main-container #iubenda_policy h2, .page-template-legal .container.main-container #iubenda_policy h3, .page-template-legal .container.main-container #iubenda_policy h4, .page-template-legal .container.main-container #iubenda_policy h5, .page-template-legal .container.main-container #iubenda_policy h6,
.page-id-13651 .container.main-container #iubenda_policy h1,
.page-id-13651 .container.main-container #iubenda_policy h2,
.page-id-13651 .container.main-container #iubenda_policy h3,
.page-id-13651 .container.main-container #iubenda_policy h4,
.page-id-13651 .container.main-container #iubenda_policy h5,
.page-id-13651 .container.main-container #iubenda_policy h6 {
  font-family: "Lora", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 2rem !important;
  line-height: 3rem !important;
  color: #ffffff !important;
}
.page-template-legal .container.main-container li, .page-template-legal .container.main-container p, .page-template-legal .container.main-container #iubenda_policy p, .page-template-legal .container.main-container #iubenda_policy a, .page-template-legal .container.main-container #iubenda_policy ul.styled li, .page-template-legal .container.main-container #iubenda_policy ul li,
.page-id-13651 .container.main-container li,
.page-id-13651 .container.main-container p,
.page-id-13651 .container.main-container #iubenda_policy p,
.page-id-13651 .container.main-container #iubenda_policy a,
.page-id-13651 .container.main-container #iubenda_policy ul.styled li,
.page-id-13651 .container.main-container #iubenda_policy ul li {
  font-size: 1.6rem !important;
  font-family: "Lora", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #F1F7FA !important;
}
.page-template-legal .container.main-container h1.wp-block-heading, .page-template-legal .container.main-container #iubenda_policy .box_primary h1, .page-template-legal .container.main-container #iubenda_policy .box_primary h2, .page-template-legal .container.main-container #iubenda_policy .box_primary h3, .page-template-legal .container.main-container #iubenda_policy .box_primary h4, .page-template-legal .container.main-container #iubenda_policy .box_primary h5, .page-template-legal .container.main-container #iubenda_policy .box_primary h6, .page-template-legal .container.main-container #iubenda_policy .box_primary p, .page-template-legal .container.main-container #iubenda_policy .box_primary a,
.page-id-13651 .container.main-container h1.wp-block-heading,
.page-id-13651 .container.main-container #iubenda_policy .box_primary h1,
.page-id-13651 .container.main-container #iubenda_policy .box_primary h2,
.page-id-13651 .container.main-container #iubenda_policy .box_primary h3,
.page-id-13651 .container.main-container #iubenda_policy .box_primary h4,
.page-id-13651 .container.main-container #iubenda_policy .box_primary h5,
.page-id-13651 .container.main-container #iubenda_policy .box_primary h6,
.page-id-13651 .container.main-container #iubenda_policy .box_primary p,
.page-id-13651 .container.main-container #iubenda_policy .box_primary a {
  color: #BBC6CB !important;
}

/* ==========================================================================
   Page Template - Winner Archive
   ========================================================================== */
.post-type-archive-winner .zapct-winners > .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 2rem;
  row-gap: 3rem;
  margin: 0;
}
.post-type-archive-winner .zapct-winners > .row .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-winner .zapct-winners > .row {
    gap: 3rem;
  }
}

/* ==========================================================================
   Page Template - Draw Results
   ========================================================================== */
.page-id-52 .container.main-container {
  max-width: 1120px;
  margin: 0 auto 12rem;
}
.page-id-52 .container.main-container {
  min-height: auto;
}

.zapc-competition-results-wrapper {
  margin-bottom: 10rem;
}
.zapc-competition-results-wrapper .nav-tabs {
  background-color: transparent;
  border-radius: 0;
  border: none;
  overflow: hidden;
  margin: 0 auto 3rem;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  gap: 2rem;
  max-width: 700px;
}
@media screen and (max-width: 600px) {
  .zapc-competition-results-wrapper .nav-tabs {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.zapc-competition-results-wrapper .nav-tabs .nav-item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .zapc-competition-results-wrapper .nav-tabs .nav-item {
    width: calc(100% - 60px);
  }
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  background: #000000;
  color: #DED395;
  border: 1px solid #373737;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:before, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover:before, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover:after {
  background: #DED395;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:before, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  background: #DED395;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  border: 1px solid transparent;
  color: #0F0F0F;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover:before, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover:after {
  background: #000000;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:before, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:after {
  background: #000000;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link.active {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  color: #0F0F0F;
}

.result-wrap {
  margin-top: 6rem;
  position: relative;
}
.result-wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #D0BE7E;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.result-wrap .zapct-winner-card {
  border: none;
  margin-bottom: 5rem !important;
  background-color: transparent;
}
.result-wrap .zapct-winner-card:before, .result-wrap .zapct-winner-card:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 164, 98, 0)), to(#C1A462)), #DED093;
  background: -o-linear-gradient(left, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  background: linear-gradient(90deg, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  content: "";
  display: block;
  width: 14px;
  height: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 6px;
  z-index: -1;
}
.result-wrap .zapct-winner-card:before {
  left: -3px;
}
.result-wrap .zapct-winner-card:after {
  right: -3px;
}
.result-wrap .zapct-winner-card i {
  display: none;
}
.result-wrap .zapct-winner-card .card-body {
  background-color: #010101;
  padding: 4rem 5rem;
  position: relative;
  border-radius: 12px;
  border: 1px solid #D0BE7E;
}
.result-wrap .zapct-winner-card .card-body:before {
  content: "";
  background-image: url("/wp-content/themes/royalux-casino-theme/assets/images/draw-results/icon-draw-results.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -20px;
  left: 50px;
}
@media screen and (max-width: 600px) {
  .result-wrap .zapct-winner-card .card-body {
    padding: 3rem 2rem;
  }
  .result-wrap .zapct-winner-card .card-body:before {
    left: 20px;
  }
}
.result-wrap .zapct-winner-card .card-body .card-title {
  font-size: 2.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 1rem;
}
@media screen and (max-width: 576px) {
  .result-wrap .zapct-winner-card .card-body .card-title {
    font-size: 1.6rem;
  }
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #8C8C8C;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  padding: 0 0 1rem;
  position: relative;
  border-bottom: 1px solid #4B4B4B;
}
@media screen and (max-width: 768px) {
  .result-wrap .zapct-winner-card .card-body .zapct-single-result {
    font-size: 1.6rem;
    flex-wrap: wrap;
    line-height: 1;
  }
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result strong {
  color: #ffffff;
  font-weight: 400;
}

/* ==========================================================================
   Page Template - Entry Lists
   ========================================================================== */
.post-type-archive-entry_list .container.main-container {
  max-width: 1120px;
  margin: 0 auto 12rem;
}

.zapct-entry-list .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.zapct-entry-list .card-wrapper {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  position: relative;
  background-color: #010101;
  border: 1px solid #D0BE7E;
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper {
    padding: 1.5rem 1.7rem;
  }
}
.zapct-entry-list .card-wrapper:before, .zapct-entry-list .card-wrapper:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 164, 98, 0)), to(#C1A462)), #DED093;
  background: -o-linear-gradient(left, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  background: linear-gradient(90deg, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  content: "";
  display: block;
  width: 14px;
  height: calc(100% - 10px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 6px;
  z-index: -1;
}
.zapct-entry-list .card-wrapper:before {
  left: -5px;
}
.zapct-entry-list .card-wrapper:after {
  right: -5px;
}
.zapct-entry-list .card-wrapper img {
  max-width: 48px;
}
@media screen and (max-width: 600px) {
  .zapct-entry-list .card-wrapper img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.zapct-entry-list .card-wrapper .card-body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
}
.zapct-entry-list .card-wrapper .card-body h5, .zapct-entry-list .card-wrapper .card-body p {
  margin-bottom: 0;
}
.zapct-entry-list .card-wrapper .card-body h5 {
  font-size: 3.2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 992px) {
  .zapct-entry-list .card-wrapper .card-body h5 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body h5 {
    align-items: flex-start;
    gap: 1rem;
  }
}
.zapct-entry-list .card-wrapper .card-body p {
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-family: SatoshiMedium, sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #A2A2A2;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .zapct-entry-list .card-wrapper .card-body p {
    font-size: 1.4rem;
  }
}
.zapct-entry-list .card-wrapper .card-body .card-text:last-child {
  margin-left: auto;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary {
  background: #000000;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  padding-left: 30px;
  padding-right: 30px;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary:before, .zapct-entry-list .card-wrapper .card-body .btn-primary:after {
  content: none;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) padding-box, -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B)) border-box;
  background: -o-linear-gradient(#000000, #000000) padding-box, -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%) border-box;
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%) border-box;
  border: 1px solid transparent;
  color: #D8C789;
}
@media screen and (max-width: 992px) {
  .zapct-entry-list .card-wrapper .card-body .btn-primary {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body .btn-primary {
    display: inline-block;
    max-width: 200px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body {
    padding-top: 30px;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .zapct-entry-list .card-wrapper .card-body .card-text:last-child {
    margin: 1rem auto 0;
    width: 100%;
  }
}

.zapct-entry-list div.woocommerce {
  max-width: 1300px;
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
   Page Template - FAQs
   ========================================================================== */
.post-type-archive-faq #zapct-faq-accordion {
  margin-bottom: 60px;
}
.post-type-archive-faq .card {
  background-color: #000000;
  border: 1px solid #DED395;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0;
}
.post-type-archive-faq .card-header {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  padding: 2rem 4rem 1.5rem;
  transition: all 0.5s ease-in-out;
}
.post-type-archive-faq .card-header h5 {
  border-radius: 0;
  position: relative;
}
.post-type-archive-faq .card-header h5 button {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: unset;
  color: #DED395;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  background: transparent;
  border: none;
  width: 100%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .post-type-archive-faq .card-header h5 button {
    font-size: 1.8rem;
  }
}
.post-type-archive-faq .card-header h5 button:before, .post-type-archive-faq .card-header h5 button:after {
  content: none;
}
.post-type-archive-faq .card-header h5 button span.accordion-icon {
  background-color: transparent;
  min-width: 20px;
  min-height: 20px;
  display: block;
  position: relative;
}
.post-type-archive-faq .card-header h5 button span.accordion-icon:before, .post-type-archive-faq .card-header h5 button span.accordion-icon:after {
  content: "";
  background: #FFFFFF;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.post-type-archive-faq .card-header h5 button span.accordion-icon:before {
  height: 3px;
  transform: rotate(180deg);
  width: 65%;
}
.post-type-archive-faq .card-header h5 button span.accordion-icon:after {
  height: 65%;
  transform: rotate(90deg);
  width: 3px;
}
.post-type-archive-faq .card-header h5 button[aria-expanded=false] span.accordion-icon:before {
  transform: rotate(0deg);
}
.post-type-archive-faq .card-header h5 button[aria-expanded=false] span.accordion-icon:after {
  transform: rotate(0deg);
}
.post-type-archive-faq .card-header h5 button:focus {
  box-shadow: none;
}
.post-type-archive-faq .card-body {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 170%;
  color: #aeaeae;
  padding: 40px;
  background-color: transparent;
  border-top: 1px solid #DED395;
}
@media screen and (max-width: 700px) {
  .post-type-archive-faq .card-body {
    font-size: 1.5rem;
  }
}
.post-type-archive-faq .card-body a {
  color: #525252;
}

/* ==========================================================================
   WooCommerce - Instant Wins
   ========================================================================== */
.zapciw-results-modal .modal-dialog {
  border: 1px solid #CEB46D;
}
.zapciw-results-modal .modal-header {
  padding: 0.5rem 1rem;
}
.zapciw-results-modal .modal-header .modal-title {
  font-size: 2rem;
}
.zapciw-results-modal .modal-header .close {
  padding: 0rem 0.25rem;
  color: #fff;
  text-shadow: none;
  font-size: 3rem;
  margin: 0px;
  opacity: 1 !important;
  color: #CEB46D;
}
.zapciw-results-modal .modal-footer {
  border: none;
}
.zapciw-results-modal.zapciw-instant-slots-modal .modal-body {
  background: #000;
}

.zapciw-instant-slot {
  border-color: #CEB46D;
}
.zapciw-instant-slot .zapciw-instant-slot-title {
  color: #000;
}
.zapciw-instant-slot .zapciw-instant-slot-title,
.zapciw-instant-slot .zapciw-instant-slot-prize-title {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
}
.zapciw-instant-slot.reveal .zapciw-instant-slot-prize-title {
  color: #000;
}
.zapciw-instant-slot .zapciw-instant-slot-reels .reel {
  border-color: #CEB46D;
  background: #000;
}

/* ==========================================================================
   Page Template - Reveal the Winner
   ========================================================================== */
.post-type-archive-winner .zapct-winners > .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 0;
}
.post-type-archive-winner .zapct-winners > .row .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-winner .zapct-winners > .row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
  }
}

body .zapcrtw-wrapper .zapcrtw-stage {
  background: transparent;
  min-height: 0;
  padding: 5rem;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper {
  background-color: #000000;
  padding: 8px;
  border: 2px solid #DED395;
  border-radius: 8px;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-welcome > .row {
  align-items: center;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-welcome .image img {
  border: 2px solid transparent;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-welcome .title h2 {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #DED395;
  line-height: 1;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-welcome h3, body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-welcome .details {
  font-size: 1.4rem;
  color: #ffffff;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-loading,
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result {
  color: #ffffff;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-loading .icon i,
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-loading .ticket-no span,
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .icon i,
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .ticket-no span {
  background: #DED395;
  color: #000000;
}
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-loading .ticket-table tr.winning-number td i,
body .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .ticket-table tr.winning-number td i {
  color: #DED395;
}

/* ==========================================================================
   Home Block - App Block
   ========================================================================== */
.zapct-app-block {
  background-image: url("/wp-content/themes/royalux-casino-theme/assets/images/backgrounds/app-bg.jpg");
  background-size: cover !important;
  border-radius: 4px;
  position: relative;
  padding: 0;
  max-width: 1070px;
  margin: 100px auto 40px;
}
@media screen and (max-width: 1100px) {
  .zapct-app-block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .zapct-app-block .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .zapct-app-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .zapct-app-block {
    margin-top: 0;
  }
}
.zapct-app-block .container > .row {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .zapct-app-block .container > .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.zapct-app-block .container > .row .app-block-inner {
  height: 100%;
  padding: 60px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zapct-app-block .container > .row .app-block-inner h2 {
  font-size: 8rem;
  font-family: "fleur-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0.07em;
  letter-spacing: 0.04em;
  color: #000000;
  -webkit-text-stroke-color: #000000;
}
@media screen and (max-width: 1000px) {
  .zapct-app-block .container > .row .app-block-inner h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .zapct-app-block .container > .row .app-block-inner h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .zapct-app-block .container > .row .app-block-inner h2 {
    font-size: 4.7rem;
  }
}
.zapct-app-block .container > .row .app-block-inner p {
  font-size: 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .zapct-app-block .container > .row .app-block-inner {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .zapct-app-block .container > .row .app-block-inner {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .zapct-app-block .container > .row .app-block-inner {
    padding: 30px 15px;
  }
}
.zapct-app-block .container > .row .app-block-inner .zapct-app-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 5px;
}
.zapct-app-block .container > .row .app-block-inner .zapct-app-buttons a.zapct-app-button {
  margin: 0;
}
.zapct-app-block .container > .row .app-block-inner .zapct-app-buttons img {
  max-height: 50px;
  max-width: 100%;
}
@media screen and (max-width: 1030px) {
  .zapct-app-block .container > .row .app-block-inner .zapct-app-buttons img {
    max-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .zapct-app-block .container > .row .app-block-inner .zapct-app-buttons img {
    max-height: unset;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .zapct-app-block .container > .row .app-block-inner .zapct-app-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .zapct-app-block .container > .row .app-block-inner .zapct-app-buttons {
    padding: 0 15px;
  }
}
.zapct-app-block .container .app-block-img {
  position: absolute;
  top: unset;
  left: 65%;
  height: 120%;
  width: 260px;
  bottom: -1px;
  background-size: contain;
  background-position: bottom;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .zapct-app-block .container .app-block-img {
    height: 340px;
    width: 100%;
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .zapct-app-block .container .app-block-img {
    height: 300px;
  }
}
@media screen and (max-width: 440px) {
  .zapct-app-block .container .app-block-img {
    height: 260px;
  }
}
@media screen and (max-width: 380px) {
  .zapct-app-block .container .app-block-img {
    height: 200px;
  }
}

/* ==========================================================================
   Home Block - Carousel
   ========================================================================== */
.zapct-carousel-wrapper {
  position: relative;
  margin-top: -60px;
  z-index: 0;
}
@media screen and (max-width: 420px) {
  .zapct-carousel-wrapper {
    margin-top: -24px;
  }
}
.zapct-carousel-wrapper .carousel {
  z-index: 0;
}
.zapct-carousel-wrapper .carousel .carousel-item {
  max-height: 700px;
}
@media screen and (max-width: 1330px) {
  .zapct-carousel-wrapper .carousel .carousel-item {
    height: 500px;
  }
}
@media screen and (max-width: 900px) {
  .zapct-carousel-wrapper .carousel .carousel-item {
    height: 400px;
  }
}
@media screen and (max-width: 770px) {
  .zapct-carousel-wrapper .carousel .carousel-item {
    height: 700px;
  }
}
@media screen and (max-width: 600px) {
  .zapct-carousel-wrapper .carousel .carousel-item {
    max-height: 500px;
  }
}
@media screen and (max-width: 420px) {
  .zapct-carousel-wrapper .carousel .carousel-item {
    max-height: 300px;
  }
}
.zapct-carousel-wrapper .carousel .carousel-item .overlay {
  background: linear-gradient(0deg, rgb(9, 9, 9) 0%, rgba(9, 9, 9, 0) 40%);
}
@media screen and (max-width: 650px) {
  .zapct-carousel-wrapper .carousel .carousel-item .overlay {
    background: linear-gradient(0deg, rgb(9, 9, 9) 0%, rgba(9, 9, 9, 0) 60%);
  }
}
.zapct-carousel-wrapper .carousel .carousel-item img.carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 420px) {
  .zapct-carousel-wrapper .carousel .carousel-item img.carousel-image {
    height: auto;
  }
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption {
  top: unset;
  bottom: 130px;
  left: 50px;
  text-transform: capitalize;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 0 0 0 1.5rem;
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption:before {
  content: "";
  width: 4px;
  height: calc(100% - 18px);
  background-color: #896aac;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption > div {
  float: unset;
  clear: unset;
  width: fit-content;
  margin: 0;
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .category {
  font-size: 2.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #bbc6cb;
  order: 2;
  background: transparent;
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .title {
  order: 1;
  background: none;
  margin-bottom: 0;
  max-width: 100%;
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .title h2 {
  font-size: 4.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 0.8;
  margin-bottom: 0;
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .link {
  order: 3;
}
.zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .link .btn-primary {
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption {
    left: 0;
    width: 100%;
  }
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .category {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .title h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 700px) {
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption {
    align-items: center;
    padding-left: 0;
    margin: 0;
  }
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption:before {
    content: none;
  }
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .title h2 {
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 580px) {
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .category {
    font-size: 1.4rem;
  }
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .title h2 {
    font-size: 2.8rem;
  }
  .zapct-carousel-wrapper .carousel .carousel-item .carousel-caption .link .btn-primary {
    font-size: 1.2rem;
  }
}
.zapct-carousel-wrapper .carousel .carousel-indicators {
  bottom: 90px;
}
.zapct-carousel-wrapper .carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
  background-color: #ffffff;
}
.zapct-carousel-wrapper .carousel .carousel-indicators li.active {
  background-color: #81d742;
}
.zapct-carousel-wrapper .carousel .carousel-control-prev,
.zapct-carousel-wrapper .carousel .carousel-control-next {
  width: 50px;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .zapct-carousel-wrapper .carousel .carousel-control-prev,
  .zapct-carousel-wrapper .carousel .carousel-control-next {
    display: none;
  }
}
.zapct-carousel-wrapper .carousel .carousel-control-prev-icon,
.zapct-carousel-wrapper .carousel .carousel-control-next-icon {
  background: rgba(0, 0, 0, 0.83);
  border: 1px solid #504c41;
  border-radius: 5px;
  width: 53px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.zapct-carousel-wrapper .carousel .carousel-control-prev-icon:after,
.zapct-carousel-wrapper .carousel .carousel-control-next-icon:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/chevron.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/chevron.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #ffffff;
  display: block;
  width: 13px;
  height: 20px;
}
.zapct-carousel-wrapper .carousel .carousel-control-prev-icon {
  left: -5px;
}
.zapct-carousel-wrapper .carousel .carousel-control-next-icon {
  right: -5px;
}
.zapct-carousel-wrapper .carousel .carousel-control-next-icon:after {
  transform: rotate(180deg);
}

/* ==========================================================================
   Home Block - Custom Blocks
   ========================================================================== */
/* ==========================================================================
   Home Block - Global Cat Filter
   ========================================================================== */
.category-filter {
  margin-top: -100px;
  position: relative;
  overflow: hidden;
}
.category-filter:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(15, 15, 15) 70%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cat-desktop-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .cat-desktop-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .cat-desktop-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CEB46D;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .cat-desktop-inner {
    margin-bottom: 10px;
  }
}
.cat-desktop-inner a.filter-view-all {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  gap: 7rem;
  padding: 8px 12px;
  max-width: 420px;
  width: 100%;
}
.cat-desktop-inner a.filter-view-all:before, .cat-desktop-inner a.filter-view-all:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.cat-desktop-inner a.filter-view-all:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.cat-desktop-inner a.filter-view-all:hover:before, .cat-desktop-inner a.filter-view-all:hover:after {
  background: #DED395;
}
@media screen and (max-width: 768px) {
  .cat-desktop-inner a.filter-view-all {
    gap: 2rem;
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .cat-desktop-inner a.filter-view-all {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 500px) {
  .cat-desktop-inner a.filter-view-all {
    font-size: 1.2rem;
    gap: 0.5rem;
    max-width: 260px;
  }
}
@media screen and (max-width: 380px) {
  .cat-desktop-inner a.filter-view-all {
    font-size: 1rem;
    gap: 0.5rem;
    max-width: 240px;
  }
}
.cat-desktop-inner .divider-line {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  width: 100%;
  height: 6px;
  display: block;
}
.cat-desktop-inner ul.product-filter {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  background: #040302;
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: unset;
  width: 100%;
  scrollbar-color: rgba(208, 190, 126, 0.7) rgba(208, 190, 126, 0.2);
  scrollbar-width: thin;
}
@media screen and (max-width: 900px) {
  .cat-desktop-inner ul.product-filter li {
    width: 50%;
  }
}
.cat-desktop-inner ul.product-filter a {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #C1C1C1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 15px 30px;
}
.cat-desktop-inner ul.product-filter a:before {
  content: "";
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond-dark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-right: 0.5rem;
  width: 16px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .cat-desktop-inner ul.product-filter a {
    font-size: 1.6rem;
    padding: 15px 0 15px 25px;
  }
  .cat-desktop-inner ul.product-filter a:before {
    width: 12px;
    height: 16px;
  }
}
@media screen and (max-width: 430px) {
  .cat-desktop-inner ul.product-filter a {
    padding: 15px 0 15px 25px;
    font-size: 1rem;
  }
  .cat-desktop-inner ul.product-filter a:before {
    width: 7px;
    height: 10px;
    margin-right: 0;
  }
}
/* ==========================================================================
   Home Block - Featured Games
   ========================================================================== */
.featured-shadow {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1360px) {
  .featured-shadow {
    display: none;
  }
}

.left-shadow {
  left: 0;
  background: #0f0f0f;
}

.right-shadow {
  right: 0;
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, rgb(15, 15, 15) 100%);
}

.zapct-homepage-products-featured {
  position: relative;
  overflow: hidden;
}
.zapct-homepage-products-featured h2.section-title:before {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/club-diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/club-diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 1rem;
  margin-top: -1px;
  background: #DED395;
  width: 54px;
  height: 22px;
}
.zapct-homepage-products-featured h2.section-title:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/spade-heart.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/spade-heart.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 1rem;
  margin-top: -1px;
  background: #DED395;
  width: 59px;
  height: 22px;
}
.zapct-homepage-products-featured h2.section-title:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 576px) {
  .zapct-homepage-products-featured h2.section-title:before, .zapct-homepage-products-featured h2.section-title:after {
    height: 18px;
    width: 20px;
    mask-size: auto;
    mask-position: right;
    margin: 0;
  }
}
@media (max-width: 420px) {
  .zapct-homepage-products-featured h2.section-title:before, .zapct-homepage-products-featured h2.section-title:after {
    width: 65px;
  }
}
.zapct-homepage-products-featured .swiper {
  max-width: 1300px;
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .zapct-homepage-products-featured .swiper {
    width: calc(100% - 40px);
  }
}
.zapct-homepage-products-featured .swiper-slide {
  background-color: #000000;
  padding: 8px;
  border: 2px solid #ded395;
  border-radius: 8px;
  max-height: 300px;
}
.zapct-homepage-products-featured .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.zapct-homepage-products-featured .swiper-slider-nav-wrapper {
  position: relative;
}
.zapct-homepage-products-featured .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.zapct-homepage-products-featured .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #2a2a2a;
}
.zapct-homepage-products-featured .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ded395;
}
.zapct-homepage-products-featured .swiper-button-next,
.zapct-homepage-products-featured .swiper-button-prev {
  background: rgba(0, 0, 0, 0.83);
  border: 1px solid #504c41;
  border-radius: 5px;
  width: 53px;
  height: 50px;
  top: 55%;
  transform: translateY(-55%);
}
.zapct-homepage-products-featured .swiper-button-next:after,
.zapct-homepage-products-featured .swiper-button-prev:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/chevron.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/chevron.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #ffffff;
  display: block;
  width: 13px;
  height: 20px;
}
@media screen and (max-width: 500px) {
  .zapct-homepage-products-featured .swiper-button-next,
  .zapct-homepage-products-featured .swiper-button-prev {
    width: 34px;
    height: 31px;
    top: 64%;
    transform: translateY(-64%);
  }
  .zapct-homepage-products-featured .swiper-button-next:after,
  .zapct-homepage-products-featured .swiper-button-prev:after {
    width: 9px;
    height: 13px;
  }
}
.zapct-homepage-products-featured .swiper-button-prev {
  left: -22px;
}
.zapct-homepage-products-featured .swiper-button-next {
  right: -22px;
}
.zapct-homepage-products-featured .swiper-button-next:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 1330px) {
  .zapct-homepage-products-featured .swiper-button-prev {
    left: 15px;
  }
  .zapct-homepage-products-featured .swiper-button-next {
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .zapct-homepage-products-featured .swiper-button-prev {
    left: 6px;
  }
  .zapct-homepage-products-featured .swiper-button-next {
    right: 6px;
  }
}

/* ==========================================================================
   Home Block - Image Block
   ========================================================================== */
/* ==========================================================================
   Home Block - Next Draw
   ========================================================================== */
/* ==========================================================================
   Home Block - Products
   ========================================================================== */
@media screen and (max-width: 576px) {
  .zapct-products.zapct-homepage-section {
    padding: 1rem 0;
  }
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap {
  display: flex;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  background: #000000;
  color: #DED395;
  border: 1px solid #373737;
  display: inline-flex;
  margin: 2rem auto;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:before, .zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover:before, .zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover:after {
  background: #DED395;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:before, .zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  background: #DED395;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  border: 1px solid transparent;
  color: #0F0F0F;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover:before, .zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover:after {
  background: #000000;
}

/* ==========================================================================
   Home Block - Progressive Jackpot
   ========================================================================== */
#zapct-homepage-progressive-jackpot {
  position: relative;
}
#zapct-homepage-progressive-jackpot:before {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#zapct-homepage-progressive-jackpot .container {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) padding-box, -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B)) border-box;
  background: -o-linear-gradient(#000000, #000000) padding-box, -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%) border-box;
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%) border-box;
  border: 1px solid transparent;
  max-width: 1120px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  padding: 0;
}
#zapct-homepage-progressive-jackpot .container .new-feature {
  letter-spacing: 2px;
  font-size: 1rem;
  font-family: SatoshiRegular, sans-serif;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #0f0f0f;
  background-color: #D0BE7E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 150px;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 400px) {
  #zapct-homepage-progressive-jackpot .container .new-feature {
    max-width: 100%;
    width: calc(100% - 80px);
  }
}
#zapct-homepage-progressive-jackpot .container .new-feature:before, #zapct-homepage-progressive-jackpot .container .new-feature:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
@media screen and (max-width: 1150px) {
  #zapct-homepage-progressive-jackpot .container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px);
    justify-content: center;
  }
}
#zapct-homepage-progressive-jackpot .container:before, #zapct-homepage-progressive-jackpot .container:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 164, 98, 0)), to(#C1A462)), #DED093;
  background: -o-linear-gradient(left, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  background: linear-gradient(90deg, rgba(193, 164, 98, 0) 0%, #C1A462 100%), #DED093;
  content: "";
  display: block;
  width: 14px;
  height: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 6px;
  z-index: -1;
}
#zapct-homepage-progressive-jackpot .container:before {
  left: -7px;
}
#zapct-homepage-progressive-jackpot .container:after {
  right: -7px;
}
#zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  position: relative;
}
#zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner:before, #zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #D0BE7E;
  background-color: #D0BE7E;
  clip-path: circle(50% at 100% 50%);
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner:before, #zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner:after {
    content: none;
  }
}
#zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner:before {
  left: -19px;
}
#zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner:after {
  right: -19px;
  clip-path: circle(50% at 0% 50%);
}
@media screen and (max-width: 1000px) {
  #zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #zapct-homepage-progressive-jackpot .container .zapct-progressive-jackpot-inner {
    gap: 1rem;
    padding: 13px 5px;
  }
}
#zapct-homepage-progressive-jackpot .container h2, #zapct-homepage-progressive-jackpot .container p {
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-family: SatoshiRegular, sans-serif;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #DED395;
  margin-bottom: 0;
  min-width: 210px;
}
@media screen and (max-width: 600px) {
  #zapct-homepage-progressive-jackpot .container h2, #zapct-homepage-progressive-jackpot .container p {
    font-size: 1.2rem;
  }
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-total {
  font-size: 4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-total .woocommerce-Price-amount bdi {
  display: flex;
  align-content: center;
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-total .woocommerce-Price-amount bdi span {
  display: inline-block;
  border: 1px solid #535353;
  border-radius: 3px;
  padding: 0 13px;
  margin: 0 3px;
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-total .woocommerce-Price-amount bdi span:first-child {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  #zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-total .woocommerce-Price-amount bdi span {
    padding: 0 5px;
    margin: 0 1.5px;
  }
  #zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-total .woocommerce-Price-amount bdi span:first-child {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  #zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-context-link {
    width: 100%;
  }
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-context-link #pj-modal-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-context-link #pj-modal-toggle img {
  max-width: 17px;
}
#zapct-homepage-progressive-jackpot .container .zapc-progressive-jackpot-context-link #pj-modal-toggle:hover {
  cursor: pointer;
}

#pj-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
}
#pj-modal .pj-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#pj-modal .pj-overlay:hover {
  cursor: url("/wp-content/themes/royalux-casino-theme/assets/images/global/close-cross-small.png"), pointer;
}
#pj-modal .pj-inner {
  background-color: #000000;
  border: 1px solid #DED395;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
  max-width: 600px;
  width: 80%;
  position: relative;
  z-index: 1001;
}
#pj-modal .pj-inner h3 {
  color: #DED395;
}
#pj-modal .pj-inner .pj-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 30px;
}
#pj-modal .pj-inner .pj-btn-wrapper a, #pj-modal .pj-inner .pj-btn-wrapper span {
  background: #CEB46D;
  background: -webkit-gradient(linear, left top, right top, from(#CEB46D), color-stop(34%, #BE9F67), color-stop(54%, #8F6130), color-stop(69%, #DAD393), to(#BD9E5B));
  background: -o-linear-gradient(left, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  background: linear-gradient(90deg, #CEB46D 0%, #BE9F67 34%, #8F6130 54%, #DAD393 69%, #BD9E5B 100%);
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
  margin-bottom: 1rem;
  margin-top: auto;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
}
#pj-modal .pj-inner .pj-btn-wrapper a:before, #pj-modal .pj-inner .pj-btn-wrapper a:after, #pj-modal .pj-inner .pj-btn-wrapper span:before, #pj-modal .pj-inner .pj-btn-wrapper span:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  mask-image: url(/wp-content/themes/royalux-casino-theme/assets/images/global/diamond.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.5rem;
  margin-top: -1px;
  background: #DED395;
  content: "";
  width: 8px;
  height: 10px;
  background: #000000;
  margin-right: 0;
  margin-top: 0;
}
#pj-modal .pj-inner .pj-btn-wrapper a:hover, #pj-modal .pj-inner .pj-btn-wrapper span:hover {
  border: 1px solid #373737;
  color: #DED395;
  background: #000000;
}
#pj-modal .pj-inner .pj-btn-wrapper a:hover:before, #pj-modal .pj-inner .pj-btn-wrapper a:hover:after, #pj-modal .pj-inner .pj-btn-wrapper span:hover:before, #pj-modal .pj-inner .pj-btn-wrapper span:hover:after {
  background: #DED395;
}
@media screen and (max-width: 600px) {
  #pj-modal .pj-inner .pj-btn-wrapper {
    flex-direction: column;
  }
  #pj-modal .pj-inner .pj-btn-wrapper a, #pj-modal .pj-inner .pj-btn-wrapper span {
    width: 80%;
  }
}

/* ==========================================================================
   Home Block - Reviews
   ========================================================================== */
/* ==========================================================================
   Home Block - Stats
   ========================================================================== */
/* ==========================================================================
   Home Block - Steps
   ========================================================================== */
/* ==========================================================================
   Home Block - Winners
   ========================================================================== */
@media screen and (max-width: 576px) {
  #zapct-homepage-winners {
    padding-top: 1rem;
  }
}
#zapct-homepage-winners #zapct-homepage-winners-slider {
  overflow: visible;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .card.m-3 {
  margin-bottom: 30px !important;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-prev, #zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-next {
  opacity: 1;
  background: #000000;
  top: 45%;
  width: 53px;
  height: 50px;
  border-radius: 5px;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-prev:after, #zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-next:after {
  content: "";
  background-image: url(/wp-content/themes/royalux-casino-theme/assets/images/homepage/winners-slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-prev {
  left: -15px;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-next {
  right: -15px;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav .flex-next:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-prev, #zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
#zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-prev {
  left: -15px;
}
#zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-next {
  right: -15px;
}

/* ==========================================================================
   Side Cart
   ========================================================================== */
.xoo-wsc-clist-cont {
  display: none;
}

.xoo-wsc-pprice,
.xoo-wsc-pprice span.amount,
.xoo-wsc-smr-ptotal .woocommerce-Price-amount {
  font-weight: bold;
}

.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping,
.xoo-wsc-basket {
  display: none !important;
}

.xoo-wsc-ft-buttons-cont {
  display: block !important;
}

.xoo-wsc-container {
  background-color: #fff;
}

.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer {
  background-color: #fff !important;
  color: #343a40 !important;
}
.xoo-wsc-header a,
.xoo-wsc-body a,
.xoo-wsc-footer a {
  color: #343a40 !important;
}
.xoo-wsc-header .xoo-wsc-pprice,
.xoo-wsc-header span.amount,
.xoo-wsc-body .xoo-wsc-pprice,
.xoo-wsc-body span.amount,
.xoo-wsc-footer .xoo-wsc-pprice,
.xoo-wsc-footer span.amount {
  color: #28a745 !important;
}

.xoo-wsc-slider {
  background-color: #fff;
  color: #495057;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon input {
  padding: 5px;
  border: 1px solid #fff;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 5px;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:focus, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.disabled, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled):active, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled).active, .show > .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled):active:focus, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled).active:focus, .show > .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.xoo-wsc-product {
  border-bottom: 1px solid #adb5bd;
}

.xoo-wsc-ft-buttons-cont a,
.xoo-wsc-empty-cart a {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 5px;
  display: block !important;
  margin-top: 15px !important;
}
.xoo-wsc-ft-buttons-cont a:hover,
.xoo-wsc-empty-cart a:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.xoo-wsc-ft-buttons-cont a:focus, .xoo-wsc-ft-buttons-cont a.focus,
.xoo-wsc-empty-cart a:focus,
.xoo-wsc-empty-cart a.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.xoo-wsc-ft-buttons-cont a.disabled, .xoo-wsc-ft-buttons-cont a:disabled,
.xoo-wsc-empty-cart a.disabled,
.xoo-wsc-empty-cart a:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled):active, .xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled).active, .show > .xoo-wsc-ft-buttons-cont a.dropdown-toggle,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled):active,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled).active,
.show > .xoo-wsc-empty-cart a.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled):active:focus, .xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled).active:focus, .show > .xoo-wsc-ft-buttons-cont a.dropdown-toggle:focus,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled):active:focus,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled).active:focus,
.show > .xoo-wsc-empty-cart a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.xoo-wsch-basket .xoo-wscb-icon {
  display: none;
}
.xoo-wsch-basket .xoo-wscb-count {
  background-color: #343a40;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.xoo-wsch-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* ==========================================================================
   Cardstream
   ========================================================================== */
/* ==========================================================================
   Cashflows
   ========================================================================== */
/* ==========================================================================
   Checkout.com
   ========================================================================== */
/* ==========================================================================
   Nochex
   ========================================================================== */
/* ==========================================================================
   Total Processing
   ========================================================================== */
/* ==========================================================================
   Trust Payments
   ========================================================================== *//*# sourceMappingURL=child-styles.css.map */