.spinner-container {
	width: 100%;
}

.spinner-available-spin {
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 24px;
	margin: 2px auto 28px auto;
	border-radius: 22px;
	font-size: 22px;
	max-width: 240px;
	text-align: center;
	font-size: 22px;
	padding: 10px 20px;
	font-weight: 700;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap,
.woocommerce ul.products.woo-archive-action-on-hover li.product .lottery-time-countdown,

.woocommerce ul.products.woo-archive-action-on-hover li.product .entry-content-wrap {
    transform: translateY(-2rem);
}
.woocommerce ul.products li.product .lottery-time-countdown {
	transition: transform .3s cubic-bezier(.17,.67,.35,.95);
	background: #fff;
	border-radius: 15px 15px 0px 0px;
	box-shadow: 5px 5px 111px -10px #ddd;
	margin-bottom: 3px !important;
	margin: 10px;
}
.spin-button {
	text-align: center;
}

#spin {
	font-size: 1rem;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.li.purchasable.product-type-lottery{
	position: relative
}

.wheel-img{
	max-width: 100px;
}

.wc_payment_method.payment_method_cashflows_card img{
	max-width: 70px;
}
.payment-button-style {
	background-color: #f44336;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 19px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.payment-button-style:hover {
	background-color: #c21e12;
}
/* Wheel Card Design */
.wheel-card-wrapper {
	background: white;
	border-radius: 20px;
	/* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
	overflow: hidden;
	text-align: center;
	margin: auto;
	 transition: transform 0.8s ease; 
	 transform: translateY(0rem); 
}


.wheel-card img {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.wheel-card .timer {
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	background: #f9f9f9;
}

.wheel-card .timer div {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}

.wheel-card .title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;
	text-transform: uppercase;
}
.products .wheel-progress-meter{
	text-align:left !important;
	
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	min-height: 68px !important;
	padding: 0;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
	position: initial !important;
	width: auto;
	bottom: -2rem;
	left: 0;
	margin-top: auto;
	padding: inherit;
	right: 0;
	opacity: 1;
	transition: opacity .3s cubic-bezier(.17,.67,.35,.95);
}
.products .wheel-progress-meter .zero {
	display: block;
	text-align: left !important;
	font-size: 12px;
	margin-bottom: -8px;
}
.wheel-progress-meter progress {
    width: 100%;
    appearance: none; /* reset default styles */
    -webkit-appearance: none;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eee;
	height: 8px !important;
}

/* Chrome / Safari */
.wheel-progress-meter progress::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 20px;
}

