/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable
 */

.input-text-datas {
    width: 109px !important;
}




.freelancer 
p {
    margin-bottom: 0px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: contents !important;
}
.page-template-airport-parking-template-php .ast-container {
	    margin-top: 20px !important;
	
}
.woocommerce-checkout-review-order-table thead {
	display:none !important;
}
.woocommerce-message, .woocommerce-info {

    display: none !important;
}
.check_in_outer p {
	margin-bottom:15px !important
}

.p-content p {
    margin-bottom: 5px !important;
}
.page-id-655 label {
    color: #1e293b;    width:100%;
    padding-left: 0 !important;
    padding-bottom: 3px !important;
}

select, .select2-container .select2-selection--single {
    background-position-x: 95% !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 15px 50px !important;
}

.wc-block-components-notice-banner.is-success {
display:none !important;
}
.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866;
}
select#product_cat {
    box-shadow:0px 3px 99px rgba(0,0,0,0.16);
    border:none;
    width:300px;
    border-radius:5px;
    padding-left:20px !important;
}

input#check_in {
        box-shadow:0px 3px 99px rgba(0,0,0,0.16);
    border:none;
    width:150px;
        border-top-left-radius:5px;
    border-bottom-left-radius:5px;
        padding-left:10px !important;
    padding-right:10px !important;
    height:40px !important;
}

input#check_in_time {
       box-shadow:0px 3px 99px rgba(0,0,0,0.16);
    border:none;
    width:150px;
       border-top-right-radius:5px;
    border-bottom-right-radius:5px;
     padding-left:10px !important;
    padding-right:20px !important;
       height:40px !important;
}

input#check_out {
          box-shadow:0px 3px 99px rgba(0,0,0,0.16);
    border:none;
    width:150px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    padding-left:10px !important;
    padding-right:10px !important;
       height:40px !important;
}

input#check_out_time {
 box-shadow:0px 3px 99px rgba(0,0,0,0.16);
    border:none;
    width:150px;
       border-top-right-radius:5px;
    border-bottom-right-radius:5px;
       height:40px !important;
      padding-left:10px !important;
    padding-right:20px !important;
}

input[type="submit"] {
    border-radius:5px;  
    box-shadow:0px 3px 99px rgba(0,0,0,0.16);
    border:none;
    background:#F9BE57;
    color:#004280;
    position:relative;
    left:10px;
	padding-bottom:12px !important;
		padding-top:12px !important;
}
input[type="submit"]:hover {
    border:0px solid #fff;
	color:#fff;
	background:#F9BE57;
}
label {
  color:#fff;
    width:80px;
    padding-left:24px;
}

.custom-search-fields {
    display:flex;
    align-items:center;
}
/* product-css */
.product-most-outer {
    padding-left:20px;
    padding-bottom:30px;
	  padding-top:20px;
    padding-right:30px;
	margin:30px !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius:10px;
}

.productts-outer {
    justify-content:center;
}
.products h3{
    font-size:30px;
    font-weight:500;
    padding-top:30px;
    text-align:center;
}

.productts-outer {
    width: 340px !important;
}
h2.woocommerce-loop-product__title {
    font-size:22px;
    font-weight:600;
}
.product-price {
    text-align:center;
}
#billing_checkin_date_field {
	    visibility: hidden;
    position: absolute;
}
#billing_check_in_time_field {
		    visibility: hidden;
    position: absolute;
}
#billing_checkout_date_field {
			    visibility: hidden;
    position: absolute;
}
#billing_checkout_time_field {
			    visibility: hidden;
    position: absolute;	
}
.input-text-datas {
	    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.input-text-datas {
	width:108px !important;
}
.woocommerce-product-short-description  p{
  display:flex;
  flex-direction:row !important;
    gap:6px !important;
  font-size:12px;
}
.woocommerce-product-details__short-description p{
  display:flex;
  flex-direction:row !important;
  gap:6px !important;
  font-size:12px;
}

.product-detail {
  display:flex;
  flex-direction:column;
  gap:20px;
}

.featured-image img{
  width:270px;
}

.product-most-outer {
    display:flex;
   align-items:center;
  margin-top:50px;
}

span.price {
  color:#F9BE57;
  font-size:22px;
  font-weight:600;
  font-family:poppins;
}
span.woocommerce-Price-amount.amount {
    color:#F9BE57;
}
.add-to-cart-btn a{
  background:#010243 !important;
  border-radius:5px;
     transition:all 0.5s ease-in-out;
	 font-size:14px !important;
    width:100%;
    text-align:center;
    padding-top:14px !important;
    padding-bottom:14px !important;
}

.view-detail-btn  a{
  background:#F9BE57 !important;
    border-radius:5px;
    transition:all 0.5s ease-in-out;
	 font-size:14px !important;
    width:100%;
    text-align:center;
    padding-top:14px !important;
    padding-bottom:14px !important;
}
span.price {
    color: #010243 !important;
}
.add-to-cart-btn:hover a {
  transform:scale(1.1);
  transition:all 0.5s ease-in-out;
}

.view-detail-btn:hover  a{
   transform:scale(1.1);
  transition:all 0.5s ease-in-out;
}
span.woocommerce-Price-amount.amount:before {    font-size: 24px;
		color:#1C244B !important;
}
.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-top: 15px;
}
.productts-outer {
    width: 320px !important;
    display: inline !important;
    margin: 0 3px;
}

