/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Eliteline Auto Sell
Author URI: https://elitelineautos.com/
Description: Founded on October 10, 2023, ELITELINE AUTOSELL LLC is committed to transforming the car buying experience with a focus on transparency, respect, and personalized service. We prioritize understanding your unique needs, ensuring a seamless journey to finding the perfect vehicle. Our team offers expert guidance, flexible financing options, and tailor-made solutions, striving to make you feel like family. We guarantee the best deals and provide ongoing support and satisfaction, inviting you to join our family of happy customers. At ELITELINE AUTOSELL, your trust and satisfaction are our ultimate goals. Welcome home to a new standard in vehicle purchasing.
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,automotive,vehicle-listings,car-dealership,vehicle-reviews,car-rentals,car-sales,car-enthusiasts,motor-sports,car-maintenance,auto-parts,car-news,car-comparisons,vehicle-showcase,car-buying
Version: 1.0.1
Updated: 2024-06-23 18:09:40

*/

/*Calendario Veritical*/
.elementor-product-booking .cart{
    display: flex;
    flex-direction: column;
}

/*Quitar bordes por defecto*/
.elementor-product-booking .wc-bookings-booking-form .wc-bookings-date-picker{
    border: none;
}

/* Header Calendar Month*/
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-title {
	background-color: #293248;
}

/* Previous/Next month arrow*/
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, 
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
	background-color: #0D1018;
}

/* Previous/Next month arrows not available */
.ui-state-disabled, 
.ui-widget-content .ui-state-disabled, 
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
}

/* Available calendar days background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
	background-color: #61C7E9 !important;
}

/* Available calendar day hover background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
	background-color: #B0E3F4 !important;
}

/* Selected date */ 
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
	background-color: #293248 !important; 
} 

/* Time blocks */
#wc-bookings-booking-form .block-picker li a {
	background-color: #FFFFFF !important;
}

/* Time blocks hover */
#wc-bookings-booking-form .block-picker li a:hover {
	background-color: #12ACDE !important;
}

#wc-bookings-booking-form .block-picker li a.selected {
        background: #293248 !important;
        color: #FFFFFF !important;
}

#wc-bookings-booking-form .block-picker li a.selected:focus {
        outline-color: #12ACDE !important;
}

/* Book now button */
.wc-bookings-booking-form-button.single_add_to_cart_button {
        background-color: #293248;
        color: #FFFFFF;
}

.wc-bookings-booking-form-button.single_add_to_cart_button.disabled{
        background-color: #B0E3F4 !important;
        color: #FFFFFF !important;
}

.wc-bookings-booking-form-button.single_add_to_cart_button:hover {
        background-color: #12ACDE !important;
        color: #FFFFFF !important;
}

