/* Icon close */
i.ba-icons.ba-icon-close {
    font-size: 86px;
}
/*Services list */
.services-list .ba-blog-post-content {
		display: flex;
    justify-content: space-between;
}
/* Recent news */
.recent-news .ba-blog-post-content {
    padding-left: 100px;
}

@media (max-width: 1024px) {
    .recent-news .ba-blog-post-content {
        padding-left: 0;
    }
}

/* Add to cart */
.add-to-cart-booking-available-hours,
.add-to-cart-booking-calendar input.open-calendar-dialog {
    border: none;
}
.add-to-cart-booking-available-hours,
.add-to-cart-booking-calendar input.open-calendar-dialog {
    border-bottom: 1px solid var(--border) !important;
}
.add-to-cart-booking-available-hours.active,
.add-to-cart-booking-calendar input:hover, 
.add-to-cart-booking-available-hours:hover {
    border-bottom: 1px solid var(--hover) !important;
}
.open-calendar-wrapper i {
    display: none;
}

/* Blurred btn bg*/
.blurred-bg a {
		backdrop-filter: blur(10px);
}