

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

.checkfront-product-card{ }
	.checkfront-product-card h3 { font-size:large; line-hight:1em; color:#000000;}
.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.4); /* 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: 28px;
    font-family: "Open Sans", sans-serif;
   /* line-height: 1.2;*/
    font-weight: 700;
	color:#000000!important;
	
}
.booking-product-info-total strong {
	color:#000000!important;
	
}

.booking-product-info-subtotal { font-size: 18px;
    font-family: "Open Sans", sans-serif;
	}
.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-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;
}


@media (max-width: 768px) {
	
	#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;}

}