.cbp-price-table{
    border-width: 1px 1px 3px 1px !important;
    border-color: #ff681a !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background: #000000;
    padding: 15px;
    height: fit-content;
}
.product-type-custom_booking .custom_price_table{
    color: #fff !important;
    text-align: center;
}
.cbp-price-table tbody{
    color: #fff;
}
.cbp-price-table tfoot{
    color: #fff;
}
.cbp-price-table th{
    color: #fff;
}
.cbp-price-table thead{
    color: #fff;
}
.cbp-price-table td{
    color: #fff;
}
.cbp-price-table tr{
    color: #fff;
}
.cbp-price-table td, th{
    border: none !important;
}
.custom_price_table_product_name{
    color: #e56e00;
    font-weight: bold;
    text-align: center;
margin: 0px !important;
}
.cbp-booking-form label{
    font-size: 20px;
    font-weight: 600;
}
.cbp-booking-form input[type=text], input[type=email], input[type=search], input[type=number], select, textarea{
   
}
.cbp-booking-form select{
    border:1px solid #ebebeb !important;
    font-size: 14px !important;

}
#cbp_datepicker{
    background-image: url('../images/calendar.png') !important;
    background-position: right 26px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 15px !important;
}
.cbp-passenger-qty {
    display: flex;
    align-items: baseline;
    max-width: 150px;
}

.cbp-passenger-qty button {
    width: 32px;
    height: 32px;
    font-size: 18px;
       background: #FF681A;
    color: #fff;
    border: none;
    cursor: pointer;
}

.cbp-passenger-qty input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.passenger_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(222, 222, 222, .5);
    margin-bottom: 30px;
    padding: 16px;
}
#cbp_passenger {
    height: 32px !important;
    border: none;
}
.cbp-room-option{
    display: block;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(222, 222, 222, .5);
    margin-bottom: 0px;
    padding: 16px;
}
.cbp-room-option label{
     margin-bottom: 0px !important;   
}
.rooms-main{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}
.cbp-room-option{
    display: none;
}
.new-input-style{
 background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 20px 0 rgba(222, 222, 222, .5) !important;
    margin-bottom: 15px !important;
    padding: 16px !important;
}
.new-input-style-city{
height: 60px !important;
    border: 1px solid #ebebeb !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 20px 0 rgba(222, 222, 222, .5) !important;
    margin-bottom: 15px !important;
    padding: 16px !important;
}
.cbp-passenger-qty{
    border: 1px solid #fe6629;
    border-radius: 5px;
align-items: center !important;
}
.cbp-booking-form{
    background: #f7f7f7a3;
    padding: 30px;
    border-radius: 15px;
    margin-top: 0px;
}
@media only screen and (min-width:768px) and (max-width:1179px){
.cbp-wrapper{
display: block !important;
}
.cbp-booking-form{
width: 100% !important;
}
.cbp-price-table{
width: 100% !important;
text-align: left !important;
margin-top: 20px;
padding: 31px;
}
.custom_price_table_product_name{
text-align: left !important;
}
.product-type-custom_booking .custom_price_table{
text-align: left !important;
}
}
@media only screen and (min-width:320px) and (max-width:767px){
.cbp-wrapper{
display: block !important;
}
.cbp-booking-form{
width: 100% !important;
}
.cbp-price-table{
width: 100% !important;
text-align: left !important;
margin-top: 20px;
padding: 31px;
}
.custom_price_table_product_name{
text-align: left !important;
}
.product-type-custom_booking .custom_price_table{
text-align: left !important;
}
}
.cbp-passenger-qty input{
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
}
td.ui-datepicker-unselectable.ui-state-disabled.undefined{
    background: #0a0909 !important;
    color: #fff;

}
.ui-datepicker-calendar thead{
    background: #cbcbcb;
}
.ui-datepicker-calendar thead th{
    border: 1px solid #ffccb1 !important;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
display: flex;
       gap: 33px;
    background: #000;
    color: #fe6629;
    width: max-content;
}
.ui-datepicker .ui-datepicker-title{
display: flex;
align-items: center;
}
.ui-corner-all a{
 color: #fe6629;
}
.product-type-custom_pricing .ui-datepicker .ui-datepicker-calendar td{
    padding: inherit;
}
.ui-datepicker .ui-datepicker-calendar td{
         padding: 10px !important;
}
.product-type-custom_pricing .entry-summary p.price{
	display: none !important;
}
.flatpickr-day.flatpickr-disabled{
background-color: #e56e00;
    background-image: repeating-linear-gradient(135deg, #e56e00, #e56e00 2px, #ffffff 4px, #ffffff 4px) !important;
    border: none;
    border-radius: 0px;
color: #ffffff !important;
    margin-bottom: 5px;

}
.single-custom_trip .breadcumb-wrapper{
    margin-top: -150px;
    padding-top: 225px !important;
    padding-bottom: 100px !important;

}
.page-template .breadcumb-wrapper{
    margin-top: -150px;
    padding-top: 225px !important;
    padding-bottom: 100px !important;

}
.cbp-single-supplement-room-option{
display: none;
}
.single-supplement-rooms-container input[type=radio]{
    visibility: initial !important;
    opacity: 100 !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    width: 20px !important;
    height: 19px !important;
    margin-right: 5px !important;
    margin-top: 0px !important;
}
.type-product .blog-title{
display:none !important;
}
.type-product .blog-meta{
display:none !important;
}
.type-product .woocommerce-product-gallery{
display:none !important;
}
.type-product .product-rating{
display:none !important;
}
.type-product .product_meta{
display:none !important;
}
.type-product .share-links{
display:none !important;
}
.type-product .post-pagination{
display:none !important;
}
.type-product .blog-comment-area{
display:none !important;
}
.type-product .single_add_to_cart_button{
    background: #ff681a;
    color: #fff;
    border: 1px solid #ff681a;
    padding: 10px 60px;
}
.type-product .cbp_total{
font-weight: bold;
    margin: 10px 0;
}
.type-product .custom_trip_title{
    color: #e56e00;
    border-bottom: 2px solid #e56e00;
    text-align: left;
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    padding-bottom: 5px;
    cursor: pointer;
    display: table;
    position: relative;
    padding-top: 15px;
}
.ui-datepicker-calendar td {
    position: relative;
    height: 60px;
}

.price-tag {
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-size: 10px;
    color: #e56e00;
    font-weight: 600;
    text-align: center;
    margin-bottom: -5px;
}
.ui-datepicker-current-day .price-tag{
color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    text-align: center;
    padding-bottom: 10px;
}
