﻿


.manage__traveller_HS {
    display: none;
    background: #fff;
    /* width: 200px;*/
    width: 420px;
    position: absolute;
    box-shadow: 0px 0px 4px silver;
    z-index: 99999999;
    border-radius: 4px;
    padding: 10px;
    top: 50px;
}

    .manage__traveller_HS .column {
        width: 100%;
        /*border-bottom: 1px solid silver;*/
        /* padding: 0px 0px 10px 0px;*/
        display: inline-flex;
        /*margin-bottom: 0px !important;*/
    }

    .manage__traveller_HS .column1 {
        width: 100%;
        /*border-bottom: 1px solid silver;*/
        /*padding: 0px 0px 10px 0px;*/
        display: inline-flex;
        margin-bottom: 0px !important;
    }


    .manage__traveller_HS .column h4 {
        margin: 0;
        font-size: 14px;
        min-width: 60%;
        color: #000;
    }

        .manage__traveller_HS .column h4 span {
            color: #ff0100;
            font-size: 12px;
            margin-right: 15px;
            min-width: 50%;
        }


    .manage__traveller_HS .column button {
        border: 1px solid silver;
        width: 30px;
        height: 25px;
        background: no-repeat;
        line-height: 0;
        color: #000;
        padding: 0px;
        font-size: 17px;
    }

    .manage__traveller_HS button + span {
        margin: 0 10px;
    }

    .manage__traveller_HS button + input {
        margin: 0 10px;
        padding: 0;
        border: none;
        width: 10px;
        line-height: 2;
    }

#manage__traveller_HS_Hotel .column input.quantity__input {
    border: 1px solid silver !important;
}

.manage__traveller_HS .red__btn {
    line-height: 2;
}

#manage__traveller_HS_Hotel .column .quantity__input {
    width: 25px;
    text-align: center;
    font-size: 13px !important;
    max-width: 25px;
    line-height: 23px !important;
    font-weight: 700 !important;
    min-width: 25px !important;
}


@media (max-width: 767px) {

    .manage__traveller_HS {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 50px;
    }

    .icon_st {
        width: 100%;
    }
}


@media (max-width: 567px) {
    .SE_.hotel_F .search_container.d-flex {
        flex-direction: row;
    }
}
