.hotel_rooms_form .form-search-rooms {
    border: 1px solid #d7dce3;
    margin-bottom: 25px
}

@media (max-width: 766px) {
    .hotel_rooms_form .form-search-rooms {
        border-bottom: none
    }
}

.hotel_rooms_form .form-search-rooms .form-search-row > div {
    border-right: 1px solid #d7dce3
}

    .hotel_rooms_form .form-search-rooms .form-search-row > div:last-child {
        border-right: 0px
    }

    .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group {
        position: relative;
        margin-bottom: 0;
        cursor: pointer
    }

        .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .form-content {
            padding: 15px 5px
        }

        .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .form-label {
            font-size: 14px;
            color: #5e6d77;
            margin-bottom: 0
        }

        .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .render {
            font-size: 16px;
            color: #5191fa
        }

        .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .start_date {
            position: absolute;
            bottom: -5px;
            left: -15px;
            right: -15px
        }

@media (max-width: 766px) {
    .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .start_date {
        bottom: 0;
        left: 0;
    }
}

.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .select-guests-dropdown {
    margin-left: -15px;
    margin-right: -16px
}

.hotel_rooms_form .form-search-rooms .form-search-row > div .dropdown-toggle:after {
    display: none
}

.hotel_rooms_form .form-search-rooms .form-search-row > div .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    font-size: 22px;
    color: #a0a9b2
}

.hotel_rooms_form .form-search-rooms .form-search-row > div.col-btn {
    padding: 0;
    flex-grow: 1;

}

.hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit {
    height: 100%;
    display: flex;
    width: 100%
}

    .hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit .btn {
        flex-grow: 1;
        font-size: 16px;
        text-transform: uppercase;
        border-radius: 0;
        margin-right: -1px;
        width: 100%
    }




.hotel_rooms_form .hotel_room_book_status {
    border: 1px solid #d7dce3;
    padding: 15px;
    margin-top: 20px;
    position: relative;
    
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status {
        padding: 10px 15px;
        
    }
}

.hotel_rooms_form .hotel_room_book_status .control-book {
    text-align: right;
    
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .control-book {
        position: initial;
        margin-top: 0;
        text-align: left;
        
    }

        .hotel_rooms_form .hotel_room_book_status .control-book .total-room-price {
            display: none
        }

        .hotel_rooms_form .hotel_room_book_status .control-book .btn {
            padding: 5px 10px
        }
}

.hotel_rooms_form .hotel_room_book_status label {
    margin-bottom: 0;
    
}

.hotel_rooms_form .hotel_room_book_status .render {
    font-size: 12px;
    color: #464646;
    display: inline-block
}

/*.hotel_rooms_form .hotel_room_book_status.sticky {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 -2px 10px #b5b5b5;
    transform: translateY(100%)
}*/

    .hotel_rooms_form .hotel_room_book_status.sticky.active {
        transition: all .3s;
        transform: translate(0)
    }

.hotel_rooms_form .hotel_room_book_status .is_mobile {
    display: none !important
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .is_mobile {
        display: flex !important
    }
}

.hotel_rooms_form .hotel_room_book_status .total-room-price {
    font-size: 23px;
    font-weight: 600;
    color: #ff3f19
}

    .hotel_rooms_form .hotel_room_book_status .total-room-price span {
        color: #000;
        font-size: 16px;
        font-weight: 500
    }

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .total-room-price {
        font-size: 18px
    }
}

.hotel_rooms_form .hotel_room_book_status .row_extra_service {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
   
}

    .hotel_rooms_form .hotel_room_book_status .row_extra_service label {
        display: inline-block;
        margin-bottom: 5px
    }

    .hotel_rooms_form .hotel_room_book_status .row_extra_service .form-group {
        margin-bottom: 0
    }

    .hotel_rooms_form .hotel_room_book_status .row_extra_service .extra-item {
        margin-bottom: 5px
    }

.hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6 {
    position: initial;
    min-height: 70px
}

    .hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
        border-left: solid 1px #ccc
    }

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
        border: none;
        min-height: auto
    }
}

.hotel_rooms_form .heading-section {
    margin: 20px 0
}

.hotel_rooms_form .hotel_list_rooms {
    border: 1px solid #d7dce3
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms {
        border: none
    }
}

.hotel_rooms_form .hotel_list_rooms .room-item {
    border: 1px solid #d7dce3;
    border-bottom: 0px;
    margin: -1px
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item {
        border-bottom: 1px solid #d7dce3;
        margin-bottom: 15px
    }

        .hotel_rooms_form .hotel_list_rooms .room-item:last-child {
            margin-bottom: 0
        }
}

.hotel_rooms_form .hotel_list_rooms .room-item:last-child {
    border-bottom: 1px solid #d7dce3
}

.hotel_rooms_form .hotel_list_rooms .room-item .image {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

@media (max-width: 1023px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .image {
        max-height: 200px
    }
}

.hotel_rooms_form .hotel_list_rooms .room-item .image img {
    max-width: 100%;
    height: auto
}

.hotel_rooms_form .hotel_list_rooms .room-item .image .count-gallery {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #000000b3;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 1em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: #00000080
}

    .hotel_rooms_form .hotel_list_rooms .room-item .image .count-gallery i {
        margin-right: 3px
    }

.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info {
        padding: 15px
    }
}

.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-name {
    margin-bottom: 20px;
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
    margin-top: 0;
    cursor: pointer
}

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-name {
        margin-bottom: 15px
    }
}

.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

    .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li {
        display: inline-block;
        padding-right: 10px
    }

        .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item {
            color: #5e6d77
        }

            .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item .field-icon {
                text-align: center;
                border: 1px solid #eaeef3;
                border-radius: 5px;
                padding: 6px 8px;
                font-size: 22px;
                margin-right: 0;
                line-height: normal;
                width: 40px;
                height: 38px;
                display: flex;
                align-items: center;
                justify-content: center
            }

            .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item span {
                display: block;
                margin-top: 5px;
                font-size: 12px;
                text-align: center
            }

.hotel_rooms_form .hotel_list_rooms .room-item .col-price {
    padding: 20px 10px
}

    .hotel_rooms_form .hotel_list_rooms .room-item .col-price .price {
        display: block;
        margin-bottom: 10px
    }

@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .col-price {
        padding: 0 15px 15px
    }

        .hotel_rooms_form .hotel_list_rooms .room-item .col-price .text-center {
            display: inline-block
        }

        .hotel_rooms_form .hotel_list_rooms .room-item .col-price .custom-select {
            max-width: 200px;
            display: block;
            position: relative;
            top: -5px
        }
}

.hotel_rooms_form .hotel_list_rooms .room-item .price {
    font-size: 18px;
    color: #1a2b48
}

    .hotel_rooms_form .hotel_list_rooms .room-item .price span {
        font-size: 14px;
        color: #5e6d77
    }

@media (min-width: 1400px) {
    .hotel_rooms_form .hotel_list_rooms .modal-dialog {
        max-width: 1000px
    }
}

.hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-content {
    border-radius: 0;
    background: #fff
}

@media (max-width: 1023px) {
    .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-header {
        padding: 10px
    }

        .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-header .modal-title {
            font-size: 16px
        }

        .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-header img {
            max-width: 15px
        }
}

@media (max-width: 1023px) {
    .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-body {
        padding: 10px
    }
}

.hotel_rooms_form .hotel_list_rooms.loading {
    position: relative
}

    .hotel_rooms_form .hotel_list_rooms.loading:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff;
        z-index: 1;
        opacity: .5
    }

.hotel_rooms_form .total-price {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #fa5636;
    font-weight: 600;
    padding-right: 15px
}

.hotel_rooms_form .col-total {
    padding-left: 0;
    padding-top: 20px
}

