/*  Main Container Layout */
.woocommerce-page main,
.woocommerce-page .content-area,
.single-product .site-main,
.single-product .content-area,
.single-product .woocommerce {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom:40px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.wps_wcb_wallet_balance_container {
  position: relative;
  padding: 16px 18px !important;
  border-radius: 6px;
	background-color: #0c1245;
border-radius: 20px;
  background: radial-gradient(circle at top, rgba(0,99,255,0.15), #020617 70%);
  border: 1px solid rgba(0,99,255,0.35);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  transition: 0.3s;

}
.card-icon {
  font-size: 2rem;
  opacity: 0.8;
  width: 42px;
  height: 42px;
}
.wps_wcb_content_template ul.tabs li.active {
 
  background: radial-gradient(circle at top, rgba(0,99,255,0.15), #020617 70%);
  border: 1px solid rgba(0,99,255,0.35);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  transition: 0.3s;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 0 45px rgba(0,99,255,0.6);
}
.wps_wcb_content_template ul.tabs li svg path {
  fill: #fff;
}
.wps_wcb_content_template ul.tabs li .wps_wallet_transfer_tab path:last-of-type, .wps_wcb_content_template ul.tabs li .wps_wallet_withdrawal_tab path:last-of-type {
  fill: #fff;
}
.wps_wcb_content_template ul.tabs, .wps_wcb_content_template ul.tabs:last-child {
  
  background-color: transparent;
  
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #fff;
  border-top: 1px solid #09214c;
    border-top-color: rgb(9, 33, 76);
  margin-bottom: 2rem;
  padding: 0;
  margin-left: 0;
	background: transparent;}
.woocommerce-error {
  border-top-color: #15347e;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  
  font-size: 20px;
  padding-top: 11px;
}
.wps_wcb_content_template ul.tabs li {
  list-style: none;
  margin: 0;
    margin-left: 0px;
  background: radial-gradient(circle at top, rgba(0,99,255,0.15), #020617 70%);
  border: 1px solid rgba(0,99,255,0.35);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  transition: 0.3s;
  color: #fff;
  transform: translateY(-4px);
  margin-left: 8px !important;
  border-radius: 10px;
}
.wps_wcb_content_template ul.tabs li h3 {
  
  color: #fff;
}
.table-responsive {
  overflow-x: initial;
}
.shop-page-ticket-range .tooltip-left-text {
  
  display: none;
}

.wallet-balance-card {
    position: relative;
    background: #111;
    padding: 20px 30px;
    border-radius: 20px;
    border: 2px solid rgb(0, 87, 224);
  box-shadow: 0 0 20px rgb(0, 4, 12);
  margin: auto;
    max-width: 500px;
}

.wallet-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallet-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wallet-icon {
    font-size: 28px;
    color: #d400ff;
}

.wallet-text {
    color: #aaa;
    font-size: 18px;
    letter-spacing: 2px;
}

.wallet-amount {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
/* Add card icons after Trust Payments title */
.wc_payment_method.payment_method_securetrading_iframe > label::after {
    content: "";
    display: inline-block;
    width: 439px;
  height: 77px;
    margin-left: 12px;
    vertical-align: middle;
    background: url('https://d27i700kqg6hao.cloudfront.net/cashcortexcompetitions/wp-content/uploads/2026/02/09120212/payment.png') no-repeat center;
    background-size: contain;
}
/***********************Checkout *************************************/
.wc_payment_method .payment_box {
  padding: 1rem;
  background: #000;
  
}
.scratch-card-box {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.scratch-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}

.ticket-box {
  padding: 6px 10px;
  border: 2px solid #4b121a;
  border-radius: 6px;
  background: rgba(255, 215, 0, 0.08);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  min-width: 55px;
  text-align: center;
  box-sizing: border-box;
}
/* ============================= */
/* CLEAN ORDER TABLE STRUCTURE  */
/* ============================= */

/* Remove default table borders */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

/* Remove header row (optional cleaner look) */
.woocommerce-checkout-review-order-table thead {
    display: none;
}

/* Clean cell spacing */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: none !important;
    padding: 12px 0;
}

/* Product column layout */
.woocommerce-checkout-review-order-table .product-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

/* Ticket note styling */
.woocommerce-checkout-review-order-table .giveaway-note {
    display: block;
    margin-top: 4px !important;
    font-size: 13px;
    opacity: 0.7;
}

/* Quantity on new line */
.woocommerce-checkout-review-order-table .product-quantity {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    opacity: 0.8;
}

/* Right align prices properly */
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 500;
}

/* Subtotal spacing */
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    padding-top: 18px;
}

/* Make Total stand out */
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
}

/* Add subtle divider before totals */
.woocommerce-checkout-review-order-table tfoot {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.woocommerce-checkout p {
  margin-bottom: 4px !important;
}
/* ============================= */
/* PAYMENT GATEWAY CLEAN DESIGN */
/* ============================= */

/* Remove default UL spacing */
.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
}

/* Payment method container */
.woocommerce-checkout #payment .wc_payment_method {
    list-style: none;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

/* Add subtle hover effect */
.woocommerce-checkout #payment .wc_payment_method:hover {
    border-color: rgba(255,255,255,0.2);
}

