﻿.upsell_all {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
}

.add_product_cart {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

    .add_product_cart .product_upsell {
        border: none;
    }

.product_upsell {
    display: flex;
    padding: 0px;
    border: 1px solid var(--border-color);
    border-radius: 0px;
    background: #fff;
    flex-wrap: wrap;
    position: relative;
}

.border_none {
    border: none;
}

.info_title_up {
    padding: 0 10px;
    color: var(--all-text-main);
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ECECEC;
    text-transform: uppercase;
}

/*.cart_zindex {
    z-index: 1050;
    margin-top: 48px;
    position: fixed !important;
    top: 44px;
    max-width: 273px;
    max-height: 500px;
    overflow: auto !important;
}*/

.remove_upell {
    cursor: pointer;
    background: var(--btn-bg);
    color: var(--color);
    padding: 0 15px;
    border-radius: 3px;
    line-height: 35px;
    font-size: 12px;
    display: none;
}

.upsell_list_img {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
}

    .upsell_list_img img {
        height: 120px;
        width: 100%;
        object-fit: cover;
    }

    .upsell_list_img .transfer_img {
        object-fit: contain;
    }

.cartdetail_product {
    row-gap: 9px;
    display: flex;
    overflow: hidden;
    flex: 0 0 80%;
    max-width: 80%;
    align-items: flex-start;
}

.u_product_sub_d {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0 15px;
    row-gap: 5px;
    padding: 0px 0 0px 10px;
}

.u_pricedetail {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex: 0 0 35%;
    max-width: 35%;
    height: 100%;
    justify-content: flex-start;
    padding: 5px;
}

.u_main_price {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-end;
}

    .u_main_price .main_price {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: var(--all-text-main);
        margin: 0;
    }

.h_nametitle {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.u_recomonded_block {
    border: 1px solid #008009;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #008009;
    text-align: center;
    padding: 0 10px;
    max-width: fit-content;
    white-space: nowrap;
}

.u_name_title {
    font-weight: 500;
    font-size: 16px;
    color: var(--all-text-main);
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.u_duration_div {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-start;
    color: var(--all-text-sub);
    column-gap: 5px;
    position: relative;
    padding-left: 18px;
}

.u_see_map {
    width: 14px;
    height: 14px;
    background-position: -288px -94px;
    position: absolute;
    left: 0;
}

.duration_icon {
    background-position: -245px -207px;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 0;
}

.u_ownway_errow {
    width: 15px;
    height: 15px;
    background-position: -629px -91px;
    display: block;
}

.u_car_user_icon {
    width: 15px;
    height: 15px;
    background-position: -567px -92px;
}

.u_user_icon {
    width: 15px;
    height: 15px;
    background-position: -522px -92px;
}

.u_duration_icon {
    background-position: -443px -93px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
}

.u_round_errow {
    width: 15px;
    height: 15px;
    background-position: -599px -91px;
    display: block;
}

.u_Capacity_car {
    width: 15px;
    height: 15px;
    background-position: -545px -91px;
}

.h_nametitle .place {
    display: block;
    color: #FFA800;
    font-size: 13px;
    letter-spacing: 3px;
}

.per_person {
    font-weight: 400;
    font-size: 17px;
    line-height: 16px;
    color: var(--all-text-main);
}

.u_book_button {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 0px 5px;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    color: var(--color);
    line-height: 27px;
    transition: all 0.3s;
    min-width: 100px;
    display: block;
    max-width: 200px;
    border: 1px solid var(--btn-bg);
}




.remork_text_area {
    padding: 0px;
}

    .remork_text_area textarea {
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        border-radius: 0px;
        width: 100% !important;
        padding: 8px;
        min-height: 100px;
    }

.upsaleall_list_block {
    color: var(--all-text-main);
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
}


.up_transfer img {
    object-fit: contain;
}

.upsell_checkout_fix {
    position: relative;
    top: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--all-text-main);
    width: 100%;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



.h_address_u {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--all-text-third);
    display: flex;
    column-gap: 5px;
}

.hotel_adress {
    display: flex;
    align-items: flex-start;
    color: var(--all-text-third);
    position: relative;
}

.u_Adderss_icon {
    width: 20px;
    height: 20px;
    background-position: -8px -156px;
}

.h_chech_in_out {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.check_in_out div {
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: var(--all-text-main);
}

.check_in_out span {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--all-text-third);
}


.special_box {
    /* border: 1px solid var(--border-color); */
    /*overflow: hidden;*/
    border-radius: 3px;
}

.Special_Request_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0px;
    row-gap: 15px;
    margin-bottom: 15px;
}

    .Special_Request_div .input_check_box {
        flex: 0 0 33.33%;
        position: relative;
        margin: 0;
    }

.Special_text {
    padding: 0px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
}

input.special_input {
    position: relative;
    height: 35px;
    border: 1px solid var(--border-color);
    width: 75px;
    z-index: 9999;
    opacity: 1;
    background: var(--bg1-dark);
    border-radius: 2px;
    margin-left: 10px;
    color: var(--color-white);
}
/*upsell tour*/
ul.add_new_service {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin: 15px 0;
    overflow: auto;
}

    ul.add_new_service li a {
        display: flex;
        align-items: center;
        column-gap: 10px;
        padding: 0px 10px;
        border-radius: 0;
        border: 2px solid var(--btn-bg);
        line-height: 40px;
        white-space: nowrap;
        font-style: normal;
        font-weight: 600;
        font-size: 1rem;
        text-align: center;
        color: var(--btn-bg);
        min-width: 210px;
        justify-content: center;
    }

.upsell_tour_icon {
    background-position: -88px -83px;
}

.upsell_transfer_icon {
    background-position: -136px -82px;
    width: 40px !important;
}

.tabs_design .add_new_service li.active a .menu_icon {
    filter: brightness(0) invert(1);
}

ul.add_new_service li.active a {
    background: var(--btn-bg);
    color: var(--btn-color);
}

    ul.add_new_service li.active a span {
        filter: brightness(0) invert(1);
    }



.add_upsell_product {
    padding: 10px;
    background: var(--bg1-dark);
    border-radius: 15px;
}

    .add_upsell_product .upsell_list_img {
        border-radius: 5px;
        width: 145px;
    }

        .add_upsell_product .upsell_list_img img {
            height: 116px;
        }


.upsaleall .arrival_days {
    color: #3ba95d;
    display: inline-block;
    font-weight: 400;
}

.upsaleall .fa-check::before {
    content: "";
    font-size: 9px;
    padding: 0;
}

.upsaleall .fa-check {
    border: 1px solid #3ba95d;
    border-radius: 50%;
    color: #3ba95d;
    display: inline-block;
    height: 16px;
    text-align: center;
    width: 16px;
}

.upsell_book {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding: 0px 15px;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    color: var(--color);
    line-height: 35px;
    transition: all 0.3s;
    display: block;
}

    .upsell_book:hover {
        background: var(--hover);
    }

.footer_upsell {
    position: relative;
    width: 100%;
    background: var(--other-bg-light);
    padding: 10px;
    z-index: 1;
}


.u_common_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    float: left;
    left: 0;
}

