.cart-page-wrapper table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-color);
    background: none;
    color: inherit;
    font-size: 16px;
    font-size: 1rem;
}

.cart-page-wrapper .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.cart-page-wrapper table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.cart-page-wrapper table thead tr th, .cart-page-wrapper table thead tr td {
    border-bottom: 1px solid var(--border-color);
}

.cart-page-wrapper table.shop_table.cart th {
    padding: 24px 0 24px 25px;
}

.cart-page-wrapper .cart_totals table th {
    width: 35%;
}

.cart-page-wrapper .cart_totals td {
    text-align: right;
}

.cart-page-wrapper table.shop_table td {
    border-top: none !important;
    padding: 18px 0;
}

.cart-page-wrapper table tbody tr:not(:last-child) th, .cart-page-wrapper table tbody tr:not(:last-child) td {
    border-bottom: 1px solid var(--border-color);
}

.cart-page-wrapper .cart_totals {
    float: none;
    width: 100%;
    padding: 40px 40px 20px;
    background: var(--light-grey);
}

    .cart-page-wrapper .cart_totals > h2 {
        display: block;
        margin-bottom: 30px;
        font-size: 22px;
    }

.cart-page-wrapper table.shop_table {
    border-radius: 0;
    border-color: var(--border-color);
    border-right-width: 0;
    border-left-width: 0;
}

.cart-page-wrapper .cart-collaterals {
    width: 100%;
}

.cart-page-wrapper table.shop_table.cart th {
    padding: 24px 0 24px 25px;
}

