/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#wpadminbar {
    display: none !important;
}
html {
    margin-top: 0 !important;
}

.page .entry-header {
    margin-bottom: 1.5em;
    margin-left: 3em;
}
.ast-desktop-header{
	margin-left: 3em!important;
}


.woocommerce-js div.product .product_title {
  display:none!important;
}
.woocommerce-js div.product div.summary .single-product-category {
    display: none!important; 
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a {
    display:none!important
}
.woocommerce-js div.product div.images.woocommerce-product-gallery {
   display:none!important;
}
.woocommerce-js div.product .product_meta {
      display:none!important;
}

/*Ocultar total del checkout*/
.wp-block-woocommerce-checkout-order-summary-totals-block {    
    display: none!important;
}

/* Oculta el calendario de WooCommerce Bookings */
#wc-bookings-booking-form .wc-bookings-date-picker,
#wc-bookings-booking-form .wc-bookings-date-picker-wrapper {
  /*display: none !important;*/
}

.hide-option {
	display: none;
}

/* Días completamente reservados */
.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.not_bookable.fully_booked {
    background-color: #e74c3c !important;
    color: white !important;
}

/* Días parcialmente reservados */
.partial_booked.bookable {
    /*background-color: #f39c12 !important;*/
	*background-color: yellow !important;
    color: white !important;
}

/* Días totalmente libres */
.bookable:not(.partial_booked):not(.fully_booked) {
    background-color: #27ae60 !important;
    color: white !important;
}


.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    float: right;
    width: 100%!important;
    clear: none
}

/* Cambiar el color de fondo del encabezado del mes */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
    background-color: #ff8d43; /* Cambia el color a tu preferencia */
    color: #ffffff; /* Cambia el color del texto */
}

/* Cambiar el color de los días disponibles */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: #ff8d43 !important; /* Color de fondo */
    color: #000000 !important; /* Color del texto */
}

/* Cambiar el color de los días no disponibles */
.ui-datepicker-calendar tbody .ui-state-disabled {
    background-color: #f0f0f0; /* Color de fondo */
    opacity: 0.5; /* Transparencia */
}

/* Cambiar el color al pasar el ratón sobre los días disponibles */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
    background-color: yellow !important; /* Color de fondo */
    color: black !important; /* Color del texto */
}

.wc-bookings-calendar .wc-bookings-day .wc-bookings-times {
    display: block !important;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    color: #333;
}


#crsa-public-calendar {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;    
    left: 0;
    right: 0;
    position: relative;
    height: 650px !important; /* Puedes ajustar la altura si quieres */
    margin: 0 auto;
    box-sizing: border-box;
    /* Opcional para que quede bonito */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);    
}

#crsa-public-calendar .fc {
    width: 100% !important;
}

@media (max-width: 900px) {
    #crsa-public-calendar {
        
		width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
        padding: 8px 2px;
        height: 500px !important;
    }
}

@media (max-width: 600px) {
    #crsa-public-calendar {
        width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
        height: 380px !important;
        font-size: 14px;
        padding: 4px 0;
    }
}
/*
@media (min-width: 922px) {
    .site-content .ast-container {
        display: contents!important;
    }
}*/
.site-header-section>div:last-child {
    padding-right: 0;
    margin-left: 3em!important;
}

.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
    margin-left: -4em;
}
