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

:root {
  --rbfw_single_page_base_color4: #0ec40e;
}

.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_muff_color3);
  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_muff_color3);
  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: 50px;
  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: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 3px;
}

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

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

.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: 50px;
  padding: 0 10px;
  cursor: pointer;
  background-image: url(images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

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

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

.rbfw-sub-heading {
  font-size: 16px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.rbfw_donut_template .rbfw-sub-heading {
  background: var(--rbfw_dt_color7);
  color: var(--rbfw_dt_color2);
  border-radius: 0;
}
.rbfw_donut_template .rbfw_muff_lmf_btn {
  color: var(--rbfw_dt_color7);
}
.rbfw-single-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.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 {
  margin: 20px 0;
}

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

.rbfw-single-right-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

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

.rbfw-variations-content-wrapper .rbfw-single-right-heading {
  margin-bottom: 8px;
}

.pricing-content {
  background-color: #f5f5f5;
  padding: 15px;
  background-image: url(images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 98% 25px;
}

.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 {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding-left: 45px;
  height: 50px;
  border-radius: 0;
  background-image: url(images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  font-weight: 400;
  font-size: 16px;
}

#pickup_date,
#dropoff_date {
  cursor: pointer;
  padding: 0 0 0 45px;
  height: 50px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.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: 15px;
}

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

.rbfw-single-left-information-item ul li i {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  color:var(--rbfw_muff_color3);
}

.rbfw-single-left-information-item ul li span {
  padding-left: 5px;
  font-size: 16px;
}

.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;
}

/* 
.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_muff_color3);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  padding: 10px !important;
  border: none;
  font-weight: normal;
  border-radius: 5px;
  font-weight: bold;
}

.mp_right_section button.rbfw-book-now-btn[disabled] {
  background: var(--rbfw_muff_color3);
  color: #fff;
  cursor: not-allowed;
}

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

.rbfw-duration {
  display: none;
}

.rbfw-duration .item-content {
  background: #f5f5f5;
  text-transform: uppercase;
  padding: 15px;
  color: #000;
}

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

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;
}

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,
div.mp_right_section {
  border: 1px solid #f5f5f5;
  padding: 10px;
  border-radius: 0;
  background: #fff;
}

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

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

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

.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: #f5f5f5;
  color: #000;
  border-color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

#rbfw_faq_accordion .rbfw_faq_content_wrapper {
  border-color: #f5f5f5;
}
.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;
}
.rbfw-post-sharing a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.6);
  margin: 1px;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rbfw-post-sharing a:hover {
  background: var(--rbfw_muff_color3);
  color: #fff;
  transition: 0.2s;
  border-radius: 5px;
  opacity: 1;
}

.rbfw-related-products-wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.rbfw-related-products-wrapper .owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  min-height: inherit;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button:hover {
  color: #fff;
  background: var(--rbfw_muff_color3);
  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: 5px;
}

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

.rbfw-related-product-thumb {
  background-size: contain;
  height: auto;
  background-position: top;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.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-heading {
  font-size: 16px;
  font-weight: 600;
}

.rbfw-related-product-title-wrap a {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  text-decoration: none;
}

.rbfw-related-product-price-wrap {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  font-size: 16px;
}

a.rbfw-related-product-btn {
  background: var(--rbfw_muff_color3);
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  text-decoration: none;
}

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;
  }
  .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 {
  font-size: 20px;
  color: #fff;
  background: #00000017;
  width: 45px;
  text-align: center;
  height: 45px;
  padding-top: 0px;
  border-radius: 5px;
}

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

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

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

.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;
  }
}

@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;
}

.rbfw_chk_availability_btn {
  text-decoration: none;
  background: var(--rbfw_muff_color3);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border: none;
  transition: 0.2s;
  cursor: pointer;
}

.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_base_color4);
  transition: 0.2s;
}

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

.rbfw_room_price_label small {
  display: block;
}

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

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

table.rbfw_room_price_table thead {
  border-bottom: 2px solid #ddd;
  background-color: #efefef;
}

table.rbfw_room_price_table thead th {
  font-size: 16px;
  font-weight: 500;
  border: 0;
  padding: 8px;
  text-align: left;
}

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

table.rbfw_room_price_table tbody td {
  font-size: 16px;
  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: 12px;
  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%;
}

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

.rbfw_qty_input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

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

.rbfw_qty_input {
  display: table;
  outline: none;
  width: max-content;
  /*float: right;*/
}

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

.rbfw_qty_input a {
  outline: none;
  -webkit-appearance: none;
  background-color: #ddd;
  border: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #000;
}

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

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

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

.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;
}

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

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

