table.fixed {
    table-layout: auto!important;
    /* overflow-x: scroll; */
}
.widefat td, .widefat th {
    padding: 5px 5px;
    color: #50575e;
   border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

#checkfront-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

#checkfront-loading.show {
    display: flex;
}

.checkfront-loading-inner {
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    color: #222;
}

.tright {
    text-align: right;
}

.blocktwo {
    width: 50%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.tleft {
    text-align: left;
}

#price-filter {
    margin: 0px 15px 20px 0px;
}

#filter-category label {
	color: rgb(237, 28, 36)!important;
    text-transform: uppercase;
    font-weight: bold;}


#gcb-litepicker {
    display: block;
    min-height: 300px; /* adjust height as needed */
}
.day-item { font-weight: 700 !important;}
.booked-day {
    background-color: #cc0000 !important;
    color: #fff !important;
    border-radius: 50% !important;
    pointer-events: none; /* disables click */
}
.is-locked {
   /* font-weight: normal !important;
    color: #cccccc!important;*/
 	cursor: not-allowed !important;
}
.gcb-maintenance { 
    color: #2196f3 !important;
	}



.gcb-booked {
   /* font-weight: normal !important;*/
    color: #cc0000 !important;
	
  	cursor: not-allowed !important;
}

.is-today {
    color: red !important;
}
.litepicker .container__days .day-item.is-start-date {
    color:#ffffff !important;
    background-color: var(--litepicker-is-start-color-bg);
 
}
/*
.gcb-booked { background:#ccc;color:#666;pointer-events:none; }
.gcb-maintenance { background:#ffd;color:#aa0;pointer-events:none; }
.gcb-past { background:#eee;color:#999;pointer-events:none; }
*/
.litepicker .container__months .month-item-weekdays-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--litepicker-month-weekday-color)
#9e9e9e
;
}

#gcb-calendar-loader {
    opacity: 1;
    transition: opacity .35s ease;
}

#gcb-calendar-loader.fade-out {
    opacity: 0;
    pointer-events: none;
}

.gcb-dashboard-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.gcb-widget {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.gcb-widget-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gcb-widget-list {
    padding: 15px;
    background: #f0f0f0;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}


.gcb-dashboard-header {
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
}


.gcb-inventory-detail h2 { margin: 0px 0px 15px 0px;}

.gcb-widget-body {
    min-height: 50px;
}


#price-summary p {
	margin-bottom: 10px !important;
}


   #price-summary hr {
        margin-bottom: 5px;
    }


#gcb-calendar-navigation{}
#gcb-prev-month, #gcb-next-month { background-color: #ED1C24; color:#ffffff;}

.gcb-booking-wrapper {
    position: relative;
    overflow: visible !important;  /* ensures tooltip is not clipped */
}

.gcb-booking {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
	border-radius:3px;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0px 5px;
    cursor: pointer;
}

.gcb-tooltip {
    position: absolute;
    bottom: -26px; /* space under the bar */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.85);
    color: #fff;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 999999;
}

.boxsixty {width:60%; float:left; }
.boxfifty {width:50%; float:left; }
.boxthirty {width:30%; float:left; }
.boxforty {width:40%; float:left; }
.boxtwenty {width:20%; float:left; }
.boxtwentyfive {width:25%; float:left; }

.sidebutton {
    color: #333;
   
}


/* ===============================
   Payment Modal Overlay
   =============================== */
#gcb-payment-modal {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.55); /* dim background */
    z-index: 99999; /* above WP admin UI */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; /* small padding for smaller screens */
}

.gcb-modal {
    background: #fff;
    width: 450px;
    max-width: 95%;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    position: relative;
    animation: gcbFadeIn 0.2s ease-out;
}

/* Smooth fade-in */
@keyframes gcbFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

/* Close button aligned right */
.gcb-modal .close-modal {
    margin-top: 15px;
    float: right;
}

/* Booking widget*/
.gcb-chart-container {
    height: 300px;
    position: relative;
}

.gcb-chart-container canvas {
    width: 100% !important;
    height: 100% !important;
}


/* STATUS DROPDOWN */
#gcb-status-wrapper {
    margin-bottom: 20px;
}

#gcb-status-list,
#gcb-status-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

#gcb-status-list > li {
    position: relative;
    display: inline-block;
}

#current-status {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    text-decoration: none;
}

#current-status:hover {
    background: #006799;
}

#gcb-status-options {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 150px;
    z-index: 9999;
}

#gcb-status-list li:hover #gcb-status-options {
    display: block;
}

#gcb-status-options li a {
    display: block;
    padding: 8px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

#gcb-status-options li a:hover {
    background: #f1f1f1;
}


.gcb-status {
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
}