.cart-page-wrapper table.shop_table thead th {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.cart-page-wrapper table.shop_table.cart th.product-thumbnail, .cart-page-wrapper table.shop_table.cart td.product-thumbnail {
    padding-right: 0;
    padding-left: 0;
    width: 100px;
}

.cart-page-wrapper table.shop_table.cart td {
    padding: 18px 0 18px 25px;
    vertical-align: middle;
}

    .cart-page-wrapper table.shop_table.cart th.product-name, .cart-page-wrapper table.shop_table.cart td.product-name {
        padding-right: 20px;
    }

        .cart-page-wrapper table.shop_table.cart td.product-name > a {
            font-weight: 600;
            text-transform: uppercase;
            color: var(--blackColor);
        }

.cart-page-wrapper td.product-name dl.variation, .cart-page-wrapper td.product-name .cs-room-order-wrapper {
    margin-top: 4px;
    font-size: 14px;
    text-align: left;
}

.cart-page-wrapper strong {
    font-weight: 600;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.cart-page-wrapper a.remove {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    color: inherit !important;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    fill: var(--bs-danger);
}
/*.cart-page-wrapper a.remove:hover {background: red;color: #fff !important;}*/
.cart-page-wrapper .wc-proceed-to-checkout {
    padding: 1em 0;
}



@media screen and (min-width: 1200px) {
    .cart-page-wrapper .woocommerce-cart-form {
        float: left;
        width: calc(100% - 470px);
    }

    .cart-page-wrapper .cart-collaterals {
        float: right;
        width: 400px;
    }
}

@media screen and (max-width: 1366px) {
    .cart-page-wrapper table.shop_table.cart th.product-thumbnail, .cart-page-wrapper table.shop_table.cart td.product-thumbnail {
        width: 80px;
    }
}


@media screen and (max-width: 768px) {
    .cart-page-wrapper table.shop_table_responsive thead, .cart-page-wrapper table.shop_table_responsive thead {
        display: none;
    }

    .cart-page-wrapper table.shop_table_responsive tr {
        display: block;
        background: #f9f9f9;
        margin-bottom: 20px;
    }

    .cart-page-wrapper table.cart .product-thumbnail {
        display: none;
    }

    .cart-page-wrapper table.shop_table_responsive tbody th {
        display: none;
    }

    .cart-page-wrapper table.shop_table_responsive tr td::before {
        content: attr(data-title) " ";
        font-weight: 600;
        float: left;
    }

    .cart-page-wrapper table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .cart-page-wrapper .cart_totals {
        padding: 25px 20px 20px;
    }
}





/*booking slot start*/
.booking-slot-grid {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
}

    .booking-slot-grid .booking-slot-grid-item {
        width: 24%;
        padding: 20px 20px;
        overflow: hidden;
        border-radius: 5px;
        background: var(--greenColor);
        position: relative;
        color: #fff;
        font-size: 14px;
    }

        .booking-slot-grid .booking-slot-grid-item.start-booking {
            background: var(--greenColor);
        }

        .booking-slot-grid .booking-slot-grid-item.slod-out {
            background: #b1b1b1;
            pointer-events: none
        }

        .booking-slot-grid .booking-slot-grid-item .cart-icons {
            display: none;
            align-items: center;
            justify-content: center;
            background: #0006;
            color: #fff;
            border-radius: 50px;
            position: absolute;
            right: 10px;
            top: 10px;
            width: 25px;
            height: 25px;
        }

        .booking-slot-grid .booking-slot-grid-item .date {
            font-size: 11px;
            font-weight: 500
        }

        .booking-slot-grid .booking-slot-grid-item .cart-icons.yes {
            display: flex;
        }

        .booking-slot-grid .booking-slot-grid-item .cart-icons svg {
            width: 15px;
            height: 15px;
        }

.booking-slot-item-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
}

.booking-slot-item-price {
    margin-bottom: 10px
}

    .booking-slot-item-price .button-cart {
    }

.booking-slot-item-cart select {
    background: var(--greenColor);
    border: 1px solid #fff;
    padding: 6px 6px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-color: #fff;
    position: relative;
    border-radius: 5px;
    transition: var(--transition);
    font-weight: 500;
    outline: none;
}

.booking-slot-offer {
    background: #00652d;
    padding: 2px 7px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    background: #247548;
}

.booking-slot-offer {
    display: none;
    background: #00652d;
    padding: 2px 7px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    background: #247548;
}

.booking-slot-item-price .booking-slot-offer {
    display: inline-block;
}

.booking-slot-grid .booking-slot-grid-item.slod-out .booking-slot-offer {
    background: #979797;
}

.booking-slot-grid .booking-slot-grid-item.slod-out .btn-style-one.button-cart {
    background: #979797;
    border-color: #979797
}

.booking-slot-grid .booking-slot-grid-item.slod-out .booking-slot-item-cart select {
    background: #b1b1b1;
}


@media only screen and (max-width: 767px) {
    .booking-slot-grid .booking-slot-grid-item {
        width: 48%;
        padding: 6px 15px;
    }

    .booking-slot-item-title {
        margin-bottom: 5px;
    }

    .booking-slot-item-price {
        margin-bottom: 0
    }

        .booking-slot-item-price .booking-slot-offer {
            display: none;
        }

        .booking-slot-item-price .half {
            display: inline-flex;
            justify-content: space-between;
            width: 50%
        }

    .booking-slot-offer {
        margin: 0 0 10px;
        width: 100%;
        display: inline-block;
    }

    .booking-slot-item-cart {
        display: inline-block !important;
        width: 100%;
    }

        .booking-slot-item-cart .half {
            display: inline-block;
            width: 100%;
        }

        .booking-slot-item-cart select {
            width: 100%
        }

        .booking-slot-item-cart .button-cart-wrapper {
            text-align: center;
        }

    .btn-style-one.button-cart {
        width: max-content;
        margin-top: 8px;
        background: #247548;
        border-color: #247548;
    }
}

/*booking slot modal wrapper start*/
.booking-slot-cart-modal-wrapper-bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99
}

.booking-slot-cart-modal-wrapper {
    display: none;
    position: fixed;
    width: 400px;
    background: #fff;
    padding: 20px;
    right: 0;
    box-shadow: 0 4px 50px rgba(0,0,0,.1);
    top: 0;
    height: 100vh;
    z-index: 99;
    flex-direction: column;
}

    .booking-slot-cart-modal-wrapper.active, .booking-slot-cart-modal-wrapper-bg.active {
        display: flex;
    }

.booking-slot-cart-modal-title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px;
    margin-bottom: 15px;
}

