/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Site fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap");
/* ==========================================================================
   Custom mixin CSS
   ========================================================================== */
/* ==========================================================================
   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: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #008bea;
  background: #eaeef0;
  border-radius: 3px;
  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.8rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #00162d;
  display: block;
  width: 100%;
  line-height: 1;
}

/* ==========================================================================
   Global form styling
   ========================================================================== */
form h3,
.lost_reset_password h3 {
  color: #474e53;
  margin-bottom: 2rem;
}
form .card-body,
.lost_reset_password .card-body {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  background-color: #f3f3f3;
  border: 4px solid #ffffff;
  padding: 2rem;
  border-radius: 12px;
}
form p,
.lost_reset_password p {
  color: #474e53;
}

.lost_reset_password input,
.form-control {
  font-size: 1.4rem;
  color: #474e53;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 2.4rem 2rem;
}
.lost_reset_password input:focus,
.form-control:focus {
  outline: none;
  border-color: #008bea;
  color: #474e53;
}
.lost_reset_password input:focus-visible,
.form-control:focus-visible {
  outline-style: solid;
  outline-color: #008bea;
}

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

.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 input {
  padding: 1.4rem 2rem;
}
.lost_reset_password .button {
  text-transform: uppercase;
}

/* ==========================================================================
   Pagination styling
   ========================================================================== */
.pagination {
  margin-top: 20px;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 5rem;
}
.pagination .page-item {
  border-radius: 5px;
}
.pagination .page-item .page-link,
.pagination .page-item .next,
.pagination .page-item .prev {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #422704;
  border: none;
}
.pagination .page-item .page-link {
  border-radius: 5px;
  padding: 8px 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .next,
.pagination .page-item .prev {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  width: auto;
  padding: 0 12px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #008bea;
  color: #ffffff;
}

.woocommerce-pagination ul.page-numbers {
  gap: 1rem;
  justify-content: center;
  margin-bottom: 5rem;
}
.woocommerce-pagination ul.page-numbers li {
  border-radius: 5px;
  border: none;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  padding: 8px 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #eaeef0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:not(.current):hover {
  background-color: #008bea;
  color: #ffffff;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #008bea;
  border: none;
}

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

/* ==========================================================================
   Winners Card
   ========================================================================== */
.zapct-winners .card {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 4px solid #ffffff;
}
.zapct-winners .card:before {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #422704;
  content: "Winner";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 4px;
  padding: 0.7rem 1.3rem;
}
.zapct-winners .card:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(5, 20, 7, 0.1) 50%, #051407 100%);
}
.zapct-winners .card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zapct-winners .card .card-body {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
}
.zapct-winners .card .card-body h5.card-title,
.zapct-winners .card .card-body p {
  color: white;
}
.zapct-winners .card .card-body h5.card-title {
  font-size: 1.3rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  order: 1;
  text-transform: capitalize;
  margin-bottom: 10px !important;
}
.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 {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  order: 0;
  line-height: 2rem;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.zapct-winners .card .card-body p.ticket-number {
  font-size: 1.3rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  order: 2;
  display: flex;
  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: #ffd110;
  background: linear-gradient(90deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  content: "";
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/winners/winner-ticket-icon.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/winners/winner-ticket-icon.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  display: block;
  width: 9px;
  height: 11px;
  margin-right: 0.5rem;
  margin-top: -1px;
}

/* ==========================================================================
   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;
  }
}
/* ==========================================================================
   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: #008bea;
}
a:hover {
  color: #003468;
}

.btn,
.button,
.btn-primary {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
}
.btn:hover,
.button:hover,
.btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}

.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;
  }
}
/* ==========================================================================
   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);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.zapct-footer {
  background: #00162d;
  padding: 60px 3.5rem 0;
}
.zapct-footer .zapct-footer-nav > .row {
  align-items: stretch;
  margin-bottom: 60px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .zapct-footer .zapct-footer-nav > .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links) {
  margin-right: 60px;
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links) {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 835px) {
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links) {
    width: 30%;
  }
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links):has(.footer-second-menu) {
    margin-right: 0;
    padding-right: 0;
  }
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links):has(.footer-second-menu):after {
    content: none;
  }
}
@media (max-width: 670px) {
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links) {
    width: auto;
  }
}
.zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links):after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #eaeef0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links) {
    margin-right: 0;
    padding-right: 0;
  }
  .zapct-footer .zapct-footer-nav > .row > *:not(.company-info-wrapper):not(ul.social-links):after {
    content: none;
  }
}
.zapct-footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 576px) {
  .zapct-footer .footer-logo {
    margin-bottom: 2rem;
    max-height: 100px;
  }
}
.zapct-footer .footer-menu ul {
  list-style: none;
}
.zapct-footer .footer-menu ul li a {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 26px;
  color: #ffffff;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .zapct-footer .footer-menu ul li a {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.zapct-footer .company-info-wrapper {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: 0;
  margin-left: 0;
}
.zapct-footer .company-info-wrapper a {
  color: #ffffff;
  text-decoration: none;
}
.zapct-footer .company-info-wrapper a:hover {
  text-decoration: underline;
}
@media (max-width: 835px) {
  .zapct-footer .company-info-wrapper {
    width: 70%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .zapct-footer .company-info-wrapper {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.zapct-footer ul.social-links {
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .zapct-footer ul.social-links {
    margin-top: 30px;
    margin-right: auto;
  }
}
@media (max-width: 835px) {
  .zapct-footer ul.social-links {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .zapct-footer ul.social-links {
    margin-right: auto;
  }
}
.zapct-footer .zapct-legal {
  background-color: #003468;
  border-top: none;
  padding: 20px 35px;
  margin: 0 -35px;
}
.zapct-footer .zapct-legal > .row {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .zapct-footer .zapct-legal > .row {
    justify-content: center;
    gap: 1.5rem;
  }
}
.zapct-footer .zapct-legal .zapct-footer-credit {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.zapct-footer .zapct-legal .zapct-footer-credit a {
  color: #ffffff;
}
.zapct-footer .zapct-legal .zapct-footer-credit a:hover {
  text-decoration: underline;
}
.zapct-footer .zapct-legal .zapct-card-icons {
  margin-top: 0;
}
.zapct-footer .zapct-legal .zapct-card-icons img.footer-payment-types {
  height: 24px;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header-outer {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  position: sticky;
  top: 0;
  z-index: 150;
  transition: 0.5s;
  background-color: #ffffff;
}
#header-outer.affix {
  top: -40px;
  transition: 0.5s;
}

.zapct-navbar {
  background-color: #ffffff;
}
.zapct-navbar #zapct-primary-navbar {
  padding: 0;
}
.zapct-navbar nav.zapct-navbar-primary {
  padding: 0;
}
.zapct-navbar .navbar-brand {
  padding: 0;
}
.zapct-navbar .navbar-brand img {
  margin: 0 0 -80px 35px;
  height: 160px;
  padding: 0;
}
@media screen and (max-width: 1050px) {
  .zapct-navbar .navbar-brand img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .zapct-navbar .navbar-brand img {
    margin-bottom: -60px;
    margin-left: 10px;
    height: 120px;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) {
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) {
    gap: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) {
    gap: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) {
    gap: 0;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: #474e53;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
    font-size: 2.6rem;
    font-family: "Blinker", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
}
.zapct-navbar .cart-account {
  padding: 2.9rem 3.3rem;
  gap: 1rem;
}
@media screen and (max-width: 1050px) {
  .zapct-navbar .cart-account {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .zapct-navbar .cart-account {
    background: transparent;
    padding: 1rem 0;
    gap: 0.5rem;
    margin-left: auto;
  }
}
.zapct-navbar .cart-account .nav-item {
  padding: 0;
  border: none;
}
.zapct-navbar .cart-account .nav-item a.nav-link {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: left;
}
.zapct-navbar .cart-account .account-menu-icon {
  mask-repeat: no-repeat;
  mask-size: 100%;
  display: block;
  width: 12px;
  height: 12px;
  background: white;
}
.zapct-navbar .cart-account .account-menu-icon.header-user-icon {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/header/account-icon.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/header/account-icon.svg);
}
.zapct-navbar .cart-account .account-menu-icon.header-bag-icon {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/header/basket-icon.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/header/basket-icon.svg);
  background: #000000;
}
.zapct-navbar .cart-account .nav-item .nav-account {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  min-width: 114px;
}
.zapct-navbar .cart-account .nav-item a.nav-basket {
  background: #ffd110;
  background: linear-gradient(90deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #000000;
  min-width: 90px;
  position: relative;
}
.zapct-navbar .cart-account .nav-item a.nav-basket #basket-count {
  background: #5ed86a;
  background: linear-gradient(90deg, rgb(94, 216, 106) 0%, rgb(48, 142, 57) 100%);
  font-size: 0.5rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #ffffff;
  padding: 1px;
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
@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 .account-menu-icon,
  .zapct-navbar .cart-account .nav-item a.nav-basket .account-menu-icon {
    width: 22px;
    height: 22px;
  }
  .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;
  }
}
@media (max-width: 400px) {
  .zapct-navbar .cart-account .nav-item a.nav-account .account-menu-icon,
  .zapct-navbar .cart-account .nav-item a.nav-basket .account-menu-icon {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 992px) {
  .zapct-navbar .offcanvas-collapse {
    background-color: #f3f3f3;
    padding: 100px;
    top: 0;
  }
  .zapct-navbar .offcanvas-collapse .offcanvas-close {
    background: #008bea;
    background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 4.5rem;
    top: 30px;
    right: 50px;
    padding-top: 10px;
    position: absolute;
  }
}

.mobile-menu-toggle-wrapper {
  display: none;
}
@media (max-width: 992px) {
  .mobile-menu-toggle-wrapper {
    display: block;
  }
}
.mobile-menu-toggle-wrapper .navbar-toggler {
  padding: 2rem;
  cursor: pointer;
  display: block;
  margin-top: -1px;
  width: 73px;
  height: 60px;
  position: relative;
  border: none;
}
@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-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: #f5b501;
  content: "";
  border-radius: 5px;
  height: 4px;
  width: 36px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:after,
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:before {
  right: 0;
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:before {
  top: -10px;
  width: 27px;
}
.mobile-menu-toggle-wrapper .navbar-toggler .navbar-toggler-icon:after {
  top: 10px;
  width: 20px;
}
.mobile-menu-toggle-wrapper .navbar-toggler.open-menu {
  transform: rotate(360deg);
}
.mobile-menu-toggle-wrapper .navbar-toggler.open-menu .navbar-toggler-icon {
  background: transparent;
}
.mobile-menu-toggle-wrapper .navbar-toggler.open-menu .navbar-toggler-icon:before {
  transform: rotate(45deg) translate(6px, 8px);
  width: 36px;
}
.mobile-menu-toggle-wrapper .navbar-toggler.open-menu .navbar-toggler-icon:after {
  transform: rotate(-45deg) translate(6px, -8px);
  width: 36px;
}

/* ==========================================================================
   Header Marquee
   ========================================================================== */
.store-notice {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 0;
  height: 40px;
  position: relative;
}
.store-notice a {
  font-weight: bold;
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding-left: 0px;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 100%;
  line-height: 1;
  white-space: nowrap;
  padding-right: 0;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 1800s;
  animation-duration: 1800s;
}
.ticker-wrap .ticker__item {
  display: inline-flex;
  padding: 0;
  text-transform: capitalize;
  font-size: 10px;
  gap: 3rem;
  margin-left: 3rem;
}
.ticker-wrap .ticker__item span {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
}
.ticker-wrap .ticker__item span a {
  color: #fff;
  text-decoration: underline;
}
.ticker-wrap .ticker__item img {
  width: 6px;
}

@-webkit-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 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);
  }
}
/* ==========================================================================
   Newsletter
   ========================================================================== */