.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:first-child {
  border-right: 2px solid #fff;
}

.rbfw_room_price_label:last-child {
  border-left: 2px solid #fff;
}

.rbfw_room_price_label:not(.disabled):hover {
  background-color: var(--rbfw_muff_color3);
  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;
}

.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 {

    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;

}

.rbfw_grid_view_more_features_btn i {
  width: 25px;
}

.rbfw_rent_list_content {
  padding: 5px;
}

.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 {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.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: 130px;
}

.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: 0;
}

.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: 20px;
  padding-top: 35px;
  padding-bottom: 0;
}

.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_pricing_info_heading {
  width: 100%;
}

.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;
}

.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;
  padding: 10px;
  position: relative;
}

.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_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_col {
  padding: 20px;
}

.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_inner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.rbfw_rent_list_style_list .rbfw_rent_list_content {
  padding: 15px;
}

.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);
}

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

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

    .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-25 {
        grid-template-columns: repeat(4, 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 {
        width: 70;
        max-width: 70%;
        min-width: 70%;
    }

}

@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: 29.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;
  margin: 5px;
}

.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_primary_opacity);
  color: var(--rbfw_single_page_secondary_color);
  border-color: var(--rbfw_muff_color3);
  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: 10px;
  text-transform: capitalize;
  border: 1px solid var(--rbfw_muff_color3);
  border-radius: 5px;
  color: #000;
  font-size: 1rem;
  background-color: #fff;
}

.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_muff_color3);
  color: #fff;
  border-color: var(--rbfw_muff_color3);
  opacity: 1;
  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;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

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

.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: 10px;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}

table.rbfw_bikecarsd_price_table {
  border: 1px solid #f5f5f5;
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: none;
}

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

table.rbfw_bikecarsd_price_table thead {
  border-bottom: 2px solid #ddd;
}

table.rbfw_bikecarsd_price_table thead th {
  font-size: 16px;
  font-weight: 500;
  border: 0;
  text-align: left;
  padding: 10px;
}

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

table.rbfw_bikecarsd_price_table tbody tr:nth-child(2n + 1) {
  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;
  font-weight: 500;
  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_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 {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

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

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

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

.rbfw-bikecarsd-calendar-header::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
  bottom: -20px;
  left: 25px;
}

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

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

.rbfw_muffin_template .rbfw-bikecarsd-calendar-footer i {
  color: var(--rbfw_muff_color3);
}
.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_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,
.rbfw_account_page_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100% !important;
  max-width: 90% !important;
  margin: auto;
}

.rbfw_thankyou_page_wrap table thead,
.rbfw_account_page_wrap table thead {
  background: #ddd;
}

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

.rbfw_thankyou_page_wrap table tbody tr:nth-child(2n),
.rbfw_account_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 div.superSlider .iconIndicator,
.rbfw_muffin_template div.superSlider .iconIndicator {
  color: #fff;
}

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

.mp_left_section a {
  text-decoration: none;
}

.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: none;
  background-color: #f5f5f5;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
}

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

.rbfw-related-product .owl-item .item {
  padding: 5px;
  margin: 15px;
  border-radius: 0px;
  text-align: center;
  height: 365px;
}
.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;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.rbfw-related-product-inner {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.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: 5px;
}

.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_service_price_wrap {
  float: right;
}

.rbfw_bikecarsd_time_table_wrap {
  margin-bottom: 20px;
}

.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-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 {
  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 {
  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;
  }
  .mpStyle.style_1 .dFlex {
    display: block;
  }
}

/* Muffin Template CSS */

:root {
  --rbfw_muff_color1: #fbfdff;
  --rbfw_muff_color2: #ffb800;
  --rbfw_muff_color3: #fa4236;
  --rbfw_muff_color4: #727272;
  --rbfw_muff_color5: #ffffff;
  --rbfw_muff_color6: #f5f6f8;
  --rbfw_muff_color7: #1abc9c;
  --rbfw_muff_paragraph_font_size: 16px;
}

.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: 50px;
}

