/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-products-wizard .form-check {
	padding-left: 6rem;
}
#trasnpotation-form {
    /* Add your form styles here */
    margin: 20px; /* Example margin */
    padding: 10px; /* Example padding */
}

/* Style for the "from_place" input field */
#from_place {
    /* Add your input field styles here */
    border: 1px solid #ccc; /* Example border */
    padding: 5px; /* Example padding */
}

/* Style for the "to_place" input field */
#to_place {
    /* Add your input field styles here */
    border: 1px solid #ccc; /* Example border */
    padding: 5px; /* Example padding */
}

/* Style for the autocomplete dropdown */
.ui-autocomplete {
    /* Add your autocomplete dropdown styles here */
    max-height: 200px; /* Example maximum height */
    overflow-y: auto; /* Add vertical scrollbar if needed */
    border: 1px solid #ccc; /* Example border */
    background-color: #fff; /* Example background color */
    position: absolute; /* Ensure it's positioned correctly */
    z-index: 1; /* Ensure it's above other elements */
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}