/* Payment title */
.woocommerce-checkout #payment .wc_payment_method label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* Hide radio circle cleanly */
.woocommerce-checkout #payment .wc_payment_method input[type="radio"] {
    display: none;
}

/* Payment description */
.woocommerce-checkout #payment .payment_box {
    padding: 10px 0 0 0;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}

/* Remove yellow background highlight (if any theme adds it) */
.woocommerce-checkout #payment .payment_box {
    background: transparent !important;
}

/* Add spacing above Place Order */
.woocommerce-checkout .form-row.place-order {
    margin-top: 30px;
}
.wc_payment_method input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: var(--form--border-width) solid var(--form--border-color);
  background: var(--global--color-white);
  margin-left: 6px;
  margin-right: 5px;
  border-radius: 100%;
  transform: translateY(2px);
  background: #fff !important;
  margin-bottom: 3px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  
  font-size: 14px;
}
/********************************************************/
.flipdown .rotor-group-heading {
  
  margin: 0 0 -1px 0 !important;
  
}
.avp-logo {
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 20px;
}
.no-of-tickets-archive {
  display: none !important;
}
.wx-selling-fast{
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 6px;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
 
  display: none;
}
.no-of-tickets-single {
  display: none;
}
.xl\:px-6 {
      padding-inline: 20px;
    }
.single-page-ticket-range .tooltip-sold-text {
  background: #0000f7;
  color: #fff;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 53px !important;}
 
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before {
  content: '';
  position: absolute;
  bottom: 14px !important;
  left: 53px !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  background-color: transparent !important;
  color: #fff !important;
}.flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #fff !important;
  background-color: transparent !important;
}
.flipdown.flipdown__theme-dark .rotor::after {
  border-top: solid 1px transparent !important;
}
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #fff !important;
  background-color: transparent !important;
}
#winner-ticket-div {
    background: radial-gradient(circle at top, #0a1a3a, #000814);
    border-radius: 20px;
    padding: 40px 30px;
    width: 320px;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 120, 255, 0.35);
    position: relative;
}

/* Center logo circle */
#winner-ticket-div::before {
    content: "";
    background: url("https://d27i700kqg6hao.cloudfront.net/cashcortexcompetitions/wp-content/uploads/2026/04/09115906/cropped-image02.png") no-repeat center;
    background-size: contain;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgba(0, 120, 255, 0.6);
}
h3#winner-name {
  text-align: center;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #dddd;
  padding: 15px;
  font-size: 21px;
  color: #fff !important;
}
#winner-ticket-div h2 {
  color: white;
  font-size: 22px;
  line-height: 1.7em;
  text-align: center;
  color: #fff !important;
}

/* Ticket text */
#winner-ticekt {
    color: #ff8c00;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    letter-spacing: 1px;
}

/* Winner name */
#winner-name {
    color: #ffffff;
    font-size: 18px;
    margin-top: 8px;
    opacity: 0.9;
}

.gdw_started .draw-button {
    display: none;
}
.winners-scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.draw-button.shop-page-button {
  
  margin-top: 15px;
}
.page-id-622 .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 100% !important;
}
.md\:mb-20 {
      margin-bottom: calc(var(--spacing)*40);
    }
.winners-scroll-content {
    display: flex;
    gap: 20px;
    animation: winnerScroll 30s linear infinite;
}

.winners-card {
    min-width: 280px;
    flex-shrink: 0;
}

@keyframes winnerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/*****************Loho animation****************/
.logo-flip {
    animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.85;
    }
}
.winner-reveal-temp-style2 .wxgiveawaywheel-container {
  position: relative;
  width: 300px;
	height: 300px;}
