/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



//FLATPICKR BUTTONS
.flatpickr-custom-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #e0e0e0;
  background: #fff;
}

.flatpickr-apply {
  background-color: #1A73E8;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 999px; /* pill shape */
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.flatpickr-apply:hover {
  background-color: #1669d2;
}

.flatpickr-cancel {
  background: none;
  border: none;
  color: #555;
  font-weight: 500;
  padding: 8px 16px;
  cursor: pointer;
  transition: color 0.2s;
}

.flatpickr-cancel:hover {
  color: #000;
}


@media (max-width: 769px) {
    .org-event-container--events .tc-events-wrap .tc-single-event .tc-get-featured-image img, #home-trending-events .tc-events-wrap .tc-single-event .tc-get-featured-image img, .all-events-on-home .tc-events-wrap .tc-single-event .tc-get-featured-image img {{
		width:100% !important;
		max-width:100% !important;
		
		}}
/* KickTick Custom Checkout Styles */

/* Main checkout wrapper */
.kicktick-checkout-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Left column - Forms */
.kicktick-checkout-left {
    background: #fff;
}

.kicktick-checkout-left h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.kicktick-section {
    margin-bottom: 30px;
}

.kicktick-ticket-info,
.kicktick-billing-info,
.kicktick-additional-info {
    margin-bottom: 40px;
}

/* Form fields styling */
.kicktick-checkout-left .form-row {
    margin-bottom: 20px;
}

.kicktick-checkout-left .form-row-first,
.kicktick-checkout-left .form-row-last {
    width: 48%;
    display: inline-block;
}

.kicktick-checkout-left .form-row-first {
    margin-right: 4%;
}

.kicktick-checkout-left label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.kicktick-checkout-left input[type="text"],
.kicktick-checkout-left input[type="email"],
.kicktick-checkout-left input[type="tel"],
.kicktick-checkout-left select,
.kicktick-checkout-left textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.2s;
}

.kicktick-checkout-left input:focus,
.kicktick-checkout-left select:focus,
.kicktick-checkout-left textarea:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1);
}

