.booking-done {
    font-family: "be vietnam pro", sans-serif;
    max-width: 1000px;
    margin: auto;
    color: rgb(17, 17, 17);
}

.booking-done .copy-success {
    font-weight: 300;
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    position: fixed;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 10px 16px;
    z-index: 100;
}

.booking-done .copy-success img {
    margin-right: 10px;
    width: 20px;
}

.booking-done #booking-done-capture {
    display: none;
}

@media screen and (min-width: 500px) {
    .booking-done .copy-success {
        width: 468px;
    }
}

.modal-confirm {
    font-family: Be;
}

.modal-confirm .ant-modal-content {
    text-align: center;
    color: rgb(46, 45, 45);
    border-radius: 2px;
}

.modal-confirm .ant-modal-content .ant-modal-header {
    border: none;
}

.modal-confirm .ant-modal-content .ant-modal-header .ant-modal-title {
    font-size: 25px;
    font-family: Oswald;
    font-weight: 700;
    margin-top: 15px;
}

.modal-confirm .ant-modal-content .ant-modal-body {
    padding: 12px 24px;
}

.modal-confirm .ant-modal-content .ant-modal-body .right {
    padding: 5px 20px;
    background: rgb(255, 204, 51);
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-confirm .ant-modal-content .ant-modal-body .left {
    padding: 5px 20px;
    cursor: pointer;
}

.modal-confirm .ant-modal-content .ant-modal-body .h2 {
    font-family: Oswald;
}

.modal-confirm .ant-modal-close .ant-modal-close-x .ant-modal-close-icon {
    margin: auto;
}

@media screen and (max-width: 767px) {
    .modal-confirm .ant-modal-content .ant-modal-header .ant-modal-title {
        font-size: 22px;
    }

    .modal-confirm .ant-modal-content .ant-modal-body {
        font-size: 16px;
    }

    .modal-confirm .ant-modal-content .ant-modal-footer button {
        font-size: 25px;
    }
    .group_scale{
    width: 100% !important;
    padding: 5px;
    }
    .ajaxcart .list_product_cart{
        display: block !important;
    }
    .ajaxcart .list_product_cart span {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
        color: #333;
        max-width: 310px;
        vertical-align: middle;
        font-size: 15px;
        margin: 0px;
        /* display: flex; */
    }
    .ajax_content_cart {
        overflow-y: auto;
        max-height: 400px;
    }
}
.group_scale{
    width: auto;
    display: inline-flex;
    justify-items: center;
    justify-content: flex-start;
}
.ajaxcart .cart_header_labels {
    margin: 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.ajaxcart .list_product_cart {
    text-align: center;
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    border-bottom: 1px dashed #aaa;
    display: flex;
    width: 100%;
}
.ajaxcart .list_product_cart:last-child {
    border-bottom: 0;
}
.ajaxcart .list_product_cart span{
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #333;
    /* max-width: 100%; */
    vertical-align: middle;
    font-size: 15px;
    align-items: center;
    display: flex;
}
.ajaxcart .list_product_cart span a{
    color: #333;
    font-weight: 600;
}
.ajaxcart .product_name {
    margin: 0px;
    text-align: left;
    font-size: 14px;
    display: flex;
    text-transform: none;
    letter-spacing: 0px;
    max-width: 225px;
    height: 100%;
    align-items: center;
}

.ajaxcart small {
    
}

.ajaxcart__qty {
    display: inline-block;
    margin: 0;
}

input.ajaxcart__qty-num {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #7b7b7b;
    color: #222;
    padding: 0;
}

.ajaxcart .note_item .control-label {
    font-weight: normal;
    margin-bottom: 5px;
}

.ajaxcart .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ajaxcart .list_product_cart span .price.product-price {
    font-size: 20px;
}
.ajaxcart .images{

max-height: 90px;

overflow: hidden;

max-width: 90px;
}

.list_button_cart .cart__subtotal-title {
    font-size: 20px;
}
.product-price{
    color: #da2128;
    width: 105px;
    display: grid !important;
}
.price{
    color: #da2128;
}
.cart__subtotal{
    color: #da2128;
    font-size: 20px;
    font-weight: 600;
}
.warning_form{
    color: #da2128;
    font-size: 10px;  
}
.field-label{
    font-size: 15px;
    text-align: left;
    margin-bottom: 6px;
    color: #014258;
    font-weight: 600;
}
.field-input{
    border: 1px solid #d4dfe4 !important;
    border-radius: 5px;
    padding: 0.6em;
    width: 100% !important;
    font-size: 16px !important;
    background: #fff !important;
    height: auto !important;
}
.field-text{
    margin-bottom: 10px;    
}
#insCartPage{
    width: 100%;
}

.table {
    display: table;         
}
.rows {
    display: table-row;
}
.cell {
    display: table-cell;
    border-bottom: 1px dashed #aaa;
    line-height: 1.5;
    padding: 5px;
}