.dureation_icon {
    background-position: -443px -89px;
}

.tour_info {
    background-position: -469px -90px;
}

.important_info {
    color: var(--bg5-green);
    font-size: 14px;
    font-weight: 700;
}

.upsell_i_box {
    display: flex;
}

.upsell_droup select, .upsell_droup input {
    height: 35px;
    border: 1px solid var(--border-color);
    width: 100%;
    padding: 0 22px 0 5px;
    line-height: 35px;
    /* min-width: 120px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    max-width: 100%;
}

.down_upsell {
    width: 8px;
    height: 8px;
    background-position: -87px -8px;
    position: absolute;
    right: 10px;
    top: 14px;
    pointer-events: none;
}

.upsell_droup {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.u_flex {
    display: flex;
    gap: 10px;
}

.upsell_droup span {
    line-height: 35px;
    background: var(--border-color);
    padding: 0 5px;
}

.upsell_t_search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 15px 15px;
    border: 1px solid var(--border-color);
    margin-bottom: 15px;
    border-radius: 3px;
    background: #fff4e2;
}

.upsell_i_box .input_redio_box {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

    .upsell_i_box .input_redio_box input {
        display: none;
    }

    .upsell_i_box .input_redio_box [type=radio] + label {
        font-weight: 400;
        font-size: 14px;
        margin-right: 10px;
        color: var(--btn-bg);
        margin-bottom: 0;
    }

    .upsell_i_box .input_redio_box label::before {
        font-family: FontAwesome;
        content: "";
        background: none;
        font-size: 14px;
        border: 2px solid var(--btn-bg);
        padding: 0;
        left: 0;
        position: relative;
        text-align: center;
        font-weight: normal;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: inline-block;
        top: 3px;
        margin-right: 5px;
        background: #fff;
    }

    .upsell_i_box .input_redio_box input:checked ~ label:after {
        top: 7px;
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        background: var(--btn-bg);
        left: 4px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .upsell_i_box .input_redio_box input:checked ~ label:before {
        border: 2px solid var(--btn-bg);
    }

.option_p_d {
    min-width: 100%;
}

.select_slot a {
    color: var(--btn-bg);
    font-weight: 600;
    font-size: 13px;
    background: var(--other-bg-light);
    padding: 0 5px;
    line-height: 20px;
    border-radius: 3px;
    display: block;
    white-space: nowrap;
}





.time_slot_text {
    display: inline-block;
}

.tour-clear .avaicircle {
    padding: 0px 0px 0px 20px;
    color: #000;
    border-radius: 3px;
    text-align: center;
    width: fit-content;
    position: relative;
    margin-left: 20px;
    float: right;
}

.tour-clear .bggreen_p:before, .tour-clear .bgred_p:before, .tour-clear .bgyellow_p:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}


.footer_button {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.upsell_go {
    display: flex;
    justify-content: space-between;
}

    .upsell_go a {
        display: block;
        line-height: 46px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.5s;
        border: 3px solid var(--btn-bg);
        border-radius: 5px;
    }

        .upsell_go a:first-child {
            border: 2px solid var(--btn-bg);
            color: var(--btn-bg);
        }

        .upsell_go a:last-child {
            background: var(--btn-bg);
            line-height: 46px;
            color: #fff;
        }

        .upsell_go a:hover {
            background: var(--hover);
            color: #fff;
            border: 3px solid var(--btn-bg);
        }

.upsell_name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--btn-bg);
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.upsell_drop_icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    left: 0;
}

.upsell_hotel_icon {
    background-position: -7px -239px;
}

.upsell_room_div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--all-text-third);
}

.tabs_design .transfer_menu_icon {
    background-position: -535px -223px;
}

.tabs_design .menu_icon {
    width: 28px;
    height: 23px;
    position: relative;
}

.tabs_design .tour_menu_icon {
    background-position: -623px -222px;
    width: 25px;
}

@media (max-width:991px) {
    .cart_zindex {
        position: relative !important;
    }
}

@media (max-width:600px) {
    .cartdetail_product {
        flex-direction: column;
        row-gap: 5px;
    }

    .u_product_sub_d {
        flex: 1 1 0%;
        max-width: 100%;
        row-gap: 2px;
    }

    .u_pricedetail {
        width: 100%;
        max-width: 100%;
        flex: 1 1 0%;
        border-left: none;
    }

    .u_main_price {
        row-gap: 0px;
    }

        .u_main_price .main_price {
            font-size: 16px;
        }


    .sucessadd {
        font-weight: 400;
        font-size: 15px;
        line-height: 15px;
    }

    span.success {
        font-size: 12px;
        line-height: 18px;
    }

    .upsell_checkout_fix {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .u_name_title {
        font-size: 16px;
    }

    .h_nametitle .place {
        font-size: 11px;
    }

    .per_person {
        font-size: 13px;
    }

    .info_title_up {
        font-size: 14px;
    }

    .Special_text {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0;
    }

    .upsell_all {
        max-height: calc(100vh - 225px);
    }

    .view_m_detail {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        opacity: 0;
    }

    .upsell_t_search {
        align-items: inherit;
        flex-direction: column;
        row-gap: 10px;
    }

    .upsell_go a {
        padding: 0 5px;
        font-size: 13px;
    }

    .h_address_u {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        display: block;
    }

    .check_in_out span {
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }

    .check_in_out div {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }

    ul.add_new_service {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: flex-start;
        margin: 15px 0;
        overflow: auto;
    }

    .Special_Request_div .input_check_box {
        flex: 0 0 100%;
    }
}
