/***********************
RBFW TAB
************************/

:root {
    --rbfw_single_page_base_color4: #0ec40e;
    --rbfw_color_primary: #ff3726;
    --rbfw_color_secondary: #005cb5;
    --rbfw_muff_color1: #fbfdff;
    --rbfw_muff_color2: #ffb800;
    --rbfw_muff_color4: #727272;
    --rbfw_muff_color5: #ffffff;
    --rbfw_muff_color6: #f5f6f8;
    --rbfw_muff_color7: #1abc9c;
    --rbfw_muff_paragraph_font_size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    margin-top: 0 !important;
}


.rbfw-tab-menu ul {
    line-height: inherit;
    background: #f5f5f5;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
}

.rbfw-tab-menu ul li {
    list-style-type: none;
    display: block;
    margin: 0;
}

.rbfw-tab-menu ul li a {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.4);
    padding: 7px 25px;
    border-radius: 4px;
    line-height: 45px;
    transition: 0.2s;
    border: none;
    background: #fff;
    font-size: 16px;
}

.rbfw-review-comment-list-item {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
}

.rbfw-tab-menu ul li a.active-a {
    background: var(--rbfw_color_primary);
    color: #fff;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.rbfw-tab-menu ul li a:hover {
    background: #fff;
    color: var(--rbfw_color_primary);
    transition: 0.2s;
    opacity: 1;
}

.rbfw-tab {
    display: none;
}

.rbfw-tab h2 {
    color: rgba(0, 0, 0, 0.7);
}

.rbfw-tab p,
.rbfw-tab .ui-widget {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}

.rbfw-tab-active {
    display: block;
    width: 100%;
}

/***********************
RBFW Toggle Switch
************************/

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    top: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;

}

input:checked + .slider {
    background-color: var(--rbfw_color_primary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.rbfw_donut_template input:checked + .slider {
    background-color: var(--rbfw_dt_color7);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
    position: absolute;
}

.slider.round:before {
    border-radius: 50%;
}

/***********************
CSS for Single Page Template
************************/

.rbfw-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rbfw-ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rbfw-select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    width: 100%;
    border: none;
    background: #f5f5f5;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    border-radius:5px;
}

.rbfw-p-relative {
    position: relative;
}

.rbfw-input:focus,
.rbfw-select:focus {
    outline: none !important;
}

.rbfw-single-left-information .rbfw-features, .rbfw-single-left-information .description {
    margin-bottom: 30px;
}

.rbfw-single-left-information .rbfw-post-title {
    margin: 0 !important;
    font-size: 26px;
}

.rbfw-sub-heading, .rbfw-related-product-heading {
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.rbfw-related-product-btn-wrap{
    margin: auto;
}
.rbfw_donut_template .rbfw-sub-heading {
    background: var(--rbfw_single_page_secondary_color);
    color: var(--rbfw_dt_color2);
    border-radius: 0;
}

.rbfw_donut_template .rbfw_muff_lmf_btn {
    color: var(--rbfw_color_primary);
}

.rbfw-single-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.rbfw-single-left-information-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 500px;
}

.rbfw-single-left-information-item ul li {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 599px) {
    .rbfw-single-left-information-item ul li {
        float: none;
        width: 100%;
        display: block;
        align-items: start;
    }
}

@media only screen and (min-width: 874px) {
    .rbfw-single-left-information-item ul.rbfw-ul li {
        float: left;
        padding: 10px;
        margin: 1px;
        width: 49.39%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: start;
    }
}

@media only screen and (min-width: 900px) {
    .rbfw-single-left-information-item ul.rbfw-ul li {
        float: left;
        padding: 10px;
        margin: 1px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        align-items: start;
    }
}

.rbfw-single-right-container .item:first-child {
    margin-top: 0px;
}


.rbfw-single-right-heading {
    font-size: 16px;
    margin: 10px 0px;
    font-weight:600;
    color: #0a0a0a;
}
.rbfw_room_price_category_tabs .rbfw-single-right-heading{
    text-align: center;
    background: #ffeeee;
    padding: 10px;
    border: 1px solid #d5b1b1;
    margin:10px 0px 0px 0px;
}
.rbfw-single-right-container .rbfw-location{
    margin-bottom:10px;
}

.rbfw-single-right-container .item:first-child .rbfw-single-right-heading {
    width: 100%;
}

.rbfw_room_price_category_tabs .rbfw-single-right-heading p{margin-bottom:0px;}

item-content pricing-content .rbfw-single-right-heading{ border-bottom:1px solid #ddd;}

.pricing-content {
    background-color: #f5f5f5;
    position: relative;
}

.pricing-content::after{
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
}

.input-picker-icon{
    position: absolute;
    right: 12px;
    top: 10px;
}
.input-picker-icon i{
    font-size: 14px;
}
.pricing-content .price-type {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.pricing-content .price-type p {
    padding: 5px;
    font-size: 14px;
}

.pricing-content .price-type p:first-child {
    font-weight: 600;
    width: 40%;
}

.pricing-content .price-type p:last-child {
    text-align: right;
    width: 60%;
}

.pricing-content .price-type:last-child {
    margin-bottom: 0;
}

.rbfw-datetime {
    display: flex;
}

.rbfw-datetime input,
.rbfw-datetime select,
.rbfw-datetime select.rbfw-select,
.rbfw-datetime input[type=text].rbfw-input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding-left: 45px;
    height: 40px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #dbd5d5;
}

#pickup_date,
#dropoff_date {
    cursor: pointer;
    padding: 0 0 0 42px;
    height: 40px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.rbfw_muff_registration_wrapper .item-content.rbfw-resource {
    background: #fff;
}
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_price_result {
    background: #fff;
    padding: 10px;
    margin: 10px 0px;
}

.rbfw-datetime .date {
    width: 100%;
}

.rbfw-datetime .left {
    width: 50%;
    margin-right: 1%;
}

.rbfw-datetime .right {
    width: 50%;
}

.rbfw-resource ul li,
.rbfw-costing ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}

.rbfw-datetime .date,
.rbfw-datetime .time {
    position: relative;
}

.rbfw-datetime .date .calendar,
.rbfw-datetime .time .clock {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    padding: 12px;
}

.rbfw-datetime .time i.fa-angle-down {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pricing-content .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.pricing-content .price-item-container {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(211, 211, 211);
    margin-top: 10px;
}

.rbfw-location {
    position: relative;
}

.rbfw-location select {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

.rbfw-location select:focus {
    outline: none;
}

.rbfw-location .icon-arrow,
.select.icon-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0.1;
}

.rbfw-costing {
    background: #f5f5f5;
    padding: 20px;
    position: relative;
    border-radius:5px;
}

/*
.rbfw-costing .rbfw-cond {
    display: none;
}
*/

.rbfw-costing .rbfw-loader {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    top: 39%;
    font-size: 28px;
    color: #8a8a31;
    display: none;
}

.rbfw-costing ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.mp_right_section button.rbfw-book-now-btn {
    text-decoration: none;
    background: var(--rbfw_color_primary);
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    padding: 10px !important;
    border: none;
    font-weight: 700;
    margin-top: 20px;
    border-radius:5px;
}

button.rbfw-book-now-btn[disabled] {
    background: var(--rbfw_color_primary);
    color: #fff;
    cursor: not-allowed;
    opacity: .3;
    margin-top: 20px;
}

button.rbfw-book-now-btn:hover,
button.rbfw-book-now-btn:focus {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
}

.rbfw-duration {
    display: none;
}


.rbfw-duration .item-content {
    background: #f7f7f7 !important;
    padding: 5px 10px;
    border: 1px solid #dedede;
    font-size: 14px;
}

/*********************************/

div.rbfw_faq_item .rbfw_faq_title {
    -webkit-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
}

div.rbfw_faq_item {
    margin: 0 0 var(--default-mp) 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

div.rbfw_faq_item .rbfw_faq_title {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: normal;
}

div.rbfw_faq_item .rbfw_faq_title.active {
    border-color: var(--theme-color);
    border-radius: 5px 5px 0 0;
    background-color: var(--theme-color);
    color: var(--theme-alternate-color);
}

div.rbfw_faq_item .rbfw_faq_title span {
    padding: 10px;
}

div.rbfw_faq_content {
    background-color: #fff;
    padding: var(--default-mp);
    border: 1px solid var(--theme-color);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

div.rbfw_faq_item div.superSlider {
    min-width: 300px;
    max-width: 50%;
    margin: 0 var(--default-mp-xs) var(--default-mp-xs) 0;
    float: left;
}

/* css added by ariful */

div.mp_default_theme {
    width: 100%;
    margin: 30px 0;
}

div.mp_details_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

div.mp_left_section {
    background: #fff;
    padding: 10px;
    padding-top: 0;
}

div.mp_right_section {
    border: 1px solid #f5f5f5;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    position: sticky;
    top: 25px;
    height: max-content;
}

.rbfw-tab {
    padding-left: 20px;
}

.rbfw-tab-menu ul {
    line-height: inherit;
}

.rbfw-tab-container {
    padding-bottom: 20px;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
}

.rbfw-tab-container section {
    margin-bottom: 20px;
}

.rbfw-header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
}

.rbfw-single-left-container {
    margin-right: 0;
}

.rbfw-single-left-information-item ul {
    max-width: 100%;
}

.rbfw_faq_img {
    display: flex;
}

.rbfw_faq_img img {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#rbfw_faq_accordion .rbfw_faq_header {
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 14px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
#rbfw_faq_accordion .rbfw_faq_header.active {
    background: #f5f3f1;
    color: #333;
    border-radius: 5px 5px 0 0;
}

#rbfw_faq_accordion .rbfw_faq_header.active i {
    color: #fff;
}

#rbfw_faq_accordion .rbfw_faq_header i {
    color: var(--rbfw_color_primary);
}

#rbfw_faq_accordion .rbfw_faq_header:hover {
    cursor: pointer;
}

#rbfw_faq_accordion .rbfw_faq_content_wrapper {
    display: none;
    padding: 15px 15px 20px;
    border-top: 1px solid #e1e1e1;
}

#rbfw_faq_accordion .rbfw_faq_content_wrapper.active {
    border-radius:0 0 5px 5px;
}

.rbfw_muffin_template #rbfw_faq_accordion .rbfw_faq_content_wrapper {
    background-color: rgb(255, 255, 255);
}

.rbfw-post-sharing {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 8px;
}