.booking-slot-cart-modal-grid {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    max-height: calc(100vh - 250px);
}

.booking-slot-cart-modal-grid-item {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 25px;
}

.booking-slot-cart-modal-grid-item-left {
    width: 80%;
    padding-right: 30px;
    font-size: 13px;
}

.booking-slot-cart-modal-grid-item-right {
    font-weight: 600;
    width: 20%;
    text-align: right;
}

.booking-slot-cart-modal-grid-item .grid-item-cart-title {
    font-size: 14px;
    font-weight: 500;
}

.booking-slot-cart-modal-bottom {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    width: 100%;
    background: var(--light-grey);
}

    .booking-slot-cart-modal-bottom .total-price-wrapper {
        display: flex;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
        font-weight: 600;
        font-size: 16px;
    }


@media only screen and (max-width: 767px) {
    .booking-slot-cart-modal-wrapper {
        width: 100%
    }
}











/*checkout page css start*/
.user-actions {
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    border-left: 3px solid var(--redLightColor);
    background: var(--whiteColor);
    margin-bottom: 50px;
    padding: 15px 20px;
    font-size: 16px;
}

    .user-actions span a {
        color: var(--paragraphColor);
    }

        .user-actions span a:hover {
            color: var(--redLightColor);
        }

.billing-details h3 {
    margin-bottom: 25px;
    position: relative;
    font-size: 22px;
}

    .billing-details h3:before {
        left: 0;
        right: 0;
        top: 50%;
        content: "";
        height: 1px;
        z-index: -1;
        margin-top: 1px;
        position: absolute;
        transform: translateY(-50%);
        background-color: #ebeeee;
    }

    .billing-details h3 span {
        background-color: var(--whiteColor);
        padding-right: 15px;
    }

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}

    .billing-details label .required {
        color: red;
    }

.billing-details .form-group .form-control {
    transition: var(--transition);
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    color: var(--blackColor);
    padding-left: 18px;
    border-radius: 5px;
    box-shadow: unset;
    font-size: 15px;
    height: 55px;
}

.billing-details .form-group textarea.form-control {
    padding-top: 18px;
    height: auto;
}

.billing-details .form-check .form-check-input[type=checkbox] {
    border-radius: 0;
}

.billing-details .form-check .form-check-input {
    cursor: pointer;
    margin-top: 0.15em;
    box-shadow: unset !important;
}

    .billing-details .form-check .form-check-input:focus {
        border-color: var(--redLightColor);
    }

    .billing-details .form-check .form-check-input:checked {
        background-color: var(--redLightColor);
        border-color: var(--redLightColor);
    }

