/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

.no-scroll {
	overflow-y: hidden;
}


/* Sections */

section {
	padding: 32px 24px !important;
}

@media screen and (min-width:1024px) {
	section {
		padding: 96px 32px !important;
	}
}

/* Components Edit */ 
.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
	padding: 0 8px;
}

.woocommerce-js .sold-individually .button.single_add_to_cart_button {
	margin-left: 0;
}

/* Product Page - Side Panel */

#atc_content {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    justify-content: right;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

#atc_content.open {
    visibility: visible;
    opacity: 1;
}

#atc_content .elementor-widget-container {
    position: absolute;
    top: 0;
    right: -100%;
	width: 100%;
    height: 100vh;
    padding: 20px 16px;
    background-color: white;
    transition: right 0.5s ease-in-out;
}

#atc_content .elementor-jet-single-add-to-cart {
	height: 100%;
    overflow-y: scroll;
}

@media screen and (min-width: 769px) {
	#atc_content .elementor-widget-container {
		max-width: 600px;
		right: -600px;
		padding: 64px 32px;
	}
}

#atc_content .cart:not(.grouped_form):not(.variations_form) {
    flex-direction: column;
}

#atc_content.open .elementor-widget-container {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
	color: black;
} 

#dcBooking-filters #cwbf-filters {
	display: flex;
	align-items: center;
	justify-items: center;
	gap: 4px;
}

#dcBooking-filters #cwbf-filters {
    background-color: white;
	padding: 6px;
	border-radius: 64px;
}

#dcBooking-filters input {
	height: 54px;
	padding: 16px 16px 16px 12px;
}

#dcBooking-filters .filter-row {
	display: flex;
    align-items: center;
    padding-left: 16px;
}

#dcBooking-filters .filter-row i {
	font-size: 24px;
}

#dcBooking-filters button {
	height: 54px;
	width: 54px;
	padding: 8px;
	color: black;
	border-radius: 54px;
}

#dcBooking-filters button span {
	display: none;
}

#dcBooking-filters input#start_date, #dcBooking-filters input#strt_time {
	background-color: transparent;
	border: none;
}

#dcBooking-filters input#start_date {
	border-right: 1px solid #E3E3E3;
}

#dcBooking-filters input#strt_time {
	border-right: 1px solid #E3E3E3;
}
#dcBooking-filters input#keyword{
	border:none;
}

#dcBooking-filters h3, #dcBooking-filters br {
	display: none !important;
}

#dcBooking-filters #cwbf-filters div.filter-row {
	margin-bottom: 0;
}

#dcBooking-filters #cwbf-clear {
	display: none;
}

#dcBooking-filters .cwbf-fields-label {
	display: none;
}

/* Footer */

/* ===================================
   Footer
   =================================== */

@media screen and (max-width:768px) {
.footer_menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	#dcBooking-filters #cwbf-filters {
		flex-wrap:wrap;
	}
	
	.calendar {
		width:48%;
		
	}
	
	.clock {
		width:48%;
		
	}
	.ville {
		width:100%;
		
	}
	#dcBooking-filters input#strt_time, 
	#dcBooking-filters input#start_dat {
		border:none;
	}
	
#dcBooking-filters button span {
	display: inline;
}

	#dcBooking-filters button {
	height: 54px;
	width: 238px;
	padding: 8px;
	color: black;
	border-radius: 54px;
}
	
	.fa-magnifying-glass{
		margin-right:10px;
	}
	
}


/*Filters */

.select2 {
	width: 100% !important;
}

.select2-selection {
	padding: 12px 16px !important;
}