.winner-reveal-temp-style2 .wxgiveawayresult {
  
  min-width: 200px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  background: radial-gradient(circle at top, rgba(0,99,255,0.15), #020617 70%);
  border: 1px solid rgba(0,99,255,0.35);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  transition: 0.3s;
}

/****************************************************/

.mt-90 { margin-top: -81px;}
.flipdown .rotor-group {
    margin: 0 1px;
}
.md\:h-40 {
      height: calc(var(--spacing)*47);
    }
@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.draw-rotator {
  animation: marquee 40s linear infinite;
}

.draw-rotator:hover {
  animation-play-state: paused;
}


.question {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.question::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

.question.active::after {
  content: "▲";
}

.mcq-answers {
  display: none;
}
.single-product .entry-summary h3{
  font-size: 23px;
	margin-bottom:15px;
}
.flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor::after {
  width: 19px !important ;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  
  word-break: break-word;
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #f00;
  color: #fff !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
/************  order receive ********************************/
.instant-win-count-top {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 30px;
    padding: 14px 24px;
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    max-width: 420px;
}

/* Force it to span above both columns */
.wxgiveaway-instant-win-style-four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
	margin: auto !important;
   
  max-width: 80% !important;
}

.instant-win-count-top {
    grid-column: 1 / -1;
}





.wxgiveaway-ticket-style-four .winner-details,
.wxgiveaway-ticket-style-four span strong {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    color: #e7e7e9;
    text-align: center;
}
.winner-info {
  visibility: hidden;
  display: none;
}
.wxgiveaway-ticket-style-four.ticket-not-available small {
    display: none;
}
.wxgiveaway-ticket-style-four.ticket-not-available span span {
    font-size: 14px !important;
    font-weight: 400;
}
.absolute.inset-0.bg-gradient-to-r.from-black.via-\[\#0063ff\]\/30.to-black.backdrop-blur-xl.border-b.border-\[\#0063ff\] {
  border-bottom: 0;
}

.thank_you_ticket_wrap {
    display: none !important;
}
.ticket-section-title i {
  margin-right: 10px;
  color: #0d43a8;
}
.view-tickets-btn {
   background: linear-gradient(135deg,#0e2765,#310a10);
    border: none;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0 20px;
}

.scratch-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}



.scratch-card-box {
    background: linear-gradient(135deg, rgba(0,99,255,0.35) 0%, #000 70%);
  border-color: #0063ff;
  box-shadow: 0 0 10px rgba(0,99,255,0.9);
    padding: 20px;
    border-radius: 16px;
    width: 90%;
    max-width: 420px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.scratch-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.scratch-subtitle {
    font-size: 14px;
    opacity: .8;
    margin-bottom: 10px;
    color: #ccc;
}

.scratch-numbers {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.scratch-canvas {
    position: absolute;
  top: 84px;
  left: 2px;
  right: 33px;
  height: 100%;
  border-radius: 12px;
  z-index: 2;
  width: 100%;
  border: 10px;
}




body.woocommerce-order-received .woocommerce-order {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

body.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

body.woocommerce-order-received .woocommerce-order-overview li {
    background: #0e0e0e;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

body.woocommerce-order-received .thank_you_ticket_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
    gap: 10px;
    margin: 20px 0 40px;
}

body.woocommerce-order-received .ticket_no {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 6px;
    background: linear-gradient(145deg,#eee,#0c0c0c);
    font-weight: 700;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    background: #0e0e0e;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

body.woocommerce-order-received .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td {
    padding: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.instant-win-modal-content {
 background: linear-gradient(135deg, rgba(0,99,255,0.15) 0%, #000 70%);
  border: 1px solid rgba(0,99,255,0.3);
  border-radius: 18px;
  padding: 25px;
  color: #fff;
 
}
.wxgiveaway-instant-win-close-button {
  background: linear-gradient(to right, #ff0000 0%, #ff0000 100%);
  
}
.instant-win-ticket-number {
	background: #ff0000;}

@media (max-width: 900px) {
    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }
}

/*********************************************/
.single-product .flipdown {
  width: fit-content;
  height: 100px;
  margin: unset !important;
}
.flipdown {
  width: fit-content;
  height: 100px;
  margin: auto;
}
.ticket-range {
  flex: 1;
	height: auto !important ;}
.wxgiveaway-prize-card-style-four {
   background: linear-gradient(135deg, rgba(0,99,255,0.15) 0%, #000 70%);
  border: 1px solid rgba(0,99,255,0.3);
    border-radius: 18px;
    padding: 25px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    max-width: 520px;
}
.wxgiveaway-prize-card-style-four:hover {
  background: linear-gradient(135deg, rgba(0,99,255,0.35) 0%, #000 70%);
  border-color: #0063ff;
  box-shadow: 0 0 10px rgba(0,99,255,0.9);
}
footer .h-16.w-auto {
 width: auto;
  height: 150px;
}
.wx-draw-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    z-index: 9;
    line-height: 1;
}
.woocommerce ul.products li.product {
    position: relative;
}

.wxgiveaway_timer_single_page {
padding-top: 29px;}
.wxgiveaway-ticket-style-four {
   background: #021b42 !important;
  color: #fff !important;
  border-radius: 10% !important;
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  box-shadow: inset 0 0 0 2px #021b42 !important;
}
.ticket-available {
  
  border: 1px solid #021b42;
}
.ticket-section-title {
  font-size: 16px;
  
	color: #fff !important;}
.winner-details {
  font-size: 14px;
  color: #fff !important;
  line-height: 1.5;
}


.flipdown .rotor-group {
  padding-right: 10px;
}

.wxgiveaway-prize-header-style-four h4 {
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 700;
}
.wxgiveaway-prize-header-style-four::after {
  content: "⌄";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: transform 0.3s ease;
}
 /*.no-of-tickets-archive {
  display: block !important;
  clear: both;
  padding: 12px !important;
} */ 

.wxgiveaway-prize-card-style-four.open 
.wxgiveaway-prize-header-style-four::after {
  transform: translateY(-50%) rotate(225deg);
}
.shop-page-ticket-range .progress-bar {
  
  margin-top: 8%;
}
.flipdown .rotor-group {
  padding-right: 4px;
}
/* Hide duplicate empty flipdown groups */
.flipdown .rotor-group:nth-child(n+5) {
    display: none !important;
}

/* HARD fix for WooCommerce product image overflow */
.woocommerce ul.products li.product img {
    max-width: 100% !important;   /* override 1080px */
    width: 100% !important;
    height: auto !important;      /* cancel 66.67% */
    display: block;
    object-fit: cover;
}

/* Contain everything inside card */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
 
	 max-width: 100% !important;   /* override 1080px */
    width: 100% !important;
    height: auto !important;      /* cancel 66.67% */
    display: block;
    object-fit: cover;
}

/* Make sure flex items cannot grow wider than column */
.woocommerce ul.products li.product {
    min-width: 0;
}

.wxgiveaway-prize-header-style-four .remaining {
    font-size: 14px;
    opacity: 0.8;
}

.ticket-section-title {
    margin-top: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wxgiveaway-tickets-style-four {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

/************************Answer*************************/
.all-questions-answers {
  max-width: 600px;
  margin: 30px auto;
  color: #fff;
}

.question-answer-set {
  margin-bottom: 30px;
}

.question {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mcq-answers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mcq-option {
  border: 1px solid #444;
  padding: 12px;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  background: #111;
}

.mcq-option:hover {
  background: #222;
  border-color: #777;
}

.mcq-option.selected {
  background: #1e40af;
  border-color: #3b82f6;
  color: #fff;
}

.selected-answer-output {
  margin-top: 10px;
  font-weight: 600;
  color: #38bdf8;
}

/********************************************************/

.wxgiveaway-ticket-style-four {
    background: #eaffea;
    color: #1b7c1b;
    border-radius: 50px;
    padding: 12px 20px;
    text-align: center;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px #b6e6b6;
	min-height: 107px;
}

.wxgiveaway-ticket-style-four span {
    display: block;
    font-size: 18px;
}

.wxgiveaway-ticket-style-four small {
    font-size: 12px;
}

.winner-info {
    margin-top: 25px;
    background: rgba(255,255,255,0.08);
    border-left: 4px solid #7b3fe4;
    padding: 15px;
    border-radius: 10px;
}

.winner-info h5 {
    color: #b58cff;
    margin-bottom: 5px;
    font-size: 16px;
}

.winner-details {
    font-size: 14px;
    opacity: 0.9;
}
.wxgiveaway-prize-header-style-four {
    display:flex;
    align-items:center;
    gap:12px;
}

.wxgiveaway-prize-header-style-four::before {
    content:'';
    background:url(https://d27i700kqg6hao.cloudfront.net/cashcortexcompetitions/wp-content/uploads/2026/04/09115906/cropped-image02.png) no-repeat center;
    background-size:contain;
    width:50px;
    height:50px;
    display:block;
}

.wxgiveaway-instant-style-four-body {
  padding: 0px 10px;
}
.wxgiveaway-prize-header-style-four {
  padding: 0px 5px;
  position: relative;
  background: transparent;
  color: #fff;
}
/* Make header clickable */
.wxgiveaway-prize-header-style-four {
    cursor: pointer;
    position: relative;
}

/* Hide ticket section by default */
.wxgiveaway-instant-style-four-body {
    display: none;
}

/* Smooth animation */
.wxgiveaway-instant-style-four-body.open {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* Arrow rotation */
.wxgiveaway-prize-header-style-four::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}
.woocommerce-tabs .panel > * {
 
  align-items: flex-start;
}
.wxgiveaway-prize-grid {
    align-items: flex-start;
}

.wxgiveaway-prize-card-style-four {
    height: auto;
}

.wxgiveaway-prize-header-style-four.active::after {
    transform: translateY(-50%) rotate(-135deg);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.shop-page-ticket-range .progress-bar {
  background-color: #fff;
	border: 3px solid rgb(16, 88, 239);
}
.single-page-ticket-range .progress-bar {
  width: 100%;
  background-color: #fff;
	border: 2px solid rgb(16, 88, 239);
}
.wpcr3_div_2 {
  width: auto;
  max-width: 100%;
  padding: 36px;
  justify-content: left;
  text-align: left;
}
.ticket-slider-wrap {
 
	gap: 4px !important;}
/* ===== REVIEWS PAGE LAYOUT ===== */
.wpcr3_respond_1 {
  max-width: 1000px;
  margin: 60px auto !important;
  padding: 40px;
  background: #0b0b0b;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

/* Title */
.wpcr3_leave_text {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

/* Table layout fix */
.wpcr3_table_2 {
  width: 100%;
  border-collapse: collapse;
}

.wpcr3_table_2 td {
  padding: 10px 0;
}

/* Labels */
.wpcr3_table_2 label {
  color: #bbb;
  font-size: 14px;
}

/* Inputs */
.wpcr3_table_2 input[type="text"],
.wpcr3_table_2 textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #222;
  background: #121212;
  color: #fff;
  font-size: 14px;
}

.wpcr3_table_2 input:focus,
.wpcr3_table_2 textarea:focus {
  outline: none;
  border-color: #1e4ed8;
}

/* Textarea */
.wpcr3_ftext {
  min-height: 140px;
  resize: vertical;
}

/* Rating stars center */
.wpcr3_rating_stars {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}

/* Buttons */
.wpcr3_button_1 {
  background: linear-gradient(135deg, #1e4ed8, #2563eb);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease;
}

.wpcr3_button_1:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(30,78,216,0.5);
}

/* Buttons alignment */
.wpcr3_submit_btn,
.wpcr3_cancel_btn {
  margin-top: 20px;
}

/* Human checkbox */
.wpcr3_check_confirm {
  margin-top: 20px;
  color: #aaa;
  font-size: 13px;
}

/* Reviews list */
.wpcr3_reviews_holder {
  max-width: 900px;
  margin: 80px auto 0;
}

/* Individual review */
.wpcr3_review_item {
  background: #0f0f0f;
  border-radius: 16px;
  padding: 25px 30px;
  margin-bottom: 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Business name */
.wpcr3_item_name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

/* Average rating */
.wpcr3_aggregateRating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ccc;
}

/* Remove dotted lines */
.wpcr3_dotline {
  display: none;
}
/* Force container control */
.wpcr3_review_form_review_field_textarea,
.wpcr3_review_form_review_field_textarea td {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

/* Fix textarea itself */
.wpcr3_review_form_review_field_textarea textarea,
.wpcr3_ftext {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  resize: vertical;
}

/* Mobile */
@media (max-width: 768px) {
  .wpcr3_respond_1 {
   padding: 25px !important;
    margin: 40px 15px !important;
  }
	.wpcr3_respond_1 {
    max-width: 100%;
    margin: 30px 15px;
    padding: 25px 20px;
  }
	.wpcr3_review_form_review_field_textarea {
    margin-right: 0 !important;
  }

  /* Force table to behave like blocks */
  .wpcr3_table_2,
  .wpcr3_table_2 tbody,
  .wpcr3_table_2 tr,
  .wpcr3_table_2 td {
    display: block;
    width: 100%;
  }

  /* Remove table spacing */
  .wpcr3_table_2 tr {
    margin-bottom: 18px;
  }

  /* Labels */
  .wpcr3_table_2 td:first-child {
    margin-bottom: 6px;
  }

  .wpcr3_table_2 label {
    display: block;
    font-size: 13px;
    color: #aaa;
  }

  /* Inputs full width */
  .wpcr3_table_2 input[type="text"],
  .wpcr3_table_2 textarea {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Center rating stars */
  .wpcr3_rating_stars {
    justify-content: flex-start;
  }

  /* Buttons stack */
  .wpcr3_submit_btn,
  .wpcr3_cancel_btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }

  /* Checkbox text */
  .wpcr3_check_confirm label {
    font-size: 12px;
    line-height: 1.5;
  }
}
.cc-free-entry-btn {
  
  padding: 15px 26px;
  border-radius: 6px;
  background: #0160f6;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cc-free-entry-btn:hover {
  opacity: 0.85;
}

/* Free entry text box */
.cc-free-entry-text {
  margin-top: 54px;
  padding: 18px 22px;
  border-radius: 10px;
  background: #0b0b0b;
  border: 1px solid rgba(124,58,237,0.4);
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

/* ===============================
   Winners Section
   =============================== */
.cc-winners-section {
  max-width: 1200px;
  margin: 60px auto;
}

/* Tabs */
.cc-winner-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.cc-tab {
  padding: 10px 20px;
  border-radius: 30px;
  background: #111;
  color: #aaa;
  border: 1px solid #222;
  cursor: pointer;
  transition: 0.3s;
}

.cc-tab.active,
.cc-tab:hover {

  background: linear-gradient(135deg, #0057e0, #0057e0);

  color: #fff;
  border-color: transparent;
}

/* Grid */
.cc-winners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}

/* Card */
.cc-winner-card {
  position: relative;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(0,99,255,0.15), #020617 70%);
  border: 1px solid rgba(0,99,255,0.35);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  transition: 0.3s;
}

.cc-winner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 45px rgba(0,99,255,0.6);
}

/* Badge */
.cc-winner-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 600;
}

/* Logo */
.cc-winner-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid rgba(0,99,255,0.6);
  margin: 10px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,99,255,0.1);
}


 .cc-winner-logo img {
  width: 100%;
  padding-top: 0px;

}

/* Text */
.cc-winner-card h3 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cc-winner-card p {
  color: #ccc;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .cc-winner-tabs {
    flex-wrap: wrap;
  }
	.cc-free-entry-btn {
  
  margin-top: 20px;
}
}



.wx-giveaway-ticket-range-shop-page {
  
  padding-top: 10px;
}
input[type="range"] {
  width: 100%;
  height: 6px;
  background: #1e4ed8;
  border-radius: 10px;
  appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #1e4ed8;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #1e4ed8;
  border-radius: 50%;
  cursor: pointer;
}

.related.products {
  display: none;
}
.theme-twentytwentyone .wc-block-components-checkbox__input[type="checkbox"]:checked + .wc-block-components-checkbox__mark {
  display: block !important;
}
ul.products li.product .added_to_cart {
  margin: auto !important;
  padding-top: 14px;
}
.single-product.singular .entry-title {
font-size: 29px;}
.posted_in {
  display: none;
}
.single-product form.cart input[type="number"] {
  width: 3em;
  height: 35px !important;
  margin-bottom: 18px;
  margin-top: 10px;
  border: 1px solid;
  padding: 2px;
	text-align: center;
}
.single-product form.cart .quantity {
  float: left;
  margin-right: 13px;
}
.archive .woocommerce-products-header {

  padding-top: 29px;
}
.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  background-color: #000 !important;
}
.wp-block-button__link {
 
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 13px 35px !important;
  font-family: 'Poppins', sans-serif !important;
  border-radius: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: none;
}
.wp-block-button__link:hover{background:#000 !important;}
.cart-icon {
  display: inline-block;
  position: relative;
}

.cart-icon .cart-count {
  font-size: 0.7rem;
  padding: 4px 6px;
  color: #fff;
  background: #e74c3c;
  border-radius: 50%;
  line-height: 1;
}

.woocommerce-message a.button {
  background: #ff0000 ;
  color: #fff;
  padding: 10px 20px;
}
.woocommerce-tabs .panel h2:first-of-type {
font-size: 22px;}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #ff0000 ;
  margin-top: 10px;
  color: #fff;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #ff0000 ;
  color: #fff;
}
.woocommerce-page main {
  margin-top: 158px;
}
.aws-container .aws-search-form .aws-form-btn {
  background: #000;
}
.aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}
.woocommerce-breadcrumb {
  display: none;
}
.single-product .entry .entry-content, .single-product .entry .entry-summary {
  padding: 13px;
}

/*  Shop Page Grid Visuals */
.woocommerce ul.products.columns-4 li.product {
  text-align: center;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .add_to_cart_button {
  margin: auto;
}
/* Container for account page */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	
	background: linear-gradient(135deg, #071a3a, #0b2c66);
  
  color:#fff;}
.woocommerce-account .woocommerce-MyAccount-navigation li {
margin: 0 0rem 0rem 0;}
.woocommerce-account .woocommerce-MyAccount-navigation {
float: left;}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;}
/* My Account navigation styling */
.woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
  margin-bottom: 30px;
  padding-right: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  
font-size: 18px;}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #ff0000 ;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
color: #fff !important;}
.woocommerce-Button, .button.wc-forward {
  padding: 10px 20px !important;
  background: #ff0000  !important;
  color:#fff  !important;
}
/* My Account content */
.woocommerce-MyAccount-content {
  width: 75%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}

/* Clear floats */
.woocommerce-account .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

/* Shop Page Card Styles */
.woocommerce ul.products li.product {
  padding: 15px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 99, 255, 0.2);
    overflow: hidden;
    border-radius: 0.25rem; /* rounded */
    transition: all 0.3s ease;
}
.woocommerce ul.products li.product:hover {
    border-color: #0063ff;
    box-shadow: 0 0 20px rgba(0, 99, 255, 0.2);
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 30px 0 6px;
  font-size: 1rem;
  font-weight: 600;
}

.woocommerce ul.products li.product .price {
  color: #fff;
  font-size: 1.1rem;
}

.woocommerce ul.products li.product .add_to_cart_button {
  margin-top: 10px;
	margin-bottom: 0;
  padding: 8px 12px;
  background-color: #ff0000 ;
  color: #fff !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
 background: linear-gradient(to right, #ff0000 0%, #ff0000 100%);

}

/*  Badges */
.woocommerce span.onsale {
  background: #e74c3c;
  color: #fff !important;
  font-size: 0.9rem;
  padding: 3px 7px;
  text-transform: uppercase;
  border-radius: 3px;
}

.woocommerce ul.products li.product .badge.new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #27ae60;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.8rem;
  border-radius: 2px;
}

/* Single Product Layout */
.woocommerce div.product div.images {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 20px;
  margin-bottom: 40px;
}

.woocommerce div.product div.images img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .woocommerce div.product div.images {
    grid-template-columns: 1fr;
  }
}

.single-product .product .summary {
  padding: 20px;
  
  /*border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);*/
  margin-bottom: 50px;
  color: #fff;
}

.single-product .product_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-product .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.single-product form.cart .single_add_to_cart_button,
.single_add_to_cart_button {
  background-color: #ff0000 ;
  color: #fff !important;
  padding: 15px 26px !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single_add_to_cart_button:hover {
   background: linear-gradient(to right, #ff0000 0%, #ff0000 100%);
}

/* Product Tabs */
.woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-tabs ul.tabs li {
  margin-right: 25px;
  margin-bottom: 12px;
}

.woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50;
  padding-bottom: 8px;
  display: inline-block;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #fff ;
  border-bottom: 3px solid #fff ;
}

.woocommerce-tabs .panel {
  padding: 25px;
  background: transparent;
  border: 0px;
  border-radius: 6px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #fff;
}

/* Related Products / Tabs margin */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
  margin-top: 40px;
}
/*  Review Form Container */
.woocommerce-tabs #tab-reviews #submit {
  float: none;
}
.woocommerce-tabs #reviews #commentform label {
max-width: revert;}

/*  Review Form Container Styling */
#review_form_wrapper {
  margin-top: 40px;
 
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

/*  Rating Stars Section */
#commentform {
  margin-bottom: 20px;
  text-align: left;
}

#commentform label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

#commentform .stars {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#commentform .stars a {
  font-size: 1.2rem;
  color: #ccc;
  transition: color 0.3s ease;
}
#commentform .stars a:hover,
#commentform .stars a.active {
  color: #f39c12;
}

/*  Review Text Area */
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form-comment label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Ensure checkbox doesn't shrink or misalign */
.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}
/* Form Wrapper Styling */
.woocommerce form.login,
.woocommerce form.register {
 background: linear-gradient(
        135deg,
        #07265A 0%,
        #0b1a3a 35%,
        #2b0f2e 70%,
        #6D1C28 100%
    );
    padding: 40px 35px;
    border-radius: 12px;
    border: 1px solid rgba(0, 99, 255, 0.3);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.6),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    max-width: 520px;
    margin: 60px auto;
    color: #ffffff;	
}

/* Headings */
.woocommerce form.login h2,
.woocommerce form.register h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #6b4f4f;
  text-align: center;
}

/* Form Labels */
.woocommerce form .form-row label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
}

/* Inputs */
.woocommerce form .form-row input.input-text {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.woocommerce form .form-row input.input-text:focus {
  border-color: #6b4f4f;
  outline: none;
}

/* Checkbox + Label */
.woocommerce form .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.woocommerce form .woocommerce-form__label-for-checkbox input {
  margin-right: 10px;
}

/*  Lost Password Link */
.woocommerce-LostPassword.lost_password {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #6b4f4f;
}

/* Buttons */
.woocommerce form .button {
  background-color: #ff0000;
  color: #fff !important;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
 
  transition: background-color 0.3s ease;
}
.woocommerce form .button:hover {
  background-color: #593e3e;
}

/*  Register Extra Fields Spacing */
.woocommerce form.register .form-row {
  margin-bottom: 20px;
}

/*  Mobile Adjustments */
@media (max-width: 576px) {
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 25px 15px;
  }
}
/* Style Login/Register titles */
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

/* Optional: add a line under the titles */
#customer_login .u-column1 h2::after,
#customer_login .u-column2 h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #6b4f4f;
  margin: 8px auto 0;
  border-radius: 2px;
}


.comment-form-comment textarea {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  font-size: 1rem;
  line-height: 1.5;
  resize: vertical;
  min-height: 120px;
}

/*  Submit Button */
.comment-form .form-submit input.submit {
  background-color: #ff0000 ;
  color: #fff;
  padding: 10px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.comment-form .form-submit input.submit:hover {
  background-color: #593e3e;
}

@media (max-width: 767px) {
	.wxgiveaway-prize-header-style-four {
		padding: 6px !important;}
	.flipdown {
  width: fit-content;
  height: 100px;
  margin: auto;
}
	.wallet-amount {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
	.wc_payment_method.payment_method_securetrading_iframe > label::after {
  content: "";
  display: inline-block;
  width: 100%;
		height: 77px;}
	.flipdown .rotor-group-heading {
  margin: 0 0 -8px 0 !important;
}
	.single-product .flipdown .rotor-group-heading {
    margin: 0 0 -24px 0 !important;
  }
	
	.ticket-bundle-boxes {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 2 per row */
    gap: 12px;
    margin-top: 20px;
  }

  .ticket-bundle-boxes button {
    width: 100%;
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
  }
	.wx-selling-fast {
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 6px;
  font-size: 11px;
}
	
	.single-product.flipdown .rotor::after {
    width: 32px !important;
    height: 46px;
  }
  
  .single-product  .flipdown .rotor {
    font-size: 26px;
  }
  
  
   .single-product .flipdown .rotor-group {
    margin: 0 5px;
  }
 .single-product   .flipdown .rotor-group-heading::before {
    font-size: 19px;
    height: 21px;
    line-height: 12px;
  }
  
  .single-product .cart {
  margin-top: 21px;
} 
	.max-w-4xl.mx-auto.mb-14.md\:mb-20.px-4 {
		padding-top: 91px !important;
    margin-bottom: 151px !important;
}
	.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce ul.products.columns-4 li.product {
    width: calc(50% - 12px) !important;
  }
	.woocommerce ul.products::before{
		
		content: " ";
  display: none;
	}
/**************Timer ************************/
	count-down .flipdown {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 8px;
}

/* Prevent rotor groups from wrapping */
.count-down .flipdown .rotor-group {
  flex: 0 0 auto;
}

/* Hide duplicate empty rotor groups (VERY IMPORTANT) */
.count-down .flipdown .rotor-group:empty {
  display: none !important;
}
	.count-down .flipdown {
    transform: scale(0.85);
    transform-origin: center;
  }
	.flipdown .rotor {
  font-size: 26px;
}
	.rotor::after {
  width: 13px;
}
	.flipdown .rotor {
  height: 50px;
}
	.flipdown .rotor-group {
  margin: 0 3px;
}
	.flipdown .rotor-leaf-front {
  
  border-radius: 0;
}
	.flipdown .rotor::after {
  width: 11px !important;
}
	.rotor::after {
  height: 33px;
}
	.flipdown .rotor-group-heading::before {
  font-size: 9px;
  height: 18px;
  line-height: 24px;
}
	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before {
 
  bottom: 17px !important;
		left: 36px !important;
    width: 5px;
    height: 5px;}
	.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
  content: '';
  position: absolute;
  bottom: 29px;
  left: 36px !important;
    width: 5px;
    height: 5px;
}
	.flipdown .rotor-group {
  padding-right: 0px;
}
	.flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor::after {
  width: 16px  !important;
    
}
	.single-product .flipdown .rotor,.single-product .flipdown .rotor-leaf,.single-product  .flipdown .rotor-leaf-front,.single-product  .flipdown .rotor-leaf-rear,.single-product  .flipdown .rotor-top,.single-product  .flipdown .rotor-bottom,.single-product  .flipdown .rotor::after {
  width: 23px !important;
    
  }
	.flipdown .rotor-leaf {
  height: 45px !important;
}
	.flipdown .rotor-group {
  margin: 0 0px !important;
}
	.flipdown .rotor::after {
    width: 10px !important;
    height: 44px !important;
  }
	.flipdown {
    width: 100%;}
	
	.flipdown .rotor {
  
  margin-right: 0px;
}
	.no-of-tickets-archive {
  
  font-size: 12px;
}
	.draw-button.shop-page-button {
 
  font-size: 13px !important;
}
	/**********************************************/
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
	.mt-90 {
  margin-top: -41px;
}
	.md\:h-40 {
      height: calc(var(--spacing)*43);
    }
	.wxgiveaway-instant-win-style-four {
 
  max-width: 100% !important;
}
	 .pt-24 {
    padding-top: calc(var(--spacing)*18);
  }
	.bnr  .min-h-screen {
    min-height: 82vh;
  }
	.wxgiveaway-instant-win-style-four {
		display: block;}
	.wxgiveaway-prize-card-style-four {
  
  margin-bottom: 20px;
}
	.instant-win-count-top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 8px 18px;
  background: transparent !important;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  max-width: fit-content;
}
	.single-product .flipdown {
width: 100% !important;
  height: 100px;
  margin: auto !important;
}
	
	.ticket-bundle-boxes button {
  background: #111;
  border: 1px solid #333;
  color: #fff;
 padding: 6px 3px !important;
  font-size: 10px !important;
  cursor: pointer;
}
	  /* Center all text in product summary */
  .single-product .summary {
    text-align: center;
  }

  /* Center price */
  .single-product .price {
    justify-content: center;
  }

  /* Center ticket range and progress */
  .single-product .wx-giveaway-ticket-range-single-page,
  .single-product .progress-container {
    margin-left: auto;
    margin-right: auto;
  }

  /* Center countdown timer */
  .single-product .count-down {
    display: flex;
    justify-content: center;
  }

  .single-product .count-down .flipdown {
    margin: 0 auto;
    transform-origin: center top;
  }

  /* Center buttons */
  .single-product .cart {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .single-product .single_add_to_cart_button,
  .single-product .cc-free-entry-btn {
    width: 90%;
    max-width: 300px;
  }

  /* Center bundle buttons */
  
	 ul.products li.product {
    margin: 12px 10px !important;
    padding: 4px !important;
  }

  ul.products li.product img {
    max-height: 220px;
    object-fit: cover;
  }

  .woocommerce-loop-product__title {
    font-size: 16px;
  }

  /* Properly center and scale timer */
  .count-down {
    display: flex;
    justify-content: center;
	  height: 57px;
  }

  .count-down .flipdown {
    transform: scale(0.85);
    transform-origin: center top;
    margin: 0 auto;
  }

  .wx-draw-badge {
    font-size: 9px;
    padding: 5px 7px;
  }
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 13px 0 1px;
  font-size: 16px;
  font-weight: 600;
}
	 .woocommerce ul.products li.product .add_to_cart_button {
    margin-top: 10px;
    padding: 7px 16px;
    font-size: 12px;
    width: 100%;
  }
	/* .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }*/
	.wxgiveaway-prize-header-style-four h4 {
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 8px;
  padding-right: 8px;
}
	.wxgiveaway-prize-header-style-four .remaining {
  font-size: 10px;
  opacity: 0.8;
}
	.wxgiveaway-prize-card-style-four {
  
  width: 100% !important;
}.wxgiveaway-prize-header-style-four::after {
  content: "";
  position: absolute;
	right: 6px;}
	
	/*.woocommerce ul.products::before{display: none;}
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  } */
  .shadow-fixed {
  box-shadow: 0px 0px 0px rgba(0,0,0,.5);
}
  .woocommerce-page main {
  margin-top: 104px;
}
	.single-product form.cart input[type="number"] {
		width: 64px;}
  #commentform .stars {
    justify-content: flex-start;
  }

  .comment-form-comment textarea {
    width: 100%;
  }
  .single-product .woocommerce-Tabs-panel--reviews input[type="text"],.single-product .woocommerce-Tabs-panel--reviews input[type="email"]  {
  width: 100%;
}
.comment-form-cookies-consent {
    flex-direction: row;
    align-items: flex-start;
  }
  .woocommerce ul.products {
    
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }

  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
  }
  .woocommerce-page ul.products::before {
  content: none;}
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    padding: 0;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }

  .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 10px;
    font-size: 1rem;
  }
	.single-product .flipdown .rotor::after {
    width: 32px !important;
    height: 46px;
  }
  
  .single-product  .flipdown .rotor {
    font-size: 32px;
  }
  
 .single-product  .wxgiveaway_timer_single_page {
  padding-top: 10px;
  padding-bottom: 32px;
}
   .single-product .flipdown .rotor-group {
    margin: 0 6px;
  }
 .single-product   .flipdown .rotor-group-heading::before {
    font-size: 19px;
    height: 37px;
    line-height: 3px;
  }
  .single-product .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before {
  content: '';
  position: absolute;
	  width: 7px;
    height: 7px;
    bottom: 17px !important;
    left: 50px !important;}
	.single-product .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
  content: '';
  position: absolute;
  bottom: 29px;
  left: 50px  !important;
		width: 7px;
  height: 7px;
}
  .single-product .cart {
  margin-top: 21px;
}
	
}