.wheel-progress-meter progress::-webkit-progress-value {
    background: linear-gradient(90deg, #4caf50, #8bc34a);
    border-radius: 20px;
}

/* Firefox */
.wheel-progress-meter progress::-moz-progress-bar {
    background: linear-gradient(90deg, #ffb700, #ffb700);
    border-radius: 20px;
}
.zero {
	margin-top: 0px !important;
}
.label {
	font-size: 13px;
	background: #ffe600;
	padding: 3px 8px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 8px;
	width: fit-content;
	display: flex;
	align-items: baseline;
	margin: 10px auto;
	height: ;
}

.stats {
	font-size: 12px;
	color: #777;
	margin: 4px 0;
	display: grid;
	grid-template-columns: auto auto;
	align-items: flex-end;
}


.wheel-button-price {
	display: grid;
	grid-template-columns: auto auto;
	align-items: last baseline;
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}

.woocommerce ul.products li.product .entry-content-wrap {
	margin: 0;
	padding: 1rem 0.5rem 1.5rem !important;
}
.product:focus-within .wheel-button-price,
.product:hover .wheel-button-price {
	transition: 0.8s;
}

.wheel-button-price .btn {
	display: inline-block;
	background: #ffb700;
	color: black;
	padding: 6px;
	border-radius: 30px;
	font-weight: bold;
	/* margin: 10px auto 15px; */
	text-decoration: none;
	transition: background 0.3s;
	font-size: 13px;
}
.wheel-button-price .btn:hover {
	background: #e6a800;
}

.wheel-per-limited {
	display: grid;
	grid-template-columns: auto auto;
	align-items: baseline;
}
.wheel-per-limited span:first-child {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.wheel-modal-container {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: -45%;
	background: #fff;
	border-radius: 20px 20px 20px 20px;
	left: 0;
	
}
.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap, 
.woocommerce ul.products.woo-archive-action-on-hover li.product
.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap {
	transform: translateY(-2rem);
}
.wc-block-components-product-image {
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-position: center;
}
 .progress {
    padding: 0 30px !important;
	line-height: 0 !important;
  }

  .progress progress {
    width: 100%;
    height: 8px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  /* Webkit (Chrome, Safari) */
  .progress progress::-webkit-progress-bar {
    background-color: #eee !important;
    border-radius: 10px !important;
  }

  .progress progress::-webkit-progress-value {
    background-color: #4caf50 !important;
    border-radius: 10px !important;
  }

  /* Firefox */
  .progress progress::-moz-progress-bar {
    background-color: #4caf50 !important;
    border-radius: 10px !important;
  }
  .products .ticket-info{
	  text-align: center
  }
  .products .ticket-info .lottery-remaining{
	  width: 100% !important;
  }
  .products .ticket-info .lottery-sold {
	width: 100% !important;
	text-align: center;
}
.products .ticket-info {
	display: grid;
	grid-template-columns: auto auto;
	align-items: baseline;
}
.lottery-days {
	display: none !important
}
.lottery-remaining {
	 margin-left: 0em !important;
}
.woocommerce ul.products li.product .entry-content-wrap {
	text-align: center
}
.products .lottery-time-countdown.is-wc_lotery_countdown {
	margin-bottom: 2em;
}
.products .wcl-progress-meter {
	margin-top: 4px;
}
.store-credit a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	background-color: #000;
	border-radius: 25px;
	font-weight: 600;
	transition: background 0.3s;
	color: #fff !important;
}
.store-credit a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.store-credit a svg{
    margin-right: 8px;
    font-size: 16px;
}
 .glitter {
    filter: drop-shadow(0 0 4px #FFD700);
    animation: glitterPulse 1s infinite ease-in-out;
  }

  @keyframes glitterPulse {
    0%, 100% {
      opacity: 1;
      filter: drop-shadow(0 0 6px #FFD700);
    }
    50% {
      opacity: 0.6;
      filter: drop-shadow(0 0 2px #FFD700);
    }
  }

.spin-winner-container{
	max-width: 400px;
	width: 100%;
	border-radius: 12px;
}
.spin-winner {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	padding: 10px 5px;
}

.winners {
	padding: 10px 30px 10px 10px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
	cursor: pointer;
	transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
	background-color: #fff;
	display: grid;
	grid-template-columns: auto auto;
	gap: 1px;
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #a4a4a4;
}
.winners:hover {
	transform: scale(1.2);
	box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
	grid-template-columns: auto auto auto;
	border-top: none;
	border-bottom: none;
}

.winner-date{
	display: none
}
.winners:hover .winner-date{
	display: block
}
.winners .name {
  color: #979cb0;
  font-weight: 600;
  letter-spacing: 0.64px;
  margin-left: 12px;
}
.winners .winner-date{
  text-align: right;
}
.winner-prize{
	text-align: right
}
.winners .winner-date{
	text-align: right;
}
.load-more-btn {
	display: block;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent !important;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.3s;
}
.load-more-btn:hover {
   color: #fff !important;
}
button[data-status='closed'] {
	display: none;
}
.spin-banner {
  background: linear-gradient(45deg, #ffd700, #ff6f00);
  color: #000;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  margin: 20px auto;
  max-width: 600px;
  font-family: 'Arial', sans-serif;
}

.spin-banner p {
  margin: 0;
  font-size: 20px;
}

.spin-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.spin-btn:hover {
  background-color: #333;
}
.spinner-prizes {
  max-width: 700px;
  margin: 30px auto;
  padding: 20px;
  background: #f7f9fc;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

#spinner-prizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.prize {
  flex: 1 1 calc(25% - 15px);
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.prize.cash {
  background: linear-gradient(135deg, #ffe600, #ffd700);
  color: #333;
}

.prize.credit {
  background: linear-gradient(135deg, #00d4ff, #0099ff);
  color: #fff;
}

.prize:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.payment-form .modal-overlay{
	padding-bottom: 0px;
}
/*=================Claim cash form==================*/
.cash-claim-container .btn-submit{
	color: #fff !important
}
.cash-claim-container {
	max-width: 500px;
	margin: auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .logo {
      text-align: center;
      margin-bottom: 20px;
    }

    .logo img {
      width: 140px;
    }

.cash-claim-container h2 {
      font-size: 20px;
      color: #1c1c1c;
      text-align: center;
      margin-bottom: 30px;
    }

.cash-claim-container label {
      font-weight: bold;
      display: block;
      margin-bottom: 6px;
      color: #1c2c4c;
    }

.cash-claim-container input[type="text"],
.cash-claim-container input[type="number"] {
      width: 100%;
      padding: 12px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 16px;
    }

    .note {
      font-size: 14px;
      color: #333;
      margin-bottom: 20px;
    }

    .checkbox {
      margin-bottom: 20px;
    }

    .checkbox label {
      font-weight: normal;
      font-size: 14px;
      color: #333;
    }

    .btn-submit {
      display: block;
      width: 100%;
      background-color: #009cff;
      color: #fff !important;
      font-size: 16px;
      padding: 12px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .btn-submit:hover {
      background-color: #007ad1;
    }

    .footer {
      text-align: center;
      font-size: 13px;
      color: #666;
      margin-top: 30px;
    }

    .footer a {
      color: #00aaff;
      text-decoration: none;
    }

    @media (max-width: 768px) {
		.modal-box{
			top: 10%;
		}
		.modal-overlay {
			padding-bottom: 155px;
		}
	}
    @media (max-width: 500px) {
      .cash-claim-container  {
        margin: 20px;
        padding: 20px;
      }

      input[type="text"],
      input[type="number"] {
        font-size: 15px;
      }

      .btn-submit {
        font-size: 15px;
      }
    }
.confirm-policy {
	display: flex;
	align-items: initial;
	gap: 5px;
}
.section-title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1rem;
}
/*================End Claim cash form===============*/
.alert {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
}
.alert.success {
    background-color: #04AA6D;
}
.alert.warning {
    background-color: #ff9800;
}
.wheel-info.button.product_type_lottery.add_to_cart_button{
	display: none !important;
}
.wcl-progress-meter-product {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
	gap: 3px;
	padding: 2px;
	border-radius: 1rem;
	background: #fff;
	font-family: "Segoe UI", sans-serif;
}
.wcl-progress-meter-product .sold-percentage {

}

.wcl-progress-meter-product .progress-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wcl-progress-meter-product .progress-header {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
}

.wcl-progress-meter-product #product-progress-bar {
  width: 100%;
  height: 24px !important;
  border-radius: 24px;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
}

/* Progress bar styles */
progress::-webkit-progress-bar {
  background-color: #ffb700;
  border-radius: 8px;
}

progress::-webkit-progress-value {
  background: linear-gradient(90deg, #ffb700, #ff9800);
  border-radius: 8px;
}

progress::-moz-progress-bar {
  background: linear-gradient(90deg, #ffb700, #ff9800);
  border-radius: 8px;
}
.product-progress-wrapper{
	position: relative
}
.product-sold-ticket {
	position: absolute;
	bottom: 6px;
	right: 8px;
}

.custom-add-to-cart-loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid #fff;       /* spinner color */
  border-top: 2px solid #999;   /* contrasting top */
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.single_add_to_cart_button_wrapper {
	width: 100% !important;
	margin: 20px auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single_add_to_cart_button.button.alt{
	width: 100% !important;
	margin: 20px auto
}
/*-sliads*/
.slider-container {
	width: 100%;
	padding: 5px 10px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0,0,0,0.1);
	text-align: center;
}

    .slider-container h3 {
      margin-bottom: 15px;
      font-size: 1.2rem;
      color: #333;
    }

    .range-slider {
      width: 100%;
      margin: 15px 0;
      -webkit-appearance: none;
      appearance: none;
      height: 12px;
      border-radius: 8px;
      background: linear-gradient(90deg, #ff5722, #ff9800, #4caf50, #2196f3, #9c27b0);
      outline: none;
      transition: background 0.3s;
	  padding: 0 !important;
	  border: red !important;
	border-radius: 20px !important;
	  
    }

    /* Handle styles */
    .range-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid #ffb700;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .range-slider::-webkit-slider-thumb:hover {
      transform: scale(1.2);
    }
    .range-slider::-moz-range-thumb {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid #ffb700;
      cursor: pointer;
    }

    .min-max {
      display: flex;
      justify-content: space-between;
      font-size: 0.9rem;
      color: #666;
      margin-top: -5px;
    }
	.single_add_to_cart_button.button.alt {
		border: 1px solid #ffb700 !important;
		background: #ffb700 !important;
		color: black  !important;
	}
	.wcl-progress-meter {
		margin-bottom: 10px;
	}
	.tick {
		padding-bottom: 0px !important
	}
	.lottery-ajax-change {
		margin-top: 20px !important;
	}
	#kl_newsletter_checkbox_field{
		width: 100%;
		overflow: hidden;
	}
	

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
	background-color: #e91e63 !important;
	color: #fff !important;
}
/* Table wrapper */
.winner-list {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Header */
.winner-list thead {
    background: #111827;
    color: #ffffff;
}

.winner-list th {
    padding: 14px 16px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

/* Body rows */
.winner-list td {
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.winner-list tbody tr:hover {
    background: #f9fafb;
}

/* Competition links */
.winner-list a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 500;
}

.winner-list a:hover {
    text-decoration: underline;
}

/* Responsive layout */
@media (max-width: 768px) {
    .winner-list thead {
        display: none;
    }

    .winner-list tbody tr {
        display: block;
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        padding: 10px;
    }

    .winner-list td {
        display: flex;
        justify-content: space-between;
        padding: 10px 12px;
        border-bottom: none;
        font-size: 14px;
    }

    .winner-list td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #374151;
    }
}
#lottery-splide-list .lottery-time-countdown.is-wc_lotery_countdown {
	position: relative;
	z-index: 1;
	top: -10%;
}
#lottery-splide-list .lottery-time-countdown.is-wc_lotery_countdown .wc_lotery_countdown-row{
	margin-bottom: 0px !important;
	position: absolute;
	z-index: 9999999999;
	top: 52%;
	margin: 0 9px;
	width: 95%;
	padding: 8px 0;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.splide__slide.rpc-item img{
	border-radius: 15px 15px 0px 0px !important
}
.wheel-button-price .btn {
	text-align: center;
}

/* 2 columns for related products on mobile */
@media (max-width: 576px) {
   ul.products:not(.splide__list){
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }
	#lottery-splide-list .lottery-time-countdown.is-wc_lotery_countdown .wc_lotery_countdown-row{
		top: 38% !important
	}
	#lottery-splide-list .lottery-time-countdown.is-wc_lotery_countdown {
		margin-bottom: 0px !important;
		top: -13% !important;
	}
}

#lottery-splide .woocommerce-loop-product__title{
	line-height: 1 !important
}
#lottery-splide-track .woocommerce-loop-product__title a {
	font-size: 16px;
	font-weight: 500;
	font-family: ' font-family: 'Inter', sans-serif; /* match your countdown font (change if needed) */', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	display: block;
	text-align: center;
	font-size: 16px;
}
.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50% !important;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0 !important;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}
.splide__pagination {
	bottom: -1.5em !important;
}
.splide__pagination__page.is-active {
	background: #b7b7b7 !important;
}