.zapct-newsletter-block.center {
  background-color: #ffffff;
}
.zapct-newsletter-block.center .overlay {
  padding: 50px 0;
}
.zapct-newsletter-block.center .overlay h2.section-title .title-span {
  color: #008bea;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default {
  max-width: 100%;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner {
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .zap-email-signup-header {
  display: none;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .newsletter-fields-wrapper {
  display: flex;
  gap: 1rem;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .newsletter-fields-wrapper > * {
  flex: 1;
}
@media screen and (max-width: 850px) {
  .zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .newsletter-fields-wrapper {
    display: block;
  }
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .newsletter-fields-wrapper .zap-email-signup-field label {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .zap-email-signup-confirmations {
  margin: 1rem 1.5rem 0.5rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 620px) {
  .zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .zap-email-signup-confirmations {
    flex-direction: column;
    gap: 0;
  }
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .zap-email-signup-submit button {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  text-transform: uppercase;
  justify-content: center;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .zap-email-signup-submit button:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.zapct-newsletter-block.center .overlay .zap-email-signup-design-default .zap-email-signup-form-inner .zap-email-signup-submit button:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}

/* ==========================================================================
   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;
  scroll-margin-top: 200px;
  color-scheme: dark light;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
}
body .zapct-homepage-section {
  border-bottom: none;
}

.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 2rem;
  }
}

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

.zapct-page-title {
  max-width: 900px;
  margin: 5rem auto 4rem;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zapct-page-title:before, .zapct-page-title:after {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 530px) {
  .zapct-page-title:before, .zapct-page-title:after {
    width: 10px;
    height: 10px;
  }
}
.zapct-page-title > .container {
  max-width: unset;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .zapct-page-title {
    margin: 5rem 15px 4rem;
  }
}
@media screen and (max-width: 530px) {
  .zapct-page-title {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 420px) {
  .zapct-page-title {
    margin-top: 8rem;
  }
}
.zapct-page-title h1 {
  font-size: 4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 530px) {
  .zapct-page-title h1 {
    font-size: 2.5rem;
  }
}

h2.section-title {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 3rem;
}
h2.section-title:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  h2.section-title {
    font-size: 2.2rem;
  }
}

h2,
h4 {
  color: #000000;
}
h2 span.title-span,
h4 span.title-span {
  color: #ffffff;
}

#coming-soon-footer-banner {
  display: none;
}

/* ==========================================================================
   WooCommerce - Cart
   ========================================================================== */
.woocommerce-cart .wc-empty-cart-message .alert {
  justify-content: center;
}
.woocommerce-cart form.woocommerce-cart-form {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  background-color: #f3f3f3;
  border: 4px solid #ffffff;
  padding: 2rem;
  border-radius: 12px;
}
.woocommerce-cart .table-bordered {
  color: #00162d;
  border-color: #424039;
}
.woocommerce-cart .table-bordered th,
.woocommerce-cart .table-bordered p,
.woocommerce-cart .table-bordered a,
.woocommerce-cart .table-bordered dt,
.woocommerce-cart .table-bordered .woocommerce-Price-amount {
  color: #00162d;
}
.woocommerce-cart .table-bordered th,
.woocommerce-cart .table-bordered td {
  border-color: #424039;
}
.woocommerce-cart .btn {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
}
.woocommerce-cart .btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.woocommerce-cart .btn:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
.woocommerce-cart .card-body:has(.cart_totals) {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  background-color: #f3f3f3;
  border: 4px solid #ffffff;
  padding: 2rem;
  border-radius: 12px;
}

/* ==========================================================================
   WooCommerce - Checkout
   ========================================================================== */
.woocommerce-checkout form h3 {
  font-size: 1.8rem;
}
.woocommerce-checkout .place-order .btn {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
.woocommerce-checkout .place-order .btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.woocommerce-checkout .place-order .btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}

/* ==========================================================================
   WooCommerce - General
   ========================================================================== */
.show-password-input {
  display: none;
}

.alert {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  border-radius: 8px;
  padding: 1rem 2rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 1rem;
  font-weight: normal;
}
.alert a {
  color: #ffffff;
}
.alert .returning-customer-text {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 1rem;
}
.alert .returning-customer-text .showlogin {
  display: block;
  margin-left: auto;
}
.alert .btn {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: auto !important;
}
.alert .btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}

.zap-cashier-credit .alert {
  gap: 0;
}

.woocommerce-MyAccount-content .alert {
  color: #ffffff;
}

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

.zap-lottery-user-ticket-count {
  background: #000000;
  border: 1px solid #232323;
}
.zap-lottery-user-ticket-count .woocommerce-info {
  background: transparent;
}

/* ==========================================================================
   WooCommerce - My Account
   ========================================================================== */
.woocommerce-account .container.main-container {
  max-width: 1075px;
  margin: 0 auto 12rem;
}
.woocommerce-account .container.main-container {
  margin-bottom: 10rem;
}
.woocommerce-account .woocommerce {
  background-color: transparent;
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}
.woocommerce-account .woocommerce:after {
  position: absolute;
  bottom: -15px;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .woocommerce {
    flex-wrap: wrap;
    gap: 3rem;
  }
}

.woocommerce-MyAccount-navigation {
  background-color: transparent !important;
  max-width: 320px;
  width: 100%;
  padding: 0 3rem;
  border: none;
  border-radius: 10px 0 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 0;
  }
}
.woocommerce-MyAccount-navigation .nav-pills {
  display: block;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link {
  font-size: 1.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: white;
  background: #00162d;
  border-radius: 6px;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1rem;
  background: #ffffff;
  width: 16px;
  height: 16px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:hover, .woocommerce-MyAccount-navigation .nav-pills .nav-link.active {
  background: #ffd110;
  background: linear-gradient(90deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #474e53;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:hover:before, .woocommerce-MyAccount-navigation .nav-pills .nav-link.active:before {
  background: #422704;
}
.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/payout-comps-theme/assets/images/account/recent-tickets.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/recent-tickets.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--wins a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/wins.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/wins.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--orders a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/recent-orders.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/recent-orders.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--woo-wallet a:before,
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--credit a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/wallets.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/wallets.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--edit-address a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/billing.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/billing.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--edit-account a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/user-icon.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/user-icon.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--responsible-gaming a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/responsible-gaming.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/responsible-gaming.svg);
}
.woocommerce-MyAccount-navigation .nav-pills .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/logout.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/account/logout.svg);
}

.woocommerce-MyAccount-content {
  border-radius: 6px;
  width: 100%;
  padding: 2rem 3rem !important;
  background-color: #ffffff;
  border: 4px solid #eaeef0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content legend {
  color: #2a2a2a;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-top: 0;
}
.woocommerce-MyAccount-content h2 {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content h2:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  .woocommerce-MyAccount-content h2 {
    font-size: 2.2rem;
  }
}
.woocommerce-MyAccount-content h2 .title-span {
  color: #008bea;
}
.woocommerce-MyAccount-content h2:before {
  content: none;
}
.woocommerce-MyAccount-content .alert {
  background-color: transparent;
  border: none;
}
.woocommerce-MyAccount-content .alert mark,
.woocommerce-MyAccount-content .alert .mark {
  color: #ffffff;
}
.woocommerce-MyAccount-content .nav-tabs,
.woocommerce-MyAccount-content .card-header-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.4rem;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #b1b8be;
  background: #eaeef0;
  max-width: 100%;
  margin: 0 auto 3rem;
}
.woocommerce-MyAccount-content .nav-tabs .nav-link,
.woocommerce-MyAccount-content .card-header-tabs .nav-link {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  background: transparent;
  text-transform: uppercase;
  color: #b1b8be;
  text-align: center;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 2px;
}
.woocommerce-MyAccount-content .nav-tabs .nav-link:hover, .woocommerce-MyAccount-content .nav-tabs .nav-link.active,
.woocommerce-MyAccount-content .card-header-tabs .nav-link:hover,
.woocommerce-MyAccount-content .card-header-tabs .nav-link.active {
  background-color: #b1b8be;
  color: #474e53;
  border: none;
}
.woocommerce-MyAccount-content .card {
  border: none;
  background-color: transparent;
}
.woocommerce-MyAccount-content .card-header {
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}
.woocommerce-MyAccount-content .card-body {
  padding: 0;
  color: #fbfffc;
  box-shadow: none;
}
.woocommerce-MyAccount-content .card-body table {
  background-color: #fff;
  font-size: 1.4rem;
}
@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 .card-header {
    width: 100%;
  }
}

.woocommerce-MyAccount-content .zapc-single-ticket-wrap {
  font-size: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #525252;
  padding: 1.8rem 2.5rem !important;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong {
  font-weight: 400;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap:last-child {
  border-bottom: none;
}
.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: 2rem;
  font-weight: normal;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  text-transform: uppercase;
  font-size: 0;
  border-radius: 5px;
  border: none;
  padding: 1rem 2rem;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn:hover,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn:before,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle:before,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn:before,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle:before {
  content: "View Tickets";
  font-size: 1.4rem;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn.open:before,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle.open:before,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn.open:before,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle.open:before {
  content: "Hide Tickets";
}
.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: #ffffff !important;
  border: 2px solid #d9d9d9;
  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) {
    margin-top: 1rem;
  }
}

.woocommerce-MyAccount-content table.table {
  background-color: #ffffff;
  color: #2a2a2a;
  border-spacing: 10px;
  margin-top: 2rem;
  border: 10px solid transparent;
  border-radius: 6px;
}

#my-account-order-table thead th {
  border-top: none;
  padding-top: 0.75rem;
}
#my-account-order-table a {
  color: #2a2a2a;
}
#my-account-order-table a.button {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #f5b501;
}
#my-account-order-table a.button:hover {
  background-color: #2a2a2a;
}

