/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* GENERALS */

:root {
    --white: #ffffff;
    --primary: #572b3d;
    --secondary: #CEE8A4;
}

*{
    font-family: 'Coustard',sans-serif !important;
}

h1,h2,h3,h4{
    font-family: 'Coustard',sans-serif !important; 
}

/* FOOTER */
.special-link a{
    color: var(--secondary) !important;
}

.special-link a:hover{
    color: #DCD8D5 !important;
}

/* CABECERA - INICIO */
@media (max-width: 768px){

    #title-animated h1{
        font-size: 30px !important;
    }
}

@media (max-width: 576px){
    #title-animated h1{
        font-size: 20px !important;
    }
}

/* BANNERS CART */
.wc-block-components-notice-banner.is-info{
    display: none !important;
}

.single-product .product-type-booking{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* SINGLE PRODUCT */

.ui-datepicker-header{
    background-image: linear-gradient(to top, #572b3d 0%, #572b3dd1 100%) !important;
}
.ui-datepicker-title{
    background-color: var(--primary) !important;
}
.ui-datepicker-next,
.ui-datepicker-prev{
    background: var(--primary)!important;
}

.wc-bookings-date-picker-timezone-block,
#tab-description h2,
.wc-bookings-booking-cost{
    display: none !important;
}

.woocommerce-Price-amount{
    font-weight: bold;
}

.wc-bookings-booking-form,
.wc-bookings-date-picker {
    border: 0px !important;
}

.wc-bookings-booking-form{
    display: inline !important;
}

.block-picker a{
    color: var(--primary) !important;
    font-weight: bold !important;
}

.block-picker li:hover{
    background-color: var(--secondary) !important;
}

.block-picker li:hover a{
    color: var(--primary) !important;
    background-color: var(--secondary) !important;
}

.wc-bookings-booking-form .block-picker li a.selected {
    background: var(--secondary) !important;
    color: var(--primary) !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a{
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
    font-weight: bold;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default{
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
    font-weight: bold;
}

.single_add_to_cart_button{
    display: block;
    width: 100%;
    border-radius: 5px !important;
    padding: 15px !important;
}

@media (min-width: 768px){
    .single-product .product_title {
        font-size: 40px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px){

    .single-product .product_title {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    .single-product .woocommerce-product-details__short-description,
    .single-product .woocommerce-Tabs-panel--description p{
        font-size: 18px !important;
    }
}

@media (max-width: 576px){
    .single-product .product_title {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    .single-product .woocommerce-product-details__short-description,
    .single-product .woocommerce-Tabs-panel--description p{
        font-size: 15px !important;
    }

}
 

/* CARRITO */

.page-id-247 .page-header,
.page-id-247 .wp-block-product-new{
    display: none !important;
}

.page-id-247 .wp-block-woocommerce-empty-cart-block,
.page-id-247 .wp-block-woocommerce-filled-cart-block{
    padding: 50px 10px;
}

.page-id-247 .wp-block-heading:last-of-type{
    display: none !important;
}

.page-id-247 .wc-block-cart__submit-container{
    background-color: var(--primary);
    border-radius: 10px;
}

.page-id-247 .wc-block-cart__submit-container a{
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
}


@media (max-width: 576px){
    .page-id-247 .wp-block-woocommerce-filled-cart-block{
        display: table !important;
    }
}


/* CHECKOUT */

.page-id-248 .entry-title{
    display: none !important;
}

.page-id-248  .page-content{
    padding-top: 100px !important ;
    padding-bottom: 50px !important ;
}

.page-id-248 a{
    text-decoration: none !important;
    color: var(--secondary);
}

.page-id-248 .wc-block-components-checkout-place-order-button{
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: 0px !important;
}