.gcb-status.wc-processing { background: #2196f3; color: #fff; }
.gcb-status.wc-on-hold { background: #ff9800; color: #fff; }
.gcb-status.wc-completed { background: #4caf50; color: #fff; }
.gcb-status.wc-cancelled { background: #f44336; color: #fff; }


#gcb-email-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}



.gcb-modal-inner { /* your inner wrapper */
    background: #fff;
    width: 500px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}



.email-customer-form td {
    margin-bottom: 0px;
    padding: 5px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.email-customer-form th {
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}

.booking-edit-header-table {}

.booking-edit-header-table  table {
    text-align: left;
    border: solid 1px #ddd;
    width: 100%!important;
    font-size: 1em;
}

.tablenav {
    clear: both;
    height: auto;
    margin: 6px 0 15px 0px;
  
}


.tablenav input[type="submit"], input[type=reset] {
   width:auto!important;
   padding: 5px 10px!important;
}

.tablenav p.search-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: .5rem 8px;
    position: relative;
    float: right;
    margin: 0px 0!important;
}

/* SHOW TOOLTIP ON HOVER */
.gcb-booking:hover .gcb-tooltip {
    opacity: 1;
}


.shop_table tbody .product-quantity {
    color: #000000;
    text-align: center !important;
}

#calendar-container {
    margin-bottom: 1em;
    
	
}

.wp-core-ui .button {
    border-color: #7e8993;
    color: #ffffff;
   /* width: auto !important;
    padding: 5px 15px !important;*/
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.wp-core-ui input[type=reset], .wp-core-ui input[type=reset]:active, .wp-core-ui input[type=reset]:focus, .wp-core-ui input[type=reset]:hover {
  color: #ffffff!important;
      background-color: #ED1C24 !important;

    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0 2px 1px;
    width: auto;
}

#booking-search-input {width: auto !important;}

.rentals-category-header {
margin:40px 0 20px;font-weight:700;text-transform:uppercase;     border-bottom: 2px solid #666666;
}

.checkfront-product-card {
    margin-bottom: 20px;
}
	.checkfront-product-card h3 {
    font-size: large;
    line-hight: 1em;
    color: #000000;
    font-family: arial;
}
.checkfront-product-card a{ color:#ffffff;}

.checkfront-product-card button, .product-card-button { display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    
   
    text-transform: uppercase;
    
    background-color: rgb(237, 28, 36);
    box-shadow: none;
    font-size: 16.002px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    outline: 0px;
    border-width: 0px;
   
    margin: 0px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
	}
.calendar-wrapper {
  max-width: 100%;
  position: relative;
}

.litepicker {
     transform: scale(1.5); /* or dynamic with JS */
  transform-origin: top left;
}

#checkfront-loading {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    padding: 5% 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.3s ease;
}

.checkfront-loading-inner img {
    display: block;
    margin: 0 auto;
    animation: pulse 1.5s ease-in-out infinite;
    max-width: 100px;
    height: auto;
}


#checkfront-loading.show {
    display: flex;
}



@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}



input[type="date"] {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5em;
 
  max-width: 220px;
  font-size: 1em;
}
 .product-name, .product-name div, .product-details > a {
   font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	color:#000000;
   /* line-height: 25.2px; */
}

.customer-form {
	width:100%;
}

.customer-form label {font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #ED1C24!important; 
	text-transform: uppercase;
	font-weight: 700;
	}
.customer-form select {width:100%; background-color:#eeeeee!important; margin: 0px 0px 15px 0px;}
.customer-form button, input[type=submit] {font-size:large;     background-color: #ED1C24 !important; border-radius:10px; color:#ffffff; padding:10px!important;; width:100%; margin: 5px 0px 5px 0px; }


.customer-form input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=email],  textarea {
	width:100%; background-color:#eeeeee; margin: 0px 0px 15px 0px;
	}
	
	.woocommerce-billing-fields__field-wrapper select {background-color:#eeeeee;!important;}
.woocommerce-billing-fields__field-wrapper label {
	color: #ED1C24!important; 
	text-transform: uppercase;
	font-weight: 700;
	}
	
	.booking-page-title { text-transform: uppercase; font-size:32px; color: #ED1C24!important; text-align:center;}
	.booking-page-title h1 {  font-size:38px; color: #ED1C24!important; }
	
.booking-product-title {   
 margin: 0px 0px 15px 0px;
    font-family: "Open Sans", sans-serif;
   /* line-height: 1.167;*/
    font-weight: 700;
  }
.booking-product-title h2 {  font-size:38px;  }
.booking-page-title h2 {  font-size:38px;  }
.booking-page-title p {      font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    line-height: 25.2px;
    color: #000000;
    margin: 0px 0px 50px 0px;  }
.booking-product-info {   

    font-family: "Open Sans", sans-serif;
   /* line-height: 1.167;*/
font-size: large;
}
.booking-product-info h3{   

   margin:15px 0px 15px 0px;
}

.booking-product-info-total {
	font-size:39px!important;
     font-weight: 700;
   /* line-height: 1.2;
  
	color:#000000!important;*/
	
}
.booking-product-info-total strong {
/*	color:#000000!important;*/
	
}

.booking-product-info-subtotal { font-size: 23px!important;
 font-weight: 700;
   
	}
.booking-product-info-subtotal b, strong {	color:#666666!important;}

.blocktwo { width:50%; float:left; margin: 0px ; padding:0px; }
.txtalignright {text-align:right;margin: 0px ; padding:0px;}
.txtalignleft {text-align:left;margin: 0px ; padding:0px;}

.booking-price {text-align:right;}
.booking-price-label {font-size:18px;}

.booking-price-value {    margin: 0px; padding:0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  line-height: 24px;
    font-size: 28px;}
	
	#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    height: 25px;
}

.woocommerce-form-coupon-toggle {display:none;}


.terms-overlay {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.80);
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-content {
  background: white;
  padding: 20px;
  max-width: 800px;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 8px;
  text-align: left;
}
.terms-content li {margin: 0px 0px 15px 0px;}

.terms-scroll {
  max-height: 300px;
  overflow-y: auto;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.terms-actions {
  text-align: center;
}

.woocommerce-checkout-payment button, input[type=submit] {
    font-size: large;
    background-color: #ED1C24 !important;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px !important;
    width: 100%;
    margin: 5px 0px 5px 0px;
}

.pm-fygaro-container {padding:10px 0px; background-color:#ffffff !important;
	}
.pm-fygaro-container img {height: 30px;
    float: left;
	}
	
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field

 {
    width:50%; float:left;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
   width:50%; float:left;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_field {
     width:50%; float:left;
}

.elementor-13598 .elementor-element.elementor-element-22ef7d4 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
     width:100%; float:none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_apartment_street_1_field {
    width:100%; float:none;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_field {
    width:50%; float:left;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field {
    width:50%; float:left;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
    width:50%; float:left;
}


.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field {
     width:100%; float:none;
}
*/


.rentals-page-header h2{
    font-family: "Eurostile Extended";
	/*font-family: "Oswald", Sans-serif;*/
    font-size: 64px;
    font-weight: 400;
    text-transform: none;
    line-height: 64px;
    color: #ED1C24;
	margin-bottom:15px;
}


.rentals-page-header span {
    font-family: "Fira Code", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 7px;
    color: #ED1C24;
}

.rentals-page-header p, .cta-desc {
    font-family: Inter;
	font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.26px;
    color: #000000;
}

.availability-checker label {
	color: rgb(237, 28, 36);text-transform:uppercase; font-weight:bold;
	
}

.filter-category label {
	color: rgb(237, 28, 36);text-transform:uppercase; font-weight:bold;
	
}

.tright {text-align:right;}
.tleft {text-align:left;}

#price-filter { margin: 0px 15px 20px 0px;}
#category-filter {margin: 0px 0px 20px 0px;}

.woocommerce-notice { text-align:center!important;}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received { margin-bottom:10px!important;}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
  
     margin: 40px auto !important;
  }

.woocommerce-order-details__title {text-align:center!important; color: #ED1C24!important; font-weight:bold!important;}


address {
    display: block;
    font-style: normal!important;
    
}
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #323232;
  color: #fff;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.toast.show {
  opacity: 1;
}
.toast.success {
  background: #28a745;
}
.toast.error {
  background: #dc3545;
}

/* Hide tax line from cart totals */
.includes_tax {
   /* display: none !important;*/
   margin: 0px 0px 0px 5px;
}

.elementor-13573 .elementor-element.elementor-element-4d03d70 .wc-proceed-to-checkout .checkout-button, .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button[type="submit"]
 {
    background-color: #ED1C24 !important;
}

:is(.turbo-cart-page, .elementor-editor-active, .turbo_builder-template) .turbo-cart-page__totals .order-total .woocommerce-Price-amount {
    font-weight: bold;
    color: #000000;
}



   footer .copyright
 {
         text-align: center!important; 
    }
	
	#checkfront-booking-gallery-container {
		padding:5% 10%;
	}


@media (max-width: 768px) {
	
		#checkfront-booking-gallery-container {
		padding:5% 5%!important;
	}

	
	#price-filter { margin: 0px 0px 20px 0px;}
	
  .litepicker {
    width: 100% !important;
    font-size: 12px;
  }
  .litepicker .month-item {
    width: 100%;
  }
  .blocktwo { width:100%; float:none!important; margin: 0px ; padding:0px; }


.tright {text-align:left;}
.tleft {text-align:left;}

}