.check-now {
    display:flex;
}

/* Check out page */
span.woocommerce-input-wrapper input {
   width:100%;
    height:40px;
    border:1px solid #6666;
    border-radius:5px;
    padding-left:12px;
    padding-right:12px;
}




span.woocommerce-Price-amount.amount {
   color:#010243;
   font-weight:500 !important;
}

#billing_checkin_date_new_Datas {
    width:120px !important;
}
/* Check out page */

@media (min-width:768px) and (max-width:1024px){
	.check-now {
    display:flex;
    flex-direction:row !important;
    width:100%;
}
.custom-search-fields {
	display:flex;
    flex-direction:column !important;
    width:100% !important;

}

input#check_in{
    width:100% !important;    
    border-radius:0px !important;
}
    
input#check_in_time {
    width:100% !important;    
    border-radius:0px !important;
}

input#check_out {
    width:100% !important;    
    border-radius:0px !important; 
}

input#check_out_time {
    width:100% !important;    
    border-radius:0px !important;
}
	
label {
        padding-top:30px !important;
        padding-bottom:15px !important;
}

input[type="submit"] {
		margin-top:20px;
	    width:100%;
	position:relative;
	left:0px;
	}
	.product-title {
    width:250px;
}

.featured-image img{
    width:300px;
}

.product-title h2{
    font-size:18px;
    line-height:24px;
}
.products h3{
        font-size:22px;
        line-height:35px;
}
    
.woocommerce-product-short-description  p {
    margin-bottom: 0.75em !important;
}

.product-most-outer {
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 30px;
    margin: 0px !important;
    margin-top: 30px !important;
}
    
.product-detail{
    padding-left:20px;
}
	  h1.entry-title {
        padding-top:30px;
    }
	.page-id-655 label {
    color: #1e293b;    width:50%;
    padding-left: 0 !important;
    padding-bottom: 3px !important;
}

}

@media (max-width:767px){
.custom-search-fields {
			display:flex;
  flex-direction:column !important;
    width:100% !important;
}

input#check_in{
    width:100% !important;   
    border-radius:0px !important;
}
    
input#check_in_time {
    width:100% !important;   
    border-radius:0px !important;
}

input#check_out {
    width:100% !important;    
    border-radius:0px !important; 
}

input#check_out_time {
    width:100% !important;    
    border-radius:0px !important;
}
	
label {
        padding-top:30px !important;
        padding-bottom:15px !important;
}

input[type="submit"] {
		margin-top:20px;
	    width:100%;
	position:relative;
	left:0px;
	}
	.products h3{
        font-size:22px;
        line-height:35px;
}
    
.product-most-outer {
    flex-direction: column;
}
    
.product-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width:100%;
}
    
.product-title h2{
    font-size:20px;
    padding-top:30px;
}

.productts-outer {
     max-width: -webkit-fill-available !important;
}

.woocommerce-product-short-description p{
     align-items:start !important;        
}

.product-most-outer {
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 30px;
    margin: 0px !important;
    margin-top: 30px !important;
}
    
.featured-image {
        width:100% !important;
    }
	  h1.entry-title {
        padding-top:30px;
    }
	.page-id-655 label {
    color: #1e293b;    width:40%;
    padding-left: 0 !important;
    padding-bottom: 3px !important;
}

}



