.elementor-1742 .elementor-element.elementor-element-f53ec40{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1742 .elementor-element.elementor-element-0033435{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1742 .elementor-element.elementor-element-d4c9f23{text-align:center;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1742 .elementor-element.elementor-element-47ef06f{text-align:center;}.elementor-1742 .elementor-element.elementor-element-871d226{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-bca05c4 *//* Hide product image on booking product */
.product.type-product .woocommerce-product-gallery {
    display: none !important;
}

/* Hide reviews tab + content */
.woocommerce-tabs,
#reviews {
    display: none !important;
}

/* Change booking calendar highlight colours */
#wc-bookings-booking-form .ui-datepicker td.bookable a {
    background: #00aaff !important; /* swimming pool blue */
    color: #fff !important;
    border-radius: 4px;
}

/* Change hover effect */
#wc-bookings-booking-form .ui-datepicker td.bookable a:hover {
    background: #008ecc !important;
    color: #fff !important;
}

/* Change selected date */
#wc-bookings-booking-form .ui-datepicker td.ui-datepicker-current-day a {
    background: #005f80 !important; 
    color: #fff !important;
}

/* Make booking form full width when no image */
.product.type-product .woocommerce-product-gallery {
    display: none !important;
}

.product.type-product .summary.entry-summary {
    width: 100% !important;
    float: none !important;
    margin: 0 auto;
}

/* Hide the product title only on single product pages */
.single-product .product_title.entry-title {
    display: none !important;
}

/* Hide product category line on single product pages */
.single-product .product_meta {
    display: none !important;
}

/* Hide price on single product pages */
.single-product .entry-summary .price {
    display: none !important;
}

/* Hide related products section */
.single-product .related.products {
    display: none !important;
}/* End custom CSS */