.rbfw-post-sharing a {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.rbfw-post-sharing a:hover {
    background: var(--rbfw_color_primary);
    color: #fff;
    opacity: 1;
}

.rbfw-related-products-wrapper {
    position: relative;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    min-height: inherit;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button span {
    display: none;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button:hover {
    color: #fff;
    background: var(--rbfw_color_primary);
    transition: 0.2s;

}

/*.rbfw-related-products-wrapper .owl-carousel .owl-nav button span {*/
/*    margin-top: -3px;*/
/*    display: block;*/
/*}*/

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev,
.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next {
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev:focus,
.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next:focus {
    box-shadow: none;
    outline: none;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev:before,
.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.rbfw-related-product-thumb-wrap {
    overflow: hidden;
    /*height: 200px;*/
    width: 100%;
}

.rbfw-related-product-thumb {
    background-size: contain;
    height: 200px;
    background-position: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
}

.rbfw-related-product-thumb:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.rbfw-related-product-title-wrap .rbfw-related-product-title-wrap {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;

}

.rbfw-related-product-content-wrapper {
    padding: 15px;
}

.rbfw-related-product .rbfw-related-product-title-wrap {
    margin-top: 0 !important;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.rbfw-related-product-title-wrap .rbfw-related-product-title-wrap a {
    display: block;
    color: #0a0a0a;
    text-decoration: none;
}

.rbfw-related-product .rbfw-related-product-title-wrap a:hover {
    color: var(--rbfw_color_primary);
}

.rbfw-related-product-price-wrap {
    color: var(--rbfw_single_page_secondary_color);
    margin-bottom: 10px;
    font-size: 16px;
}

a.rbfw-related-product-btn {
    background: var(--rbfw_color_primary);
    color: #fff;
    padding: 10px 17px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    border-radius:10px;
}

a.rbfw-related-product-btn:hover {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw-toggle-btn {
    /*background: rgba(0, 0, 0, 0.6);*/
    width: 25px;
    height: 25px;
    text-align: center;
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
}

.rbfw-toggle-btn:hover,
.icon-arrow i:hover {
    /* background: var(--rbfw_single_page_base_color4);*/
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.icon-arrow i {
    /*background: rgba(0, 0, 0, 0.6);*/
    width: 25px;
    height: 25px;
    text-align: center;
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
}

.rbfw-resource div.label {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 900px) {
    .rbfw-header-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .rbfw-post-title {
        width: 70%;
        font-size: 22px;
        font-weight: 600;
    }

    .rbfw-post-meta {
        width: 30%;
        text-align: right;
    }
}

@media only screen and (max-width: 899px) {
    .rbfw-header-container {
        display: block;
    }

    .rbfw-post-title {
        width: 100%;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .rbfw-post-meta {
        width: 100%;
        text-align: left;
    }
}

.tippy-box[data-theme~="blue"] {
    background-color: var(--rbfw_single_page_secondary_color);
    color: rgb(255, 255, 255);
}

.tippy-box[data-theme~="blue"][data-placement^="top"] > .tippy-arrow::before {
    border-top-color: var(--rbfw_single_page_secondary_color);
}

.tippy-box[data-theme~="blue"][data-placement^="bottom"]
> .tippy-arrow::before {
    border-bottom-color: var(--rbfw_single_page_secondary_color);
}

.tippy-box[data-theme~="blue"][data-placement^="left"] > .tippy-arrow::before {
    border-left-color: var(--rbfw_single_page_secondary_color);
}

.tippy-box[data-theme~="blue"][data-placement^="right"] > .tippy-arrow::before {
    border-right-color: var(--rbfw_single_page_secondary_color);
}

div.superSlider .iconIndicator:hover {
    background-color: var(--rbfw_color_primary);
}

.rbfw_donut_template div.superSlider .iconIndicator:hover {
    background-color: var(--rbfw_dt_color7);
}

.rbfw_muffin_template div.superSlider .iconIndicator:hover {
    background-color: var(--rbfw_color_primary);
}

/*.rbfw-single-left-container {*/
/*    overflow: hidden;*/
/*}*/

@media only screen and (min-width: 600px) {
    .vertical .rbfw-tab-menu {
        width: 100px;
    }

    .horizontal .rbfw-tab-menu {
        width: 100%;
    }

    .horizontal .rbfw-tab-menu ul {
        width: 100%;
    }

    .horizontal .rbfw-tab-menu ul li {
        display: inline-block;
    }

    div.mp_left_section {
        width: calc(100% - 420px);
    }

    div.mp_right_section {
        width: 400px;
    }

    .vertical.rbfw-tab-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .horizontal .rbfw-tab {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

ul.rbfw-feature-lists {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding: 5px 10px;
}

ul.rbfw-feature-lists li {
    width: 90%;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 0;
}
h2.rbfw-post-title{padding-left:10px;}
.rbfw-single-left-information .description p{padding-left:10px;}
.rbfw-single-left-information ul.rbfw-feature-lists li {
    color: #0a0a0a;
}

ul.rbfw-feature-lists li i, .service-price-item .title i.sc-icon {
    color: var(--rbfw_color_primary);
    margin-right: 8px;
}

@media (min-width: 640px) {
    ul.rbfw-feature-lists {
        flex-direction: row;
    }

    ul.rbfw-feature-lists li {
        width: 32%;
    }
}

@media only screen and (max-width: 599px) {
    .vertical.rbfw-tab-container,
    .horizontal.rbfw-tab-container {
        display: block;
    }

    .vertical .rbfw-tab-menu ul,
    .horizontal .rbfw-tab-menu ul {
        width: 100%;
    }

    .vertical .rbfw-tab-menu ul li,
    .horizontal .rbfw-tab-menu ul li {
        display: inline-block;
    }

    .vertical .rbfw-tab,
    .horizontal .rbfw-tab {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rbfw-review-section .rbfw-single-review-info-header div:first-child {
        display: block;
    }

    .rbfw-review-section .rbfw-review-author span {
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 792px) {
    .mp_default_theme div.mp_details_page {
        display: block;
    }

    div.mp_left_section {
        width: 100%;
    }

    div.mp_right_section {
        width: 100%;
        margin-top: 20px;
    }

    .rbfw-single-right-container {
        width: 100%;
    }
}

.mb-08 {
    margin-bottom: 8px !important;
}

.single-rbfw_item a.rbfw_chk_availability_btn {
    text-decoration: none;
    background: var(--rbfw_color_primary);
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border: none;
    transition: 0.2s;
    cursor: pointer;
    margin-top: 10px;
}

.single-rbfw_item a.rbfw_chk_availability_btn:hover {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
    transition: 0.2s;
    opacity: 1 !important;
}

.rbfw-availability-loader {
    display: none;
    text-align: center;
}

p.rbfw_alert_warning {
    background: #c42d2d57;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #c42d2d57;
    color: #440606;
    font-size: 16px;
}

.rbfw_room_price_category {
    visibility: hidden;
    width: 0;
    margin-left: -15px;
}

.rbfw_room_price_category_tabs_title {
    font-size: 16px;
    font-weight: 600;
}

.rbfw_room_price_category_tabs_label {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.rbfw_room_price_label {
    display: table-cell;
    float: none;
    width: 1%;
    color: #fff;
    border-color: #242424;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    background-color: #242424;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}

.rbfw_room_price_category_tabs .rbfw_room_price_label i {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 22px;
}

.rbfw_room_price_label.active {
    background-color: var(--rbfw_single_page_secondary_color);
    transition: 0.2s;
}

.rbfw_room_price_label.disabled {
    cursor: not-allowed;
}

.rbfw_room_price_category_details_loader {
    text-align: center;
    padding: 10px;
    display: none;
}

.rbfw_resort_rt_price_table_container {
    overflow: auto;
}

table.rbfw_room_price_table {
    border: 1px solid #f5f5f5;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}


table.rbfw_room_price_table thead th {
    font-size: 12px;
    font-weight: 600;
    border: 0;
    padding: 8px;
    text-align: left;
    text-transform: none;
}

table.rbfw_room_price_table thead th.w_30_pc {
    text-align: right;
}

table.rbfw_room_price_table tbody td {
    font-size: 13px;
    font-weight: normal;
    border: 0;
    padding: 8px;
}

table.rbfw_room_price_table tbody tr:nth-child(odd) {
    background-color: rgba(128, 128, 128, 0.075);
}

table.rbfw_room_price_table tbody span.woocommerce-Price-amount {
    width: max-content;
}

table.rbfw_room_price_table tbody .room_type_title {
    display: block;
}

table.rbfw_room_price_table tbody small.rbfw_room_desc {
    display: inline-block;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4f4f4f;
    margin: 5px;
}

table.rbfw_room_price_table tbody td img {
    max-width: 70px;
}

.w_30_pc {
    width: 30%;
}
.w_40_pc {
    width: 40%;
}

.rbfw_room_price_category_details .rbfw-costing .rbfw-cond {
    display: flex;
}

.rbfw_service_price_wrap {
    float: right;
}

.rbfw_qty_input,
.rbfw_qty_input * {
    box-sizing: border-box;
}

.rbfw_qty_input {
    display:flex;
    align-items: center;
}

.rbfw_qty_input a {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 3px 8px;
    display:block;
    text-align: center;
}
.rbfw_qty_input a.rbfw_qty_plus{
    background: var(--rbfw_color_primary);
    transition: 0.2s;
    opacity: 1;
    border-radius: 0 5px 5px 0px;
}
.rbfw_qty_input a.rbfw_qty_minus{
    background: #ffffff;
    transition: 0.2s;
    opacity: 1;
    border: 1px solid #e3e0e0;
    color: #333;
    border-radius: 5px 0px 0px 5px;
}

.rbfw_qty_input a:hover {
    background: var(--rbfw_color_primary);
    transition: 0.2s;
    opacity: 1;
}

.rbfw_qty_input a i {
    font-size: 12px;
    color: #fff;
}

.rbfw_qty_input a.rbfw_timely_es_qty_minus i {
    font-size: 12px;
    color: #000;
}

.rbfw-bikecarsd-calendar-header {
    margin-bottom: 10px;
}


.rbfw_qty_input input[type="number"] {
    appearance: textfield;
    border: 1px solid #ddd !important;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 30px;
    border-radius: 0;
    margin: 0 !important;
    padding: 4px !important;
    margin-bottom: 0;
}

.rbfw_qty_input input[type="number"]::-webkit-inner-spin-button,
.rbfw_qty_input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

a.rbfw_qty_minus.rbfw_timely_es_qty_minus{
    border-radius:5px 0px 0px 5px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}

a.rbfw_qty_plus.rbfw_timely_es_qty_plus {
    border-radius:0px 5px 5px 0px;
    background-color: var(--rbfw_color_primary);
    border: 1px solid #ddd;
}


.rbfw_selected_room_dates {
    margin-top: 20px;
    background: #f5f5f5;
}

.rbfw_selected_room_dates div {
    padding: 10px;
    font-size: 16px;
}

.rbfw_selected_room_dates div:first-child {
    border-bottom: 1px solid #ddd;
}

.rbfw_rp_loader {
    width: 100%;
    text-align: center;
    display: block;
}

.rbfw-single-right-container .item.rbfw_room_price_summary {
    font-size: 16px;
}

.rbfw-single-right-container .item.rbfw_bikecarsd_price_summary {
    font-size: 16px;
}
.pricing-content .rbfw_pricing_info_heading {
    border-bottom: 1px solid #e7dede !important;
    padding-bottom: 10px;
    width: 100%;
}

.rbfw_alert_warning {
    font-size: 16px;
    padding: 8px;
    background: #f5f5f5;
    margin-top: 20px;
}

.rbfw_alert_warning i {
    color: var(--rbfw_color_primary);
}

.woocommerce-cart-form table.rbfw_room_cart_table,
table.rbfw_room_cart_table {
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.woocommerce-cart-form table.rbfw_room_cart_table tr,
table.rbfw_room_cart_table tr {
    border-bottom: 1px solid #f5f5f5;
}

.woocommerce-cart-form table.rbfw_room_cart_table th,
table.rbfw_room_cart_table th {
    border-right: 1px solid #f5f5f5;
}

.woocommerce-cart-form table.rbfw_room_cart_table th span,
table.rbfw_room_cart_table th span {
    font-weight: 400;
    display: block;
}

.mage_modal {
    display: none;
}

.rbfw_room_price_label:not(.disabled):hover {
    background-color: var(--rbfw_color_primary);
    transition: 0.2s;
}

/*Review Form Css*/

.rbfw-review-section input,
.rbfw-review-section textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    border-radius: 5px;
}

.rbfw-review-section input:focus,
.rbfw-review-section textarea:focus {
    outline: 0 !important;
    border-color: #d3d3d3;
}

.rbfw-review-section ::-webkit-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section :-ms-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section ::placeholder {
    color: #cfd8dc;
}

.rbfw-review-section :-ms-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section ::-ms-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section input::placeholder,
.rbfw-review-section textarea::placeholder {
    opacity: 1;
}

.rbfw-review-section form.section-inner.thin {
    max-width: 100%;
    width: 100%;
}

.rbfw-review-section .rbfw-review-form-group {
    margin-bottom: 10px;
}

.rbfw_review_submit_btn {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
}

.rbfw_review_submit_btn:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
    text-decoration: none;
}

.rbfw-review-heading {
    font-size: 16px;
}

.rbfw-review-notes {
    font-size: 13px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.rbfw-review-section span.required {
    color: #bd2323;
}

.rbfw-review-section .comment-respond p.comment-notes,
.rbfw-review-section .comment-respond p.comment-notes a,
.rbfw-review-section .comment-respond p.logged-in-as,
.rbfw-review-section .comment-respond p.logged-in-as a {
    margin: 0;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}

.rbfw-review-section .comment-respond p.comment-notes a,
.rbfw-review-section .comment-respond p.logged-in-as a,
.rbfw-review-section #cancel-comment-reply-link {
    color: var(--rbfw_single_page_base_color4);
    text-decoration: underline;
}

.rbfw-review-section div.comment.rbfw-single-review-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rbfw-review-section .rbfw-single-review-row .rbfw-single-review-col-2 {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    position: relative;
}

.rbfw-review-section .rbfw-single-review-row .rbfw-single-review-col-2 {
    width: 100%;
}

.rbfw-review-section .rbfw-single-review-info-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    align-items: center;
}

.rbfw-review-section .rbfw-single-review-info-header div:last-child {
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rbfw-review-section .rbfw-review-author {
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

.rbfw-review-section .rbfw-review-reply-btn a {
    width: max-content;
    border-radius: 5px;
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    float: right;
    padding: 5px;
    text-decoration: none;
}

.rbfw-review-section .rbfw-review-reply-btn a:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw-review-section .rbfw-single-review-row .rbfw-review-author img {
    width: 50px;
    height: 50px;
    display: inline;
}

.rbfw-review-section .rbfw-review-time {
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.rbfw-review-section ul.rbfw-review-list {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.rbfw-review-section ul.rbfw-review-list ul {
    margin-left: 60px;
}

.rbfw-review-section .rbfw-review-text,
.rbfw-review-section .rbfw-review-text p {
    font-size: 14px;
}

.rbfw-review-section .rbfw-review-content {
    margin-top: 10px;
}

.rbfw-review-section .rbfw-review-author span {
    margin-right: 10px;
}

.rbfw-review-rating-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.rbfw-review-rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rbfw-review-rating-container * {
    font-size: 1.4rem;
}

.rbfw-review-rating-container > input {
    display: none;
}

.rbfw-review-rating-container > input + label {
    font-family: "dashicons";
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rbfw-review-rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rbfw-review-rating-container > input:checked ~ label:before,
.rbfw-review-rating-container > input + label:hover ~ label:before,
.rbfw-review-rating-container > input + label:hover:before {
    content: "\f155";
    color: var(--rbfw_single_page_base_color4);
}

.rbfw-review-rating-container > .rbfw-star-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.rbfw-review-rating-container > .rbfw-star-clear + label:before {
    width: 0.5em;
}

.rbfw-review-rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rbfw-review-rating-container:hover > input + label:hover ~ label:before,
.rbfw-review-rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: var(--rbfw_single_page_base_color4);
}

.rbfw-review-rating-container > .rbfw-star-clear + label,
.rbfw-review-rating-container > input + label:before {
    text-indent: 9999px;
}

.rbfw-review-rating-container > input + label {
    text-indent: -9999px;
}

.rbfw-review-stars span {
    margin-right: 0;
    font-size: 14px;
    display: inline;
    color: var(--rbfw_single_page_base_color4);
}

.rbfw-review-stars span.dashicons-star-empty {
    color: #d3d3d3;
}

.rbfw-review-stars {
    display: block;
    margin-top: 10px;
}

.rbfw-review-section .rbfw-review-title {
    font-size: 14px;
    font-weight: 600;
}

.rbfw-review-section p.logged-in-as {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}

.rbfw-review-section p.logged-in-as .required-field-message {
    display: block;
}

.rbfw-review-section .comment-respond p:not(.comment-notes) {
    max-width: 100%;
    text-align: left;
}

.rbfw-review-section .rbfw-mt-50 {
    margin-top: 50px;
}

@media only screen and (min-width: 600px) {
    .rbfw-review-col-12 {
        width: 100%;
        display: block;
    }

    .rbfw-review-col-6 {
        width: 49%;
        display: inline-block;
    }

    .rbfw-review-col-4 {
        width: 33%;
        display: inline-block;
    }

    .rbfw-review-row .rbfw-review-col-6:first-child {
        margin-right: 12px;
    }

    .rbfw-review-row .rbfw-review-col-6:last-child {
        margin-left: 2px;
    }
}

/*End Review Form Css*/

/*Rent List Shortcode Styles*/

:root {
    --rbfw_rent_list_color1: #06d286;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_col {
    /*box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    text-align: left;
    vertical-align: top;
}

.rbfw_grid_view_more_features_btn i {
    width: 25px;
}

.rbfw_rent_list_content {
    padding: 0;
}

.rbfw_rent_list_inner_wrapper {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    overflow: hidden;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_inner_wrapper {
    /*height: 100%;*/
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_featured_img {
    height: 210px;
    width: 100%;
    background-color: #f5f5f5;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_price_wrap {
    background: var(--rbfw_rent_list_color1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 94px;
    z-index: 5;
    padding: 10px;

}

.rbfw_rent_list_price_badge {
    text-align: center;
    width: 100%;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_price_badge_label {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_price_badge_price {
    font-size: 25px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_button_wrap a.rbfw_rent_list_btn {
    background-color: var(--rbfw_rent_list_color1);
    color: #fff;
    padding: 18px 32px 18px 32px;
    font-weight: 600;
    border-radius: 0;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features {
    margin-bottom: 20px;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_inner_wrapper {
    border: 1px solid #d0d7de;
    border-radius:5px;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features ul {
    margin: 0;
    padding: 0;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #7a7a7a;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 5px;
    position: relative;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features ul li i {
    width: 25px;
    color: var(--rbfw_rent_list_color1);
    font-size: 20px;
}

/*.rbfw_rent_list_style_grid .rbfw_rent_list_content {*/
/*  padding: 5px 10px;*/
/*}*/

.rbfw_rent_list_style_grid .rbfw_rent_list_footer {
    padding: 20px;
    padding-top: 0;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_button_wrap a {
    display: inline-block;
}

.rbfw_rent_list_style_grid
.rbfw_rent_list_button_wrap
.rbfw_grid_view_more_features_btn {
    margin-left: 5px;
    font-size: 12px;
}

.rbfw_rent_list_style_grid
.rbfw_rent_list_highlighted_features
ul
li.rbfw-visibility-hidden {
    display: none;
}

.rbfw_grid_view_more_features_btn {
    display: block;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    color: #cd2653;
}

.rbfw_rent_list_featured_img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rbfw_rent_list_featured_img_wrap {
    overflow: hidden;
}

.rbfw_rent_list_featured_img img {
    min-height: 180px;
}

.rbfw_rent_list_inner_wrapper:hover .rbfw_rent_list_featured_img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rbfw_rent_list_button_wrap a.rbfw_rent_list_btn {
    color: #fff;
    margin-bottom: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
}


.rbfw-single-right-heading.rbfw_pricing_info_heading .rbfw_pricing_info_heading{padding-left:20px}

.rbfw_rent_list_button_wrap a.rbfw_rent_list_btn:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_title_wrap {
    text-align: left;
    margin-bottom: 20px;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_button_wrap {
    text-align: left;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.rbfw_rent_list_title_wrap a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.rbfw_rent_list_style_list .rbfw_rent_list_title_wrap a {
    font-size: 25px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    background: #fff;
    position: relative;
}

.rbfw_rent_list_style_list .rbfw_rent_list_lists_info {
    padding: 0px 5px 1px 15px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_price_wrap {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    background: var(--rbfw_rent_list_color1);
    top: 25px;
    padding: 5px 15px;
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn {
    background: var(--rbfw_color_primary);
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn .button-icon svg path {
    stroke: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn:hover {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_price_badge_label {
    font-weight: normal;
}

.rbfw_rent_list_style_list .rbfw_rent_list_price_badge_price {
    font-weight: 600;
}


.rbfw_rent_list_style_list .rbfw_rent_list_button_wrap a.rbfw_rent_list_btn {
    background-color: var(--rbfw_rent_list_color1);
    padding: 18px 32px 18px 32px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_button_wrap a.rbfw_rent_list_btn:hover {
    background-color: var(--rbfw_single_page_base_color4);
}

.rbfw_rent_list_style_list .rbfw_rent_list_highlighted_features {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.rbfw_rent_list_style_list .rbfw_rent_list_highlighted_features ul {
    margin: 0;
    padding: 0;
}

.rbfw_rent_list_style_list .rbfw_rent_list_highlighted_features ul li {
    margin: 2px;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    display: inline-block;
    color: var(--rbfw_rent_list_color1);
    border: 1px solid #dfdfdf;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
}

.rbfw_rent_list_highlighted_features abbr[title] {
    border-bottom: none !important;
    text-decoration: none !important;
}

.rbfw-review-rating-wrapper .rbfw-star-rating span.dashicons {
    color: var(--rbfw_rent_list_color1);
    font-size: 16px;
}

.rbfw-review-rating-wrapper .rbfw-star-rating {
    line-height: 16px;
}

.rbfw-review-rating-wrapper .rbfw-review-rating-info {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}


.rbfw_rent_list_style_list .rbfw_rent_list_col {
    margin-bottom: 20px;
}

/*.rbfw_rent_list_style_list .rbfw_rent_list_content {*/
/*    padding: 5px 15px;*/
/*}*/

.rbfw_rent_list_style_list .rbfw_rent_list_grid_title_wrapper {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .rbfw_rent_list_style_list .rbfw_rent_list_grid_title_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
}

.rbfw_rent_list_description {
    font-size: 16px;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
}

.rbfw_rent_list_style_list .rbfw-review-rating-wrapper .rbfw-star-rating {
    display: inline-block;
    margin-right: 10px;
}

.rbfw_rent_list_style_list
.rbfw-review-rating-wrapper
.rbfw-review-rating-info {
    display: inline-block;
}

.rbfw_rent_list_style_list .rbfw_rent_list_divider {
    border-bottom: 1px solid #f5f5f5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_featured_img {
    background-color: #f5f5f5;
    min-height: 270px;
}

.rbfw_rent_list_style_list .rbfw_muff_highlighted_features ul li i {
    margin-right: 0;
    color: var(--rbfw_rent_list_color1);
}

.bfw_rent_list_btn_holder {
    padding-bottom: 5px;
}

.rbfw_rent_list_style_grid {
    display: grid;
    gap: 15px;
}

.rbfw_rent_list_style_grid.rbfw-w-25 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


@media (max-width: 1200px) {
    .rbfw_rent_list_style_grid.rbfw-w-25 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .rbfw_rent_list_style_grid.rbfw-w-25 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .rbfw_rent_list_style_grid.rbfw-w-25 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 792px) {

    .rbfw_rent_list_style_grid.rbfw-w-50 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rbfw_rent_list_style_grid.rbfw-w-33 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .rbfw_rent_list_style_grid.rbfw-w-20 {
        grid-template-columns: repeat(5, minmax(0, 1fr));;
    }

    .rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper .rbfw_rent_list_featured_img_wrap {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
    }

    .rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper .rbfw_rent_list_content {
        /*max-width: 70%;*/
        /*min-width: 70%;*/
    }

    /* block theme css */
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 1300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

@media only screen and (max-width: 792px) and (min-width: 600px) {
    /*.rbfw_rent_list_style_grid .rbfw_rent_list_col {*/
    /*    min-width: 50%;*/
    /*    max-width: 50%;*/
    /*}*/
    /*.rbfw_rent_list_style_list*/
    /*.rbfw_rent_list_inner_wrapper*/
    /*.rbfw_rent_list_featured_img_wrap {*/
    /*    width: 22%;*/
    /*    max-width: 22%;*/
    /*    min-width: 22%;*/
    /*}*/
    /*.rbfw_rent_list_style_list*/
    /*.rbfw_rent_list_inner_wrapper*/
    /*.rbfw_rent_list_content {*/
    /*    width: 78%;*/
    /*    max-width: 78%;*/
    /*    min-width: 78%;*/
    /*}*/
}

@media only screen and (max-width: 599px) {
    .rbfw_rent_list_style_grid .rbfw_rent_list_col {
        min-width: 100%;
        max-width: 100%;
    }

    .rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .rbfw_rent_list_style_grid .rbfw_rent_list_col {
        min-width: 100%;
        max-width: 100%;
    }
}

/*End Rent List Shortcode styles*/

.rbfw-review-section button.button {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

.rbfw-review-section button.button:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.price-item-container-table {
    margin: 0 !important;
    font-size: 16px;
}

.price-item-container-table th {
    font-weight: 600;
}

div.mp_bike_car_sd_theme {
    width: 100%;
    margin: 30px 0;
}

div.mp_bike_car_sd_theme .rbfw-single-right-container {
    width: 100%;
}

/* Bike/Car SD Theme CSS */

.rbfw_bikecarsd_time_table_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time {
    width: 31.33%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    float: left;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
}

.rbfw_donut_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time {
    width: 32.33%;
}

/* body.theme-twentytwentythree
  .rbfw_bikecarsd_time_table_wrap
  a.rbfw_bikecarsd_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.33%;
}

body.theme-twentytwentythree .rbfw_muffin_template button {
  border: none;
}

body.theme-twentytwentythree .rbfw_muff_hf_inner_wrap {
  max-width: 49%;
} */

.rbfw_muff_registration_wrapper .rbfw-book-now-btn {
    border: none;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.disabled {
    cursor: not-allowed;
    color: #aaa;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover span {
    background: var(--rbfw_color_primary);
    color: #fff;
    border-color: var(--rbfw_color_primary);
    opacity: 1;
}

.rbfw_donut_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover span {
    background: var(--rbfw_dt_color7);
    color: var(--rbfw_dt_color2);
    border-color: var(--rbfw_dt_color7);
    opacity: 1;
}

.rbfw_muffin_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover span {
    color: var(--rbfw_dt_color2);
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time span.rbfw_bikecarsd_time_span {
    display: block;
    padding: 5px 10px;
    text-transform: none;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 1rem;
    background-color: #fff;
    height:40px;
    border-radius:5px;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.disabled span.rbfw_bikecarsd_time_span {
    color: #aaa;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled) span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_color_primary);
    color: #fff;
    border-color: var(--rbfw_color_primary);
    font-weight: bold;
}

.rbfw_donut_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled) span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_dt_color1);
    color: #fff;
    border-color: var(--rbfw_dt_color7);
    opacity: 1;
    font-weight: bold;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.disabled span.rbfw_bikecarsd_time_booked {
    background: #2d5fd5;
    color: #fff;
    display: block;
    border-radius: 0px 0px 5px 5px;
    margin-top: -2px;
    font-weight: 600;
}

.rbfw-bikecarsd-result-loader {
    text-align: center;
}

.rbfw-bikecarmd-result-loader,
.rbfw-resort-result-loader,
.rbfw-dress-result-loader {
    padding: 10px;
}

a.rbfw_back_step_btn {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    background: #f5f5f5;
    color: var(--rbfw_single_page_secondary_color);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: .9rem;
    font-weight: bold;
    border: 1px solid #e1e1e1;
}

a.rbfw_back_step_btn i {
    color: var(--rbfw_color_primary);

}

.rbfw_back_step_btn:hover {
    color: var(--rbfw_color_primary);
}

.rbfw_donut_template .rbfw_back_step_btn:hover {
    color: var(--rbfw_dt_color7);
}

.rbfw_step_selected_date {
    background: #f5f5f5;
    color: var(--rbfw_single_page_secondary_color);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid #e1e1e1;
}

.rbfw_step_selected_date i {
    color: var(--rbfw_color_primary);
}

table.rbfw_bikecarsd_price_table {
    border-collapse: collapse;
    border: 1px solid #dedede;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius:5px;
}

.rbfw_donut_template table.rbfw_bikecarsd_price_table {
    width: 100%;
}

table.rbfw_bikecarsd_price_table thead {
    border-bottom: 0;
}

table.rbfw_bikecarsd_price_table thead th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    text-align: left;
    padding: 5px 10px;
    text-transform: capitalize;
    background:#f7f7f7;
}

.rbfw_single_muffin_template table.rbfw_bikecarsd_price_table thead th {
    background:#fffcfc;
}


table.rbfw_bikecarsd_price_table tbody td {
    font-size: 13px;
    font-weight: normal;
    border: 0;
    padding: 5px;
    padding-left: 10px;

}

table.rbfw_bikecarsd_price_table tbody tr:nth-child(2n + 2) {
    background-color: rgba(128, 128, 128, 0.075);
}

table.rbfw_bikecarsd_price_table tbody small.rbfw_bikecarsd_type_desc {
    display: inline-block;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4f4f4f;
    line-height: 14px;
    font-weight: 400;
    margin-right: 5px;
}

table.rbfw_bikecarsd_price_table tbody span.rbfw_bikecarsd_type_title,
table.rbfw_bikecarsd_price_table tbody span.rbfw_bikecarsd_type_price {
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.w_20_pc {
    width: 20%;
}

.rbfw_bikecarsd_price_summary .rbfw-costing .rbfw-cond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_bikecarsd_price_summary .woocommerce-Price-amount{
    font-weight: 600;
    color: #222;
}

.rbfw_bikecarsd_price_table img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.rbfw_bikecarsd_es_price_table {
    display: none;
}

.rbfw_bikecarsd_es_price_table th.w_20_pc {
    padding-left: 22px;
}


.rbfw-bikecarsd-calendar-header-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.rbfw-bikecarsd-calendar-header-feature {
    font-size: 16px;
    line-height: 28px;
}

.rbfw-bikecarsd-calendar-header-feature i {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: var(--rbfw_color_primary);
}

.single-day-notice {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: .9rem;
    font-weight: bold;
    border: 1px solid #e1e1e1;
}

.single-day-notice i {
    color: var(--rbfw_color_primary);
}

.rbfw-bikecarsd-calendar-header::after {
    /* content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    /* border-color: var(--rbfw_primary_opacity) transparent transparent transparent; */
    /* top: 100%;
    left: 35px; */
}

.rbfw-bikecarsd-calendar-footer {
    font-size: 16px;
    text-align: left;
    background: var(--rbfw_dt_color2);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rbfw-bikecarsd-calendar-footer i {
    color: var(--rbfw_color_primary);
}

.rbfw_muffin_template .rbfw-bikecarsd-calendar-footer i {
    color: var(--rbfw_color_primary);
}

.rbfw_service_price {
    margin-bottom: 5px;
    width: 80px;
    background: #ddd;
    padding: 3px;
    text-align: center;
    display: block;
    /*float: right;*/
    font-size: 14px;
}

.w_35_pc {
    width: 35%;
}

.w_34_pc {
    width: 34%;
}

.w_25_pc {
    width: 25%;
}

.w_66_pc {
    width: 66%;
}

.rbfw_bikecarsd_es_price_table .w_66_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.rbfw_bikecarsd_es_price_table .w_66_pc img {
    margin-right: 10px;
}

.w_50_pc {
    width: 50%;
}
.w_40_pc {
    width: 40%;
}

.w_30_pc {
    width: 30%;
}

.w_20_pc {
    width: 20%;
}

.w_80_pc {
    width: 80%;
}

/* End Bike/Car SD Theme CSS */

/* MPS Form css*/

.rbfw_mps_signin_form_wrap,
.rbfw_mps_signup_form_wrap,
.rbfw_mps_checkout_form_wrap {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 10px;
}

.rbfw_mps_input_group {
    margin-bottom: 15px;
}

.rbfw_mps_input_group label {
    margin-bottom: 5px;
}

.rbfw_mps_user_input,
.rbfw_mps_input_group input[type="text"],
.rbfw_mps_input_group input[type="email"],
.rbfw_mps_input_group input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: #86b7fe 0.15s ease-in-out,
    rgba(13, 110, 253, 0.25) 0.15s ease-in-out;
}

.rbfw_mps_user_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.rbfw_mps_user_input::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_mps_user_input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_mps_button_group button.rbfw_mps_user_button,
.rbfw_mps_user_button,
.rbfw_mps_pay_now_button,
.rbfw_mps_stripe_pay_button {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.rbfw_mps_user_button:hover,
.rbfw_mps_pay_now_button:hover,
.rbfw_mps_stripe_pay_button:hover {
    background: #099c09;
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_mps_user_button i,
.rbfw_mps_pay_now_button i,
.rbfw_mps_stripe_pay_button i {
    position: absolute;
    margin-left: 5px;
}

.rbfw_mps_pay_now_button i {
    top: 35%;
}

#rbfw_mps_pay_now_button {
    margin: 0;
}

.rbfw_mps_form_wrap,
.rbfw_mps_checkout_form_wrap {
    margin-bottom: 10px;
}

.rbfw_mps_form_wrap.active {
    display: block;
}

.rbfw_mps_forgot_password_link {
    margin-bottom: 15px;
    display: block;
}

.rbfw_mps_form_footer {
    text-align: center;
    padding: 10px;
}

.rbfw_mps_form_header {
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.rbfw_mps_form_header a {
    cursor: pointer;
}

.rbfw_mps_button_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.rbfw_mps_button_group button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    border: 0;
}

.rbfw_mps_button_group button:hover {
    color: #fff;
}

.rbfw_mps_button_group button.active {
    background-color: #2d5fd5;
    color: #fff;
}

.rbfw_mps_form_footer a {
    cursor: pointer;
    text-decoration: underline;
}

.mps_alert_warning {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
}

.mps_alert_login_success,
.mps_alert_success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.min_max_day_notice {
    display: block;
}

.rbfw_mps_user_order_summary {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
}

.rbfw_mps_user_order_header {
    background: #d3d3d3;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.rbfw_mps_user_order_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.rbfw_mps_user_order_row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rbfw_mps_user_order_row div {
    width: 50%;
}

.rbfw_mps_user_order_head {
    font-size: 14px;
}

.rbfw_mps_user_order_data {
    text-align: right;
    font-size: 14px;
    word-break: break-word;
}

.rbfw_mps_user_payment_method {
    margin-right: 5px;
}

.rbfw_mps_radio_group {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-top: 10px;
}

.rbfw_mps_radio_group label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rbfw_mps_radio_group label input {
    margin: 0 10px 0 0;
}

.rbfw_mps_radio_group label:not(.rbfw_mps_radio_group label:last-child) {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.rbfw_mps_pay_now_button[disabled] {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: not-allowed;
}

.rbfw_mps_form_header_top {
    margin-bottom: 5px;
    font-weight: 600;
}

.rbfw_mps_form_header_bottom a {
    margin: 5px;
}

.rbfw_mps_form_wrap {
    display: none;
}

.rbfw-single-right-container {
    width: 100%;
}

/*End MPS form css*/

/* MPS Thank you page css*/

.rbfw_thankyou_page_wrap{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100% !important;
    max-width: 90% !important;
    margin: auto;
}

.rbfw_thankyou_page_wrap table thead{
    background: #ddd;
}

.rbfw_thankyou_page_wrap table tbody tr:nth-child(2n + 1){
    background-color: #00328014;
}

.rbfw_thankyou_page_wrap table tbody tr:nth-child(2n){
    background-color: #fff;
}

/* End MPS Thank you page css*/

/* MPS booking account page css*/

@media only screen and (max-width: 600px) {
    .rbfw_ba_user_form_wrap .rbfw_ba_form_wrap {
        width: 100%;
        padding: 20px;
    }
}

@media only screen and (min-width: 601px) {
    .rbfw_ba_user_form_wrap .rbfw_ba_form_wrap {
        width: 50%;
        padding: 20px;
    }
}

.rbfw_ba_user_form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    max-width: 90% !important;
}

.rbfw_ba_signin_form,
.rbfw_ba_signup_form {
    padding: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fff;
}

.rbfw_ba_form_header {
    background: #f5f5f5;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.rbfw_ba_input_group {
    margin-bottom: 15px;
}

.rbfw_ba_input_group label {
    margin-bottom: 5px;
}

.rbfw_ba_input_group input[type="text"],
.rbfw_ba_input_group input[type="password"],
.rbfw_ba_input_group input[type="email"],
.rbfw_ba_user_input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: #86b7fe 0.15s ease-in-out,
    rgba(13, 110, 253, 0.25) 0.15s ease-in-out;
}

.rbfw_ba_user_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.rbfw_ba_user_input::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_ba_user_input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_ba_user_button,
.rbfw_mps_pay_now_button:not(.rbfw_mps_pay_now_button[disabled]) {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.rbfw_ba_user_button:hover,
.rbfw_mps_pay_now_button:not(.rbfw_mps_pay_now_button[disabled]):hover {
    background: #099c09;
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_ba_user_button i {
    position: absolute;
    margin-left: 5px;
}

.rbfw_ba_forgot_password_link {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}

.rbfw_ba_form_footer {
    text-align: center;
    padding: 10px;
}

.ba_alert_warning {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.ba_alert_login_success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.rbfw_ba_page_nav_wrap {
    text-align: right;
}

.rbfw_ba_page_nav_wrap a {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: normal;
}

.rbfw_ba_page_nav_wrap a:hover {
    background: #089908;
}

@media only screen and (max-width: 600px) {
    .rbfw_ba_user_form_wrap {
        flex-direction: column;
    }
}

.rbfw_booking_receipt_btn,
.rbfw_order_action_btn {
    background-color: #22d02d;
    border-radius: 5px;
    border: 1px solid #22d02d;
    color: #fff;
    transition: 02s;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.15384615;
    min-height: 30px;
    padding: 0 10px;
}

.rbfw_order_action_btn:hover,
.rbfw_booking_receipt_btn:hover {
    background: #099e09;
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_mps_input_group .fa-paypal {
    margin-right: 5px;
    color: #002f86;
    width: 15px;
}

.rbfw_mps_input_group .fa-credit-card {
    margin-right: 5px;
    color: #6772e5;
    width: 15px;
}

.rbfw_mps_payment_form_wrap {
    text-align: center;
}

#rbfw_stripe_form {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.rbfw_mps_payment_form_wrap label {
    text-align: left;
    display: block;
}

/* End MPS booking account page css*/

.mp_left_section hr {
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: #f8f8f8;
}

.mp_left_section a {
    text-decoration: none;
}
.rbfw-post-sharing a{
    text-decoration: none;
    color:var(--rbfw_color_primary);
}
.rbfw_mps_user_order_summary *,
.rbfw_mps_user_form_wrap *,
.rbfw_mps_payment_form_wrap * {
    font-size: 14px;
}

.mp_default_theme button,
.rbfw_ba_user_form_wrap button {
    border: 0;
    cursor: pointer;
}

.rbfw_mps_radio_group label[for="rbfw_mps_user_payment_method_paypal"] img {
    width: auto;
    height: 20px;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

.rbfw_mps_radio_group label[for="rbfw_mps_user_payment_method_stripe"] img {
    width: 270px;
    height: auto;
    margin-left: 5px;
}

.rbfw_mps_payment_form_notice {
    font-size: 14px;
}

.rbfw-time-price::placeholder {
    color: #000;
    opacity: 1;
}

.rbfw-quantity {
    position: relative;
}

.rbfw-quantity select {
    width: 100%;
    border: 1px solid #dedede;
    border-radius:3px;
    background-color: #f5f5f5;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

.rbfw-quantity .icon-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0.1;
}

.owl-carousel .owl-stage-outer {

    /*width: calc(100% + 24px);*/
}

.rbfw-related-product .owl-item .item {
    /*padding: 0 12px;*/
    padding: 0;
    margin: 0 12px;
}

.rbfw_dt_row_related_item .owl-carousel.owl-drag .owl-item {
    overflow: hidden;
    border-radius: 0px;
    text-align: center;
    height: 365px;
    padding-bottom: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    object-fit: cover;
    object-position: top center;
}

.rbfw-related-product-inner {
    border: 1px solid #e1e1e1;
    height: 380px;
    display: flex;
    flex-direction: column;
    border-radius:10px;
}

.rbfw-related-product-inner .rbfw-related-product-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.rbfw_bikecarmd_es_table {
    margin-top: 0;
    box-shadow: inherit;
    border-width: 0px;
}

.rbfw_bikecarmd_es_table tr {
    background-color: #fff;
}

.rbfw_bikecarmd_es_table tr td {
    border: none !important;
    padding: 7px;
}
.rbfw_bikecarmd_es_table tr td:last-child {
    text-align: right;
}
.w_20 {
    width: 20%;
}

.rbfw-book-now-btn[disabled] {
    cursor: not-allowed;
}

.rbfw_resort_es_price_table {
    display: none;
}

.rbfw_available_qty_notice {
    margin-top: 0;
    padding: 0;
    text-align: left;
    width: max-content;
    display: inline-block;
    color: #4f4f4f;
}

.rbfw-quantity .rbfw_available_qty_notice {
    float: right;
}



.rbfw_bikecarsd_time_table_wrap {
    margin-bottom:10px;
}

.rbfw-single-right-container .item.rbfw_bikecarsd_book_now_btn_wrap {
    margin-top: 0px;
}

.rbfw-bikecarsd-result i.fa-spinner {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

.rbfw-bikecarsd-step[data-step="1"] i.fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.rbfw_bikecarsd_pricing_table_wrap, .rbfw_room_price_category_details, .rbfw_bike_car_md_item_wrapper {
    position: relative;
}

.rbfw-bikecarsd-step[data-step="1"].rbfw_loader_in::after,
.rbfw_bikecarsd_time_table_wrap.rbfw_loader_in::after,
.rbfw_bikecarsd_price_summary.rbfw_loader_in::after,
.rbfw_bikecarsd_pricing_table_wrap.rbfw_loader_in::after,
.rbfw_room_price_category_details.rbfw_loader_in::after,
.rbfw_bike_car_md_item_wrapper.rbfw_loader_in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
}

.rbfw_bikecarsd_time_table_wrap,
.rbfw-bikecarsd-step[data-step="1"],
.rbfw_bikecarsd_price_summary {
    position: relative;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}

.rbfw-bikecarsd-step[data-step="2"] i.fa-spinner {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 2;
}

.rbfw_bikecarsd_price_summary i.fa-spinner,
.rbfw_bikecarsd_pricing_table_wrap i.fa-spinner,
.rbfw_room_price_category_details i.fa-spinner,
.rbfw_bike_car_md_item_wrapper i.fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.rbfw-bikecarsd-result-loader i.fa-spinner {
    margin-bottom: 20px;
}

.rbfw_text_center {
    text-align: center;
}

/* Slider Mobile View css */

@media only screen and (max-width: 792px) {
    .mpStyle.style_1 div.superSlider .sliderShowcase.right,
    .mpStyle.style_1 div.superSlider .sliderShowcase.left {
        flex-direction: initial !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mpStyle.style_1 div.superSlider .sliderShowcaseItem {
        width: 25%;
        margin: 5px;
    }

    .mpStyle.style_1 div.superSlider .sliderShowcaseItem [data-bg-image] {
        height: 100px !important;
    }
    div.superSlider [data-bg-image] {
        border-radius: 10px;
    }

    .mpStyle.style_1 .dFlex {
        display: block;
    }
}

/* Muffin Template CSS */

.rbfw_muffin_template {
    max-width: 1440px;
    margin: 30px 0;
    max-width: var(--template-max-width);
    margin: auto;
    margin-top: 30px;
    background-color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    gap: 30px;
}

@media(max-width: 1024px) {
    .rbfw_muff_row_header {
        flex-direction: column;
    }
}

.rbfw_muff_pricing_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-width: 260px;
}

.rbfw_muff_pricing_card_col1,
.rbfw_muff_pricing_card_col2 {
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 700;
}

.rbfw_muff_pricing_card_price {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
}

.rbfw_muff_pricing_card_price {
    background: var(--rbfw_color_primary);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 12px 15px;
    line-height: 1;
}

.rbfw_muff_pricing_card_price {
    /*background: var(--rbfw_color_primary);*/
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*display: inline-block;*/
    /*padding: 5px 10px 5px 10px;*/
    /*border-radius: 5px;*/
}

.rbfw_muff_pricing_card_price span.rbfw_muff_pricing_card_price_badge {
    /*background: var(--rbfw_color_primary);*/
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*display: inline-block;*/
    /*padding: 5px 10px 5px 10px;*/
    /*border-radius: 5px;*/
}

.rbfw_muff_pricing_card_col2 .rbfw_muff_pricing_card_price {
    color: var(--rbfw_muff_color5);
}

.rbfw_muff_pricing_card_col2 .rbfw_muff_pricing_card_price span:nth-child(2) {
    color: #fff;
    text-transform: capitalize;
}

.rbfw_muff_pricing_card_price span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}

.rbfw_muff_pricing_card_col2 {
    width: 100%;
}

.rbfw_muff_title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    padding: 0;
}

.rbfw_muff_rating .rbfw-review-rating-wrapper .rbfw-star-rating span.dashicons {
    color: var(--rbfw_muff_color2);
}

.rbfw_muff_rating .rbfw-review-rating-wrapper .rbfw-star-rating,
.rbfw_muff_rating .rbfw-review-rating-wrapper .rbfw-review-rating-info {
    display: inline-block;
}

.rbfw_muff_row_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

/*.rbfw_muffin_template [data-bg-image],*/
/*.rbfw_muffin_template [data-bg-image]:hover {*/
/*    border-radius: 10px;*/
/*}*/

/*.rbfw_muffin_template div.superSlider .sliderAllItem {*/
/*    border-radius: 10px;*/
/*}*/

/*.rbfw_muffin_template div.superSlider .sliderShowcaseItem {*/
/*    border-radius: 10px;*/
/*}*/

.rbfw_muffin_template div.superSlider {
    background-color: var(--rbfw_muff_color1);
}

.rbfw_muff_registration_wrapper {
    border:1px solid #e0e0e0;
    border-radius:10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding:20px;
    background-color: #fff;
}

div.rbfw_muffin_template div.superSlider .sliderShowcaseItem{height: auto;}
div.rbfw_muffin_template div.superSlider .sliderShowcaseItem:last-child{margin-bottom: 0;}

.rbfw_muff_row_slider {
    margin-bottom: 50px;
}

.rbfw_muff_registration_wrapper .rbfw_muff_heading {
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.rbfw_muff_content_wrapper {
    padding: 0 0 0 25px;
}

.rbfw_muff_post_content {
    font-size: 16px;
    margin-bottom: 20px;
}

.rbfw_muff_highlighted_features ul {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rbfw_muff_highlighted_features ul li {
    list-style: none;
    margin: 0;
    font-size: 16px;
    margin-bottom: 15px;
    width: 48%;
}

.rbfw_muff_highlighted_features ul li i {
    width: 30px;
    height: auto;
    color: var(--rbfw_color_primary);
    font-size: 20px;
}

.rbfw_muff_post_content_headline {
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.rbfw_muff_registration_wrapper .rbfw-bikecarsd-calendar-header-feature i {
    color: var(--rbfw_color_primary);
}

.rbfw_muff_registration_wrapper .rbfw-datetime .date .calendar,
.rbfw_muff_registration_wrapper .rbfw-datetime .time .clock {
    background-color: transparent;
    color: var(--rbfw_color_primary);
    display: flex;
    align-items: center;
}

.rbfw_muff_registration_wrapper .rbfw-datetime .date .calendar img,
.rbfw_muff_registration_wrapper .rbfw-datetime .time .clock img {
    height: 25px;
    margin: auto;
}

.rbfw_muff_registration_wrapper #pickup_date,
.rbfw_muff_registration_wrapper #dropoff_date,
.rbfw_muff_registration_wrapper .rbfw-datetime input,
.rbfw_muff_registration_wrapper .rbfw-datetime select {
    padding-left: 45px;
    box-sizing: border-box;
    background-color: #f7f7f7 !important
}

.rbfw_muff_registration_wrapper .rbfw-bikecarsd-calendar-header,
.rbfw_muff_registration_wrapper .pricing-content,
.rbfw_muff_registration_wrapper .rbfw-datetime input,
.rbfw_muff_registration_wrapper .rbfw-datetime select,
.rbfw_muff_registration_wrapper .rbfw-quantity select,
.rbfw_muff_registration_wrapper .rbfw-select,
.rbfw_muff_registration_wrapper .rbfw-duration .item-content,
.rbfw_muff_registration_wrapper .rbfw_regf_form_header,
.rbfw_muff_registration_wrapper .rbfw_mps_form_header {
    background-color: #fff;
}

.rbfw_muff_registration_wrapper .rbfw-costing {
    background-color: transparent;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw-costing li.total .price-figure {
    font-size: 25px;
    font-weight: 600;
}

.rbfw_muff_registration_wrapper .rbfw-costing li.discount span {
    color: var(--rbfw_color_primary);
}

.rbfw_muff_registration_wrapper .rbfw_bikecarmd_es_table tr {
    background-color: transparent;
}

.rbfw_muff_registration_wrapper .slider {
    background-color: #b7b7b7;
}

.rbfw_muff_registration_wrapper input:checked + .slider {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muff_registration_wrapper .rbfw_qty_input a.rbfw_qty_minus {
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #edecec;
    border-radius: 5px 0px 0px 5px;
}

.rbfw_muff_registration_wrapper .rbfw_qty_input a.rbfw_qty_plus {
    background-color: var(--rbfw_color_primary);
    color: #fff;
    border-radius: 0px 5px 5px 0px;

}

.rbfw_muff_registration_wrapper .rbfw_qty_input a,
.rbfw_muff_registration_wrapper .rbfw_qty_input input[type="number"] {
    width: 30px;
    height: 30px;
}

.rbfw_muff_registration_wrapper .rbfw_qty_input,
.rbfw_muff_registration_wrapper .rbfw_qty_input input[type="number"] {
    border: none;
}

.rbfw_muff_registration_wrapper .rbfw-book-now-btn,
.rbfw_muff_registration_wrapper
.rbfw_mps_pay_now_button:not(.rbfw_mps_pay_now_button[disabled]),
.rbfw_muff_registration_wrapper .rbfw_stripe_form_wrap button,
.rbfw_muff_registration_wrapper .rbfw_next_btn,
.rbfw_muff_registration_wrapper .rbfw_prev_btn,
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_backstep1_btn {
    background-color: var(--rbfw_color_primary);
    padding: 15px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    transition: all .5s;
}

.rbfw_muff_registration_wrapper .rbfw-book-now-btn, .mp_rbfw_book_now_submit {
    background-color: var(--rbfw_color_primary);
    /* box-shadow: 0px 8.40727px 15.7636px rgba(250, 54, 54, 0.3); */
    width: 100%;
}

.rbfw_muff_registration_wrapper .rbfw-book-now-btn:hover {
    background-color: var(--rbfw_single_page_secondary_color);
}

.rbfw_muff_registration_wrapper[data-type="resort"] .rbfw-book-now-btn {
    width: max-content;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn,
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_backstep1_btn {
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
}

.rbfw_muff_registration_wrapper .rbfw_regf_form_header {
    background-color: transparent;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw_bike_car_md_item_wrapper {
    position: relative;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn.rbfw_d_block {
    display: block;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn img,
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_backstep1_btn img {
    display: inline-block;
    width: 14px;
}

.rbfw_donut_template .rbfw_bikecarmd_backstep1_btn,
.rbfw_default_template .rbfw_bikecarmd_backstep1_btn {
    display: none !important;
}

.rbfw_muff_registration_wrapper .rbfw_next_btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.rbfw_muff_registration_wrapper .rbfw_regf_wrap {
    padding: 0;
    border: none;
    /*display: none;*/
}

.rbfw_muff_registration_wrapper .rbfw_regf_form_header {
    background-color: var(--rbfw_muff_color6);
    border-radius: 5px;
    padding: 10px;
}

.mp_rbfw_ticket_form .rbfw_regf_form_header {
    background-color: #f5f5f5;
}

.rbfw_muff_registration_wrapper .rbfw_regf_form_header,
.rbfw_muff_registration_wrapper .rbfw_mps_user_order_header,
.rbfw_muff_registration_wrapper .rbfw_mps_form_header {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_form_header_top {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_input_group label {
    font-weight: 600;
}

.rbfw_muff_registration_wrapper .rbfw_mps_signin_form_wrap,
.rbfw_muff_registration_wrapper .rbfw_mps_signup_form_wrap,
.rbfw_muff_registration_wrapper .rbfw_mps_checkout_form_wrap {
    border: none;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw_mps_user_order_header {
    background-color: var(--rbfw_muff_color6);
    border-radius: 5px;
}

.rbfw_muff_registration_wrapper .rbfw_regf_group label {
    font-weight: 600;
    font-size: 16px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_user_order_summary {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_radio_group {
    padding: 0;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_muff_registration_wrapper .rbfw_mps_radio_group label {
    border: 1px solid #d3d3d3;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    padding: 10px;
    width: 33%;
    display: inline-block;
    margin: 2px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_radio_group label:nth-child(1),
.rbfw_muff_registration_wrapper .rbfw_mps_radio_group label:nth-child(2) {
    margin-bottom: 0 !important;
}

.rbfw_muff_registration_wrapper .rbfw_stripe_form_wrap {
    border: none;
    padding: 0;
}

.rbfw_muff_registration_wrapper #rbfw_stripe_form {
    background-color: transparent;
    border: none;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn {
    display: none;
}

.rbfw_muff_registration_wrapper .rbfw_mps_book_now_btn_regf {
    display: none;
    margin-top: 20px;
}

.rbfw_muff_row_review_summary {
    margin-bottom: 20px;
}

.rbfw_muff_row_review_summary .rbfw_muff_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rbfw_muff_review_rating_number {
    color: #545454;
}

.rbfw_muff_review_average_rating_number {
    font-size: 30px;
}

.rbfw_muff_review_progress_bar {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.rbfw_muff_review_progress_bar-green {
    color: #fff !important;
    background-color: #4caf50 !important;
    height: 5px;
    width: 25%;
}

.rbfw_muff_review_progress_inner_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rbfw_muff_review_progress_inner_wrap div:first-child {
    width: 80%;
}

.rbfw_muff_review_progress_inner_wrap div:last-child {
    width: 20%;
}

.rbfw_muff_review_progress_bar {
    height: 5px;
}

.rbfw_muff_review_progress_bar_avg {
    margin-left: 10px;
}

.rbfw_muff_review_progress_item_wrapper {
    padding: 10px;
}

.rbfw_muff_review_progress_item {
    margin-bottom: 5px;
}

.rbfw_muff_review_rating_wrap {
    display: block;
    text-align: center;
    padding: 10px;
    padding-top: 30px;
}

.rbfw_muff_review_rating_wrap
.rbfw-review-rating-wrapper
.rbfw-star-rating
span.dashicons {
    color: var(--rbfw_muff_color2);
}

.rbfw_muff_review_rating_wrap .rbfw-review-rating-wrapper .rbfw-star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rbfw_muff_row_registration,
.rbfw_muff_row_faq,
.rbfw_muff_row_related_item,
.rbfw_muff_row_reviews {
    padding-top: 20px;
}

.rbfw_muff_row_faq {
    margin-bottom: 20px;
    margin: 30px 0;
    max-width: var(--template-max-width);
    margin: auto;
    margin-top: 0;
    background-color: transparent;
}

.rbfw_muff_row_reviews .rbfw_muff_heading_tab {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
}

.rbfw_muff_row_reviews .rbfw_muff_heading_tab.active {
    border-bottom: 2px solid var(--rbfw_color_primary);
    padding-bottom: 20px;
    margin-bottom: -2px;
}

.rbfw_muff_row_reviews
.rbfw_muff_heading_tab:not(.rbfw_muff_heading_tab.active) {
    color: #979797;
}

.rbfw_muff_row_reviews .rbfw_muff_heading_tab[data-tab="tab2"] {
    margin-left: 20px;
}

.rbfw_muff_row_faq
.rbfw_muff_faq_tab_content:not(.rbfw_muff_faq_tab_content.active) {
    display: none;
}

.rbfw_muff_row_reviews .rbfw_muff_heading {
    padding-bottom: 0;
    border-bottom: 2px solid #d3d3d3;
    display: flex;
    justify-content: space-between;
}

.rbfw_muff_row_faq .rbfw_muff_heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
}

.rbfw_muff_row_faq .rbfw_muff_faq_heading {
    padding-bottom: 20px;
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-content {
    margin-left: 60px;
}

.rbfw_muff_row_reviews ul li {
    list-style-type: none;
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span.dashicons-star-empty {
    background: transparent;
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-reply-btn a {
    border-radius: 0;
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-single-review-row
.rbfw-single-review-col-2 {
    border-radius: 5px;
    background: #ffffff;
    border: none;
}

.rbfw_muff_row_reviews .rbfw-review-section input,
.rbfw_muff_row_reviews .rbfw-review-section textarea {
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.rbfw_muff_row_reviews .rbfw_review_submit_btn {
    background: var(--rbfw_color_primary);
    border: 0;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    padding: 9px 43px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: 0px 8.40727px 15.7636px rgba(250, 66, 54, 0.3);
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-reply-btn a:hover {
    background: var(--rbfw_muff_color1);
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-mt-50 {
    margin-top: 20px;
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_muff_color2);
    margin-right: 2px;
}

.rbfw_muff_row_faq
#rbfw_faq_accordion_style_two
.rbfw_faq_heading_wrapper::before {
    background-color: transparent;
}

.rbfw_muff_row_reviews .rbfw-review-list li {
    display: none;
    margin: 0;
    margin-bottom: 20px;
}

.rbfw_muff_row_reviews .rbfw-review-list li:first-child {
    display: block;
}

.rbfw_muff_row_reviews .rbfw_muff_review_load_more_btn_wrapper {
    display: none;
}

.rbfw_muff_row_reviews .rbfw_muff_review_load_more_btn {
    margin: auto;
    margin-top: auto;
    display: block;
    border: 0;
    padding: 9px 43px;
    cursor: pointer;
    background: var(--rbfw_color_primary);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}

.rbfw_muff_row_reviews .rbfw_muff_review_write_btn {
    background-color: var(--rbfw_color_primary);
    padding: 9px 43px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.rbfw_muff_row_reviews .rbfw_review_form_wrapper {
    display: none;
}

.rbfw_muff_row_reviews .rbfw_muff_review_write_btn_wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-text,
.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-text p {
    color: #797f94;
}

.rbfw_muff_row_slider .rbfw_muff_heading {
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.rbfw_muff_row_related_item .rbfw_muff_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rbfw_muff_row_related_item .rbfw-related-product-thumb {
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.rbfw_muff_row_related_item .rbfw-related-product-inner-item-wrap {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    margin: 10px;
    position: relative;
    min-height: 375px;
}

.rbfw_muff_row_related_item .rbfw-related-product-inner-item-wrap .rbfw-related-product-title-wrap {
    font-size: 20px;
    line-height: 1.3;
}

.rbfw_muff_row_related_item .rbfw-related-product-thumb-wrap {
    border-radius: 5px 5px 0 0;
}

.rbfw_muff_row_related_item .rbfw-related-product-inner-content-wrap {
    padding: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muff_row_related_item .rbfw-related-product-price-badge {
    color: var(--rbfw_color_primary);
    font-weight: bold;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-wrap {

    top:13px;
    overflow: hidden;
    position: absolute;
    left: 10px;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-1 {
    display: inline-block;
    background-color: var(--rbfw_color_primary);
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-2 {
    display: none;
    background-color: #7e7e7e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.rbfw_muff_row_faq .rbfw_muff_desc {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.rbfw_muff_row_faq
#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper.active
.rbfw_faq_heading_collapsed::before {
    content: "\f077";
    color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_faq
#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper
.rbfw_faq_heading_collapsed::before {
    content: "\f078";
    color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_heading_collapsed {
    background-color: transparent;
    color: #fff;
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_content::before {
    background-color: transparent;
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper .rbfw_faq_content {
    background-color: transparent;
    font-weight: 500;
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper {
    border-bottom: 0 dashed #d3d3d3;
}

.rbfw_additional_image_gallary_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.rbfw_muff_row_slider .rbfw_additional_image_gallary_col {

    display: inline-block;
    cursor: pointer;
    position: relative;
}

.rbfw_muffin_template button {
    border: none;
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar {
    background-color: none;
    padding: 0;
    margin-bottom: 20px;
}

.rbfw_muffin_template .rbfw-bikecarsd-calendar-header::after{
    border-color:#fff transparent transparent transparent;
}

.rbfw_muffin_template .rbfw-bikecarmd-result {
    position: relative;
}

.rbfw_muffin_template .rbfw_bikecarmd_backstep1_btn {
    display: none;
}
@media (max-width:540px){
    .ui-datepicker-calendar{
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        display: block; 
    }
}

/* =======================Single day booking calendar=========================== */
.single-rbfw_item .ui-datepicker .ui-datepicker-header{
    background: none;
    background-color:var(--rbfw_primary_opacity);
    color: #333;
    border: 0;
    padding: .7em 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-title{
    text-align: center;
    font-size: 16px;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-next span,.single-rbfw_item .ui-datepicker .ui-datepicker-prev span{
    display: none;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-next{
    position: absolute;
    top: 50%;
    right: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}
.single-rbfw_item .ui-datepicker .ui-datepicker-next::before{
    font-size: 15px;
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.single-rbfw_item .ui-datepicker .ui-datepicker-prev{
    position: absolute;
    top: 50%;
    left: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-prev::before{
    font-size: 15px;
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.single-rbfw_item .ui-datepicker table{
    border-collapse: collapse;
    margin: 0;
}
.single-rbfw_item .ui-datepicker table tbody{
    background-color:#e1fffd;
}
.single-rbfw_item .ui-datepicker table th{
    padding: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.single-rbfw_item .ui-datepicker table thead:first-child tr:first-child th{
    border-block-start:0
}

.single-rbfw_item thead th.ui-datepicker-week-end{
    color: #333;
}

.single-rbfw_item .ui-datepicker table thead{
    background-color:#e1fffd;
}

.single-rbfw_item .ui-datepicker table td{
    border: 0;
    padding: 10px;
}

.single-rbfw_item  .ui-widget-content {
    border-radius: 20px 20px 0 0;
    border: 1px solid #dfdedd;
    padding: 0;
}

.single-rbfw_item .ui-state-default,
.single-rbfw_item .ui-widget-content .ui-state-default{
    background: transparent;
    color: #333;
    text-align: center;
    border: 0;
    font-size: 16px;
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.single-rbfw_item .ui-state-disabled .ui-state-default, .single-rbfw_item .ui-widget-content .ui-state-disabled .ui-state-default{
background-color: transparent;
color: #666;
}
.single-rbfw_item .ui-datepicker-other-month .ui-state-default{
    color: #333;
}
.single-rbfw_item .ui-state-hover:hover, 
.single-rbfw_item .ui-state-default.ui-state-active,
.single-rbfw_item .ui-state-highlight{
    background:var(--rbfw_color_primary);
    color: #fff;
    text-align: center;
    border-radius: 100px;
}

.single-rbfw_item .rbfw_bikecarsd_book_now_btn_wrap button.mp_rbfw_book_now_submit.rbfw_disabled_button{
    background: var(--rbfw_color_primary);
    opacity: .35;
    border-radius: 10px;
}

.single-rbfw_item .ui-widget{
    width: auto;
}
/* =======================Single day booking calendar=========================== */
.rbfw_aig_img_wrap {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.rbfw_aig_view_more_btn {
    position: absolute;
    right: 20px;
    bottom: 25px;
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #000;
}

.rbfw_muffin_template .rbfw_aig_view_more_btn {
    background-color: var(--rbfw_color_primary);
    color: #fff;
}

.rbfw_aig_column {
    width: 100px;
    display: inline-block;
}

.rbfw_aig_column_wrap {
    text-align: center;
}

/* The Modal (background) */

.rbfw_aig_modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */

.rbfw_aig_modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */

.rbfw_aig_close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.rbfw_aig_close:hover,
.rbfw_aig_close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */

.rbfw_aig_slides {
    display: none;
    text-align: center;
}

.rbfw_aig_slides img {
    width: auto;
    margin: auto;
    max-width: 500px;
    max-height: 300px;
}

/* Next & rbfw_aig_previous buttons */

.rbfw_aig_prev,
.rbfw_aig_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: var(--rbfw_color_primary);;
    border-radius: 50%;
    height: 50px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Position the "rbfw_aig_next button" to the right */

.rbfw_aig_next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */

.rbfw_aig_prev:hover,
.rbfw_aig_next:hover {
    background-color: var(--rbfw_color_primary);
}

/* Number text (1/3 etc) */

.rbfw_aig_numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */

.rbfw_aig_caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.rbfw_aig_img_thumb {
    opacity: 0.6;
    width: 100px;
    height: 100px;
}

.rbfw_additional_image_gallary_wrap .active,
.rbfw_aig_img_thumb:hover {
    opacity: 1;
}

.rbfw_additional_image_gallary_wrap[data-style="style2"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_additional_image_gallary_wrap[data-style="style2"]
.rbfw_additional_image_gallary_inner_col {
    width: 50%;
}

.rbfw_muff_row_slider
.rbfw_additional_image_gallary_wrap[data-style="style2"]
.rbfw_additional_image_gallary_inner_col:first-child
.rbfw_additional_image_gallary_col {
    width: 100%;
}

.rbfw_additional_image_gallary_wrap[data-style="style2"]
.rbfw_additional_image_gallary_inner_col:first-child
.rbfw_aig_img_wrap {
    height: 325px;
}

img.rbfw_aig_hover-shadow {
    transition: 0.3s;
}

.rbfw_aig_hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rbfw_muffin_template
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span) {
    background-color: var(--rbfw_muff_color7);
}

.rbfw_muffin_template .calendar-box .week.start-on-monday .day {
    color: var(--rbfw_muff_color7);
}

.rbfw_muffin_template
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time
span.rbfw_bikecarsd_time_span {
    border: 1px solid #dedede;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: var(--rbfw_dt_color4);
}

.rbfw_muffin_template
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover
span {
    background: var(--rbfw_color_primary);
    border-color: var(--rbfw_color_primary);
}

.rbfw_muffin_template
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled)
span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_color_primary);
    border-color: var(--rbfw_color_primary);
}

.rbfw_muff_selected_date {
    text-align: center;
    padding: 10px;
    background: var(--rbfw_muff_color7);
}

.rbfw_muff_selected_date[data-type="bike_car_md"] {
    padding-top: 50px;
}

.rbfw_muff_selected_date[data-type="bike_car_md"]
.rbfw_muff_selected_date_value {
    margin-bottom: 20px;
    display: block;
}

.rbfw_muff_selected_date label img {
    width: 14px;
    display: inline-block;
    margin-right: 5px;
}

.rbfw_muff_selected_date_value {
    font-size: 20px;
    font-weight: 700;
}

.rbfw_muff_selected_date[step="3"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_muff_selected_date[step="3"] .rbfw_muff_selected_date_col {
    width: 50%;
}

.rbfw_muff_selected_date[step="3"] .rbfw_muff_selected_date_col:nth-child(1) {
    border-right: 1px solid #f1ebf2;
}

.rbfw_muffin_template table.rbfw_bikecarsd_price_table thead {
    background-color: var(--rbfw_single_page_secondary_color);
    color: #333;
}

.rbfw_muffin_template table.rbfw_bikecarsd_price_table thead th {
    padding: 10px;
}

.rbfw_muffin_template
table.rbfw_bikecarsd_price_table
tbody
tr:nth-child(2n + 1) {
    background-color: #f8f8f8;
}

.rbfw_muffin_template table.rbfw_bikecarsd_price_table tbody tr:nth-child(2n) {
    background-color: #ffffff;
}

.rbfw_muff_pricing_card_price[data-type="resort"] {
    display: inline-block;
    margin: 5px;
}

.rbfw_muff_row_hf {
    margin-bottom: 20px;
}

.rbfw_muff_highlighted_features {
    display: block;
}

.rbfw_muff_highlighted_features[data-type="resort"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.rbfw_muff_hf_inner_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
    width: 100%;
}

.rbfw_muff_row_hf .rbfw_muff_hf_inner_wrap:nth-child(even) {
    padding-left: 20px;
}

.rbfw_muff_lmf_btn {
    cursor: pointer;
    text-decoration: none;
    color: var(--rbfw_single_page_base_color4);
}

.rbfw_muffin_template .rbfw_muff_lmf_btn {
    cursor: pointer;
    text-decoration: none;
    color: var(--rbfw_color_primary);
}

.rbfw_muff_hf_inner_wrap ul li {
    display: inline-block;
    width: 50%;
}

.rbfw_muff_registration_wrapper[data-type="resort"] {
    border: none;
    padding: 20px;
    border-radius: 0;
}

.rbfw_muff_registration_wrapper[data-type="resort"] .rbfw_muff_heading {
    text-align: left;
    text-transform: capitalize;
}

.rbfw_muffin_template #checkin_date,
.rbfw_muffin_template #checkout_date {
    padding-left: 60px;
    box-sizing: border-box;
}

.rbfw_muffin_template .rbfw-datetime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.rbfw_muffin_template .rbfw-datetime .rbfw-datetime-part {
    width: 30.9%;
}

.rbfw_muffin_template .rbfw-datetime .left {
    width: 90%;
}

.rbfw_muffin_template .rbfw-datetime .right {
    width: 90%;
}

.rbfw_muffin_template .rbfw_chk_availability_btn {
    background-color: var(--rbfw_color_primary);
    padding: 10px 43px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.rbfw_room_price_table thead {
    background-color: #f9f4f4;
    color: #333;
    text-transform: none;
    font-size: 12px;
    text-transform: none;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.rbfw_muffin_template .rbfw_room_price_summary ul.rbfw-ul {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody td img {
    width: 70px;
    max-width: inherit;
    height: 60px;
    border-radius: 5px;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody small.rbfw_room_desc {
    margin-left: 0;
    display: block;
}

.rbfw_muffin_template .rbfw_room_price_table thead tr th:first-child {
    width: 20%;
}

.rbfw_muffin_template .rbfw_room_price_table thead tr th:nth-child(3) {
    width: 20%;
}

.rbfw_muffin_template .rbfw-resort-result {
    margin-top: -20px;
    margin-bottom: 20px;
}

.rbfw_muff_discount_title {
    font-size: 16px;
    font-weight: 600;
}

.rbfw_muff_discount_feature {
    width: 25%;
}

.rbfw_muff_discount_feature_inner {
    background-color: #f5f6f8;
    border-radius: 5px;
    padding: 25px;
    margin: 5px;
}

.rbfw_muff_discount_feature_inner:first-child {
    margin-left: 0;
}

.rbfw_muff_discount_feature_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.rbfw_muff_discount_feature_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.rbfw_muff_discount_feature_wrap .rbfw_view_more_offers {
    width: 100%;
    display: block;
    color: var(--rbfw_color_primary);
    cursor: pointer;
}

.rbfw_muff_discount_feature_title span:first-child {
    width: 80%;
    color: #8c8c8c;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.rbfw_muff_discount_feature_title span:last-child {
    width: 20%;
}

.rbfw_muff_discount_feature_title span:last-child img {
    height: 20px;
    width: auto;
    float: right;
}

.rbfw_muff_discount_feature_desc div:first-child {
    color: #1e1e1e;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rbfw_muff_discount_feature_desc div:last-child {
    color: #8c8c8c;
    display: block;
    font-size: 14px;
}

.rbfw_muffin_template .rbfw_service_price {
    width: 100%;
}

.rbfw_muff_selected_date_col label {
    display: block;
}

.rbfw_muff_review_summ_col:nth-child(1) {
    background-color: var(--rbfw_muff_color6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    overflow: hidden;
    margin-right: 50px;
}

.rbfw_muff_review_summ_col:nth-child(1) .rbfw_muff_review_rating_wrap {
    width: 100%;
}


@media(min-width: 1024px) {
    .rbfw_muff_header_col1,
    .rbfw_muff_header_col2 {
        width: 50%;
    }
}

@media only screen and (min-width: 792px) {
    .rbfw_muffin_template {
        padding: 20px;
    }



    .rbfw_muff_content_col1,
    .rbfw_muff_content_col2 {
        width: 50%;
    }

    .rbfw_muff_pricing {
        width: max-content;
        float: right;
    }

    .rbfw_muff_row_review_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #d8d8d8;
    }

    .rbfw_muff_review_summ_col:nth-child(1) {
        width: 20%;
    }

    .rbfw_muff_review_summ_col:nth-child(2) {
        width: 40%;
    }

    .rbfw_muff_review_summ_col:nth-child(3) {
        width: 40%;
    }

    .rbfw_muff_row_slider_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_content_col1,
    .rbfw_muff_row_slider_content .rbfw_muff_content_col2 {
        width: 50%;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_highlighted_features {
        padding: 0;
        padding-left:25px;
    }
}

@media only screen and (max-width: 792px) {
    .rbfw_muffin_template {
        padding: 30px;
    }

    .rbfw_muff_row_header {
        display: block;
    }

    .rbfw_muff_pricing_card_col2 {
        padding-left: 0;
    }

    .rbfw_muff_row_content {
        display: block;
    }

    .rbfw_muff_registration_wrapper {
        padding: 20px;
    }

    .rbfw_muff_content_wrapper {
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .rbfw_muff_review_rating_wrap {
        padding-top: 0;
    }

    .rbfw_muff_row_slider_content {
        display: block;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_content_col1,
    .rbfw_muff_row_slider_content .rbfw_muff_content_col2 {
        width: 100%;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_highlighted_features {
        padding: 20px;
    }

    .rbfw_muff_row_faq {
        padding: 40px;
    }

    .rbfw_aig_img_wrap {
        margin: 5px;
    }

    .rbfw_muff_hf_inner_wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rbfw_muff_row_hf .rbfw_muff_hf_inner_wrap:nth-child(2n) {
        padding-left: 0;
    }

    .rbfw_muff_hf_inner_wrap ul li {
        width: 100%;
    }

    .rbfw_muffin_template .rbfw-datetime {
        flex-direction: column;
    }

    .rbfw_muffin_template .rbfw-datetime .rbfw-datetime-part {
        width: 100%;
        margin-bottom: 20px;
    }

    .rbfw_muffin_template .rbfw-datetime .left,
    .rbfw_muffin_template .rbfw-datetime .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .rbfw_muff_discount_feature {
        width: 100%;
    }

    .rbfw_muff_discount_feature_wrap {
        flex-direction: column;
    }

    .rbfw_muffin_template table.rbfw_room_price_table tbody td img {
        width: 50px;
        height: 50px;
    }

    .rbfw_additional_image_gallary_wrap[data-style="style2"] {
        flex-direction: column;
    }

    .rbfw_additional_image_gallary_wrap[data-style="style2"]
    .rbfw_additional_image_gallary_inner_col {
        width: 100%;
    }

    .rbfw_muffin_template #rbfw-bikecarsd-calendar {
        padding: 5px;
    }

    .rbfw_muff_row_slider {
        margin-bottom: 20px;
    }

    .rbfw-review-form-label {
        font-weight: 400;
    }

    .rbfw_muffin_template .calendar-box .day span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        vertical-align: middle;
        font-size: 12px;
    }

    .rbfw_muff_selected_date_value {
        font-size: 14px;
    }
}

/* Donut Template CSS */

:root {
    --template-max-width: 1270px;
    --rbfw_dt_color1: #ffcd00;
    --rbfw_dt_color2: #fff;
    --rbfw_dt_color3: #f8f8f8;
    --rbfw_dt_color4: #666666;
    --rbfw_dt_color5: #d3d3d3;
    --rbfw_dt_color6: #dddddd;
    --rbfw_dt_color7: #074836;
    --rbfw_dt_color8: #000;
    --rbfw_dt_color9: #6f1e51;
    --rbfw_dt_paragraph_font_size: 14px;
}

.rbfw_donut_template {
    width: 100%;
    margin: 30px 0;
    max-width: var(--template-max-width);
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--rbfw_dt_color2);
}

.rbfw_dt_row_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.rbfw_dt_pricing_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: var(--rbfw_single_page_secondary_color);
    min-width: 260px;
}

.rbfw_dt_pricing_card_col1,
.rbfw_dt_pricing_card_col2 {
    padding: 5px 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.rbfw_dt_pricing_card_price {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.rbfw_dt_pricing_card_price span {
    font-size: 12px;
    text-transform: uppercase;
}

.rbfw_dt_pricing_card_price:nth-child(2) {
    border-top: 1px dashed;
}

.rbfw_dt_pricing_card_col1 {
    line-height: 70px;
    width: 25%;
    text-align: center;
    background: var(--rbfw_color_primary);
}

.rbfw_dt_pricing_card_col2 {
    width: 75%;
}

.rbfw_dt_title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    padding: 0;
}

.rbfw_dt_rating .rbfw-review-rating-wrapper .rbfw-star-rating span.dashicons {
    color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--rbfw_dt_color3);
    margin-bottom: 20px;
}

.rbfw_dt_content_col2 {
    padding: 20px;
}

.rbfw_dt_post_content {
    margin-bottom: 10px;
    color: var(--rbfw_dt_color4);
    font-size: var(--rbfw_dt_paragraph_font_size);
    line-height: 22px;
}

.rbfw_dt_post_content h1,
.rbfw_dt_post_content h2,
.rbfw_dt_post_content h3,
.rbfw_dt_post_content h4,
.rbfw_dt_post_content h5,
.rbfw_dt_post_content h6 {
    margin: 0;
}

.rbfw_dt_highlighted_features .rbfw-sub-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rbfw_dt_highlighted_features ul li i {
    margin-right: 10px;
    color: var(--rbfw_dt_color2);
    background: var(--rbfw_color_primary);
    padding: 8px;
    width: 30px;
    text-align: center;
}

.rbfw_dt_highlighted_features ul {
    border: 1px solid var(--rbfw_dt_color3);
    background: var(--rbfw_dt_color2);
    margin: 0;
}

.rbfw_dt_highlighted_features ul li {
    padding: 0.75rem;
    border-bottom: 1px solid var(--rbfw_dt_color3);
    width: 100%;
    display: inline-block;
    border-left: 1px solid var(--rbfw_dt_color3);
    color: var(--rbfw_dt_color4);
    font-size: var(--rbfw_dt_paragraph_font_size);
    margin: 0;
}

.rbfw_dt_row_registration,
.rbfw_dt_row_faq,
.rbfw_dt_row_related_item,
.rbfw_dt_row_reviews {
    padding-top: 20px;
}

.rbfw_dt_row_faq {
    margin-bottom: 20px;
}

.rbfw_dt_heading {
    font-weight: 700;
    font-size: 22px;
    border-bottom: 2px solid var(--rbfw_dt_color5);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rbfw_donut_template .rbfw_dt_heading {
    color: var(--rbfw_single_page_secondary_color);
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial {
    background: var(--rbfw_dt_color1);
    padding: 20px;
    margin-bottom: 20px;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial h4 {
    margin: 0;
    margin-bottom: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial .item {
    font-size: 14px;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial .owl-theme .owl-dots {
    text-align: left;
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col1 {
    width: 25%;
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col2 {
    width: 75%;
    padding-left: 20px;
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled
.rbfw_dt_registration_col1
img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header {
    border-radius: 0;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header-feature i {
    color: var(--rbfw_color_primary);;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header-feature {
    font-weight: normal;
}

.rbfw_dt_row_registration .pricing-content,
.rbfw_dt_row_registration .rbfw-p-relative,
.rbfw_dt_row_registration .rbfw-quantity,
.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header,
.rbfw_dt_row_registration .rbfw_bikecarmd_es_table tr,
.rbfw_dt_row_registration .rbfw-duration .item-content,
.rbfw_dt_row_registration .rbfw-costing,
.rbfw_dt_row_registration .rbfw_mps_user_order_summary,
.rbfw_dt_row_registration .rbfw_mps_user_form_wrap,
.rbfw_dt_row_registration #checkin_date,
.rbfw_dt_row_registration #checkout_date {
    border-left: 5px solid var(--rbfw_single_page_secondary_color);
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header-title,
.rbfw_dt_row_registration .rbfw-single-right-heading {
    font-weight: 600;
    text-transform: uppercase;
}

.rbfw_dt_row_registration .rbfw-datetime .date .calendar,
.rbfw_dt_row_registration .rbfw-datetime .time .clock {
    color: var(--rbfw_color_primary);
}

.rbfw_dt_row_registration .rbfw-datetime input,
.rbfw_dt_row_registration .rbfw-datetime select,
.rbfw_dt_row_registration .rbfw-quantity select,
.rbfw_dt_row_registration .rbfw_variation_field,
.rbfw_dt_row_registration .pricing-content,
.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header,
.rbfw_dt_row_registration .rbfw-duration .item-content,
.rbfw_dt_row_registration .rbfw-costing,
.rbfw_dt_row_registration .rbfw_mps_user_order_summary,
.rbfw_dt_row_registration .rbfw_mps_user_form_wrap {
    background-color: var(--rbfw_dt_color3);
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header::after {
    border-color: var(--rbfw_dt_color3) transparent transparent transparent;
}

.rbfw_dt_row_registration select.rbfw-select,
.rbfw_dt_row_registration .rbfw-datetime select,
.rbfw_dt_row_registration #pickup_time,
.rbfw_dt_row_registration #dropoff_time,
.rbfw_dt_row_registration .rbfw-datetime input,
.rbfw_dt_row_registration .rbfw-quantity select,
.rbfw_dt_row_registration .rbfw_variation_field,
.rbfw_dt_row_registration #pickup_date::placeholder,
.rbfw_dt_row_registration #dropoff_date::placeholder,
.rbfw_dt_row_registration .pricing-content,
.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header,
.rbfw_dt_row_registration .rbfw-duration .item-content,
.rbfw_dt_row_registration .rbfw-costing,
.rbfw_dt_row_registration .rbfw_mps_user_order_summary,
.rbfw_dt_row_registration .rbfw_mps_user_form_wrap {
    color: var(--rbfw_dt_color4);
    font-weight: 500;
    font-size: var(--rbfw_dt_paragraph_font_size);
}

.rbfw_dt_row_registration .rbfw_bikecarmd_es_table tr,
.rbfw_dt_row_registration .rbfw_bikecarmd_es_table {
    background-color: var(--rbfw_dt_color3);
    color: var(--rbfw_dt_color7);
    font-weight: 500;
    font-size: var(--rbfw_dt_paragraph_font_size);
}

.rbfw_dt_row_registration .rbfw-book-now-btn {
    background: var(--rbfw_color_primary);
    color: #fff;
    font-weight: 600;
    width: max-content;
    padding: 10px;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
}

.rbfw_dt_row_registration .rbfw_mps_form_header,
.rbfw_dt_row_registration .rbfw_mps_user_order_header {
    background-color: var(--rbfw_dt_color1);
    font-weight: 900;
    text-align: center;
}

.rbfw_dt_row_registration .rbfw_mps_radio_group label {
    color: #000;
}

.rbfw_dt_row_registration .rbfw_mps_checkout_form_wrap,
.rbfw_dt_row_registration .rbfw_stripe_form_wrap {
    border-radius: 0;
    border: 0;
}

.rbfw_dt_row_registration .rbfw_stripe_form_wrap {
    border-left: 5px solid var(--rbfw_dt_color1);
    background-color: var(--rbfw_dt_color3);
}

.rbfw_dt_row_registration #rbfw_stripe_form {
    border-radius: 0;
    border: 0;
    background-color: var(--rbfw_dt_color3);
    color: var(--rbfw_dt_color7);
}

.rbfw_dt_row_registration .rbfw-single-container {
    max-width: 100%;
}

.rbfw_dt_row_registration .rbfw_bikecarmd_es_table tr td {
    padding: 10px;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-footer {
    border-left: 5px solid var(--rbfw_single_page_secondary_color);
    border-radius: 0;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-footer i {
    color: var(--rbfw_color_primary);
}

.rbfw_dt_row_registration #rbfw-bikecarsd-calendar {
    background-color: var(--rbfw_dt_color3);
    padding: 20px;
    margin-bottom: 10px;
    border-left: 5px solid var(--rbfw_single_page_secondary_color);
}

.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time
span.rbfw_bikecarsd_time_span {
    border-radius: 0;
}

.rbfw_dt_row_registration .rbfw_step_selected_date {
    border-radius: 0;
}

.rbfw_dt_row_registration
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span) {
    background: var(--rbfw_color_primary);
    border-color: var(--rbfw_color_primary);
}

.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover
span {
    background: var(--rbfw_single_page_secondary_color);
}

.rbfw_donut_template
.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover
span {
    background: var(--rbfw_dt_color7);
}

.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled)
span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_dt_color7);
}

.rbfw_dt_row_registration .rbfw_chk_availability_btn {
    background: var(--rbfw_dt_color1);
    color: #fff;
    font-weight: 600;
    width: max-content;
}

.rbfw_dt_row_registration table.rbfw_bikecarsd_price_table thead,
.rbfw_dt_row_registration table.rbfw_room_price_table thead {
    border-bottom: 2px solid #ddd;
    background-color: #efefef;
    color: var(--rbfw_dt_color7);
    font-weight: 600;
}

#rbfw_faq_accordion_style_two {
    width: 100%;
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading {
    margin: 0;
    background-color: var(--rbfw_color_primary);
    color: #fff;
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading_wrapper::before, .rbfw_faq_accordion_donut .rbfw_faq_header::before {
    content: "";
    width: 40px;
    height: 100%;
    background: var(--rbfw_color_primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rbfw_faq_accordion_donut .rbfw_faq_header {
    position: relative;
}

#rbfw_faq_accordion.rbfw_faq_accordion_donut h3.rbfw_faq_header{
    padding-left: 55px;
    background: var(--rbfw_single_page_secondary_color);
    color:  var(--rbfw_color_primary);
}

#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper
.rbfw_faq_heading_collapsed::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    width: 40px;
    height: 55px;
    line-height: 45px;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    text-align: center;
    z-index: 2;
    transition: 0.3s linear;
}

#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper.active
.rbfw_faq_heading_collapsed::before {
    content: "\f068";
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading_collapsed {
    cursor: pointer;
    display: block;
    padding: 12px 20px;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    overflow: hidden;
    position: relative;
}

#rbfw_faq_accordion_style_two .rbfw_faq_content::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
}

#rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper .rbfw_faq_content {
    padding: 0 20px 0 20px;
    background: #f5f5f5;
    border-top: none;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 0;
    border: none;
    max-height: 0;
}

#rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper.active .rbfw_faq_content {
    visibility: visible;
    opacity: 1;
    padding: 0 20px 0 20px;
    max-height: inherit;
    background-color: #fff;
    border: 1px solid #eee;
}

#rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper {
    margin-bottom: 10px;
    position: relative;
}

#rbfw_faq_accordion_style_two .rbfw_faq_img img {
    width: auto;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab.active {
    border-bottom: 2px solid var(--rbfw_dt_color1);
    padding-bottom: 20px;
    margin-bottom: -2px;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab:not(.rbfw_dt_heading_tab.active) {
    color: #979797;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab[data-tab="tab2"] {
    margin-left: 20px;
}

.rbfw_dt_row_faq .rbfw_dt_faq_tab_content:not(.rbfw_dt_faq_tab_content.active) {
    display: none;
}

.rbfw_dt_row_faq .rbfw_dt_heading {
    padding-bottom: 0;
}

.rbfw_dt_row_related_item {
    position: relative;
}

.rbfw_dt_row_related_item .rbfw-related-product-thumb-wrap {
    border-radius: 0;
}

.rbfw_dt_row_related_item .rbfw-related-product-bottom-card {
    padding: 20px 0;
    width: 100%;
}

.rbfw_donut_template .rbfw-related-product-inner {
    border: 1px solid var(--rbfw_dt_color3);
}

.rbfw_dt_row_related_item .rbfw-related-product-bottom-card-pricing-box {
    border: 1px dashed var(--rbfw_dt_color1);
    border-radius: 4px;
    width: max-content;
    padding: 11px 32px;
    margin: auto;
    margin-top: auto;
    margin-top: -45px;
    position: relative;
    background-color: var(--rbfw_dt_color7);
    max-width: fit-content;
}

.rbfw_dt_row_related_item .rbfw-related-product-price-wrap {
    margin-bottom: 0px;
    color: var(--rbfw_dt_color2);
    font-weight: 600;
}

.rbfw_dt_row_related_item .rbfw-related-product-title-wrap {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.rbfw_dt_row_related_item h3.rbfw-related-product-title-wrap a{
    color: var(--rbfw_dt_color8);
}

.rbfw_dt_row_related_item .rbfw_dt_rating {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul li i {
    margin-right: 0px;
    padding: 5px;
    font-size: 20px;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul {
    background: var(--rbfw_dt_color2);
    margin: 0;
    text-align: center;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul li {
    padding: 5px;
    width: 45px;
    display: inline-block;
    color: var(--rbfw_dt_color7);
    font-size: var(--rbfw_dt_paragraph_font_size);
    margin: 5px;
    border: 1px solid var(--rbfw_dt_color3);
    cursor: pointer;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul li:hover {
    border-color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_related_item .rbfw-review-rating-wrapper .rbfw-review-rating-info {
    font-size: var(--rbfw_dt_paragraph_font_size);
    color: var(--rbfw_dt_color8);
}

.rbfw_dt_row_related_item a.rbfw-related-product-btn {
    border-radius: 0;
    background-color: var(--rbfw_dt_color1);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--rbfw_dt_color7);
}

.rbfw_dt_row_reviews ul li {
    list-style-type: none;
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span.dashicons-star-empty {
    background: #ccc;
}

.rbfw_dt_row_reviews .rbfw-review-section .rbfw-review-reply-btn a {
    border-radius: 0;
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-single-review-row
.rbfw-single-review-col-2 {
    border-radius: 0;
    background: var(--rbfw_dt_color3);
    border: none;
}

.rbfw_dt_row_reviews .rbfw-review-section input,
.rbfw_dt_row_reviews .rbfw-review-section textarea {
    border-radius: 0;
    border-left: 5px solid var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews .rbfw_review_submit_btn {
    background: var(--rbfw_dt_color1);
    border-radius: 0;
    border: 0;
    color: var(--rbfw_dt_color7);
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.rbfw_dt_row_reviews
.rbfw-review-rating-container
> input:checked
~ label::before,
.rbfw_dt_row_reviews
.rbfw-review-rating-container
> input
+ label:hover
~ label::before,
.rbfw_dt_row_reviews
.rbfw-review-rating-container
> input
+ label:hover::before,
.rbfw_dt_row_reviews .rbfw-review-section .comment-respond p.comment-notes a,
.rbfw_dt_row_reviews .rbfw-review-section .comment-respond p.logged-in-as a,
.rbfw_dt_row_reviews .rbfw-review-section #cancel-comment-reply-link {
    color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews .rbfw-review-section .rbfw-review-reply-btn a:hover {
    background: var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews .rbfw-review-section .rbfw-mt-50 {
    margin-top: 20px;
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_dt_color2);
    background: var(--rbfw_dt_color7);
    padding: 5px;
    margin-right: 5px;
}

.rbfw_dt_row_reviews .comment-respond {
    display: none;
}

.rbfw_dt_row_reviews .rbfw-review-list li {
    display: none;
    margin: 0;
    margin-bottom: 20px;
}

.rbfw_dt_row_reviews .rbfw-review-list li:first-child {
    display: block;
}

.rbfw_dt_row_reviews .rbfw_dt_review_load_more_btn_wrapper {
    display: none;
}

.rbfw_dt_row_reviews .rbfw_dt_review_load_more_btn {
    margin: auto;
    display: block;
    border: 0;
    padding: 10px;
    cursor: pointer;
    background: var(--rbfw_dt_color1);
    color: var(--rbfw_dt_color7);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
}

.rbfw_dt_row_reviews .rbfw_dt_review_write_btn {
    border: 0;
    padding: 10px;
    cursor: pointer;
    background: var(--rbfw_dt_color1);
    color: var(--rbfw_dt_color7);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.rbfw_dt_row_reviews .rbfw_review_form_wrapper {
    display: none;
}

.rbfw_dt_row_reviews .rbfw_dt_review_write_btn_wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.rbfw_dt_row_related_item .rbfw-related-product-thumb {
    width: 100%;
    height: 210px;
}

@media only screen and (min-width: 792px) {
    .rbfw_dt_header_col1,
    .rbfw_dt_header_col2 {
        width: 50%;
    }

    .rbfw_dt_content_col1,
    .rbfw_dt_content_col2 {
        width: 50%;
    }

    .rbfw_dt_pricing {
        width: max-content;
        float: right;
    }
}

@media only screen and (max-width: 792px) {
    .rbfw_dt_row_header {
        display: block;
    }

    .rbfw_dt_header_col1,
    .rbfw_dt_header_col2 {
        margin-bottom: 10px;
    }

    .rbfw_dt_row_content {
        display: block;
    }

    .rbfw_dt_row_registration.rbfw_dt_sidebar_enabled {
        display: block;
    }

    .rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col1 {
        width: 100%;
    }

    .rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col2 {
        width: 100%;
        padding-left: 0px;
    }
}

/* ------rbfw_muffin_template #rbfw-bikecarsd-calendar-----  */
.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .prev-button,
.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .next-button {
    color: var(--rbfw_color_primary);
    cursor: pointer;
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .prev-button:hover,
.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.next-button:hover {
    color: var(--rbfw_muff_color8);
}

.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week.start-on-monday
.day {
    color: var(--rbfw_color_primary);
}

.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span) {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .day.today span,
.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week
.day.selected
span {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span):hover {
    background: var(--rbfw_single_page_secondary_color);
}

.rbfw_muffin_template .rbfw_back_step_btn:hover {
    color: var(--rbfw_color_primary);
}

.rbfw_muffin_template .rbfw_muff_selected_date {
    background: #f5f5f5;
    color: #545050;
    border: 1px solid #ededed;
}

/* End Donut Template Css */

.rbfw_donut_template .calendar-box .buttons-container {
    background: #f0eaea;
    padding: 10px 45px;
}

.rbfw_donut_template .rbfw_dt_row_registration #rbfw-bikecarsd-calendar {
    padding: 0px;
}

.rbfw_donut_template .calendar-box {
    padding-bottom: 10px;
}

.rbfw_dt_row_registration .rbfw-book-now-btn {
    width: 200px;
    font-size: 20px;
    float: right;
}

.rbfw-single-right-container .item.rbfw_bikecarsd_book_now_btn_wrap {
    text-align: right;
}

#checkin_date,
#checkout_date {
    padding: 0 0 0 45px;
    height: 50px;
}

.mp_default_theme .rbfw-location,
.mp_default_theme #pickup_date,
.mp_default_theme #dropoff_date,
.mp_default_theme .rbfw-quantity,
.mp_default_theme .clock,
.mp_default_theme .rbfw-duration .item-content,
.mp_default_theme #checkin_date,
.mp_default_theme #checkout_date,
.mp_default_theme .pricing-content {
    /* border-left: 5px solid var(--rbfw_color_primary); */
}

.mp_default_theme .rbfw-datetime .date .calendar,
.mp_default_theme .rbfw-datetime .time .clock {
    color: var(--rbfw_color_primary) !important;
}

.mp_default_theme .rbfw_bikecarmd_backstep1_btn {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    width: max-content;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.mp_default_theme .rbfw_bikecarmd_backstep1_btn img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.mp_default_theme .rbfw-bikecarmd-result {
    position: relative;
}

/********Added By sumon*******************/

div.rbfw_rent_list_highlighted_features {
    position: relative;
}

.rbfw_absolute_list ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: #fff;
}

span.rbfw_item_absolute {
    position: absolute;
    left: 30px;
    top: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: "...";
}

span.rbfw_item_absolute:hover {
    background-color: #fff;
    overflow: inherit;
    white-space: inherit;
    padding: 0 0 10px 0;
    color: #707;
    z-index: 1;
}

/*Custom Registration Form Css*/

.rbfw_regf_wrap {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.rbfw_regf_group {
    margin-bottom: 15px;
    position: relative;
    padding: 0 10px;
}

.rbfw_regf_group input[type="text"],
.rbfw_regf_group input[type="email"],
.rbfw_regf_group input[type="date"],
.rbfw_regf_group input[type="file"],
.rbfw_regf_group select,
.rbfw_regf_group textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: #86b7fe 0.15s ease-in-out,
    rgba(13, 110, 253, 0.25) 0.15s ease-in-out;
    box-sizing: border-box;
}

.rbfw_regf_form_header {
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    font-weight: bold;
}

.rbfw_regf_group input[type="radio"],
.rbfw_regf_group input[type="checkbox"] {
    margin-right: 5px;
}

.woocommerce-cart-form table.rbfw_regf_cart_table th,
table.rbfw_regf_cart_table th {
    border-right: 1px solid #f5f5f5;
}

.woocommerce-cart-form table.rbfw_regf_cart_table,
table.rbfw_regf_cart_table {
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.rbfw_regf_heading {
    background: #f6f6f6;
    font-weight: bold;
}

.rbfw_regf_file_loader {
    position: absolute;
    right: 1px;
    top: 0;
    background: #f7dd79;
    min-width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 0 3px 3px 0;
}

.rbfw_regf_file_loader.up_success {
    background: #0caa6e;
    color: #fff;
}

.rbfw_regf_group input[type="file"] {
    padding: 4px !important;
}

.rbfw_regf_file_wrap {
    position: relative;
}

.rbfw_regf_group label {
    display: block;
    margin-bottom: 10px;
    width:180px;
}

.rbfw-review-input-group label.rbfw_review_input_label {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e8e8e8;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    color: #7d7d7d;
}

.rbfw-review-input-group input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.rbfw-review-input-group {
    background-color: #fdfdfd;
    border-radius: 5px;
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}

.rbfw-review-form-label {
    font-weight: bold;
}

.rbfw_write_review_heading {
    margin: 0;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
}

body.single-rbfw_item div.ast-container {
    display: block;
}

.rbfw_search_form_wrap {
    margin-bottom: 30px;
}

.rbfw_search_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    margin: auto;
}

.rbfw_search_form button,
.rbfw_search_form select {
    line-height: 25px;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
}

.rbfw_search_form button {
    background: var(--rbfw_rent_list_color1);
    color: #fff;
    padding: 7px 25px;
}

.rbfw_search_form select {
    padding: 10px 8px;
}

.rbfw_search_form_col {
    padding: 5px 8px;
}

.rbfw_search_form label {
    height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #444;
    display: block;
}

.rbfw-lsn-new-message-box {
    margin: 15px 0;
    padding-left: 20px;
    margin-bottom: 25px !important;
}

.rbfw-lsn-notice-new-message-box p {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 15px;
}

.rbfw-lsn-info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.rbfw-lsn-info-tab {
    float: left;
    margin-left: -23px;
}

.rbfw-lsn-info-tab i::before {
    width: 24px;
    height: 24px;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.rbfw-lsn-info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}

.rbfw-lsn-info-tab i::before,
.rbfw-lsn-info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -17px;
    transform: rotateX(60deg);
}

.rbfw-lsn-tip-box-info {
    padding: 12px 8px 3px 26px;
}

.rbfw-lsn-new-message-box-info {
    background: #eeeeee;
    padding: 3px;
    margin: 10px 0;
}

.rbfw-lsn-tip-box-info {
    color: #01579b;
    background: #b3e5fc;
    font-size: 18px;
}

.rbfw-lsn-tip-icon-info {
    background: #03a9f4;
}

.rbfw-lsn-tip-icon-info::before {
    font-size: 18px;
    content: "";
    top: 5px;
    left: 16px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.rbfw-lsn-tip-icon-info i::before {
    background: #03a9f4;
}

.mp_default_theme {
    box-sizing: border-box;
}

.mp_default_theme *,
.mp_default_theme::before,
.mp_default_theme::after {
    box-sizing: border-box;
}

.rbfw_text_book_now {
    display: flex;
    justify-content: end;
}

/* booking form resourse service */
.resource-qty {
    display: none;
    font-size: 12px;
}


/*New Css*/

a {
    text-decoration: none;
}

ul, li {

}

.rbfw_rent_list_col {
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}

/*.rbfw_rent_list_inner_wrapper {*/
/*    background-color: #f1f1e5;*/
/*}*/

.rbfw_rent_list_grid_view_top {
    position: relative;
    width: 100%;
    /*max-height: 280px;*/
    max-width: unset !important;
    /*max-height: 280px;*/
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rbfw_rent_list_grid_view_top_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    /*min-height: 255px;*/
}
.rbfw_rent_list_grid_view_top_img1 {
    display: block;
    width: 100%;
    height: 255px;
    overflow: hidden;
}

.rbfw-w-50 .rbfw_rent_list_grid_view_top_img {
    height: 350px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_grid_view_top_img {
    height: 265px;
    margin: 20px 5px 5px 5px;
}


.rbfw_rent_list_grid_view_top_img img {
    width: 100%;
    height: 100%;
    max-height:280px;
    object-fit: contain;
    display: block;
    transition: all 0.5s ease-in-out;
}

.rbfw_rent_list_grid_view_top_img:hover img {
    /*transform: scaleX(-1);*/
    transform: scale(1.1);

}

.rbfw_inner_details {
    border-top-width: 0;
    padding: 15px 20px 20px;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.rbfw_rent_item_bottom_info {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rbfw_rent_list_content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d7de;
    height: max-content;
}

h2.rbfw_rent_list_grid_title {
    line-height: 20px;
}
h2.rbfw_rent_list_grid_title a{
    text-decoration: none !important;
}

.rbfw_rent_list_grid_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #202020;
    min-height: 52px;
    margin-bottom: 15px;
    margin-top: 0 !important;
}

.rbfw_rent_list_grid_title a {
    color: #202020;
    text-decoration: none;
    font-size: 20px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_grid_title {
    min-height: auto;
    font-size: 24px;
    margin-bottom: 0;
}

.rbfw_rent_list_grid_title a:hover {
    color: var(--rbfw_color_primary);
}

.rbfw_rent_list_grid_row {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
}


.rbfw_rent_list_row_price_level {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #515151;
    letter-spacing: -0.01em;
    max-width: 130px;
}

.rbfw_rent_list_style_list .rbfw_pricing-box {
    padding: 5px 15px;
    background: var(--rbfw_color_primary);
    color: #fff;
    font-weight: 600;
}

@media (min-width: 992px) {
    .rbfw_rent_list_style_list .rbfw_pricing-box {
        min-width: 180px;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .rbfw_rent_list_style_list .rbfw_pricing-box {
        margin-top: 15px;
    }
}

.rbfw_rent_list_style_list .rbfw_pricing-box .rbfw_rent_list_row_price_level {
    color: #fff;
    font-weight: 400;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_row_price {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: var(--rbfw_color_primary);
    line-height: 1;
    margin: 0;
}

.rbfw_rent_list_info {
    display: list;
    grid-template-columns: 1fr 1fr;
    font-size: 15px;
    column-gap: 15px;
    row-gap: 5px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}

.rbfw-w-25 .rbfw_rent_list_info {
    grid-template-columns: 1fr;
}

.rbfw-w-25:not(.rbfw_rent_list_style_list) .rbfw_rent_list_grid_view_top_img {
    height: 200px;
}

@media (min-width: 1200px) {
    .rbfw-w-25 .rbfw_rent_list_grid_title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .rbfw-w-25 .rbfw_rent_list_grid_view_top_img {
        height: 250px;
    }
}

.rbfw_rent_list_info li i {
    color: var(--rbfw_color_primary);
}

.rbfw_rent_list_info li {
    color: #0a0a0a;
}

.bfw_rent_list_items {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 5px;
    text-align: left;
}

.bfw_rent_list_items .bfw_rent_list_items_icon {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    color: var(--rbfw_color_primary);
}

.rbfw_rent_list_btn {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    padding: 5px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background: var(--rbfw_color_primary);
    color: #fff;
    border-radius: 2px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
}
a.rbfw_rent_list_btn{
    color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
}

a.rbfw_rent_list_btn:hover{
    text-decoration: none;
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn {
    display: inline-flex;
    padding: 12px 26px;
}

.rbfw_rent_list_btn .button-icon svg {
    width: 22px;
    height: auto;
}

.rbfw_rent_list_btn .button-icon svg path {
    stroke: #fff;
    transition: all 0.3s ease-in-out;
}

.rbfw_rent_list_btn span {
    display: inline-block;
    line-height: 1;
}

.rbfw_rent_list_btn:hover {
    background:  var(--rbfw_single_page_secondary_color);
    color: #fff;
}

.rbfw_rent_list_btn:hover .button-icon svg path {
    stroke: #fff;
}

/*.rbfw_rent_list_btn span:first-child {*/
/*  position: absolute;*/
/*  height: 63px;*/
/*  width: 60px;*/
/*  min-width: 60px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  overflow: hidden;*/
/*  -webkit-transition: width 0.3s;*/
/*  -o-transition: width 0.3s;*/
/*  transition: width 0.3s;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/

.rbfw_pagination {
    display: flex;
    justify-content: center; /* Centers the pagination links */
    margin: 20px 0;
}

.rbfw_pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #ededdb;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #515151;
    -webkit-transition: color 0.3s, border 0.3s, background;
}

.rbfw_pagination .page-numbers:hover {
    box-shadow: rgba(0, 0, 0, .16) 0px 1px 4px;
}

.rbfw_pagination .current {
    background-color: var(--rbfw_color_primary);
    color: #ffffff;
}
.rbfw_pagination a{
    text-decoration: none;
}
.rbfw_pagination a:hover {
    background-color: var(--rbfw_single_page_secondary_color);
    color: #ffffff;
}

@media only screen and (max-width: 2420px) {
    .rbfw_rent_list_style_grid {
        gap: 15px;
    }

    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media only screen and (max-width: 1200px) {
    .rbfw_rent_list_style_grid.rbfw-w-33 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rbfw_rent_list_style_grid.rbfw-w-33 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}

.available-stock {
    display: none;
    font-size: 12px;
}

.day-time-wise {
    font-size: 12px;
    color: var(--rbfw_color_primary);
}
div.rbfw_day_wise_price table{
    margin:0;
}

.pricing-content-collapse{
    margin-bottom: 20px;
}

div.rbfw_day_wise_price td, div.rbfw_seasonal_price_info td {
    font-size: 12px;
}

div.rbfw_seasonal_price_info tr:nth-child(odd){
    background-color: #f5f5f5;
}

div.rbfw_seasonal_price_info tr:nth-child(even) td{
   text-align: center;
}

div.rbfw_day_wise_price td, div.rbfw_seasonal_price_info td {
    font-size: 12px;
}

#rbfw-bikecarsd-calendar .ui-datepicker {
    min-width: 100%;
    min-height: auto;
}

/* Container to hold radio buttons inline */
.rbfw_service_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:8px 0px;
}
.rbfw_service_type_timely label{
    width: 49%;
    display: block;
}
/* Base style for the text radio button */
.rbfw_service_type .radio-button {
    display: block;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
    user-select: none;
    text-align: center;
    padding:5px 12px;
    font-size: 15px;
    border-radius:5px;
    border:1px solid #ddd;
    background-color: #f9f9f9;
}

/* Hover effect */
.rbfw_service_type .radio-button:hover {
    background-color: var(--rbfw_color_primary);
    border-radius: 5px;
    color: var(--rbfw_color_primary);
}

/* Selected state for the radio button */
.rbfw_service_type .radio-button.selected {
    background-color: var(--rbfw_color_primary);
    color: white;
    border-radius: 5px;
}

/* Label styles (when selected or hovered) */
.rbfw_service_type .radio-button:hover, .rbfw_service_type .radio-button.selected {
    color: white;
}

/* Make it easier to click and select by using the label */
.rbfw_service_type input[type="radio"] {
    display: none;
}

.rbfw_service_type input[type="radio"]:checked + .rbfw_service_type .radio-label {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}


.timely_quqntity_table .rbfw_regf_group {
    display: flex;
    justify-content: end;
    align-items: center;
    gap:5px;
    margin:0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.timely_quqntity_table .rbfw_regf_group select{
    width: 60px;
    text-align: center;
}
.price-item-container.pricing-content_dh.mpStyle.open {
    background: #fff;
}
select.rbfw-select.rbfw-time-price.pickup_time option:disabled {
    text-decoration: line-through;
}

.rbfw_single_default_template .product-quantity{
    display: none;
}

.woocommerce-order-received .order-actions-button{
    display:none !important;
}

/* =============date picker format=========== */
.single-rbfw_item #ui-datepicker-div{
    border:1px solid #dfdedd;
    box-shadow: 0 0 15px #ddd;
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-header{
    background-color: var(--rbfw_primary_opacity);
    background-image: none;
    border-color: var(--rbfw_color_primary);
    border-radius: 18px 18px 0 0;
}
.single-rbfw_item  #ui-datepicker-div .ui-datepicker-next{
    position: absolute;
    top: 50%;
    right: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-prev{
    position: absolute;
    top: 50%;
    left: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before{
    font-size: 15px;
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before{
    font-size: 15px;
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }

.single-rbfw_item #ui-datepicker-div .ui-datepicker-prev:hover,
.single-rbfw_item #ui-datepicker-div .ui-datepicker-next:hover{
    background:var(--rbfw_color_primary);
    color: #fff;
    text-align: center;
    border-radius: 100px;
  }
  .single-rbfw_item #ui-datepicker-div .ui-state-default{
    color: var(--rbfw_color_primary);
  }
  .single-rbfw_item #ui-datepicker-div .ui-state-active{
    background-color: var(--rbfw_color_primary);
    color: #fff;
  }
  .single-rbfw_item #ui-datepicker-div a.ui-state-default:hover {
    background-color: var(--rbfw_primary_opacity);
  }
.single-rbfw_item #ui-datepicker-div .ui-datepicker-title{
    background-color: transparent;
    color: var(--rbfw_color_primary);
}

.ui-datepicker table thead{
    background-color:var(--rbfw_primary_opacity);
}
#ui-datepicker-div{
    width: auto;
}
#ui-datepicker-div .ui-datepicker-header{
    padding: 16px 2px;
}
#ui-datepicker-div .ui-datepicker-next,#ui-datepicker-div .ui-datepicker-prev{
    border: 1px solid var(--mage-primary);
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before,#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before{
    color: var(--mage-primary);
    top:50%;
    transform: translateY(-50%);
}

.single-rbfw_item .ui-datepicker-calendar .date-label{
    font-size: 8px;
}
select#rbfw_variation_id_0,select#rbfw_variation_id_1,select#rbfw_variation_id_2 {
    border: 1px solid #dedede;
    background: #f5f5f5;
}
.item.rbfw_bikecarsd_price_summary {
    margin-top: 20px; 
}
.item-content rbfw-costing{border-radius:5px; border: 1px solid #dbd5d5; }


.rbfw_container {
    background: white;
    width:100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.rbfw_header {
    text-align: center;
    padding: 16px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
}

.rbfw_entry {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 1em;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

.rbfw_entry:last-child {
    border-bottom: none;
}

.rbfw_date {
    color: #777;
}

.rbfw_amount {
    font-weight: 600;
    color: #2b7a78;
}

i.fas.fa-minus {
    color: #333;
}
.rbfw-single-left-information ul.rbfw-feature-lists li {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
}
div.rbfw_muffin_template div.superSlider .sliderShowcaseItem{height: auto;}
.entry-content ul, .entry-content ol {
    padding: 0 !important;
    margin: 0 !important;
}
.rbfw-related-product-title-wrap a{color:#333;}
.sliderItem.activeSlide{border-radius:8px;}
.sliderShowcaseItem.activeSlide {
    border-radius: 8px;
}
[data-bg-image] {border-radius:5px;}

#rbfw_add_meta_box .mds_for_mds input[type=number]{
    width: 100%;
}
