.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:30px 32px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:98%;background:#fff;padding:9px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{border: 2px solid white;border-radius: 50px;position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

.modal .wrapper{display: flex; align-items: center; flex-wrap: wrap; justify-content:center;visibility:hidden; }

.modal .wrapper .ticket-top{
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: space-between;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  margin: 5px 5px;
font-size: 12px;
}
div.enter-again > form > button{ font-size: 15px !important;}
.modal { /* max-height: 95%; */ height: auto;}
  .modal .wrapper .ticket-middle .ticket-number{ color: black !important;}

  .modal .wrapper .ticket-number{ padding: 10px;, color: black !important;}
  .modal .wrapper .ticket-bottom{ padding: 10px; border-radius: 0 0 10px 10px;}
  .modal .wrapper .won{color: #000 ; background: #fbad00; }
  .modal .wrapper .won .ticket-bottom{ padding: 10px;  border-radius: 0 0 10px 10px;}

  .scratch {padding: 10px; margin: 10px; box-sizing: border-box;}
  .scratch > img{display: none !important;}
  .scratch canvas {top:0; left: 0;}
  .modal1 h4 {text-align: center; text-transform: uppercase;}

  .instant-winn::before {
    content: "🏆 " !important;
  }
  .wc-item-meta.instant-winn {
    background-color: gold;
    color: black;
    padding: 5px !important;
    font-weight: 700;
    border-radius: 5px;
}

a.click-to-scrach.heartbeat-scratch {
	display: block;
  background: #ffb000;
  padding: 13px;
  border-radius: 5px;
  font-weight: 700;
  color: black !important;
  text-decoration: none !important;
  width: fit-content;
}
a.click-to-scrach:hover {
background: #d19000;
}

div.enter-again > form.buy-now.cart {
	margin-bottom: 10px !important;
}

.modal h4 {color: #000 !important; text-align: center;    font-weight: 600;}

.woocommerce-table__product-name.product-name{position: relative;}

#scratch-ajax { 
	position: absolute;
	display: none;
	top: 0;
	left: 10px;
    width: 95%;
    height: 100%;
    z-index: 10;
    opacity: 1;
	background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

#scratch-ajax .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scratch-ajax .spinner {
    width: 50px;
    height: 50px;
    border: 9px #ddd solid;
    border-top: 9px #ffd700 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

div.ticket-bottom > span {
	color: #6d6d6d !important;
}

.ticket-top.won > div.ticket-bottom > span {
	color:black !important;
}

.ticket-top {
	user-select: none !important;
}

.enter-again{ padding: 0 0 0 10px;}
.enter-again.single{ padding: 0 10px;}

.enter-again form{display: flex; gap: 5px; width: 100%; flex-direction: row; justify-content: center}

.enter-again.site-StagingMrWishCompetitions > form, .enter-again.site-MrWishCompetitions > form {
	justify-content: center;
}
.modal.overflow {
	overflow: visible;
}

.enter-again > form > div.quantity > input {
	margin-left:0px;
}
.enter-again input::-webkit-outer-spin-button,
.enter-again input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.enter-again input[type=number] {
  -moz-appearance: textfield;
  margin-right: 0 !important;
  font-size: 15px;
}
.enter-again .entagn{text-align: center;}

@media only screen and (max-width: 639px) {
	.enter-again .break{
		flex-basis: 100%;
		height: 0;
	}
	.enter-again form {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.enter-again .button{height: 48px !important;}
}

.heartbeat-scratch {
    -webkit-animation: heartbeatblz 2s ease-in-out infinite both;
            animation: heartbeatblz 2s ease-in-out infinite both;
}

@-webkit-keyframes heartbeatblz {
  0%, 20%, 60%, 100% {
    -webkit-transform: scale(1); /* Normal size at the start, after pulses, and during break */
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-transform: scale(0.93); /* First pulse inwards */
            transform: scale(0.93);
  }
  30% {
    -webkit-transform: scale(0.93); /* Second pulse inwards */
            transform: scale(0.93);
  }
  40% {
    -webkit-transform: scale(1); /* Return to normal after the second pulse */
            transform: scale(1);
  }
}

@keyframes heartbeatblz {
  0%, 20%, 60%, 100% {
    -webkit-transform: scale(1); /* Normal size at the start, after pulses, and during break */
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-transform: scale(0.93); /* First pulse inwards */
            transform: scale(0.93);
  }
  30% {
    -webkit-transform: scale(0.93); /* Second pulse inwards */
            transform: scale(0.93);
  }
  40% {
    -webkit-transform: scale(1); /* Return to normal after the second pulse */
            transform: scale(1);
  }
}


.woocommerce-thankyou-order-received {
	display: none !important;
}

.flip-in-hor-bottom {
	-webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-1-8 20:43:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

.button-container.loading .click-to-scratch {
    display: none;
}

div.enter-again > form > div.quantity > label {
	display: none;
}