/* Right column - Cart & Payment */
.kicktick-checkout-right {
    background: #fff;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.kicktick-cart-summary,
.kicktick-payment-section {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 20px;
}

.kicktick-cart-summary h2,
.kicktick-payment-section h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.payment-subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Cart items styling */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout-review-order-table .cart_item:last-child {
    border-bottom: none;
}

.woocommerce-checkout-review-order-table td {
    padding: 15px 0;
    border: none;
}

.wd-checkout-prod-title {
    font-weight: 500;
    color: #333;
}

.product-quantity {
    color: #666;
    font-weight: normal;
}

.wd-checkout-prod-total {
    text-align: right;
    font-weight: 600;
    color: #1a1a1a;
}

/* Order totals */
.woocommerce-checkout-review-order-table tfoot tr {
    border-top: 1px solid #e5e5e5;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding: 12px 0;
    font-weight: 500;
}

.order-total th,
.order-total td {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Payment methods */
.kicktick-payment-methods {
    margin-bottom: 20px;
}

.wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc_payment_method {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.wc_payment_method input[type="radio"] {
    display: none;
}

.wc_payment_method label {
    display: block;
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wc_payment_method label:hover {
    background: #f8f9fa;
}

.wc_payment_method input[type="radio"]:checked + label {
    background: #f0f7ff;
    border-color: #4285f4;
    height: 50px !important;
}

.wc_payment_method input[type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4285f4;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #4285f4;
}

.wc_payment_method label img {
    height: 24px;
    margin-left: 10px;
}

.payment_box {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    display: none;
}

.wc_payment_method input[type="radio"]:checked ~ .payment_box {
    display: block;
}

/* Stripe express checkout styling */
.stripe-express-moved {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.stripe-express-moved #wc-stripe-express-checkout-button-separator {
    text-align: center;
    margin: 15px 0;
    color: #666;
    font-size: 12px;
}

/* Place order button */
.kicktick-btn-primary,
#place_order {
    width: 100%;
    padding: 16px 24px;
    background: #4285f4;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.kicktick-btn-primary:hover,
#place_order:hover {
    background: #3367d6;
}

.kicktick-btn-primary:active,
#place_order:active {
    background: #2851a3;
}

/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper {
    margin: 20px 0;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    color: #666;
}

/* Coupon form */
.woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
}

.woocommerce-info {
    background: #f0f7ff;
    border-left: 4px solid #4285f4;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.checkout_coupon {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.checkout_coupon .form-row {
    margin-bottom: 15px;
}

.checkout_coupon input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.checkout_coupon button {
    background: #4285f4;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.kicktick-checkout-layout{
    display: flex;
}

/* Responsive design */
@media (max-width: 768px) {
    .kicktick-checkout-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
    
    .kicktick-checkout-right {
        position: static;
    }
    
    .kicktick-checkout-left .form-row-first,
    .kicktick-checkout-left .form-row-last {
        width: 100%;
        display: block;
        margin-right: 0;
    }
    
    .kicktick-cart-summary,
    .kicktick-payment-section {
        padding: 20px;
    }
}

/* Hide original checkout elements we don't need */
.woocommerce .col2-set,
.woocommerce-checkout-review-order > h3 {
    display: none;
}

/* Tickera owner info styling */
.tickera_owner_info .owner-info-wrap {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.tickera_owner_info h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.tickera_owner_info .fields-wrap {
    margin-bottom: 15px;
}

.tickera_owner_info label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.tickera_owner_info input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

/* Newsletter opt-in styling */
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 15px 0;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

/* Custom Payment Methods Styling for KickTick Checkout */
.kicktick-payment-methods {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.kicktick-payment-option {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.kicktick-payment-option:hover,
.kicktick-payment-option.selected {
    border-color: #4285f4;
}

.kicktick-payment-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.kicktick-payment-label {
    display: block;
    padding: 20px;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.kicktick-payment-option input[type="radio"]:checked + .kicktick-payment-label {
    background: #f8f9fa;
}

.kicktick-payment-option input[type="radio"]:checked {
    border-color: #4285f4;
}

.kicktick-payment-option input[type="radio"]:checked + .kicktick-payment-label::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4285f4;
    border: 2px solid #4285f4;
}

.kicktick-payment-option input[type="radio"]:checked + .kicktick-payment-label::after {
    content: '';
    position: absolute;
    top: 26px;
    right: 26px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.payment-method-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-method-info h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.payment-icons {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.payment_box {
    padding: 20px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    border-radius: 0 0 8px 8px;
}

.payment_box p {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 14px;
}

/* Payment button styling */
.kicktick-pay-btn {
    background: #4285f4;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.kicktick-pay-btn:hover {
    background: #3367d6;
    color: white;
}

/* Stripe Express Checkout positioning */
.wc-stripe-express-checkout-wrapper {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* Style Stripe card elements */
.wc-stripe-elements-field {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    background: white;
}

/* Override default WooCommerce payment styling for our custom layout */
.kicktick-custom-payment .wc_payment_methods {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    list-style: none !important;
    margin: 0 0 30px 0 !important;
}

/* Force override any theme styles */
.kicktick-custom-payment .wc_payment_methods,
.kicktick-custom-payment .wc_payment_methods * {
    box-sizing: border-box;
}

.kicktick-custom-payment .wc_payment_methods li {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    background: white !important;
}

.kicktick-custom-payment .wc_payment_methods li:hover {
    border-color: #4285f4 !important;
}

.kicktick-custom-payment .wc_payment_methods li input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.kicktick-custom-payment .wc_payment_methods li label {
    display: block !important;
    padding: 20px !important;
    cursor: pointer !important;
    position: relative !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333 !important;
    border-radius: 8px !important;
}

.kicktick-custom-payment .payment-method-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.kicktick-custom-payment .payment-method-info h3 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.kicktick-custom-payment .payment-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.kicktick-custom-payment .payment-icons img {
    height: 24px !important;
    max-width: none !important;
}

.kicktick-custom-payment .wc_payment_methods li input[type="radio"]:checked + label {
    background: #f8f9fa !important;
}

.kicktick-custom-payment .wc_payment_methods li input[type="radio"]:checked + label::before {
    content: '' !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    left: unset !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    border: 2px solid #4285f4 !important;
}

.kicktick-custom-payment .wc_payment_methods li input[type="radio"]:checked + label::after {
    content: '' !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: white !important;
}

.kicktick-custom-payment .wc_payment_methods li .payment_box {
    padding: 20px !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 10px !important;
    border-radius: 0 0 8px 8px !important;
    display: none !important;
}

.kicktick-custom-payment .wc_payment_methods li .payment_box p {
    margin: 0 0 10px 0 !important;
    color: #666 !important;
    font-size: 14px !important;
}

/* Show payment box when radio is checked */
.kicktick-custom-payment .wc_payment_methods li input[type="radio"]:checked ~ .payment_box {
    display: block !important;
}

/* Stripe Express Checkout styling */
.kicktick-custom-payment .stripe-express-checkout-container {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.kicktick-custom-payment .apple-pay-button,
.kicktick-custom-payment .google-pay-button {
    display: none;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    margin: 10px 0;
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.kicktick-custom-payment .apple-pay-button {
    background: #000;
    color: white;
}

.kicktick-custom-payment .apple-pay-button:hover {
    background: #333;
}

.kicktick-custom-payment .google-pay-button {
    background: #4285f4;
    color: white;
}

.kicktick-custom-payment .google-pay-button:hover {
    background: #357ae8;
}

.kicktick-custom-payment #wc-stripe-express-checkout-button-separator {
    display: none;
    text-align: center;
    margin: 20px 0;
    color: #666;
    font-size: 14px;
}

.kicktick-custom-payment #wc-stripe-express-checkout-button-separator::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #e0e0e0;
    vertical-align: middle;
    margin-right: 10px;
}

.kicktick-custom-payment #wc-stripe-express-checkout-button-separator::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #e0e0e0;
    vertical-align: middle;
    margin-left: 10px;
}

/* WooCommerce Stripe elements styling */
.kicktick-custom-payment .wc-stripe-upe-element {
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    margin: 10px 0 !important;
}

.kicktick-custom-payment #wc-stripe-upe-errors {
    color: #e74c3c !important;
    font-size: 14px !important;
    margin-top: 10px !important;
}

/* Force hide default WooCommerce payment descriptions and show our custom ones */
.kicktick-custom-payment .payment_method_txpg .payment_box p {
    display: none !important;
}

.kicktick-custom-payment .payment_method_txpg .payment_box::before {
    content: "Complete the payment online using your credit or debit card (from any bank)." !important;
    display: none !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    font-size: 14px !important;
}

.kicktick-custom-payment .payment_method_txpg .payment_box::after {
    content: "Powered by ProCredit Bank" !important;
    display: block !important;
    font-size: 12px !important;
    color: #666 !important;
    font-weight: bold !important;
}

/* Override Stripe label text */
.kicktick-custom-payment .payment_method_stripe label h3 {
    font-size: 0 !important;
}

.kicktick-custom-payment .payment_method_stripe label h3::before {
    content: "Stripe" !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Stripe Express Checkout styling */
.stripe-express-checkout-container {
    margin: 0 0 20px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: none; /* Hidden by default */
}

/* Show when Stripe is selected */
.payment_method_stripe input[type="radio"]:checked ~ .payment_box .stripe-express-checkout-container {
    display: block !important;
}

/* Force override default WooCommerce styles */
.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method {
    margin-bottom: 15px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"] {
    display: none !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method label {
    display: block !important;
    padding: 15px 20px !important;
    cursor: pointer !important;
    background: #fff !important;
    transition: all 0.2s !important;
    position: relative !important;
    margin: 0 !important;
    border: none !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method label:hover {
    background: #f8f9fa !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked + label {
    background: #e3f2fd !important;
    border-color: #2196f3 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked + label::before {
    content: '' !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #2196f3 !important;
    border-radius: 50% !important;
    background: #fff !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked + label::after {
    content: '' !important;
    position: absolute !important;
    right: 21px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #2196f3 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .payment_box {
    padding: 15px 20px !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e5e5e5 !important;
    margin: 0 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .payment_box p {
    margin: 0 0 10px 0 !important;
    color: #666 !important;
    font-size: 14px !important;
}

/* Cart summary styling */
.kicktick-checkout-layout .cart-summary {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.kicktick-checkout-layout .cart-summary h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.kicktick-checkout-layout .cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.kicktick-checkout-layout .cart-item:last-child {
    border-bottom: none;
}

.kicktick-checkout-layout .cart-item-image {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-right: 15px;
    flex-shrink: 0;
}

.kicktick-checkout-layout .cart-item-details {
    flex: 1;
}

.kicktick-checkout-layout .cart-item-details h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #333;
}

.kicktick-checkout-layout .cart-item-details p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.kicktick-checkout-layout .cart-totals {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.kicktick-checkout-layout .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.kicktick-checkout-layout .total-row.final {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 15px;
}

.kicktick-checkout-layout .coupon-section {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.kicktick-checkout-layout .coupon-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.kicktick-checkout-layout .coupon-btn {
    padding: 10px 20px;
    background: #4285f4;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.kicktick-checkout-layout .coupon-btn:hover {
    background: #3367d6;
}

.stripe-express-checkout-container #wc-stripe-express-checkout-element {
    margin-bottom: 10px;
}

.stripe-express-checkout-container #wc-stripe-express-checkout-button-separator {
    text-align: center;
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}

/* Style the Express Checkout buttons */
#wc-stripe-express-checkout-element .stripe-express-checkout-button {
    margin-bottom: 10px;
}

/* Hide the main express checkout wrapper that appears at the top initially */
.kicktick-custom-payment > .wc-stripe-express-checkout-wrapper {
    display: none !important;
}

/* Show Express Checkout elements when they're moved to Stripe section */
.payment_method_stripe .stripe-express-checkout-container #wc-stripe-express-checkout-element,
.payment_method_stripe .stripe-express-checkout-container #wc-stripe-express-checkout-button-separator {
    display: block;
}

/* Style Apple Pay and Google Pay buttons */
.stripe-express-checkout-container .apple-pay-button,
.stripe-express-checkout-container .google-pay-button {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}

/* Ensure Express Checkout buttons are visible when Stripe is selected */
.payment_method_stripe input[type="radio"]:checked ~ .payment_box .stripe-express-checkout-container {
    display: block;
}

/* PERSISTENT KICKTICK PAYMENT METHOD STYLING - HIGH PRIORITY */
/* These styles use high specificity to prevent WooCommerce from overriding them */

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_methods,
.kicktick-custom-payment .wc_payment_methods,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_methods {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    list-style: none !important;
    margin: 0 0 30px 0 !important;
    box-shadow: none !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method,
.kicktick-custom-payment .wc_payment_method,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    background: white !important;
    padding: 0 !important;
    list-style: none !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method:hover,
.kicktick-custom-payment .wc_payment_method:hover,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method:hover,
.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method.selected,
.kicktick-custom-payment .wc_payment_method.selected,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method.selected {
    border-color: #4285f4 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"],
.kicktick-custom-payment .wc_payment_method input[type="radio"],
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method label,
.kicktick-custom-payment .wc_payment_method label,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method label {
    display: block !important;
    padding: 20px !important;
    cursor: pointer !important;
    position: relative !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333 !important;
    border-radius: 8px !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    text-align: left !important;
    box-shadow: none !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method label:hover,
.kicktick-custom-payment .wc_payment_method label:hover,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method label:hover {
    background: #f8f9fa !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked + label,
.kicktick-custom-payment .wc_payment_method input[type="radio"]:checked + label,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method input[type="radio"]:checked + label {
    background: #f8f9fa !important;
}

/* Radio button indicators */
.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked + label::before,
.kicktick-custom-payment .wc_payment_method input[type="radio"]:checked + label::before,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method input[type="radio"]:checked + label::before {
    content: '' !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    left: unset !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    border: 2px solid #4285f4 !important;
    z-index: 10 !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked + label::after,
.kicktick-custom-payment .wc_payment_method input[type="radio"]:checked + label::after,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method input[type="radio"]:checked + label::after {
    content: '' !important;
    position: absolute !important;
    top: 26px !important;
    right: 26px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: white !important;
    z-index: 11 !important;
}

/* Payment boxes */
.kicktick-checkout-layout .woocommerce-checkout-payment .payment_box,
.kicktick-custom-payment .payment_box,
.woocommerce-checkout .kicktick-checkout-layout .payment_box {
    padding: 20px !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 10px !important;
    border-radius: 0 0 8px 8px !important;
    display: none !important;
}

.kicktick-checkout-layout .woocommerce-checkout-payment .payment_box p,
.kicktick-custom-payment .payment_box p,
.woocommerce-checkout .kicktick-checkout-layout .payment_box p {
    margin: 0 0 10px 0 !important;
    color: #666 !important;
    font-size: 14px !important;
}

/* Show payment box when radio is checked */
.kicktick-checkout-layout .woocommerce-checkout-payment .wc_payment_method input[type="radio"]:checked ~ .payment_box,
.kicktick-custom-payment .wc_payment_method input[type="radio"]:checked ~ .payment_box,
.woocommerce-checkout .kicktick-checkout-layout .wc_payment_method input[type="radio"]:checked ~ .payment_box {
    display: block !important;
}

/* Force override WooCommerce default styles that might be applied later */
.woocommerce-checkout .kicktick-checkout-layout #payment .wc_payment_methods {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.woocommerce-checkout .kicktick-checkout-layout #payment .wc_payment_method {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: white !important;
    margin-bottom: 15px !important;
}

.woocommerce-checkout .kicktick-checkout-layout #payment .wc_payment_method label {
    padding: 20px !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
}

/* Ensure our custom classes are applied */
.kicktick-payment-option {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    background: white !important;
}

.kicktick-payment-option:hover,
.kicktick-payment-option.selected {
    border-color: #4285f4 !important;
}

.kicktick-payment-label {
    display: block !important;
    padding: 20px !important;
    cursor: pointer !important;
    position: relative !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333 !important;
}

/* Prevent any WooCommerce theme overrides */
.woocommerce .kicktick-checkout-layout .wc_payment_methods li {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: white !important;
    margin-bottom: 15px !important;
    list-style: none !important;
}

.woocommerce .kicktick-checkout-layout .wc_payment_methods li label {
    padding: 20px !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
    display: block !important;
}

/* Override any inline styles that might be applied */
.kicktick-checkout-layout [style*="border"] .wc_payment_method {
    border: 2px solid #e0e0e0 !important;
}

.kicktick-checkout-layout [style*="background"] .wc_payment_method {
    background: white !important;
}

.wc_payment_method input[type="radio"]:checked + label::before {
  left:unset !important;
}

.reset-last-child>*:last-child {
    font-weight: bold !important;
}
.p-FieldLabel{
    padding-left: 0px !important;
}

.p-FieldLabel label{
    padding-left: 0px !important;
    font-family: 'Inter', sans-serif !important;
}

label.p-FieldLabel {
    padding-left: 0px !important;
    font-family: 'Inter', sans-serif !important;
} 

label.p-FieldLabel.Label.Label--empty[for="Field-numberInput"] {
    padding-left: 0px !important;
    font-family: 'Inter', sans-serif !important;
}
	
	
	
	
/* 	single event page edits ========== start */
	

	/* Container spacing */
.ktg-mobile-ui { margin: 12px 14px 18px; }

/* Legend chips */
/* Legend row */
.ktg-legend{
  display:flex;
  align-items:center;
  gap:5px;
  flex-wrap:wrap;
  margin:8px 0 14px;
	margin-left:-14px;
	width:110%;
}

	

/* Chip base (pill) */
.ktg-legend .ktg-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
/*   padding:8px 17px; */
  border-radius:999px;
  background:#f2f4f7;            /* light grey pill */
  color:#374151;                  /* dark grey text */
  font-weight:500;
  font-size:12px;
  letter-spacing:.2px;
  text-transform:uppercase;
  line-height:1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.ktg-legend .ktg-chip--taken{
  padding:8px 14px;
}
	.ktg-legend .ktg-chip--available{
  padding:8px 17px;
}
	.ktg-legend .ktg-chip--selected{
  padding:8px 17px;
}

/* Colored dot */
.ktg-legend .ktg-chip::before{
  content:"";
  width:17px;
  height:17px;
  border-radius:50%;
  display:inline-block;
}

/* Dot colors per state */
.ktg-legend .ktg-chip--taken::before{      background:#ff5a5a; }  /* red */
.ktg-legend .ktg-chip--available::before{  background:#34d399; }  /* green */
.ktg-legend .ktg-chip--selected::before{   background:#3b82f6; }  /* blue */


/* Important list */
.ktg-important h4 { font-size:18px; margin:12px -12px 6px; letter-spacing:.2px; color:#1c71ef; }
.ktg-important ol { margin:0; padding-left:2px; }
.ktg-important li { margin:6px 0; font-size:13px; color:#222; }

/* Selected summary (shown when something is in the cart) */
.ktg-selected { margin:14px 0 12px; border:1px solid #e5e7eb; border-radius:12px; padding:12px; background:#fff; }
.ktg-selected__row { display:flex; justify-content:space-between; align-items:center; gap:8px; }
.ktg-selected__label { font-size:13px; color:#111; margin-bottom:2px; }
.ktg-selected__text { font-size:13px; color:#374151; }
.ktg-selected__clear { width:28px; height:28px; border-radius:8px; border:1px solid #e5e7eb; background:#f9fafb; font-size:18px; line-height:24px; cursor:pointer; }

.ktg-selected__subtotal { display:flex; justify-content:space-between; margin:10px 0 12px; font-size:14px; }
.ktg-subtotal-amount { font-weight:700; }

/* CTA */
.ktg-cta-viewcart { width:100%; padding:12px 16px; border:0; border-radius:12px; background:#1a73e8; color:#fff; font-weight:700; }

/* Icons grid */
.ktg-icons { display:grid; grid-template-columns: repeat(6, 1fr); gap:10px; margin-top:12px; }
.ktg-icons img { width:42px; height:42px; object-fit:contain; border-radius:10px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.06); }

/* Keep seats tappable even if you later add an underlay */
.tc-wrapper .tc-seat, .tc-wrapper .tc-seat * { position:relative; z-index:1; }

/* hide on tablet and desktop	 */
	@media (min-width: 768px) {
  .ktg-mobile-ui,
  .tc-mobile-sticky { display: none !important; }
}

	/* Optional: start with "Selected" box hidden */
.ktg-selected[hidden] { display: none !important; }

	
	

	
	/* 	single event page edits ========== end */