@media (max-width: 768px) {
    .hotel_rooms_form .form-search-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .hotel_rooms_form .form-search-row > div {
            border-bottom: 1px solid #d7dce3
        }

            .hotel_rooms_form .form-search-row > div:last-child {
                border-bottom: 0px
            }

    .hotel_rooms_form .room-item .hotel-info {
        padding: 20px
    }

    .hotel_rooms_form .hotel_rooms_form .col-total {
        text-align: center;
        padding: 15px 20px
    }
}

.hotel_rooms_form .room-attribute-item ul {
    list-style: none;
    margin-top: 10px
}

    .hotel_rooms_form .room-attribute-item ul li {
        font-size: 15px;
        margin-right: 7px;
        display: inline-block
    }

        .hotel_rooms_form .room-attribute-item ul li i {
            width: 30px;
            height: 28px;
            line-height: 26px;
            text-align: center;
            border: 1px solid #eaeef3;
            border-radius: 4px;
            display: block
        }

.hotel_rooms_form .list-attributes {
    margin-top: 30px
}

    .hotel_rooms_form .list-attributes .attribute-item {
        margin-bottom: 20px
    }

        .hotel_rooms_form .list-attributes .attribute-item .title {
            font-size: 18px;
            margin-bottom: 10px
        }

        .hotel_rooms_form .list-attributes .attribute-item ul {
            list-style: none;
            column-count: 3
        }

            .hotel_rooms_form .list-attributes .attribute-item ul li {
                margin-bottom: 5px;
                margin-right: 15px
            }

                .hotel_rooms_form .list-attributes .attribute-item ul li i {
                    font-size: 18px;
                    margin-right: 4px
                }

@media (max-width: 767px) {
    .hotel_rooms_form .list-attributes {
        margin-top: 20px
    }

        .hotel_rooms_form .list-attributes .attribute-item {
            margin-bottom: 15px
        }

            .hotel_rooms_form .list-attributes .attribute-item .title {
                font-size: 16px
            }

            .hotel_rooms_form .list-attributes .attribute-item ul {
                column-count: 1
            }
}

@media (max-width: 768px) {
    .bootbox.modal .modal-dialog {
        min-width: 0px
    }
}

.has-search-map {
    height: 100%
}

    .has-search-map .bc_wrap {
        display: flex;
        height: 100%;
        flex-direction: column
    }

        .has-search-map .bc_wrap .bc_header {
            background: #fff
        }

            .has-search-map .bc_wrap .bc_header .content {
                background: transparent
            }

            .has-search-map .bc_wrap .bc_header .header-left {
                width: 80%
            }

@media (max-width: 1366px) {
    .has-search-map .bc_wrap .bc_header .header-left {
        width: 75%
    }
}

.has-search-map .bc_wrap .bc_header .header-right {
    width: 20%
}

@media (max-width: 1366px) {
    .has-search-map .bc_wrap .bc_header .header-right {
        width: 25%
    }
}

.has-search-map .bc_wrap .bc_search_tour {
    flex-grow: 1;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    margin: -1px 0 0
}

