/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.aircraft-single-container {
    padding: 0;
    max-width: 1440px;
    margin: auto;
    width:100%;
}
.aircraft-content-wrap {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 40px;
}
.aircraft-left {
    width: 60%;
    padding: 30px;
    border-radius: 8px;
    border:1px solid rgb(222, 225, 228);
    box-shadow:rgba(0, 0, 0, 0.05) 0px 10px 23px 0px;
}
.aircraft-right {
    flex: 1 1 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border:1px solid rgb(222, 225, 228);
    box-shadow:rgba(0, 0, 0, 0.05) 0px 10px 23px 0px;
}
.aircraft-gallery-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.aircraft-left  .awb-swiper-button-next, .aircraft-left  .awb-swiper-button-prev {
    top:50%;
background-color: rgba(0, 0, 0, 0.7);
    width:30px;
    height:30px;
    display:flex;
    align-items: center;
    justify-content: center;

}
.aircraft-left  .awb-swiper-button-prev {
    left: calc(100% - 30px);
}
.aircraft-left  .awb-swiper-button-next i , .aircraft-left  .awb-swiper-button-prev i{
    font-size: 20px;
    color: #FFF;
}


.aircraft-gallery-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.aircraft-image img {
    width: 100%;
    border-radius: 8px;
}
.aircraft-description {
    margin-top: 30px;
}
.aircraft-description h1, .aircraft-description h2, .aircraft-description h3, .aircraft-description h4, .aircraft-description h5, .aircraft-description h6 {
    font-family:Poppins, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
.aircraft-description > * {
    margin:0;
}
.aircraft-description p{
    margin-bottom:10px;
}
.aircraft-specs {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.aircraft-specs li {
    margin-bottom: 10px;
    font-size: 15px;
    color:rgb(51, 51, 51);
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:400;
}
.aircraft-specs li span {
    color: #ffb400;
    margin-right:10px;
}
.reserve-button {
    display: block;
    background: #ffb400;
    padding: 12px 15px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background 0.2s ease;
    margin: auto;
    max-width: 190px;
    margin-top:30px;
    text-align: center;
}
.reserve-button:hover {
    background: #e09e00;
    color: #000;
}
.aircraft-note {
    color:rgb(116, 116, 116);
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:400;
}

.aircraft-right h2{
    font-size: 30px;
    color: #000;
    margin-bottom:0px;
    line-height:1;
}
.aircraft-right  .aircraft-type{
    color:rgb(188, 188, 188);
    display:block;
    font-family:Poppins, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:600;
    margin-top:5px;
}
.aircraft-right h4{
    color:rgb(0, 0, 0);
    font-family:Poppins, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:600;
    margin-bottom:5px;
}


.plane-list {
    display:flex;
    gap:20px;
    flex-wrap: wrap;
}
.plane-list .plane-card {
    width: calc(100% / 3 - 14px);
    border-radius:8px;
    background: #FFF;
    border:1px solid #dee1e4;
    overflow:hidden;
}
.plane-list .plane-card img {
    aspect-ratio: 3/2;
    object-fit: cover;
}
.plane-list .plane-data {
    padding:15px;
    text-align:center;
}
.plane-list .plane-data h3 {
    margin:0;
    margin-bottom:10px;
    font-size:30px;
}
.plane-list .plane-data .passengers {

    color:#bcbcbc;
    font-size:14px;
    font-weight:600;
}
.plane-list .plane-data .short_description {
    max-width:320px;
    margin:auto;
    margin-bottom:20px;
    color:rgb(116, 116, 116);
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400;
}
.plane-list .plane-data .price {
    color:rgb(254, 186, 18);
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-style:normal;
    font-weight:700;
}
.plane-list .plane-data .price span{
    font-size:40px;
    font-weight:600;
}
.plane-list .plane-data .speed {
color:rgb(51, 51, 51);

font-family:Poppins, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:600;
letter-spacing:2px;
}
.flight-data p {
    font-weight:600;
    color: #152C5B;
}
.mpForm .inputList.type-select .types-wrap {
    margin-top:10px;
}
.mpForm .inputList.type-select .types-wrap span {
    margin:0;
}
.mpForm .inputList {
    margin-top: 5px!important;
}
.flight_duration {
    display:none;
}
.inputList.return-time {
    display:none!important;
}
.types-wrap span {
    cursor:pointer;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
    background: #333333!important; /* Your desired color */
    border-color: #333333!important; /* Your desired color */
    color: white;         /* Optional: text color */
}

div.mptbm_transport_search_area .mptbm_search_area.inputHorizontal {
    max-width: 50% !important;
    min-height:650px;
}
.mpStyle .justifyBetween {
    gap:15px;
}
.mpStyle .inputList {
    margin: 3px 0 0 0;
}
.mptbm_map_area > .fullHeight {
    height: calc(100% - 19px) !important;
    margin-bottom: 13px;
}
div[class*="dLoader"], div[class*="simpleSpinner"] {
    font-size:100px!important;
}
.mp_sticky_depend_area > .mptbm_booking_item {
    border-color: #f0f0f0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.mp_sticky_depend_area > .mptbm_booking_item:nth-of-type(1) {
    border-top:none;
}
div.mptbm_booking_item h5 {
    padding-right:170px;
}
.mptbm_list_details ._min_150_mL_xs {
    margin-top:-43px;
}
#mptbm_map_area {
    height: 100%;
}
.mptbm_distance_time {
    border-radius: 10px!important;
}
.mptbm_map_search_result .flexWrap {
    flex-direction: row-reverse;
}
.tabListsNext {
    display:none!important;
}
.form-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #152C5B;
}
div.mpStyle span.selection, div.mpStyle span.select2-container.select2, div.mpStyle span.select2-container span.select2-selection {
    height:40px!important;
}
div.mpStyle span.select2-container span.select2-selection__rendered {
    padding-left: 15px;
}
 div.mptbm_transport_search_area .mptbm_manual_end_place .mptbm_left_icon, div.mptbm_transport_search_area .start_place .mptbm_left_icon {
    bottom: 13px;
}
 .flatpickr-ok-button {
     margin-top: 5px;
     padding: 4px 10px;
     cursor: pointer;
     width: 100%;
     border: 1px solid rgb(254, 186, 18);
     background: rgb(254, 186, 18);
     color: rgb(255, 255, 255);

     font-size: 16px;
     font-weight:500;
 }
 .mptbm_booking_item {
     border-bottom:none!important;
     border-left:none!important;
     border-right:none!important;
 }
 .mainSection {
     margin-left:0!important;
     margin-right:20px!important;
     padding-bottom:40px;
 }

 .leftSidebar ._dLayout_dFlex_fdColumn_btLight_2 {
     background: #FFF!important;
        border:none!important;
     padding:0!important;
 }