.woocommerce-address-fields #billing_country_field strong,
.woocommerce-EditAccountForm #billing_country_field strong {
  margin-left: 2rem;
}
.woocommerce-address-fields .btn-primary,
.woocommerce-EditAccountForm .btn-primary {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
.woocommerce-address-fields .btn-primary:hover,
.woocommerce-EditAccountForm .btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.woocommerce-address-fields .btn-primary:hover,
.woocommerce-EditAccountForm .btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}

/* ==========================================================================
   WooCommerce - Product Loop
   ========================================================================== */
@media (max-width: 768px) {
  .woocommerce ul.products {
    margin-right: 0;
    margin-left: 0;
  }
  .woocommerce ul.products.columns-mobile-1 li.product {
    max-width: 50%;
    margin-bottom: 1rem;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.woocommerce ul.products li.product {
  margin-bottom: 3rem;
}
.woocommerce ul.products li.product .inner-wrapper {
  border-radius: 10px;
  border: 2px solid #eaeef0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 0;
  box-shadow: 0 5px 10px 0 rgba(2, 12, 24, 0.2);
  transition: all 0.5s ease-in-out;
  position: relative;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #00162d;
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 15px;
  max-width: 210px;
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 12px;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
    font-size: 1rem;
    max-width: 70%;
  }
}
@media (max-width: 450px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
    max-width: 90%;
    font-size: 0.9rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  max-width: 100%;
  margin: 2rem auto 0;
  padding: 0 3rem;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    width: calc(100% - 1.5rem);
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
  font-size: 1.1rem;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
  font-size: 2.4rem;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    padding: 0;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
    font-size: 1rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 2rem;
    margin-bottom: 2.5px;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    gap: 0.2rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (max-width: 450px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div {
    font-size: 0.9rem;
    padding: 0.25rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress {
    width: calc(100% - 1.5rem);
  }
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track {
  border: none;
  background-color: #d9d9d9;
  height: 4px;
  border-radius: 1px;
}
.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 {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #2a2a2a;
  left: 0;
  position: absolute;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label {
  text-align: right;
  top: -18px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label-percentage {
  top: -26px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar {
  background-color: #008bea;
  height: 4px;
  overflow: visible;
  position: relative;
  border-radius: 1px 0 0 1px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar .marker {
  content: "";
  background-color: #005ba5;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  z-index: 1;
  right: -4px;
  position: absolute;
}
.woocommerce ul.products li.product .inner-wrapper .price {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  color: #003468;
}
.woocommerce ul.products li.product .inner-wrapper .price del {
  display: none;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .price {
    width: calc(100% - 1.5rem);
  }
}
.woocommerce ul.products li.product .inner-wrapper .price .price_suffix {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: -8px;
  color: #008bea;
}
@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 {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  color: #2a2a2a;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 2rem;
  padding: 0;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper h2.woocommerce-loop-product__title {
    width: calc(100% - 1.5rem);
  }
}
@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: 1rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
  color: #2a2a2a;
  background-color: #eaeef0;
  text-transform: uppercase;
  margin: auto auto 2rem;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
    width: calc(100% - 1.5rem);
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt:before, .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #34b25a;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
    font-size: 1rem;
    margin: auto auto 1rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .button {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  color: #003468;
  border: none;
  outline: 2px solid #003468;
  outline-offset: -2px;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .button {
    width: calc(100% - 1.5rem);
  }
}
.woocommerce ul.products li.product .inner-wrapper .button:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.woocommerce ul.products li.product .inner-wrapper .button:hover {
  outline: none;
  color: #422704;
}
.woocommerce ul.products li.product .inner-wrapper .button:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/arrow.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/arrow.svg);
  mask-repeat: no-repeat;
  background: #422704;
  display: block;
  width: 16px;
  height: 16px;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .button {
    font-size: 1.1rem;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  .woocommerce ul.products li.product .inner-wrapper .button:after {
    width: 7px;
    height: 8px;
  }
}
.woocommerce ul.products li.product .inner-wrapper:hover .button {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  outline: none;
  color: #422704;
}
.woocommerce ul.products li.product:first-child .zapc-date-banner {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}
.woocommerce ul.products li.product:nth-child(2) .zapc-date-banner, .woocommerce ul.products li.product:nth-child(3) .zapc-date-banner {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}

/* ==========================================================================
   WooCommerce - Single Product
   ========================================================================== */
.single-product .container.main-container {
  margin-bottom: 0;
}
.single-product #quick-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
.single-product #quick-info-row .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.single-product #quick-info-row .info-item > span {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  height: 24px;
  width: 24px;
  mask-repeat: no-repeat;
  mask-size: auto;
}
.single-product #quick-info-row .info-item > span.total-value {
  -webkit-mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/producttotal-winners-icon.svg");
  mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/total-winners-icon.svg");
  mask-size: cover;
}
.single-product #quick-info-row .info-item > span.total-prizes-given {
  -webkit-mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/total-prizes.svg");
  mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/total-prizes.svg");
  mask-size: cover;
}
.single-product #quick-info-row .info-item > span.max-ticekts {
  -webkit-mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/max-tickets-per-user-icon.svg");
  mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/max-tickets-per-user-icon.svg");
}
.single-product #quick-info-row .info-item > span.available-ticekts {
  -webkit-mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/tickets-available-icon.svg");
  mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/tickets-available-icon.svg");
}
.single-product #quick-info-row .info-item > span.draw-date {
  -webkit-mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/draw-date-icon.svg");
  mask-image: url("/wp-content/themes/payout-comps-theme/assets/images/product/draw-date-icon.svg");
}
.single-product #quick-info-row .info-item h3 {
  font-size: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 690px) {
  .single-product #quick-info-row {
    display: grid;
  }
  .single-product #quick-info-row .info-item {
    text-align: center;
    grid-row: 1;
    grid-column: 1;
    justify-content: center;
    background-color: transparent;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
  }
  .single-product #quick-info-row .info-item:nth-child(2) {
    animation-delay: -4s;
  }
  .single-product #quick-info-row .info-item:last-child {
    animation-delay: -2s;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    53% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .single-product #quick-info-row .info-item h3 {
    font-size: 2rem;
  }
}
.single-product div.product {
  margin-right: 0;
  margin-left: 0;
}
.single-product div.product section.up-sells.upsells.products {
  display: none;
}
.single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper {
  gap: 0.8rem;
  display: flex;
  justify-content: end;
  margin-bottom: -2rem;
}
@media screen and (min-width: 870px) and (max-width: 1070px) {
  .single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 530px) {
  .single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper {
    flex-direction: column;
  }
}
.single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper > * {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #003468;
  text-transform: capitalize;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #5ed86a;
  padding: 0.78rem 1.6rem;
}
.single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper > *.cash-alt {
  color: #00162d;
  border-color: #22d74f;
}
.single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper > *.cash-alt span {
  color: #308e39;
}
.single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper > *.instant-wins {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #008bea;
  gap: 0.4rem;
}
.single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper > *.instant-wins:before, .single-product div.product .cash-alt-tags-wrapper .tag-cash-alt-wrapper > *.instant-wins:after {
  content: "";
  display: block;
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/product/lightning-bolt.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/product/lightning-bolt.svg);
  mask-repeat: no-repeat;
  background: #008bea;
  width: 8px;
  height: 12px;
}
.single-product div.product .product-details-wrapper {
  width: 100%;
}
.single-product div.product .image-summary-wrapper {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  border: 4px solid #eaeef0;
  gap: 3rem;
}
@media screen and (max-width: 576px) {
  .single-product div.product .image-summary-wrapper {
    padding: 2rem;
  }
}
.single-product div.product .image-summary-wrapper .woocommerce-product-gallery,
.single-product div.product .image-summary-wrapper .summary {
  padding-right: 0;
  padding-left: 0;
}
.single-product div.product .image-summary-wrapper .woocommerce-product-gallery {
  flex: 0 0 43%;
}
.single-product div.product .image-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  aspect-ratio: 1/1;
}
.single-product div.product .image-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 6px;
}
.single-product div.product .image-summary-wrapper .woocommerce-product-gallery div#product-thumbnails {
  margin-top: 2rem;
  margin-bottom: 0;
}
.single-product div.product .image-summary-wrapper .woocommerce-product-gallery div#product-thumbnails .woocommerce-product-gallery__image {
  margin-right: 2rem;
}
.single-product div.product .image-summary-wrapper .summary {
  flex: 1;
  max-width: unset;
}
@media screen and (max-width: 1280px) {
  .single-product div.product .image-summary-wrapper .woocommerce-product-gallery {
    flex: 0 0 49%;
  }
  .single-product div.product .image-summary-wrapper .summary {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 870px) {
  .single-product div.product .image-summary-wrapper {
    flex-direction: column;
  }
  .single-product div.product .image-summary-wrapper .woocommerce-product-gallery,
  .single-product div.product .image-summary-wrapper .summary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-product div.product form.cart {
  display: flex;
  flex-direction: column;
}
.single-product div.product .price {
  order: 0;
  margin-bottom: 0;
}
.single-product div.product .price .woocommerce-Price-amount {
  font-size: 3.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  color: #00162d;
  text-align: left;
  padding-top: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.single-product div.product .price .price_suffix {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #008bea;
}
.single-product div.product .zap-competition-question-wrap {
  order: 1;
}
.single-product div.product .zap-competition-question-wrap .zap-competition-question-text {
  font-size: 2.4rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #00162d;
  margin-bottom: 0;
  padding-bottom: 1rem;
  border: none;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers {
  padding-bottom: 1rem;
  margin-left: -5px;
  margin-right: -5px;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label {
  background: #008bea;
  background: linear-gradient(180deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1.5rem 2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 13px;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label:before {
  content: none;
}
@media screen and (max-width: 1200px) {
  .single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label {
    font-size: 1.8rem;
  }
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input[type=radio]:hover + label,
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input[type=radio]:checked + label {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
  border: none;
}
.single-product div.product form.cart .zapc-postal-buttons {
  order: 1;
  padding: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #ffffff;
  background: #ffffff;
}
.single-product div.product form.cart .zapc-postal-buttons button {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  background: transparent;
  color: #b1b8be;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0;
  justify-content: center;
  border-radius: 2px;
}
.single-product div.product form.cart .zapc-postal-buttons button.active, .single-product div.product form.cart .zapc-postal-buttons button:hover {
  background-color: #eaeef0;
  color: #525252;
  border: none;
}
.single-product div.product form.cart .zapc-postal-buttons button:focus {
  box-shadow: none;
}
.single-product div.product form.cart .zapc-postal-buttons button:after {
  content: none;
}
.single-product div.product .zapc-postal-rules-text {
  color: #525252;
  text-align: left;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.single-product div.product .zapc-postal-rules-text p,
.single-product div.product .zapc-postal-rules-text a {
  color: #525252;
}
.single-product div.product .zapc-bulk-discount-buttons {
  order: 2;
  margin-top: 2rem;
  margin-bottom: -2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.single-product div.product .zapc-bulk-discount-buttons button.zapc-qty-btn.zapc-bulk-button {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  flex-direction: column;
  position: relative;
}
.single-product div.product .zapc-bulk-discount-buttons button.zapc-qty-btn.zapc-bulk-button:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.single-product div.product .zapc-bulk-discount-buttons button.zapc-qty-btn.zapc-bulk-button:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
.single-product div.product .zapc-bulk-discount-buttons button.zapc-qty-btn.zapc-bulk-button span.zapc-bulk-button-original-price {
  position: relative;
  display: inline-block;
}
.single-product div.product .zapc-bulk-discount-buttons button.zapc-qty-btn.zapc-bulk-button span.zapc-bulk-button-original-price::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.single-product div.product .zapct-add-to-cart-wrapper {
  order: 3;
  background-color: #eaeef0;
  border-radius: 6px 6px 0 0;
  margin: 4rem 0 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 2rem 2rem 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity {
  position: relative;
  order: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
  border: none;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity:before {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.02em;
  content: "How many tickets?";
  display: block;
  position: relative;
  color: #2a2a2a;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity .qty {
  font-size: 1.8rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #525252;
  display: block !important;
  background-color: #ffffff !important;
  border: 2px solid #d9d9d9 !important;
  border-radius: 8px;
  cursor: default !important;
  padding: 2rem 1.5rem !important;
  margin-right: 2rem;
  height: 34px;
}
@media screen and (max-width: 576px) {
  .single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity .qty {
    padding: 1rem 1rem 1rem 1.5rem !important;
  }
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input::-webkit-outer-spin-button,
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer {
  order: 2;
  padding: 0 1rem;
  width: calc(100% - 45px);
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider {
  height: 4px;
  background-color: #ffffff;
  border-radius: 30px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle {
  background-color: transparent;
  box-shadow: none;
  width: 12px;
  height: 12px;
  top: -3px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle__value {
  font-size: 1.1rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background-color: #008bea;
  border: none;
  width: auto;
  box-shadow: none;
  border-radius: 3px;
  left: 4px;
  top: -35px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle__value:before {
  border-top-color: #008bea;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__fill {
  background-color: #008bea;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__labels {
  display: none;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus,
.single-product div.product .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: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  color: transparent;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus {
  order: 1;
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/product/minus-icon.svg);
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-plus {
  order: 3;
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/product/plus-icon.svg);
}
@media screen and (max-width: 576px) {
  .single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty {
    padding: 2rem 2rem 0;
  }
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt {
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #5ed86a;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  position: relative;
  width: 100%;
  justify-content: center;
  gap: 1rem;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt:hover {
  background: #2a2a2a;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt {
    margin-top: 2rem;
  }
}
.single-product div.product .progress-wrapper {
  background-color: #eaeef0;
  border-radius: 0 0 6px 6px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1280px) {
  .single-product div.product .progress-wrapper {
    padding-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.single-product div.product .zap-competitions-progress {
  margin: 0 auto;
  padding-left: 2rem;
}
.single-product div.product .zap-competitions-progress .tickets-sold,
.single-product div.product .zap-competitions-progress .label.left,
.single-product div.product .zap-competitions-progress .label.right {
  display: none;
}
.single-product div.product .zap-competitions-progress .progress-track {
  border: none;
  background-color: #ffffff;
  height: 4px;
  border-radius: 30px;
}
.single-product div.product .zap-competitions-progress .progress-track .percentage-label,
.single-product div.product .zap-competitions-progress .progress-track .tickets-sold-label {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #474e53;
  top: -20px;
  position: absolute;
}
.single-product div.product .zap-competitions-progress .progress-track .tickets-sold-label {
  right: 0;
}
.single-product div.product .zap-competitions-progress .progress-track .progress-bar {
  background-color: #008bea;
  height: 4px;
  overflow: visible;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.single-product div.product .zap-competitions-progress .progress-track .progress-bar .percentage-marker {
  content: "";
  background-color: #003468;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  z-index: 1;
  right: -4px;
  position: absolute;
}
.single-product div.product .zapc-countdown {
  max-width: 300px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 1280px) {
  .single-product div.product .zapc-countdown {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.single-product div.product .zapc-countdown > div {
  background: #ffffff;
}
@media screen and (max-width: 576px) {
  .single-product div.product .zapc-countdown > div {
    padding: 1rem 0 0.5rem;
    font-size: 1.5rem;
  }
  .single-product div.product .zapc-countdown > div span {
    font-size: 2.8rem;
  }
}
.single-product #zapciw-instant-wins {
  width: 100%;
  border-radius: 0;
  margin-top: 5rem;
}
.single-product #zapciw-instant-wins h2.zapciw-title,
.single-product #zapciw-instant-wins .zapciw-inner,
.single-product #zapciw-instant-wins .zapciw-stats {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .single-product #zapciw-instant-wins h2.zapciw-title,
  .single-product #zapciw-instant-wins .zapciw-inner,
  .single-product #zapciw-instant-wins .zapciw-stats {
    margin: 0 15px;
  }
}
.single-product #zapciw-instant-wins h2.zapciw-title {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 3rem;
  color: #ffffff;
}
.single-product #zapciw-instant-wins h2.zapciw-title:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  .single-product #zapciw-instant-wins h2.zapciw-title {
    font-size: 2.2rem;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped {
  box-shadow: none;
  margin-bottom: 2rem;
  border-radius: 0;
  padding: 1.5rem;
  background-color: #f3f3f3;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 2px solid #ffffff;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header {
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header p {
  margin-bottom: 0;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-prize-image {
  border-radius: 8px;
  margin: 0;
  max-width: 60px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-prize-title {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #474e53;
  margin: 0;
  line-height: 1;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-prize-info .zapciw-prize-remaining {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.6rem 2rem;
  border-radius: 4px;
  margin-top: 6px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-prize-info .zapciw-prize-remaining .zapciw-remaining-count {
  font-weight: inherit;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-trigger-table-button {
  background-color: #000000;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-trigger-table-button:before {
  content: "";
  background-image: url("/wp-content/themes/payout-comps-theme/assets/images/global/chevron.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped .zapciw-prize-group-header .zapciw-trigger-table-button .fa {
  display: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.grouped.open .zapciw-trigger-table-button:before {
  transform: rotate(-90deg);
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.open .zapciw-prize-details {
  border-top: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-details ul.nav li.nav-item button.pills-prizes-link,
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-details ul.nav li.nav-item button.pills-description-link {
  display: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-details .tab-content.zapciw-prize-details-tab-content {
  padding: 0;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid {
  grid-template-columns: repeat(6, 1fr) !important;
}
@media screen and (max-width: 870px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media screen and (max-width: 600px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 500px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket {
  border-radius: 6px;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket.ticket-won {
  opacity: 0.2;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .zapciw-ticket-top {
  background: transparent;
  border: 2px solid #008bea;
  border-bottom: none;
  padding: 0.5rem 0.5rem 0;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .ticket-title {
  background-color: transparent;
  color: #000000;
  padding: 1rem 0.5rem;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .ticket-number {
  font-size: 2.4rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  border-radius: 6px 6px 0 0;
  padding: 1rem 1.5rem 0.5rem;
  font-size: 2rem;
  opacity: 1;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .ticket-number:before {
  content: "#";
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket.group-ticket .ticket-number {
  font-size: 2.4rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket.group-ticket .zapciw-ticket-middle {
  border-radius: 6px 6px 0 0;
  font-size: 2rem;
  background: #ffffff;
  border: 2px solid #008bea;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .zapciw-ticket-middle:has(.ticket-title) {
  border-radius: 0;
  border: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .zapciw-ticket-middle:has(.ticket-title) .ticket-title {
  font-size: 1.2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: transparent;
  color: #000000;
  padding: 5px 0.5rem 10px;
  border: none;
  border: 2px solid #008bea;
  border-top: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .zapciw-ticket-bottom {
  background: #008bea;
  background: linear-gradient(180deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: 2px 2px 4px;
  border-radius: 0;
  opacity: 1;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid .zapciw-ticket .zapciw-ticket-bottom.ticket-number {
  font-size: 1.6rem;
}
.single-product #zapciw-instant-wins .zapciw-stats {
  text-align: center;
  color: #ffffff;
}
.single-product div#zapc-accordion {
  display: flex;
  flex-direction: column;
}
.single-product .zap-competition-accordion-wrapper {
  margin-top: 7rem;
  margin-bottom: 7rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .single-product .zap-competition-accordion-wrapper {
    margin-top: 2rem;
  }
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card:last-child .card-header {
  border-bottom-color: #eaeef0;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header {
  border: none;
  border-top: 2px solid #eaeef0;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  padding: 1.6rem 0 1.5rem;
  transition: all 0.2s ease-in-out;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header:has(button[aria-expanded=true]) {
  border-bottom-color: #eaeef0;
}
.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.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 3rem;
  border: none;
  background: transparent;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  color: #ffffff;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  .single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button {
    font-size: 2.2rem;
  }
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: 2rem;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-header h2 button span.accordion-icon:before {
  content: "";
  background-image: url("/wp-content/themes/payout-comps-theme/assets/images/global/chevron-black.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  -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[aria-expanded=false] span.accordion-icon:before {
  transform: rotate(-90deg);
}
.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 {
  color: #ffffff;
  padding: 2rem 4rem;
  background-color: transparent;
}
.single-product .zap-competition-accordion-wrapper #zap-competition-accordion .card-body a {
  color: #525252;
}
.single-product .zapc-related-products {
  position: relative;
}
.single-product .zapc-related-products section.related {
  background-color: transparent;
  max-width: 1300px;
  margin: 0 auto;
  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 h2.section-title {
  margin-bottom: 4.5rem;
}
.single-product .modal-content {
  background-color: #00162d;
  padding: 2rem;
  border-radius: 12px;
  border: none;
  color: #ffffff;
}
.single-product .modal-content img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.single-product .modal-content .modal-body p {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 2rem 2rem 0;
}
.single-product .modal-content .modal-footer {
  border-top: none;
  flex-wrap: nowrap;
}
.single-product .modal-content .modal-footer .btn {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
  justify-content: center;
}
.single-product .modal-content .modal-footer .btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.single-product .modal-content .modal-footer .btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}
.single-product .single-view-all-wrapper {
  text-align: center;
}
@media screen and (max-width: 660px) {
  .single-product .single-view-all-wrapper {
    margin-top: -30px;
  }
}
.single-product .single-view-all-wrapper .view-all-btn {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  display: inline-flex;
  margin: 0 auto 4rem;
}
.single-product .single-view-all-wrapper .view-all-btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.single-product .single-view-all-wrapper .view-all-btn:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}

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

#customer_login h2.card-title {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#customer_login h2.card-title:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  #customer_login h2.card-title {
    font-size: 2.2rem;
  }
}
#customer_login h2.card-title:before {
  content: none;
}
#customer_login .card-body {
  border-radius: 15px;
  color: #474e53;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#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 {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
}
#customer_login .form-group button:hover,
#customer_login .form-group .float-right:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
#customer_login .form-group button:hover,
#customer_login .form-group .float-right:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}
#customer_login .form-group:has(.float-right) {
  margin-top: 0 !important;
}

/* ==========================================================================
   WooCommerce - Order page
   ========================================================================== */
body.woocommerce-order-received .thank-you-header img {
  margin: 0 auto;
}
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: #ffffff;
}
body.woocommerce-order-received ul.woocommerce-order-overview li {
  border-color: #ffffff;
}
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: #00162d;
  padding: 1rem;
  border-radius: 5px;
}
body.woocommerce-order-received .card-body {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  background-color: #f3f3f3;
  border: 4px solid #ffffff;
  padding: 2rem;
  border-radius: 12px;
}
body.woocommerce-order-received .card-body .table .thead-light th {
  color: #00162d;
  background-color: transparent;
  border-color: #717576;
}
body.woocommerce-order-received .card-body .table-bordered th,
body.woocommerce-order-received .card-body .table-bordered td {
  border-color: #717576;
}
body.woocommerce-order-received .card-body a {
  color: #00162d;
}
body.woocommerce-order-received .card-body p,
body.woocommerce-order-received .card-body strong {
  color: #00162d;
}
body.woocommerce-order-received .card-body button {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
}
body.woocommerce-order-received .card-body button:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
body.woocommerce-order-received .card-body button:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
body.woocommerce-order-received .card-body button .badge {
  margin-right: 1rem;
}

.zapciw-results-modal .modal-header,
.zapciw-results-modal .modal-body,
.zapciw-results-modal .modal-footer,
.zapciw-results-modal .claim-message {
  background-color: #f3f3f3;
}
.zapciw-results-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.zapciw-results-modal .btn-primary:focus,
.zapciw-results-modal .btn-primary.focus {
  color: #000000;
}
.zapciw-results-modal .zapciw-result-tickets .ticket {
  border-radius: 8px;
}
.zapciw-results-modal .zapciw-result-tickets .ticket.no-win {
  opacity: 0.6;
  border: 1px solid #3a3939;
}
.zapciw-results-modal .zapciw-result-tickets .ticket.win {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
  border: none;
}
.zapciw-results-modal .zapciw-result-tickets .ticket.win .ticket-no {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* ==========================================================================
   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.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
  font-size: 1.4rem;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:hover,
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:hover,
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}
.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: #008bea;
  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: #008bea;
  border-radius: 100%;
  margin-top: -3.5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group .input-group-text {
  color: #ffffff;
  background-color: #008bea;
  padding: 0 1rem;
  border: none;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group .form-control {
  border-color: #008bea;
}
.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: #008bea;
  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: #ffffff;
}

/* ==========================================================================
   Page Template - Contact
   ========================================================================== */
.page-template-contact .container.main-container {
  max-width: 850px;
  margin: 0 auto 12rem;
}
.page-template-contact .card-body {
  padding: 5rem;
  border-radius: 10px;
}
.page-template-contact .card-body button {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
  font-size: 1.8rem;
  justify-content: center;
  width: calc(100% - 100px);
  left: 50%;
  transform: translateX(-50%);
}
.page-template-contact .card-body button:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.page-template-contact .card-body button:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  color: #422704;
}
.page-template-contact .card-body .text-muted {
  color: #f1622c !important;
}

/* ==========================================================================
   Page Template - Legal
   ========================================================================== */
.page-template-legal .container.main-container {
  max-width: 850px;
  margin: 0 auto 12rem;
}
.page-template-legal .container.main-container > p {
  padding: 0 30px;
}
.page-template-legal .container.main-container > p strong {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-template-legal .container.main-container > .wp-block-list {
  padding: 0 3px;
}
.page-template-legal .container.main-container > ol > li:has(> strong)::marker {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-template-legal .container.main-container > ol > li > strong {
  font-size: 2rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-template-legal .container.main-container > ol > li > ol,
.page-template-legal .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) {
  border-radius: 3px;
  background-color: #ffffff !important;
}
.page-template-legal .container.main-container .nav {
  gap: 1rem;
}
.page-template-legal .container.main-container a.nav-link {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: capitalize;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e8ed;
  color: #000000;
  padding: 0.75rem 2rem;
}
.page-template-legal .container.main-container a.nav-link:hover, .page-template-legal .container.main-container a.nav-link.active {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
  border-color: transparent;
}
.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 {
  font-size: 2rem !important;
  font-family: "Blinker", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  color: #000000 !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 {
  font-size: 1.6rem !important;
  font-family: "Fustat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #000000 !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 {
  color: #000000 !important;
}

/* ==========================================================================
   Page Template - Winner Archive
   ========================================================================== */
.post-type-archive-winner .zapct-winners > .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 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 {
    gap: 1rem;
  }
}

/* ==========================================================================
   Page Template - Draw Results
   ========================================================================== */
.page-id-52 .container.main-container {
  max-width: 850px;
  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 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.4rem;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #eaeef0;
  background: #003468;
  max-width: 500px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 576px) {
  .zapc-competition-results-wrapper .nav-tabs {
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link {
  font-size: 1.2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  background: transparent;
  text-transform: uppercase;
  color: #005ba5;
  text-align: center;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 0;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link.active, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover {
  background: #00162d;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link.active span, .zapc-competition-results-wrapper .nav-tabs .nav-item a.nav-link:hover span {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
}

.result-wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .result-wrap {
    padding-left: 2rem;
  }
}
.result-wrap .zapct-winner-card {
  border: none;
  padding-top: 4rem;
  margin-bottom: 6rem !important;
  background-color: transparent;
  position: relative;
}
.result-wrap .zapct-winner-card:after {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/draw-results/draw-result-dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 4px;
  height: 52px;
  position: absolute;
  left: 2.5rem;
  top: 100%;
}
.result-wrap .zapct-winner-card:nth-last-child(2):after {
  content: none;
}
.result-wrap .zapct-winner-card i {
  display: none;
}
.result-wrap .zapct-winner-card .card-body {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  padding: 2.5rem 3rem;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #eaeef0;
}
@media screen and (max-width: 640px) {
  .result-wrap .zapct-winner-card .card-body {
    padding: 2.5rem 2rem 2rem;
  }
}
.result-wrap .zapct-winner-card .card-body .card-title {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 3rem;
  position: absolute;
  top: 0;
  left: 2.5rem;
  color: #ffd110;
}
.result-wrap .zapct-winner-card .card-body .card-title:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  .result-wrap .zapct-winner-card .card-body .card-title {
    font-size: 2.2rem;
  }
}
.result-wrap .zapct-winner-card .card-body .card-title:before {
  content: none;
}
@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: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #474e53;
  text-align: left;
  background-color: #eaeef0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1.8rem;
  position: relative;
  border-radius: 6px;
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result:before {
  content: "";
  background-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/golden-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 576px) {
  .result-wrap .zapct-winner-card .card-body .zapct-single-result {
    font-size: 1.3rem;
  }
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result strong {
  font-weight: 400;
}

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

.zapct-entry-list .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.zapct-entry-list .card-wrapper {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 2rem;
  position: relative;
  background-color: #f3f3f3;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.zapct-entry-list .card-wrapper .card-body {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  padding: 0;
}
.zapct-entry-list .card-wrapper .card-body .entry-list-image-wrapper {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.8rem 0 2rem;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.zapct-entry-list .card-wrapper .card-body .entry-list-image-wrapper img {
  max-width: 32px;
}
@media screen and (max-width: 600px) {
  .zapct-entry-list .card-wrapper .card-body .entry-list-image-wrapper {
    display: none;
  }
}
.zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 900px) {
  .zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper .entry-title-date-wrapper {
    width: 65%;
  }
}
.zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper h5,
.zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper p {
  margin-bottom: 0;
}
.zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper h5 {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #00162d;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper h5 {
    align-items: flex-start;
    gap: 1rem;
  }
}
.zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper p {
  font-size: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #474e53;
}
.zapct-entry-list .card-wrapper .card-body .card-text:last-child {
  margin-left: auto;
  margin-right: 2.8rem;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  font-size: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary:hover {
  background: #00162d;
  color: #ffffff;
  outline: none;
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body {
    flex-direction: column;
    gap: 0;
  }
  .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 .container.main-container {
  max-width: 850px;
  margin: 0 auto 12rem;
}
.post-type-archive-faq .card {
  background-color: #f3f3f3;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.post-type-archive-faq .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.post-type-archive-faq .card-header h5 {
  border-radius: 0;
  position: relative;
}
.post-type-archive-faq .card-header h5 button {
  font-size: 2.4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  color: #00162d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 2rem 3rem;
  border-radius: 5px 5px 0 0;
  border: none;
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 700px) {
  .post-type-archive-faq .card-header h5 button {
    padding: 2rem;
    align-items: start;
  }
}
.post-type-archive-faq .card-header h5 button:after {
  content: none;
}
.post-type-archive-faq .card-header h5 button span.accordion-icon {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: auto;
}
.post-type-archive-faq .card-header h5 button span.accordion-icon:before {
  content: "";
  background-image: url("/wp-content/themes/payout-comps-theme/assets/images/global/chevron-black.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.post-type-archive-faq .card-header h5 button[aria-expanded=false] {
  border-radius: 5px;
}
.post-type-archive-faq .card-header h5 button[aria-expanded=false] span.accordion-icon:before {
  transform: rotate(90deg);
}
.post-type-archive-faq .card-header h5 button:focus {
  box-shadow: none;
}
.post-type-archive-faq .card-body {
  color: #525252;
  background-color: transparent;
  padding: 1.4rem 2.7rem 2.7rem;
}

/* ==========================================================================
   WooCommerce - Instant Wins
   ========================================================================== */
/* ==========================================================================
   Page Template - Reveal the Winner
   ========================================================================== */
/* ==========================================================================
   Home Block - App Block
   ========================================================================== */
body .zapct-app-block {
  background: #00162d;
  height: 390px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .zapct-app-block {
    padding-left: 50px;
    height: auto;
  }
}
body .zapct-app-block:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/payout-comps-theme/assets/images/app/app-image-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  height: 150%;
  aspect-ratio: 16/9;
  right: 0;
  bottom: -116px;
}
@media screen and (max-width: 768px) {
  body .zapct-app-block:after {
    content: none;
  }
}
body .zapct-app-block > .row {
  width: 100%;
}
body .zapct-app-block .app-block-wrapper {
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body .zapct-app-block .app-block-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
body .zapct-app-block .app-block-inner h2,
body .zapct-app-block .app-block-inner p {
  color: #ffffff;
}
body .zapct-app-block .app-block-inner h2 {
  font-size: 4.8rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .zapct-app-block .app-block-inner h2 span {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body .zapct-app-block .app-block-inner h2 h2 {
    font-size: 3.6rem;
  }
}
body .zapct-app-block .app-block-inner p {
  font-size: 1.2rem;
  max-width: 70%;
}
@media screen and (max-width: 750px) {
  body .zapct-app-block .app-block-inner p {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
body .zapct-app-block .app-block-inner .zapct-app-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body .zapct-app-block .app-block-inner .zapct-app-buttons .coming-soon::after {
  background: #008bea;
  opacity: 1;
}
body .zapct-app-block .app-block-inner .zapct-app-buttons a.zapct-app-button {
  margin: 0;
}
body .zapct-app-block .app-block-inner .zapct-app-buttons img {
  max-height: 50px;
  max-width: 100%;
}
@media screen and (max-width: 1030px) {
  body .zapct-app-block .app-block-inner .zapct-app-buttons img {
    max-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  body .zapct-app-block .app-block-inner .zapct-app-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  body .zapct-app-block .app-block-inner .zapct-app-buttons {
    flex-direction: column;
  }
}
body .zapct-app-block img.app-mockup {
  display: none;
}
@media screen and (max-width: 768px) {
  body .zapct-app-block img.app-mockup {
    display: block;
    margin-top: 30px;
    max-width: 200px;
  }
}

/* ==========================================================================
   Home Block - Carousel
   ========================================================================== */
.zapct-carousel-wrapper {
  padding: 0 4rem;
}
@media screen and (max-width: 990px) {
  .zapct-carousel-wrapper {
    padding: 0 2rem;
  }
}

.carousel {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.carousel .carousel-indicators {
  bottom: 8rem;
}
.carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-clip: unset;
  border-top: none;
  border-bottom: none;
}
.carousel .carousel-indicators li.active {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
}
@media screen and (max-width: 920px) {
  .carousel .carousel-indicators {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel .carousel-item {
    height: 50vh;
  }
}
@media screen and (max-width: 576px) {
  .carousel .carousel-item {
    height: 75vh;
    min-height: 600px;
    max-height: 640px;
  }
}
.carousel .carousel-item .overlay {
  display: none;
}
.carousel .carousel-item img.carousel-image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.carousel .carousel-item .carousel-caption {
  bottom: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 0;
  padding: 1.9rem 3.2rem;
}
@media screen and (max-width: 576px) {
  .carousel .carousel-item .carousel-caption {
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    width: 100%;
    align-items: center;
  }
}
.carousel .carousel-item .carousel-caption .title,
.carousel .carousel-item .carousel-caption .category {
  padding: 0;
}
@media screen and (max-width: 576px) {
  .carousel .carousel-item .carousel-caption .title,
  .carousel .carousel-item .carousel-caption .category {
    text-align: center;
  }
}
.carousel .carousel-item .carousel-caption .title {
  order: 0;
  background: transparent;
  max-width: 100%;
}
.carousel .carousel-item .carousel-caption .title h2 {
  font-size: 5.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
.carousel .carousel-item .carousel-caption .title h2 span {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .carousel .carousel-item .carousel-caption .title h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .carousel .carousel-item .carousel-caption .title h2 {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.carousel .carousel-item .carousel-caption .category {
  font-size: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  order: 1;
  background: transparent;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 992px) {
  .carousel .carousel-item .carousel-caption .category {
    margin-bottom: 3.2rem;
  }
}
.carousel .carousel-item .carousel-caption .link {
  order: 2;
}
.carousel .carousel-item .carousel-caption .link a.btn-primary {
  width: 240px;
  justify-content: space-between;
}
.carousel .carousel-item .carousel-caption .link a.btn-primary:after {
  content: "";
  -webkit-mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/arrow.svg);
  mask-image: url(/wp-content/themes/payout-comps-theme/assets/images/global/arrow.svg);
  mask-repeat: no-repeat;
  background: #422704;
  display: block;
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Home Block - Custom Blocks
   ========================================================================== */
.trustpilot-logo-wrapper img {
  width: 205px;
  margin: 0 auto;
}

/* ==========================================================================
   Home Block - Image Block
   ========================================================================== */
/* ==========================================================================
   Home Block - Next Draw
   ========================================================================== */
.zapct-next-draw {
  box-shadow: 0 4px 8px 0 rgba(0, 22, 45, 0.15);
  max-width: 960px;
  margin: 40px auto 30px;
  border-radius: 12px;
  border: 4px solid #eaeef0;
  background-color: #ffffff;
  padding: 1.5rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .zapct-next-draw {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 40px 15px;
  }
  .zapct-next-draw > .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 830px) {
  .zapct-next-draw {
    margin: 40px auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .zapct-next-draw {
    margin: 40px 15px;
    max-width: 100%;
  }
}
.zapct-next-draw .align-items-center {
  gap: 4rem;
  justify-content: center !important;
}
@media screen and (max-width: 992px) {
  .zapct-next-draw .align-items-center {
    gap: 2rem;
  }
}
@media screen and (max-width: 830px) {
  .zapct-next-draw .align-items-center {
    flex-direction: column;
  }
}
.zapct-next-draw .align-items-center .until-next {
  font-size: 2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  order: 0;
}
@media screen and (max-width: 992px) {
  .zapct-next-draw .align-items-center .until-next {
    font-size: 1.8rem;
  }
}
.zapct-next-draw .align-items-center div#draw-countdown {
  order: 1;
  max-width: 340px;
}
@media screen and (max-width: 992px) {
  .zapct-next-draw .align-items-center div#draw-countdown {
    max-width: 280px;
  }
}
.zapct-next-draw .align-items-center .link {
  order: 2;
}
.zapct-next-draw .align-items-center .link .btn-primary {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  padding: 1.4rem 1.7rem;
  border-radius: 7px;
}
.zapct-next-draw .align-items-center .link .btn-primary:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.zapct-next-draw .align-items-center .link .btn-primary:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}

/* ==========================================================================
   Home Block - Products
   ========================================================================== */
.zapct-products.zapct-homepage-section .zapc-product-cat-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.zapct-products.zapct-homepage-section .zapc-product-cat-filter-list ul.product-filter {
  background-color: #eaeef0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 1rem;
  margin: 0;
  padding: 1rem;
  border-radius: 8px;
}
.zapct-products.zapct-homepage-section .zapc-product-cat-filter-list ul.product-filter li {
  line-height: 1;
}
.zapct-products.zapct-homepage-section .zapc-product-cat-filter-list ul.product-filter a.filter-button {
  font-size: 1.4rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #474e53;
  text-transform: capitalize;
  padding: 1rem 5rem 1rem;
  border-radius: 4px;
  display: block;
}
.zapct-products.zapct-homepage-section .zapc-product-cat-filter-list ul.product-filter a.filter-button:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}
.zapct-products.zapct-homepage-section .zapct-product-cat-filter > .container {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .zapct-products.zapct-homepage-section .zapct-product-cat-filter > .container {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .zapct-products.zapct-homepage-section .zapct-product-cat-filter {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .zapct-products.zapct-homepage-section div.woocommerce ul.products {
    margin-right: 0;
    margin-left: 0;
  }
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap {
  display: flex;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  display: inline-flex;
  margin: 2rem auto;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
.zapct-products.zapct-homepage-section .zapct-homepage-button-wrap a.btn:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}

/* ==========================================================================
   Home Block - Reviews
   ========================================================================== */
.home .zapct-reviews-embed {
  padding: 5rem 0;
}

/* ==========================================================================
   Home Block - Stats
   ========================================================================== */
#zapct-homepage-stats {
  position: relative;
  padding: 0 0 5rem;
  margin-top: -60px;
  z-index: 1;
}
@media screen and (max-width: 930px) {
  #zapct-homepage-stats {
    margin-top: 20px;
  }
}
#zapct-homepage-stats .homepage-stats-inner {
  display: flex;
  justify-content: center;
  gap: 7rem;
  padding: 2.5rem 4rem;
  margin: 0 auto;
  position: relative;
  background-color: #00162d;
  max-width: 1070px;
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 1150px) {
  #zapct-homepage-stats .homepage-stats-inner {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 990px) {
  #zapct-homepage-stats .homepage-stats-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #zapct-homepage-stats .homepage-stats-inner {
    padding: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}
#zapct-homepage-stats .homepage-stats-inner .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#zapct-homepage-stats .homepage-stats-inner .stat-item img {
  display: block;
  width: 48px;
}
@media screen and (max-width: 1000px) {
  #zapct-homepage-stats .homepage-stats-inner .stat-item img {
    width: 28px;
  }
}
#zapct-homepage-stats .homepage-stats-inner .stat-item h3 {
  font-size: 4rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}
#zapct-homepage-stats .homepage-stats-inner .stat-item h3 span {
  font-size: 1.6rem;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: block;
  color: #008bea;
}
@media screen and (max-width: 1070px) {
  #zapct-homepage-stats .homepage-stats-inner .stat-item {
    gap: 2rem;
  }
  #zapct-homepage-stats .homepage-stats-inner .stat-item h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 930px) {
  #zapct-homepage-stats .homepage-stats-inner .stat-item h3 {
    font-size: 2.2rem;
  }
  #zapct-homepage-stats .homepage-stats-inner .stat-item h3 span {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
   Home Block - Steps
   ========================================================================== */
body #zapct-homepage-steps h2.section-title {
  color: #ffffff;
}
body #zapct-homepage-steps h2.section-title .title-span {
  color: #008bea;
}

#zapct-homepage-steps {
  background-color: #00162d;
  padding: 60px 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-steps {
    padding: 5rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #zapct-homepage-steps {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 660px) {
  #zapct-homepage-steps .container {
    padding: 0 4rem;
  }
}
#zapct-homepage-steps .container .homepage-steps-inner {
  padding: 0;
  position: relative;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-steps .container .homepage-steps-inner {
    padding: 0;
    margin: 0 auto;
  }
}
#zapct-homepage-steps .container .homepage-steps-inner > .row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.6rem;
  gap: 1.8rem;
}
#zapct-homepage-steps .container .homepage-steps-inner > .row:last-child {
  margin-bottom: 0;
}
#zapct-homepage-steps .container .homepage-steps-inner > .row > .col-md {
  background: #008bea;
  background: linear-gradient(180deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  border-radius: 12px;
  padding: 0;
  border: none;
  overflow: hidden;
}
#zapct-homepage-steps .container .homepage-steps-inner .item {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
}
#zapct-homepage-steps .container .homepage-steps-inner .item .step-number {
  background: #ffd110;
  background: linear-gradient(90deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  font-size: 4.8rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #422704;
  width: 100%;
  max-width: 75px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
#zapct-homepage-steps .container .homepage-steps-inner .item .item-text-wrapper {
  padding: 2.8rem 2.4rem 2.8rem 0;
}
#zapct-homepage-steps .container .homepage-steps-inner .item h3 {
  font-size: 2rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
}
#zapct-homepage-steps .container .homepage-steps-inner .item p {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #zapct-homepage-steps .container .homepage-steps-inner .item .step-number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #zapct-homepage-steps .container .homepage-steps-inner .item {
    gap: 2rem;
  }
  #zapct-homepage-steps .container .homepage-steps-inner .item h3,
  #zapct-homepage-steps .container .homepage-steps-inner .item p {
    text-align: left;
  }
}

/* ==========================================================================
   Home Block - Winners
   ========================================================================== */
#zapct-homepage-winners .zapct-homepage-button-wrap a {
  font-size: 1.6rem;
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #422704;
  background: #ffffff;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.6rem 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  margin-top: 30px;
}
#zapct-homepage-winners .zapct-homepage-button-wrap a:hover {
  background: #ffd110;
  background: linear-gradient(180deg, rgb(255, 209, 16) 0%, rgb(255, 182, 0) 50%, rgb(226, 135, 3) 100%);
  border: none;
  color: #422704;
}
#zapct-homepage-winners .zapct-homepage-button-wrap a:hover {
  background: #008bea;
  background: linear-gradient(90deg, rgb(0, 139, 234) 0%, rgb(0, 91, 165) 100%);
  color: #ffffff;
}

/* ==========================================================================
   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 */