.crfw_flex {
  display: flex;
}

.crfw_flex_align_item_center {
  align-items: center;
}

.crfw_flex_justify_content_between {
  justify-content: space-between;
}

.crfw_information {
  color: #5E6D77;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.crfw_information i {
  margin-right: 4px;
}

.widget.widget-filter {
  margin-bottom: 24px;
}
.widget.widget-filter .widget-category-box {
  border: 1px solid #e7e7f2;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 16px 15px;
}
.widget.widget-filter .widget-category-box h3.widget-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.widget.widget-filter .widget-category-box ul {
  list-style: none;
  padding: 0px;
}
.widget.widget-filter .widget-category-box .item-category {
  margin-bottom: 8px;
}

.page-template-crfw-search .crfw-list-car-rental {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.page-template-crfw-search .crfw-list-car-rental #crfw_choose_address {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--travel-border-radius-2);
  width: 100%;
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
  border-radius: var(--travel-border-radius-2);
  outline: none;
}
.page-template-crfw-search .crfw-list-car-rental #crfw_apply_location {
  padding: 16px 24px;
  border-radius: var(--travel-border-radius-2);
  margin-top: 8px;
  width: 100%;
}
.page-template-crfw-search .widget-price-box .irs--round .irs-single,
.page-template-crfw-search .widget-price-box .irs--round .irs-bar {
  background-color: var(--travel-heading, #161313);
}
.page-template-crfw-search .widget-price-box .irs--round .irs-from, .page-template-crfw-search .widget-price-box .irs--round .irs-to {
  background-color: transparent;
  color: var(--travel-heading, #161313);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.page-template-crfw-search .widget-price-box .irs--round .irs-single:before {
  border-top-color: var(--bfw-main-color);
}
.page-template-crfw-search .widget-price-box .irs--round .irs-from:before, .page-template-crfw-search .widget-price-box .irs--round .irs-to:before {
  display: none;
}
.page-template-crfw-search .widget-price-box .irs--round .irs-bar, .page-template-crfw-search .widget-price-box .irs--round .irs-line {
  top: 30px;
  height: 8px;
}
.page-template-crfw-search .widget-price-box .irs--round .irs-handle {
  border-radius: 16px;
  border: 2px solid var(--travel-heading, #161313);
  background: var(--Travel-white, #FFF);
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.page-template-crfw-search .widget-category ul li.item-category {
  padding: 6px 0px;
  margin-bottom: 0px;
}
.page-template-crfw-search .widget-category ul li.item-category label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text);
  padding-left: 16px;
  position: relative;
}
.page-template-crfw-search .widget-category ul li.item-category label input {
  height: 0;
  width: 0;
}
.page-template-crfw-search .widget-category ul li.item-category label .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--travel-color-text);
  background-color: #FFF;
  margin-right: 8px;
  border-radius: 2px;
}
.page-template-crfw-search .widget-category ul li.item-category label input:checked ~ .checkmark {
  background-color: var(--bfw-main-color);
  border-color: var(--bfw-main-color);
}
.page-template-crfw-search .widget-category ul li.item-category label input:checked ~ .checkmark:after {
  display: block;
}
.page-template-crfw-search .widget-category ul li.item-category label .checkmark:after {
  content: "";
  position: absolute;
  background-color: transparent;
  border-radius: 0;
  left: 4px;
  top: -1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.page-template-crfw-search .widget-category ul li.item-category label.active {
  color: var(--bfw-main-color);
}
.page-template-crfw-search .crfw-filter-view-mobile {
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .page-template-crfw-search .crfw-filter-view-mobile {
    display: none;
  }
}
.page-template-crfw-search .crfw-filter-view-mobile a {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  background: var(--travel-color-primary);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px 19px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.page-template-crfw-search .crfw-filter-view-mobile svg path {
  fill: #FFF;
}
.page-template-crfw-search .crfw-close-sidebar {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .page-template-crfw-search .crfw-close-sidebar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template-crfw-search .crfw-sidebar-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 15px;
  }
}

.crfw-list-car-rental .row > * {
  --bs-gutter-x: 30px;
}
.crfw-list-car-rental .bfw-service__content a.title .item_title {
  margin-top: 0px;
}
.crfw-list-car-rental a {
  text-decoration: none;
}
.crfw-list-car-rental__item_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  color: var(--travel-heading);
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_title {
    margin-top: 12px;
  }
}
.crfw-list-car-rental__item_title:hover {
  color: var(--travel-color-primary, #EB5500);
}
.crfw-list-car-rental__item {
  --bs-gutter-x: 30px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--travel-color-border-line, #CFCFCF);
  border-radius: var(--travel-border-radius-2);
  transition: 0.3s;
  margin-bottom: 30px;
  width: 100%;
  padding: calc(var(--bs-gutter-x) * 0.5) 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item {
    margin: 0px 0px 30px 0px;
  }
}
.crfw-list-car-rental__item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.crfw-list-car-rental__item .crfw-list-car-rentals {
  display: flex;
  flex-direction: column;
}
.crfw-list-car-rental__item .crfw-image {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.crfw-list-car-rental__item .bfw-thumbnail {
  height: 210px;
}
.crfw-list-car-rental__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: var(--travel-border-radius-2);
}
.crfw-list-car-rental__main-about {
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 8px;
}
.crfw-list-car-rental__item_infor {
  margin-top: 8px;
}
.crfw-list-car-rental__item_infor__option {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.crfw-list-car-rental__item_infor__option_item {
  padding-right: 14px;
  padding-top: 4px;
  width: 50%;
}
.crfw-list-car-rental__item_infor__option_item svg {
  font-size: 14px;
  letter-spacing: -0.005em;
  line-height: 26px;
  display: inline-block;
  flex-shrink: 0;
  height: 14px;
  transition: fill 0.4s;
  user-select: none;
  width: 14px;
}
.crfw-list-car-rental__item_infor__option_item svg path {
  fill: var(--travel-color-text, #4A4A4A);
}
.crfw-list-car-rental__item_infor__option_item .num {
  padding-left: 8px;
  color: var(--travel-color-text, #4A4A4A);
  font-size: 14px;
}
.crfw-list-car-rental__item_location {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: end;
}
.crfw-list-car-rental__item_location__infor {
  align-items: center;
  display: flex;
  margin-top: 16px;
  width: fit-content;
  color: var(--travel-color-text, #4A4A4A);
}
.crfw-list-car-rental__item_location__infor span {
  font-size: 14px;
}
.crfw-list-car-rental__item_location__station {
  padding-top: 4px;
  color: #54a539;
}
.crfw-list-car-rental__item_price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.crfw-list-car-rental__item_price__label {
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__label {
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 30px;
  }
}
.crfw-list-car-rental__item_price__label .crfw-dis-labels {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__label .crfw-dis-labels {
    display: inline-block;
  }
}
.crfw-list-car-rental__item_price__label .crfw-dis-labels .dis-labels {
  padding-bottom: 12px;
  color: #ff002e;
}
.crfw-list-car-rental__item_price__label .crfw-dis-discount {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__label .crfw-dis-discount {
    display: flex;
  }
}
.crfw-list-car-rental__item_price__label .crfw-dis-discount span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 22px;
  background-color: #ff002e;
  border-radius: var(--travel-border-radius-2);
  height: 22px;
  margin-left: 12px;
  padding: 0 8px;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__block .crfw-price-main {
    display: inline-block;
  }
}
.crfw-list-car-rental__item_price__block .crfw-price-main-full {
  text-align: right;
}
.crfw-list-car-rental__item_price__block .crfw-price-main-full span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--travel-color-text, #4A4A4A);
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__block .crfw-price-main-full {
    text-align: left;
  }
}
.crfw-list-car-rental__item_price__block .crfw-price-main-full h6 ins {
  text-decoration: none;
}
.crfw-list-car-rental__item_price__block .crfw-price-main-full h6 .woocommerce-Price-amount, .crfw-list-car-rental__item_price__block .crfw-price-main-full h6 .woocommerce-Price-currencySymbol {
  color: var(--travel-color-primary, #EB5500);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental__item_price__block .crfw-price-main-full h6 .woocommerce-Price-amount, .crfw-list-car-rental__item_price__block .crfw-price-main-full h6 .woocommerce-Price-currencySymbol {
    margin-bottom: 0px;
  }
}
.crfw-list-car-rental__item_price__block .crfw-price-main-full h6 del .amount, .crfw-list-car-rental__item_price__block .crfw-price-main-full h6 del .woocommerce-Price-currencySymbol {
  color: var(--travel-color-text, #4A4A4A);
  font-weight: 400;
}
.crfw-list-car-rental__item_price__block .crfw-price-bottom {
  text-align: right;
  margin-top: 8px;
  display: flex;
  justify-content: end;
}
.crfw-list-car-rental .crfw-list-car-rental-view-info {
  border-top: 1px solid #e7e7f2;
  margin-top: 12px;
  padding: 12px 0px 0px 0px;
}
.crfw-list-car-rental .crfw-list-car-rental-view-info .crfw-list-car-rental-rating-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--travel-heading);
}
.crfw-list-car-rental .crfw-list-car-rental-view-info .crfw-list-car-rental-rating-info i {
  color: #ffc926;
}
.crfw-list-car-rental .crfw-list-car-rental-view-info .hotline-mail {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.crfw-list-car-rental .crfw-list-car-rental-view-info .hotline-mail li {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.5;
}
.crfw-list-car-rental .crfw-list-car-rental-view-info .hotline-mail li a {
  padding-left: 4px;
  color: var(--travel-heading);
}
.crfw-list-car-rental .crfw-list-car-rental-view-info .hotline-mail li:nth-child(2) {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: 32px;
  padding-left: 8px;
}
.crfw-list-car-rental .crfw-rate-star {
  align-self: flex-start;
  cursor: pointer;
  display: inline-flex;
  vertical-align: sub;
}
.crfw-list-car-rental .crfw-rate-star-hot-mail {
  align-items: center;
  display: flex;
  align-self: flex-end;
  vertical-align: sub;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .crfw-list-car-rental .crfw-rate-star-hot-mail {
    display: inline-block;
    margin-top: 10px;
  }
}

.crfw-button {
  padding: 10px 20px;
  border-radius: var(--travel-border-radius-2);
}

/*# sourceMappingURL=style.css.map */