.leftSidebar .divider {
    display:none!important;
}
.mptbm_map_search_result {
    padding:10px;
}
.leftSidebar ._dLayout_dFlex_fdColumn_btLight_2 h3 {
    margin-top:10px;
}
.leftSidebar ._dLayout_dFlex_fdColumn_btLight_2 .dividerL {
    display:none!important;
}
.leftSidebar ._dLayout_dFlex_fdColumn_btLight_2 h6 {
    margin-bottom:0;
    margin-top: 10px;
}
.leftSidebar .dividerL {
    margin: 10px 0 !important;
}
.leftSidebar h3 {
    margin: 0;
    font-size: 18px;
}
div.mptbm_transport_search_area .leftSidebar p {
    font-size: 14px!important;
}
div.mpStyle span.select2-container .select2-selection__arrow {
    width: 37px;
    background: #FFF;
}
body div.mptbm_transport_search_area .mptbm_search_area label .formControl {
    background-color: #FFF;
    padding: 5px 35px 5px 50px;
    height: 40px;
}
div.mptbm_transport_search_area .mptbm_left_icon {
    height:40px!important;
}
.mptbm_book_now{
    display:none!important;
}
.mptbm_get_vehicle_prev {
    position: absolute!important;
    bottom: 0;
    left: 10px;
    max-width: 250px!important;
}
.mpStyle .leftSidebar {
    padding-top: 15px;
    padding-left:40px;
}
.mpStyle .leftSidebar ._dLayout_dFlex_fdColumn_btLight_2 {
    /*width: fit-content;*/
    /*margin-left: auto;*/
}
.mpStyle .leftSidebar .justifyBetween {
    margin-top:15px;
}
.mpStyle .leftSidebar [class*="_successButton"] {
    background: #feba12!important;
    border-color:  #feba12!important;
    color:  #FFF!important;
}
.wp-block-woocommerce-checkout-order-summary-block, .wc-block-components-totals-wrapper, .mpStyle .dLayout, .mpStyle [class*="_dLayout"] , .mpStyle .divider, .mpStyle .mpBtn, .mpStyle [class*="_mpBtn"],.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select{

    border-color: #f0f0f0!important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #feba12!important;
    border:  none!important;
    color:  #FFF!important;
    outline: none!important;
    box-shadow: none!important;
    font-weight: 600;
    cursor:pointer;
}
.mptbm_extra_service > .divider{
    display:none!important;
}
.mpStyle .divider{
    background-color: #f0f0f0!important;
}
.mpStyle .leftSidebar button:hover span {
    color: #FFF!important;
}
.mptbm_book_now_cus {
    width:100%;
    margin-top: 20px !important;
}
.mptbm_extra_service {
    margin-bottom: 45px;
    order:999999999;
}
.product-info .wc-item-meta {
    margin-top:0;
}
.product-info p {
     margin-bottom:0;
 }