.order-details {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

    .order-details h3 {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .order-details .order-table table {
        margin-bottom: 0;
    }

        .order-details .order-table table tbody tr {
            border-color: #eee;
            font-size: 15px;
        }

            .order-details .order-table table tbody tr td {
                color: var(--paragraphColor);
                border-color: #eee;
                vertical-align: middle;
                white-space: nowrap;
                padding: 15px 20px 13px;
            }

                .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.total-price span {
                    color: var(--blackColor);
                    font-weight: 500;
                }

                .subtotal-price, .order-details .order-table table tbody tr td.product-subtotal, .order-details .order-table table tbody tr td.shipping-price {
                    color: var(--redLightColor);
                    font-weight: 500;
                }

                .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal, .order-details .order-table table tbody tr td.shipping-price {
                    color: var(--redLightColor);
                    font-weight: 500;
                }

                .order-details .order-table table tbody tr td.product-name a {
                    display: inline-block;
                    color: var(--paragraphColor);
                }

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.order-details .payment-box {
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    background-color: var(--whiteColor);
    margin-top: 30px;
    padding: 40px;
}

    .order-details .payment-box .payment-method p:first-child {
        padding-top: 0;
    }

    .order-details .payment-box .payment-method p {
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .order-details .payment-box .btn-style-one {
        margin-top: 25px;
    }

    .order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
        display: none;
    }

        .order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
            color: var(--blackColor);
            padding-left: 27px;
            position: relative;
            margin-bottom: 5px;
            font-weight: 600;
            cursor: pointer;
            display: block;
        }

            .order-details .payment-box .payment-method p [type=radio]:checked + label:before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label:before {
                left: 0;
                top: 4px;
                content: "";
                width: 18px;
                height: 18px;
                border-radius: 50%;
                position: absolute;
                border: 1px solid #ddd;
                background: var(--whiteColor);
            }

            .order-details .payment-box .payment-method p [type=radio]:checked + label:after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label:after {
                top: 7px;
                left: 3px;
                content: "";
                width: 12px;
                height: 12px;
                position: absolute;
                border-radius: 50%;
                transition: var(--transition);
                background: var(--redLightColor);
            }

            .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label:after {
                opacity: 0;
                visibility: hidden;
                transform: scale(0);
            }

            .order-details .payment-box .payment-method p [type=radio]:checked + label:after {
                opacity: 1;
                visibility: visible;
                transform: scale(1);
            }





/********************** prince code new css start************************************/
.booking-slot-cart-modal-grid-item-left {
    width: 70%;
    padding-right: 30px;
    font-size: 13px;
}

.booking-slot-cart-modal-grid-item-right {
    font-weight: 600;
    width: 30%;
    text-align: right;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
}

    .booking-slot-cart-modal-grid-item-right .svg-delete {
        width: 14px;
        height: 14px;
        opacity: 0.5;
        margin-left: 10px;
        display: flex;
        cursor: pointer;
    }

        .booking-slot-cart-modal-grid-item-right .svg-delete:hover {
            color: var(--bs-danger);
            fill: var(--bs-danger);
            opacity: 1;
        }

        .booking-slot-cart-modal-grid-item-right .svg-delete svg {
            width: 100%;
            height: 100%;
        }

.cart-buttons {
    margin: 0px 0 20px;
}

    .cart-buttons .shopping-coupon-code {
        position: relative;
        max-width: 530px;
    }

        .cart-buttons .shopping-coupon-code .form-control {
            background-color: #e9e9e9;
            font-size: var(--fontSize);
            color: var(--blackColor);
            padding-left: 20px;
            border-radius: 5px 0 0 5px;
            box-shadow: unset;
            font-size: 14px;
            height: 40px;
            border: 0;
        }

        .cart-buttons .shopping-coupon-code button {
            top: 0;
            right: 0;
            outline: 0;
            height: 40px;
            border: none;
            padding: 0 25px;
            line-height: 40px;
            position: absolute;
            color: var(--whiteColor);
            transition: var(--transition);
            background: var(--greenColor);
            font-weight: 500;
            font-size: 14px;
            border-radius: 0px 5px 5px 0px;
        }

        .cart-buttons .shopping-coupon-code .form-control::-moz-placeholder {
            font-weight: 300;
            color: var(--paragraphColor);
            -moz-transition: var(--transition);
            transition: var(--transition)
        }

        .cart-buttons .shopping-coupon-code .form-control::placeholder {
            font-weight: 300;
            color: var(--paragraphColor);
            transition: var(--transition)
        }

        .cart-buttons .shopping-coupon-code .form-control:focus::-moz-placeholder {
            color: transparent
        }

        .cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
            color: transparent
        }

.floating-cart-btn-wrapper {
    background: var(--greenColor);
    color: #fff;
    position: fixed;
    /*bottom: 20px;*/
    bottom: 25px;
    border-radius: 50px;
    /*right: 10px;*/
    right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    /*z-index: 999;*/
    z-index: 20;
}

    .floating-cart-btn-wrapper span {
        margin-left: 8px
    }

    .floating-cart-btn-wrapper svg {
        width: 18px;
        height: 18px;
    }