.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: 28px;
  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 span.rbfw_muff_pricing_card_price_badge {
  background: var(--rbfw_muff_color3);
  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: var(--rbfw_muff_color4);
  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: 0 solid var(--rbfw_booking_form_bg_color);
  padding: 30px;
  border-radius: 10px;
  background-color: var(--rbfw_booking_form_bg_color);
}

.rbfw_muff_row_slider {
  margin-bottom: 50px;
}

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

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

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

.rbfw_muff_highlighted_features ul {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

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

.rbfw_muff_highlighted_features ul li i {
  margin-right: 10px;
  width: 30px;
  height: auto;
  color: var(--rbfw_muff_color3);
  font-size: 25px;
}

.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_muff_color3);
}

.rbfw_muff_registration_wrapper .rbfw-datetime .date .calendar,
.rbfw_muff_registration_wrapper .rbfw-datetime .time .clock {
  background-color: var(--rbfw_muff_color3);
  color: var(--rbfw_muff_color5);
  border-radius: 5px;
  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: 60px;
  box-sizing: border-box;
}

.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;
  border-radius: 5px;
}

.rbfw_muff_registration_wrapper .rbfw-costing {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
}

.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_muff_color3);
}

.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_muff_color3);
}

.rbfw_muff_registration_wrapper .rbfw_qty_input a.rbfw_qty_minus {
  background-color: var(--rbfw_dt_color5);
  color: var(--rbfw_dt_color8);
  border-radius: 5px;
}

.rbfw_muff_registration_wrapper .rbfw_qty_input a.rbfw_qty_plus {
  background-color: var(--rbfw_dt_color5);
  color: var(--rbfw_dt_color8);
  border-radius: 5px;
}

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

.rbfw_muff_registration_wrapper .rbfw_qty_input,
.rbfw_muff_registration_wrapper .rbfw_qty_input input[type="number"] {
  border: none;
  background-color: var(--rbfw_muff_color6);
}