.product-info.totals p, .totals p {
    display: flex;
    justify-content: space-between;
    margin-bottom:2px;
}
.avada-order-details p {
    margin-bottom:2px;
}
.woocommerce-content-box.one_half {
    margin-right: 0!important;
    margin-bottom: 0!important;
    width: calc(50% - 10px) !important;
}
.woocommerce-order {
    gap:20px;
    display: flex;
    flex-wrap: wrap;
}
.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description  .wc-block-components-product-name {
    font-size:20px;
}
.flatpickr-time  .numInputWrapper span {
    opacity: 1!important;
    width:20px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.location-wrap {
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}
.location-wrap .location {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 4 - 15px);
    border-radius:10px;
    border:1px solid #dee1e4;
    padding:20px 10px;
    text-align: center;
}
.location-wrap .location h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top:0;
}
.location-wrap .location a {
    padding:9px 20px;
    background: #FFF;
    border:1px solid #dee1e4;
    font-size: 12px;
    text-decoration: none;
    border-radius:3px;
}
.location-wrap .location a:hover {
    background: #feba12;
    color:#000;
    border-color:  #feba12;
}
.country-data {
    max-width:768px;
    margin: auto;
}
.country-data h1 {
    color:#333333!important;
    font-size:50px!important;
    margin-bottom:20px;
}

.country-data h1 span{
    color:#feba12!important;
    background:rgba(254, 186, 18, 0.08)!important;
    padding: 0 30px;
    border-radius:10px;
}
.country-data p {
    font-size: 18px;
    font-weight:500;
    color:#333333;
}
.country-data table {
    width:100%;
}
.country-data table th {
    text-align: left;
    padding:10px 10px;
    font-size:16px;
    border-bottom:1px solid #333;
    color:#333333;
}
.country-data table td {
    padding:20px 10px;
    border-bottom:1px solid #dee1e4;
    font-size:16px;
}
.country-data table tr td:first-child {
    color: #feba12;
    font-weight:500;
}
.country-data table tr td a {
    padding:9px 20px;
    background: #FFF;
    border:1px solid #dee1e4;
    text-decoration: none;
    border-radius:3px;
    min-width: 200px;
    display: block;
    text-align: center;
}
.country-data table tr td a:hover {
    background: #feba12;
    color:#000;
    border-color:  #feba12;
}
.select2-container--default .select2-selection--single, .select2-container .select2-selection .select2-selection__arrow {
    border-color: #EBECEE!important;
}
.woocommerce-column--billing-address h3 {
    font-size: 30px!important;
    width:100%;
    color: rgb(51, 51, 51);
}
body div.mptbm_transport_search_area .mptbm_search_area label .formControl {
    box-shadow: none!important;
    outline: none!important;
}
div.woocommerce td.product-name {
    color:  rgb(51, 51, 51) !important;
    font-size: 14px!important;
}
.woocommerce-order, .wp-block-woocommerce-checkout-order-summary-block {
    color:  rgb(51, 51, 51)!important;
}
div.mptbm_transport_search_area .leftSidebar h3, div.mptbm_transport_search_area .leftSidebar h6 , body .mptbm_booking_item .flight-data p{
    color: #333!important;
}

.popular-flights {
    display: flex;
    gap: 20px;
    flex-wrap:wrap;
}
.popular-flights .popular-single-flight{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 4 - 15px);
    border-radius: 10px;
    border: 1px solid #dee1e4;
    padding: 20px 10px;
    text-align: center;
}
.popular-flights .popular-single-flight p {
    font-size: 30px;
    font-weight:700;
}
.popular-flights .popular-single-flight a {
    padding: 12px 25px;
    background: #FFF;
    border: 1px solid #dee1e4;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 400;
}
.popular-flights .popular-single-flight a:hover {
    background: #feba12;
    color: #000;
    border-color: #feba12;
}
@media(max-width:1024px) {
    .location-wrap .location, .popular-flights .popular-single-flight {
        width: calc(100% / 3 - 14px);
    }
    .aircraft-content-wrap {
        flex-direction:column;
    }
    .aircraft-left {
        width: 100%;
    }
}

@media(max-width:768px) {
    .location-wrap .location, .popular-flights .popular-single-flight {
        width: calc(100% / 2 - 10px);
    }
}

@media(max-width:450px) {
    .location-wrap .location, .popular-flights .popular-single-flight {
        width: 100%;
    }
}