.floating-cart-close-btn {
    width: 18px;
    height: 18px;
    opacity: 0.5;
    display: flex;
}

    .floating-cart-close-btn svg {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.booking-slot-process-wrapper {
    display: inline-block;
    width: 100%;
    margin: 33px auto 0;
    position: relative;
}

    .booking-slot-process-wrapper .proces-line {
        width: 100%;
        height: 1px;
        background: #d7d7d7;
        position: absolute;
        top: 15px;
    }

    .booking-slot-process-wrapper ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .booking-slot-process-wrapper .step-number {
        height: 30px;
        width: 30px;
        border: 1px solid #d7d7d7;
        color: #666;
        background: #fff;
        border-radius: 50%;
        clear: both;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
        font-size: 12px;
        font-weight: 600;
        justify-content: center;
    }

    .booking-slot-process-wrapper .step-active .step-number {
        border-color: var(--greenColor2);
        color: #fff;
        background: var(--greenColor2);
    }

    .booking-slot-process-wrapper .step-active:hover .step-text {
        color: var(--greenColor2);
    }

    .booking-slot-process-wrapper .step-text {
        clear: both;
        max-width: 100px;
        margin: 10px 0 0;
        display: inline-block;
        text-align: center;
        color: #555555;
    }

    .booking-slot-process-wrapper .navigation-list-item {
        width: 33.33%;
    }

        .booking-slot-process-wrapper .navigation-list-item.step-2 > div {
            display: inline-flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
        }

        .booking-slot-process-wrapper .navigation-list-item.step-3 > div {
            display: flex;
            align-items: end;
            flex-direction: column;
        }

        .booking-slot-process-wrapper .navigation-list-item.step-2 > div, .booking-slot-process-wrapper .navigation-list-item.step-3 > div {
            display: inline-flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
        }

        .booking-slot-process-wrapper .navigation-list-item.step-3 > div {
            align-items: end;
        }



/*.booking-slot-process-wrapper span {background: #fff;padding: 6px 30px;box-shadow: 0 4px 50px rgba(0,0,0,.1);
  border-radius: 0 0 10px 10px;text-transform: uppercase;font-size: 14px; margin: 0 4px;font-weight: 500;
}*/
/*.booking-slot-process-wrapper span.active {background: var(--greenColor2);color: #fff;}*/

.cart-page-wrapper table.shop_table.cart th.product-remove,
.cart-page-wrapper table.shop_table.cart td.product-remove {
    padding-right: 0;
    padding-left: 20px;
}

.cart-page-wrapper a.remove:hover {
    fill: var(--bs-danger);
    color: #fff !important;
}


.order-place-wrapper {
    background: #ecf9e8;
    border: 1px solid #caddc4;
    border-radius: 8px;
    padding: 20px 30px;
    display: flex;
    font-size: 20px;
    line-height: 1.5
}

    .order-place-wrapper.order-place-failed-wrapper {
        background: #ffd9d9;
        border: 1px solid #ffd9d9;
    }

        .order-place-wrapper.order-place-failed-wrapper .icons {
            color: #ff0000;
        }

    .order-place-wrapper.order-place-painding-wrapper {
        background: var(--bs-highlight-bg);
        border: 1px solid var(--bs-highlight-bg);
    }

        .order-place-wrapper.order-place-painding-wrapper .icons {
            color: #242b46;
        }


    .order-place-wrapper.order-place-failed-wrapper {
        background: #ffd9d9;
        border: 1px solid #ffd9d9;
    }

    .order-place-wrapper .icons {
        width: 30px;
        margin-right: 20px;
        color: var(--greenColor2);
    }

.order-place-cart-wrapper {
    padding: 20px;
    background: #f5f5f5;
}

    .order-place-cart-wrapper h2 {
        display: block;
        margin-bottom: 15px;
        font-size: 22px;
    }

.order-place-cart-grid {
    margin-bottom: 30px;
}

.order-place-cart-grid-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    justify-content: space-between;
}

.input-group-wrapper {
    display: flex;
    position: relative;
    align-items: center;
}

.show-password-input {
    width: 20px;
    display: flex;
    position: absolute;
    right: 10px
}

.form-input-eye, .form-input-eyecross {
    width: 20px;
    display: flex
}

.form-input-eyecross {
    display: none
}

.booking-sticky-offer-wrapper {
    background: #ecf9e8;
    border: 1px solid #caddc4;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.5;
    bottom: 145px;
    position: absolute;
    width: 90%;
    border-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .booking-sticky-offer-wrapper b {
        font-weight: 500;
    }