.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_muff_color3);
  padding: 15px;
  margin-bottom: 0px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 5px;
  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_muff_color3);
  /* 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);
  box-shadow: 0px 8.40727px 15.7636px rgba(0, 0, 0, 0.3);
}

.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_muff_color3);
  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;
  margin-bottom: 20px;
}

.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_muff_color3);
  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_muff_color3);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 20px;
  box-shadow: 0px 8.40727px 15.7636px rgba(250, 66, 54, 0.3);
  border-radius: 5px;
}

.rbfw_muff_row_reviews .rbfw_muff_review_write_btn {
  background-color: var(--rbfw_muff_color3);
  box-shadow: 0px 8.40727px 15.7636px rgba(250, 66, 54, 0.3);
  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: 0px 2px 5px rgba(0, 0, 0, 0.08);
  margin: 10px;
  position: relative;
}

.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;
}

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

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-wrap {
  text-align: right;
  margin-top: -13px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-1 {
  display: inline-block;
  background-color: var(--rbfw_muff_color3);
  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: inline-block;
  background-color: #7e7e7e;
  color: #fff;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  margin-right: -10px;
}

.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_muff_row_slider .rbfw_additional_image_gallary_col {
  width: 49%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.rbfw_muffin_template button {
  border: none;
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar {
  background-color: var(--rbfw_dt_color2);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}

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

.rbfw_muffin_template .rbfw_bikecarmd_backstep1_btn {
  display: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: inherit;
  background-color: var(--rbfw_muff_color3);
  color: #fff;
  text-align: center;
  border: none;
}

.rbfw_single_muffin_template
.ui-state-default,
.rbfw_single_muffin_template .ui-widget-content .ui-state-default,
.rbfw_single_muffin_template .ui-widget-header .ui-state-default {
  background: inherit;
  background-color: var(--rbfw_muff_color3);
  color: #fff;
  text-align: center;
  border: none;
}

.rbfw_single_donut_template
.ui-state-default,
.rbfw_single_donut_template .ui-widget-content .ui-state-default,
.rbfw_single_donut_template .ui-widget-header .ui-state-default {
  background: inherit;
  background-color: var(--rbfw_dt_color7);
  color: #fff;
  text-align: center;
  border: none;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  background-color: var(--rbfw_single_page_secondary_color);
}

.rbfw_single_muffin_template .ui-state-default:hover,
.rbfw_single_muffin_template .ui-widget-content .ui-state-default:hover,
.rbfw_single_muffin_template .ui-widget-header .ui-state-default:hover {
  background-color: var(--rbfw_single_page_secondary_color);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: inherit;
  background-color: var(--rbfw_muff_color7);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: 600;
  color: #fff;
  background-color: var(--rbfw_single_page_secondary_color);
}

.ui-widget-header {
  background: none;
  background-color:var(--rbfw_muff_color3);
  color: #fff;
}

.rbfw_single_donut_template .ui-widget-header {
  background: none;
  background-color:var(--rbfw_dt_color7);
  color: #fff;
}

.rbfw_single_muffin_template .ui-widget-header {
  background: none;
  background-color:var(--rbfw_muff_color3);
  color: #fff;
}

.rbfw_aig_img_wrap {
  height: 150px;
  background-size: cover;
  margin: 10px;
  border-radius: 10px;
  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_muff_color3);
  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: #2be2af;
  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_muff_color3);
}

/* 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 var(--rbfw_muff_color3);
  background-color: var(--rbfw_muff_color1);
  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_muff_color3);
  border-color: var(--rbfw_muff_color3);
}

.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_muff_color3);
  border-color: var(--rbfw_muff_color3);
}

.rbfw_muff_selected_date {
  text-align: center;
  padding: 20px;
  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: #fff;
}
.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_muff_color3);
}

.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;
}

.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_muff_color3);
  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_muffin_template .rbfw_room_price_label {
  border-radius: 5px;
}

.rbfw_muffin_template .rbfw_room_price_label.active {
  background-color: var(--rbfw_muff_color3);
  box-shadow: 0px 8.40727px 15.7636px rgba(250, 66, 54, 0.3);
}

.rbfw_muffin_template .rbfw_room_price_table thead {
  background-color: #242424;
  color: #fff;
  text-transform: uppercase;
}

.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: 120px;
  max-width: inherit;
  height: 80px;
  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_muff_color3);
  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;
  border-radius: 10px;
  overflow: hidden;
}

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

@media only screen and (min-width: 792px) {
  .rbfw_muffin_template {
    padding: 70px;
  }
  .rbfw_muff_header_col1,
  .rbfw_muff_header_col2 {
    width: 50%;
  }
  .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;
  }
  .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 50px 0 50px;
  }
}

@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_dt_color1);
  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_dt_color7);
}

.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_dt_color7);
  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_dt_color7);
}
.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_dt_color1);
}

.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_dt_color7);
}

.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_dt_color7);
}

.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_dt_color1);
  color: var(--rbfw_dt_color7);
  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_dt_color1);
  border-radius: 0;
}

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

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

.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_dt_color7);
  border-color: var(--rbfw_dt_color7);
}

.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_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: var(--rbfw_dt_color7);
  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_muff_color3);
  color: #fff;
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading_wrapper::before {
  content: "";
  width: 40px;
  height: 100%;
  background: var(--rbfw_dt_color7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading_wrapper {
  position: relative;
}

#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;
  left: 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: 10px 30px 10px 60px;
  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: 0px 30px 10px 60px;
  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: 10px 30px 10px 60px;
  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 .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_muff_color3);
  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_muff_color3);
}
.rbfw_muffin_template
  #rbfw-bikecarsd-calendar
  .calendar-box
  .week
  .day
  span:not(.week .day[disabled="disabled"] span) {
  background-color: var(--rbfw_muff_color3);
}

.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_dt_color8) !important;
}
.rbfw_muffin_template
  #rbfw-bikecarsd-calendar
  .calendar-box
  .week
  .day
  span:not(.week .day[disabled="disabled"] span):hover {
  background: var(--rbfw_dt_color8) !important;
}

.rbfw_muffin_template .rbfw_back_step_btn:hover {
  color: var(--rbfw_muff_color3);
}
.rbfw_muffin_template .rbfw_muff_selected_date {
  background: var(--rbfw_muff_color3);
  color: var(--rbfw_muff_color1);
}
/* 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_muff_color3);
}

.mp_default_theme .rbfw-datetime .date .calendar,
.mp_default_theme .rbfw-datetime .time .clock {
  color: var(--rbfw_muff_color3) !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;
}

.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;
  font-size: 18px;
}

.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;
}
