/* your cart */

body .your_cart {
    font-family: 'Roboto_Regular';
}

.d_flex {
    display: flex;
}

.p_0 {
    padding: 0;
}

.p_0_15 {
    padding: 0 15px;
}

.m_0 {
    margin: 0;
}

.pd_10_30 {
    padding: 10px 30px;
}

.your_cart .title_your_cart {
    font-size: 22px;
    border-bottom: 1px solid #333;
    padding: 8px 0;
}

.your_cart .result_checkout {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}


/* Progress 3 */

.your_cart .setup_panel_wrap,
.your_cart .progress_bar {
    background: rgba(204, 204, 204, 0.5);
    padding: 5px 0;
}

.your_cart .item_panel {
    line-height: 60px;
    background: rgba(204, 204, 204, 0.7);
    text-align: center;
    font-weight: bold;
    position: relative;
}

.your_cart .item_panel span {
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #fff;
    color: #333;
}

.your_cart .item_panel.active {
    background: #333333;
}

.your_cart .item_panel a {
    color: #666666;
    padding: 20px;
    line-height: 20px;
}

.your_cart .item_step.active::after {
    content: "";
    border-top: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333333;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}

.your_cart .check_date {
    background: #eeeeee;
    padding: 10px 0 20px;
}

.your_cart .check_date_wrap {
    justify-content: center;
}

.your_cart .check_date label {
    font-weight: 300;
}

.your_cart .check_date .item_input {
    border: 1px solid rgba(204, 204, 204, 0.7);
    border-radius: 4px;
}

.your_cart .check_date .item_input input {
    height: 30px;
    width: 250px;
    padding: 5px 10px;
    border-radius: 4px;
    outline: none;
    border: none;
}

.your_cart .check_date .item_input::after {
    /*content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    border-radius: 0 4px 4px 0;
    padding: 0 10px;
    right: 0;
    position: absolute;
    line-height: 30px;
    background: rgba(204, 204, 204, 0.7);*/
}

.your_cart .choose_rooms .sidebar_right {
    padding: 15px;
    background: #eeeeee;
}