@media (max-width: 991px) {
    .has-search-map .bc_wrap .bc_search_tour {
        overflow-y: visible
    }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map {
    border-top: solid 1px #e0e0e0;
    flex-shrink: 0;
    padding: 12px
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item {
        padding: 0 8px;
        flex-grow: 1
    }

@media (max-width: 990px) {
    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item {
        border-bottom: 1px solid #e0e0e0
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item:last-child {
            border-bottom: none
        }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item .dropdown-menu {
    margin-top: -1px;
    box-shadow: 1px 1px 4px #0003;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    min-width: 250px;
    border-radius: 0
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item .dropdown-toggle:after {
    display: none
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form {
    background: #fff;
    box-shadow: none
}

@media (max-width: 990px) {
    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form {
        display: block !important;
        border: solid 1px #ccc;
        border-bottom: none;
        box-shadow: 0 1px 2px #0003
    }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-group {
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    height: 42px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 990px) {
    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-group {
        border: none
    }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .border-right {
    border-right: 1px solid #D7DCE3
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination {
    position: relative;
    padding: 8px;
    transition: all .3s
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination #dropdown-destination {
        padding-left: 40px
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination #dropdown-destination .form-control {
            border: none;
            box-shadow: none;
            padding: 0;
            font-size: 14px;
            color: #4b4b4b;
            position: relative;
            left: -5px;
            height: 25px !important
        }

            .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination #dropdown-destination .form-control option {
                color: #000
            }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form label {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 0
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .render {
    font-size: 14px;
    color: #4b4b4b
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 23px;
    color: #5e6d77;
    left: 8px
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel {
    position: relative;
    transition: all .3s
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .date-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .date-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .date-wrapper {
        padding-left: 15px
    }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .start_date, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .start_date, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .start_date {
        position: absolute
    }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper {
        padding-left: 10px
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper .check-out-render {
            display: inline-block;
            width: auto
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper span {
            color: #5e6d77;
            position: relative;
            padding: 0 5px
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper label {
            display: block
        }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-out, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-out, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-out {
        position: absolute;
        left: -15px;
        bottom: 1px;
        z-index: -1;
        opacity: 0
    }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .filter-simple .filter-title {
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .g-button-submit {
    position: relative;
    min-height: 66px;
    margin: 0 -1px 0 -15px
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .g-button-submit button {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: 100%;
        margin-right: -15px;
        border-radius: 0;
        background: #5191fa;
        border: none;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer
    }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search {
    position: initial
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text {
        font-size: 14px;
        color: #4b4b4b
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text::-webkit-input-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text::-moz-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text:-ms-input-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text:-moz-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text::placeholder {
            color: #4b4b4b
        }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search:after {
        color: #4b4b4b;
        top: 18px;
        right: 15px
    }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .bc-autocomplete {
    margin-top: 1px;
    right: -1px;
    left: -1px
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .g-map-place > .form-control {
    height: 25px
}

.has-search-map .bc_wrap .bc_form_search_map .bc_form .form-control {
    height: 40px
}

.has-search-map .bc_wrap .bc_form_search_map .advance-filters .filter-title {
    background: #297cbb;
    color: #fff
}

.has-search-map .bc_search_map {
    display: flex;
    flex-grow: 1;
    min-height: 0px;
    border-top: solid 1px #e0e0e0;
    direction: ltr
}

@media (max-width: 990px) {
    .has-search-map .bc_search_map {
        display: block
    }
}

.has-search-map .bc_search_map .results_map {
    flex-shrink: 0;
    width: 35%;
    left: 0;
    border-right: solid 1px #e0e0e0;
    position: relative;
    order: 1
}

@media (max-width: 990px) {
    .has-search-map .bc_search_map .results_map {
        width: 100%;
        height: 300px;
        padding: 15px;
        border-right: none;
        background: #fff
    }
}

.has-search-map .bc_search_map .results_map .map_loading {
    display: none
}

.has-search-map .bc_search_map .results_map .results_map_inner {
    height: 100%;
    z-index: 1
}

.has-search-map .bc_search_map .results_item {
    flex-grow: 1;
    position: relative;
    order: 2
}

    .has-search-map .bc_search_map .results_item #advance_filters {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        z-index: 999999;
        flex-direction: column;
        background: #fff
    }

@media (max-width: 990px) {
    .has-search-map .bc_search_map .results_item #advance_filters {
        position: fixed;
        bottom: 0
    }
}

.has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b {
    flex-grow: 1;
    min-height: 0px;
    overflow-y: auto;
    padding: 30px 30px 0
}

    .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-item {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-item:last-child {
            border-bottom: 0px
        }

    .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-title {
        margin-bottom: 10px;
        font-size: 15px
    }

    .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-items {
        padding: 0;
        list-style: none
    }

        .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-items .filter-term-item label {
            margin-bottom: 8px
        }

.has-search-map .bc_search_map .results_item #advance_filters .ad-filter-f {
    border-top: 1px solid #ececec;
    background-color: #fafafa;
    flex-shrink: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dad8d8
}

.has-search-map .bc_search_map .results_item .text-paginate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0 0;
    color: #818181
}

    .has-search-map .bc_search_map .results_item .text-paginate h2 {
        font-size: 22px;
        color: #000;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 18px
    }

    .has-search-map .bc_search_map .results_item .text-paginate .count-string {
        font-size: 14px
    }

.has-search-map .bc_search_map .results_item .listing_items {
    height: 100%;
    overflow-y: auto
}

    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item {
        height: 100%;
        padding: 0 30px
    }

@media (max-width: 1023px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item {
        height: auto
    }
}

@media (max-width: 766px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item {
        padding: 0 15px
    }
}

.has-search-map .bc_search_map .results_item .listing_items .bc-list-item.not-found {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex
}

@media (max-width: 1280px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .row .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 766px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .row .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour {
    background: #fff
}

    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour .thumb-image {
        max-height: 170px
    }

@media (max-width: 766px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour .thumb-image {
        max-height: 180px
    }
}

.has-search-map .bc_search_map .results_item .listing_items .bc-list-item .bc-pagination {
    padding: 0 0 30px
}

.has-search-map .bc_search_map.map_right .results_map {
    order: 2
}

.has-search-map .bc_search_map.map_right .results_item {
    order: 1
}

.has-search-map .bc-filter-price .irs--flat .irs-from, .has-search-map .bc-filter-price .irs--flat .irs-to, .has-search-map .bc-filter-price .irs--flat .irs-single {
    font-size: 11px;
    background-color: #5191fa
}

.has-search-map .bc-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #5191fa
}

.has-search-map .bc-filter-price .irs--flat .irs-handle > i:first-child {
    background-color: #5191fa
}

.has-search-map .bc-filter-price .irs--flat .irs-from:before, .has-search-map .bc-filter-price .irs--flat .irs-to:before, .has-search-map .bc-filter-price .irs--flat .irs-single:before {
    border-top-color: #5191fa
}

.modal-backdrop.show {
    opacity: .7
}

.bc_wrap .bc_search_hotel {
    margin: 50px 0
}

    .bc_wrap .bc_search_hotel .bc-list-item .topbar-search .text {
        font-size: 24px;
        color: #1a2b48;
        font-weight: 400;
        margin: 0
    }

    .bc_wrap .bc_search_hotel .bc-list-item .list-item {
        margin-top: 15px
    }

.bc_wrap .bc_detail_hotel .bc_content {
    padding-top: 20px
}

    .bc_wrap .bc_detail_hotel .bc_content .description {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #5e6d77;
        font-weight: 400;
        position: relative
    }

@media (max-width: 766px) {
    .bc_wrap .bc_detail_hotel .bc_content .description {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.bc_wrap .bc_detail_hotel .bc_content .description img {
    max-width: 100%;
    height: auto
}

.bc_wrap .bc_detail_hotel .bc_content .description h4, .bc_wrap .bc_detail_hotel .bc_content .description strong {
    font-size: 16px;
    color: #343a40;
    font-weight: 500;
    margin-bottom: 30px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_hotel .bc_content .description h4, .bc_wrap .bc_detail_hotel .bc_content .description strong {
        margin-bottom: 10px
    }
}

.bc_wrap .bc_detail_hotel .bc_content .description ul {
    padding-left: 25px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_hotel .bc_content .description ul {
        padding-left: 15px
    }
}

.bc_wrap .bc_detail_hotel .bc_content .description ul li {
    color: #5e6d77;
    margin-bottom: 10px;
    list-style: none
}

    .bc_wrap .bc_detail_hotel .bc_content .description ul li:before {
        content: "";
        border: 1px solid #5191fa;
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 20px
    }

@media (max-width: 990px) {
    .bc_wrap .bc_detail_hotel .bc_content .description ul li:before {
        margin-right: 10px
    }
}

.bc_wrap .bc_detail_hotel .bc_content .location-map iframe {
    width: 100%
}

.bc_wrap .bc_detail_hotel .bc_content .location-map #map_content {
    height: 450px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_hotel .bc_content .location-map #map_content {
        height: 300px
    }
}

.bc_wrap .bc_detail_hotel .bc_content #FAQs .card-body {
    padding-left: 4.5rem;
    padding-top: 0
}

.bc_wrap .bc_detail_hotel .bc_content #itinerary .card-body {
    padding-left: 2.2rem;
    padding-top: 0;
    color: #77838f
}

.bc_wrap .bc_detail_hotel .bc_content .g-attributes {
    margin-bottom: 15px
}

    .bc_wrap .bc_detail_hotel .bc_content .g-attributes .list-attributes {
        display: flex;
        flex-wrap: wrap
    }

        .bc_wrap .bc_detail_hotel .bc_content .g-attributes .list-attributes .item {
            flex: 0 0 25%;
            max-width: 25%;
            margin-bottom: 10px
        }

            .bc_wrap .bc_detail_hotel .bc_content .g-attributes .list-attributes .item i {
                font-size: 16px;
                position: relative
            }

                .bc_wrap .bc_detail_hotel .bc_content .g-attributes .list-attributes .item i.icon-default {
                    color: #5191fa
                }

@media (max-width: 768px) {
    .bc_wrap .bc_detail_hotel .bc_content .g-attributes .list-attributes .item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 420px) {
    .bc_wrap .bc_detail_hotel .bc_content .g-attributes .list-attributes .item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.bc_wrap .bc_detail_hotel .bc_content .g-rules {
    margin-top: 30px
}

    .bc_wrap .bc_detail_hotel .bc_content .g-rules h3 {
        margin-bottom: 20px
    }

    .bc_wrap .bc_detail_hotel .bc_content .g-rules .description {
        margin-top: 5px
    }

    .bc_wrap .bc_detail_hotel .bc_content .g-rules .key, .bc_wrap .bc_detail_hotel .bc_content .g-rules .value {
        font-size: 14px;
        color: #5e6d77
    }

    .bc_wrap .bc_detail_hotel .bc_content .g-rules .strong, .bc_wrap .bc_detail_hotel .bc_content .g-rules strong {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #000
    }

    .bc_wrap .bc_detail_hotel .bc_content .g-rules .row {
        margin-bottom: 15px
    }

    .bc_wrap .bc_detail_hotel .bc_content .g-rules .item {
        margin-bottom: 15px;
        color: #5e6d77
    }

    .bc_wrap .bc_detail_hotel .bc_content .g-rules .context {
        white-space: pre-wrap
    }

.bc_wrap .bc_detail_hotel .bc_single_book_wrap {
    margin-top: 10px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_hotel .bc_single_book_wrap {
        display: none;
        margin: 0
    }

        .bc_wrap .bc_detail_hotel .bc_single_book_wrap #sticky-wrapper .bc_tour_book {
            position: relative !important;
            top: 0 !important;
            width: auto !important
        }

        .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show {
            position: fixed;
            z-index: 3000;
            left: 0;
            right: 0;
            padding: 20px !important;
            overflow: scroll;
            height: 100%;
            top: 0;
            display: flex !important;
            width: 100%;
            flex-wrap: wrap;
            align-items: center
        }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .bc_tour_book {
                flex-grow: 1
            }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show #sticky-wrapper {
                height: auto !important;
                flex: 1
            }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .form-head {
                padding: 10px 15px
            }

                .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .form-head .price .value .onsale {
                    display: inline-block;
                    font-size: 16px
                }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show label {
                margin: 0 !important
            }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .form-section-group .form-section-title {
                font-size: 16px
            }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .form-section-group .form-group {
                padding-top: 0
            }

                .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .form-section-group .form-group:last-child {
                    padding-bottom: 0
                }

            .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .submit-group {
                padding: 10px 15px;
                text-align: right
            }

                .bc_wrap .bc_detail_hotel .bc_single_book_wrap.show .submit-group .btn {
                    padding: 7px 16px 5px;
                    font-size: 14px;
                    width: auto
                }
}

.bc_wrap .bc_detail_hotel .bc_single_book {
    position: relative;
    width: 100%
}

    .bc_wrap .bc_detail_hotel .bc_single_book > div {
        background: #fff
    }

    .bc_wrap .bc_detail_hotel .bc_single_book .sale-box {
        position: absolute;
        right: 15px;
        top: 0
    }

    .bc_wrap .bc_detail_hotel .bc_single_book .submit-group {
        border-top: 1px solid #d7dce3;
        padding: 20px
    }

        .bc_wrap .bc_detail_hotel .bc_single_book .submit-group .btn {
            width: 100%;
            font-size: 16px;
            padding: 12px 25px;
            color: #fff
        }

        .bc_wrap .bc_detail_hotel .bc_single_book .submit-group .alert-text {
            margin-top: 10px
        }

    .bc_wrap .bc_detail_hotel .bc_single_book .form-section-total label {
        font-size: 16px;
        margin-bottom: 0
    }

    .bc_wrap .bc_detail_hotel .bc_single_book .form-section-total .price {
        float: right
    }

    .bc_wrap .bc_detail_hotel .bc_single_book .nav-enquiry {
        background: #f9f9f9;
        padding: 20px;
        border-bottom: solid 1px #d7dce3;
        display: flex
    }

        .bc_wrap .bc_detail_hotel .bc_single_book .nav-enquiry .enquiry-item {
            flex: 0 0 50%;
            text-align: center
        }

            .bc_wrap .bc_detail_hotel .bc_single_book .nav-enquiry .enquiry-item span {
                color: #1a2b4e;
                text-transform: uppercase;
                font-weight: 500;
                display: inline-block;
                border-bottom: solid 1px transparent;
                cursor: pointer
            }

            .bc_wrap .bc_detail_hotel .bc_single_book .nav-enquiry .enquiry-item.active span {
                border-bottom: solid 1px #5191fa;
                color: #5191fa
            }

    .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry {
        padding: 20px
    }

        .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry .btn-primary {
            width: 100%;
            color: #fff;
            font-size: 16px
        }

            .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry .btn-primary.is-success {
                background: #797979 !important
            }

                .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry .btn-primary.is-success .fa {
                    display: none
                }

        .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry .form-control {
            border-top: none;
            border-left: none;
            border-right: none
        }

        .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry textarea {
            height: 100px
        }

        .bc_wrap .bc_detail_hotel .bc_single_book .form-enquiry .alert-text {
            margin-top: 10px
        }

    .bc_wrap .bc_detail_hotel .bc_single_book .form-send-enquiry {
        text-align: center;
        margin: 20px 0
    }

.bc_wrap .bc_detail_hotel .bc-more-book-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
    display: none;
    border-top: solid 1px #ddd
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_hotel .bc-more-book-mobile {
        display: block
    }
}

.bc_wrap .bc_detail_hotel .bc-more-book-mobile .container {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    height: 65px;
    flex-wrap: wrap
}

.bc_wrap .bc_detail_hotel .bc-more-book-mobile .left, .bc_wrap .bc_detail_hotel .bc-more-book-mobile .right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price .prefix {
        color: #5e6d77;
        display: inline-block
    }

        .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price .prefix i {
            font-size: 16px;
            color: #ffc107
        }

    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price .fr_text {
        font-size: 12px
    }

    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price .price {
        position: relative;
        display: inline-block
    }

        .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price .price .text-price {
            font-size: 20px;
            color: #1a2b48;
            font-weight: 500
        }

        .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price .price .onsale {
            text-decoration: line-through;
            font-size: 16px;
            color: #c03 !important;
            font-weight: 400
        }

    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .g-price i {
        font-size: 18px
    }

    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star {
        display: inline-block;
        line-height: 13px;
        position: relative
    }

        .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
            padding: 0;
            margin: 0;
            width: 90px
        }

            .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before, .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after {
                content: "";
                display: table;
                clear: both
            }

            .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
                list-style: none;
                float: left;
                margin-right: 5px
            }

                .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
                    margin-right: 0
                }

                .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
                    font-size: 15px;
                    color: #ffdc00
                }

        .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
            position: absolute;
            width: 0;
            top: 0;
            left: 0;
            overflow: hidden
        }

    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .review {
        position: relative;
        top: -2px;
        font-size: 13px;
        color: #768092;
        margin-left: 10px
    }

@media (max-width: 340px) {
    .bc_wrap .bc_detail_hotel .bc-more-book-mobile .left .service-review .review {
        display: none
    }
}

.bc_wrap .bc_detail_hotel .bc-more-book-mobile .right {
    text-align: right
}

.bc_wrap .bc_detail_hotel .bc-more-book-mobile .btn-primary {
    padding: 8px 20px 6px;
    color: #fff;
    text-transform: uppercase
}

.bc_wrap .bc_detail_hotel .hotel_rooms_form .nav-enquiry {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: solid 1px #d7dce3;
    display: flex;
    border-top: solid 5px #5191fa;
    border-left: solid 1px #d7dce3;
    border-right: solid 1px #d7dce3
}

    .bc_wrap .bc_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item {
        flex: 0 0 50%;
        text-align: center
    }

        .bc_wrap .bc_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item span {
            color: #1a2b4e;
            text-transform: uppercase;
            font-weight: 500;
            display: inline-block;
            border-bottom: solid 1px transparent;
            cursor: pointer
        }

        .bc_wrap .bc_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
            border-bottom: solid 1px #5191fa;
            color: #5191fa
        }

.bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry {
    padding: 20px
}

    .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary {
        width: 100%;
        color: #fff;
        font-size: 16px
    }

        .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary.is-success {
            background: #797979 !important
        }

            .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
                display: none
            }

    .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry .form-control {
        border-top: none;
        border-left: none;
        border-right: none
    }

    .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry textarea {
        height: 100px
    }

    .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry .alert-text {
        margin-top: 10px
    }

.bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry {
    border: solid 1px #d7dce3;
    border-top: none
}

    .bc_wrap .bc_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary {
        width: 180px
    }

.bc_wrap .bc_detail_hotel #enquiry_form_modal, .bc_wrap .bc_detail_hotel #enquiry_form_modal .modal-dialog {
    z-index: 9999
}

    .bc_wrap .bc_detail_hotel #enquiry_form_modal:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #000;
        z-index: 9998;
        opacity: .8
    }

.bc_wrap .bc_search_map .list-item {
    margin-top: 15px
}

.cart-total-group {
    border-top: 1px solid #d7dce3
}

    .cart-total-group ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .cart-total-group li {
        display: flex;
        justify-content: space-between;
        padding: 7px 0
    }

        .cart-total-group li .label {
            flex-grow: 1;
            color: #1a2b48;
            font-weight: 500
        }

        .cart-total-group li .val {
            flex-shrink: 0
        }

        .cart-total-group li.line-end-total {
            border-top: 1px solid #d7dce3
        }

        .cart-total-group li.line-new-section {
            border-top: 1px solid #d7dce3;
            color: #1a2b48;
            font-weight: 500;
            font-size: 16px
        }

        .cart-total-group li.line-end-total .label {
            font-size: 16px
        }

        .cart-total-group li.line-end-total .val {
            color: #5191fa;
            font-weight: 500;
            font-size: 16px
        }
