/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
	text-decoration:none;
}
div#information-available .product_meta {
    color: #141414;
}
h3.bfw-h1-semibold,.bfw_custom_wrapper label,
div#bfw_startime_booking label, ul.bfw-dropdown label, .guests-button input, .guests-button svg path {
    color: #fff !important;
    fill: #fff !important;
}
.bfw-breadcrumb a, .bfw-breadcrumb nav {
    font-family: 'DM Sans';
}
div#bfw_date_booking_wrapper svg path {
    stroke: #fff;
}
.bfw-dropdown-wrapper svg path {
    fill: #fff;
}
#bilbo-content-tour input.text-form.bilbo_destination {
    background: transparent;
    border-radius: 0;
}
.bfw_custom_wrapper label span.label,
#bfw-custom-data ul.bfw-dropdown label span.label {
    display: block;
}
.bfw_custom_wrapper label span.amount,
#bfw-custom-data ul.bfw-dropdown label span.amount {
    display: inline-block;
}
#bfw-custom-data ul.bfw-dropdown input {
    padding: 0 !important;
    width: 40px !important;
}
.bfw-content-right span.price_from {
    display: none !important;
}
#bfw-custom-data ul.bfw-dropdown li.bfw_flex {
    flex-wrap: wrap;
    gap: 10px;
}
/* body.page-id-350 header#masthead #siteheader,
body.home header#masthead #siteheader {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background-color: transparent !important;
    padding-top: 50px;
    padding-bottom: 0;
} */
.Menu_btn svg {
    display: none;
}
.bfw-service__content .doller > span:not(.amount) {
    display: none;
}
.bfw-service__content a.title .item_title {
    line-height: normal !important;
}
.woocommerce #reviews{
	padding-top: 40px;
}
.woocommerce #reviews #comments h2 {
    color: #fff !important;
}
header#masthead .elementor-element {
    overflow: unset !important;
}
.woocommerce-Price-amount.amount bdi {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 4px !important;
}
.bfw-list-tours.style-1 h3.widget-title {
    color: #fff;
}
.bfw-list-tours.style-1 #bfw_apply_location {
    background: #000000;
    color: #fff;
}
.bfw-list-tours.style-1 .bfw-padding-item-2 {
    padding-left: 0;
    padding-right: 0;
}
.bfw-list-tours.style-1 .bfw-list-service.grid-2 .bfw-service__content a.title .item_title, 
.bfw-list-tours.style-1 .bfw-service__content_infor {
    color: #000;
}
@media only screen and (max-width:1170px){
	#bfw-custom-data ul.bfw-dropdown .guests-button {
		padding: 10px;
	}
	#bfw-custom-data ul.bfw-dropdown label {
		font-size: 15px !important;
	}
}
@media only screen and (max-width:1024px){
/* 	body.page-id-350 header#masthead #siteheader,
	body.home header#masthead #siteheader {
		padding: 30px 30px 0 30px;
	} */
}
@media only screen and (max-width:767px){
	#bfw-custom-data ul.bfw-dropdown {
		bottom: 100%;
		top: auto;
	}
}