.your_cart .choose_rooms .sidebar_right .title {
    background: #666666;
    padding: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.your_cart .info_product .name_product {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.your_cart .info_product .rate_and_price {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.your_cart .info_product .rate_and_price .rating {
    line-height: 30px;
}

.your_cart .info_product .rate_and_price .rating img {
    padding-right: 5px;
}

.your_cart .info_product .rate_and_price .product_price {
    text-align: right;
}

.your_cart .info_product .rate_and_price .product_price .cost {
    text-decoration: line-through;
}

.your_cart .info_product .rate_and_price .product_price .price_down {
    color: #cc3333;
    font-size: 20px;
}

.your_cart .detail_request {
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    align-items: center;
    padding: 15px 0 30px 0;
}

.your_cart .detail_request .detail a.show_ic::before {
    content: "\f0ab";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}

.your_cart .detail_request .detail a.show_ic.show_ic_down::before {
    content: "\f0aa";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}

.your_cart .detail_request .detail a {
    font-size: 16px;
}

.your_cart .detail_request div div.request:first-child {
    padding-bottom: 15px;
}

.your_cart .detail_request .request_option:not(:last-child) {
    padding-right: 10px;
}

.your_cart .detail_request .request_option select {
    width: 62px;
    height: 35px;
    border: none;
    outline: none;
    color: #333;
    font-weight: bold;
    background: #e6e6e6;
    border-radius: 6px;
    padding: 0 10px;
    text-align: center;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    cursor: pointer;
}

.your_cart .detail_request .request_option select:hover {
    opacity: 0.65;
}

.your_cart .detail_request .request_option select option {
    text-align: center;
}

.your_cart .detail_request .request_option:last-child select {
    background: #e6e6e6;
    color: #333;
}

.your_cart .detail_info_wrap {
    border-bottom: 2px solid #cc9933;
}

.your_cart .detail_info_wrap .detail_info {
    background-color: #cccccc;
    border-radius: 5px 5px 0 0;
}

.your_cart .detail_info_wrap .detail_info a {
    display: inline-block;
    color: #006666;
    padding: 8px 45px;
    font-weight: bold;
}

.your_cart .detail_info_wrap .active_detail_info {
    background: #ff9900;
    border-radius: 5px 5px 0 0;
}

.your_cart .detail_info_wrap .active_detail_info a {
    color: #fff;
}


/* Giao diện 3 */

.your_cart .contact_information_form {
    padding-bottom: 35px;
}

.your_cart .pb_15 {
    padding-bottom: 15px;
}

.your_cart .bd_bottom {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    padding-top: 10px;
}

.your_cart .bd_bottom .info_price {
    justify-content: space-between;
}

.your_cart .sidebar_right {
    background: rgba(204, 204, 204, 0.5);
    padding: 15px;
}

.your_cart .sidebar_right .title {
    font-size: 24px;
    color: #003366;
    font-weight: 600;
    /*border-bottom: 5px solid #003366;*/
}

.your_cart .contact_information_form .title_form {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.your_cart .contact_information_form .form_group {
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.your_cart .contact_information_form .form_group .control_label {
    font-size: 16px;
    font-weight: 300;
}

.your_cart .contact_information_form .form_group .select_pay {
    padding-right: 15px;
}

.your_cart .contact_information_form .control_label.check_card {
    border-bottom: none;
}

.your_cart .contact_information_form .form_group.accept_terms {
    border-bottom: none;
    position: relative;
    color: #666666;
}

.your_cart .contact_information_form span.obligatry {
    color: #cc0000;
    padding-right: 5px;
    font-size: 16px;
}

.your_cart .contact_information_form input,
.contact_information_form select {
    border: none;
    outline: none;
    padding-left: 20px;
    cursor: pointer;
    height: 28px;
}

.your_cart .contact_information_form select {
    float: right;
}

.your_cart .contact_information_form .form_group input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.your_cart .contact_information_form input[type='radio'],
.contact_information_form img.credit_cart {
    margin-right: 5px;
    height: 14px;
}


/*
.your_cart .contact_information_form .form_group.accept_terms::before {
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    border: 2px solid #666666;
    position: absolute;
    top: 4px;
}
*/

.your_cart .contact_information_form .btn_wrap {
    padding: 15px;
    background: #eeeeee;
}

.your_cart .contact_information_form .complete_reservation {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 50px;
    background: #333333;
    border-radius: 4px;
}


/* giao diện 4 */

.your_cart .theme_4 {
    padding-top: 10px;
}

.your_cart .item_progress_bar {
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    color: #003366;
    background: rgba(204, 204, 204, 0.7);
}

.your_cart .theme_4 .title_head,
.your_cart .theme_4 .title_content {
    color: #003366;
    font-weight: bold;
    font-size: 18px;
}

.your_cart .theme_4 .title_head {
    font-size: 26px;
}

.your_cart .theme_4 .content_wrap .reservation_detail {
    font-size: 24px;
}

.your_cart .theme_4 .content_wrap .reservation_detail .info {
    color: #999999;
}

.your_cart .theme_4 .title_content {
    border-bottom: 2px solid #eeeeee;
    padding: 10px 0;
}

.your_cart .theme_4 .table {
    max-width: 100%;
    text-transform: capitalize;
    text-align: left;
}

.your_cart .theme_4 .table,
.your_cart .theme_4 .table td {
    border: none;
}

.your_cart .theme_4 .table.table_top tr {
    border-bottom: 1px solid #ccc
}

.your_cart .item_progress_bar img {
    margin-right: 10px;
}


/*
.your_cart .item_progress_bar.first:after {
    content: url(../img/arrow_right.png);
    position: absolute;
    top: 0;
    height: 60px;
    right: 0;
}
*/

.your_cart .bank_transfer_info {
    padding: 15px 0 45px 0;
}

.your_cart .bank_transfer_info .name {
    font-size: 18px;
    font-weight: bold;
}

.your_cart .select_form_ons {
    color: #fff;
    background: #333;
    padding: 15px;
}

.your_cart .select_form_ons i {
    font-size: 50px;
    margin-right: 15px;
}

.your_cart .select_form_ons .name,
.your_cart .select_form_ons.name {
    font-size: 18px;
}

.your_cart .bank_transfer_info .name i {
    margin-right: 10px;
    font-size: 20px;
}

.your_cart .bank_transfer_info>p {
    padding: 15px 0;
}

.your_cart .theme_4 .table.table_bot {
    font-size: 14px;
}

.your_cart .theme_4 .table.table_bot tr:nth-child(odd) td {
    background: #cccccc;
    padding: 15px;
}

.your_cart .theme_4 .table.table_bot tr:nth-child(2) td {
    padding: 30px 15px;
}

.your_cart .theme_4 .table.table_bot tr td button {
    padding: 15px 70px;
    border-radius: 6px;
    background: #333333;
    color: #fff;
    font-weight: bold;
    float: right;
}

button {
    outline: none;
    border: none;
}

.btn_search .btn_submit {
    outline: none;
    border: none;
    padding: 3.5px 15px;
    background: #cc9933;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.btn_submit:hover {
    background: #999999;
}

.booknow_step1.next_step {
    cursor: pointer;
}

.info_choose_room p.fs_12 {
    font-size: 12px;
}

.info_choose_room .border_top {
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
}

.info_choose_room .item_selected {
    padding: 4px 0;
}

.info_choose_room .item_selected img {
    padding-right: 2px;
    margin-right: 5px;
}

/*===============*/
.detail_information .tab-pane{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}
.detail_information .tab-pane pre{
    border: 0;
    margin: 0;
}
.your_cart{
    margin-top: 100px;
}
@media(max-width: 576px){
    .your_cart{
        margin-top: 30px;
    }
    .pd_10_30{
        padding: 10px 0;
    }
    .setup-panel{
        display: flex;
    }
    .item_panel{
        padding: 0 5px;
    }
    .your_cart .item_step.active::after{
        border-left: 12px solid #333333;
    }
    .your_cart .item_panel a{
        padding: 20px 0;
        font-size: 12px;
    }
    .your_cart .item_panel{
        padding-left: 0;
    }
    .your_cart .item_panel:first-child{
        width: 70% !important;
        margin-top: 5px;
    }
    .your_cart .item_panel:last-child a{
        padding-left: 10px;
    }
}