@charset "UTF-8";
.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery {
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car {
  position: relative;
  border-radius: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car img {
  border-radius: 16px;
  height: 338px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 575.98px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car img {
    height: 240px;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-featured-reviews {
  position: absolute;
  top: 16px;
  left: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-featured-reviews a {
  text-decoration: none;
  border-radius: 8px;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(32px);
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-featured-reviews a span {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-featured-reviews a span i {
  color: #ffc107;
  font-size: 1.125rem;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share a.tf-share-toggle,
.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share a.tf-wishlist {
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tf-brand-dark);
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box {
  display: inline-flex;
  align-items: center;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content {
  display: none;
  margin: 0;
  padding: 0;
  align-items: center;
  list-style: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content.show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content {
    left: auto;
    right: 0px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content {
    left: 0;
    right: auto;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content {
  background: var(--tf-filling-foreground);
  border-radius: 8px;
  padding: 16px 10px;
  width: 280px;
  text-align: center;
  position: absolute;
  min-width: 100%;
  top: 100%;
  transform: translateY(8px);
  z-index: 9999;
  left: auto;
  right: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content h4 {
  font-size: 0.875rem;
  color: var(--tf-primary);
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li {
  display: inline-block;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li a {
  display: inline-block;
  padding: 10px 9px;
  margin: 0;
  color: var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li a i {
  font-size: 1.375rem;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li a:hover {
  background: transparent;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li .tf_btn {
  padding: 10px 8px;
  background-color: transparent;
  border: 0px solid;
  font-size: 1.375rem;
  cursor: pointer;
  color: var(--tf-primary);
  box-shadow: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li .tf_btn span {
  color: var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li .tf_btn .share-center-copied-message {
  display: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li input {
  padding: 0;
  width: 0;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-featured-car .tf-wish-and-share .tf-off-canvas-share-box .share-car-content .tf-dropdown-share-content ul li input {
    display: contents;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery {
  margin-top: 15px;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a {
  width: calc(25% - 12px);
  display: none;
  height: 122px;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a {
    height: 90px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a {
    height: 60px;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a img {
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a.tf-gallery-more {
  position: relative;
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a.tf-gallery-more::before {
  border-radius: 8px;
  content: "View More → ";
  position: absolute;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: var(--tf-text-heading);
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a.tf-gallery-more::before {
    font-size: 0.875rem;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a:nth-child(1), .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a:nth-child(2), .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a:nth-child(3), .single-tf_carrental .tf-single-template__one .tf-car-hero-gallery .tf-gallery a:nth-child(4) {
  display: block;
}

.single-tf_carrental .tf-single-template__one .tf-single-booking-bar {
  background: var(--tf-filling-foreground);
  padding: 16px 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-booking-bar {
    gap: 16px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-bar-booking {
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-bar-booking {
    display: none;
  }
}

.single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-bar-booking .tf-price-header h2 {
  color: var(--tf-primary);
  font-size: 1.313rem;
  font-weight: 700;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-bar-booking .tf-price-header p {
  color: var(--tf-text-paragraph);
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-bar-booking button {
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--tf-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 0px solid;
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-top-bar-booking button:hover {
  background: var(--tf-brand-dark);
}

.single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-details-menu {
  width: 668px;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-single-booking-bar .tf-details-menu {
    width: 100%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-details-menu {
  position: relative;
  overflow: hidden;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu::before {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #F1F3F4 100%);
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 92px;
  z-index: -1;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  width: 100%;
  display: block ruby;
  scrollbar-width: thin;
  scrollbar-color: #aaa #eee;
  display: flex;
  white-space: nowrap;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul::-webkit-scrollbar {
  width: 4px;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul::-webkit-scrollbar-track {
  background: var(--tf-brand-lite);
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul::-webkit-scrollbar-thumb:hover {
  background-color: #F1F3F4;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul li {
  display: inline-block;
  margin-right: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul li a {
  text-decoration: none;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  padding: 8px;
  display: inline-block;
}

.single-tf_carrental .tf-single-template__one .tf-details-menu ul li.active a {
  color: var(--tf-primary);
  border-bottom: 2px solid var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-car-info {
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px 8px;
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul li {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  width: calc(25% - 8px);
  border-radius: 8px;
  border: 1px solid var(--tf-brand-lite);
  padding: 8px;
  position: relative;
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul li i {
  font-size: 1.25rem;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-car-info ul li {
    width: calc(33% - 8px);
  }
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-info ul li {
    width: calc(33% - 4px);
  }
}

@media only screen and (max-width: 575.98px) {
  .single-tf_carrental .tf-single-template__one .tf-car-info ul li {
    width: calc(50% - 8px);
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul li:hover .tf-car-info-tooltip {
  visibility: visible;
  opacity: 1;
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul li .tf-car-info-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: var(--tf-filling-foreground);
  border-radius: .5rem;
  padding: 8px 12px;
  width: 260px;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  margin-left: -130px;
  transition: .3s all ease;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-info ul li .tf-car-info-tooltip {
    width: 100%;
    margin-left: -50%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul li .tf-car-info-tooltip::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -8px;
  bottom: -3px;
  z-index: -1;
}

.single-tf_carrental .tf-single-template__one .tf-car-info ul li .tf-car-info-tooltip span {
  color: var(--tf-text-paragraph);
  font-size: 0.875rem;
}

.single-tf_carrental .tf-single-template__one .tf-short-description,
.single-tf_carrental .tf-single-template__one .tf-full-description {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-short-description p,
.single-tf_carrental .tf-single-template__one .tf-full-description p {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-short-description span.tf-see-description,
.single-tf_carrental .tf-single-template__one .tf-short-description span.tf-see-less-description,
.single-tf_carrental .tf-single-template__one .tf-full-description span.tf-see-description,
.single-tf_carrental .tf-single-template__one .tf-full-description span.tf-see-less-description {
  color: var(--tf-primary);
  cursor: pointer;
}

.single-tf_carrental .tf-single-template__one .tf-full-description {
  display: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-benefits {
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-benefits ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px 8px;
}

.single-tf_carrental .tf-single-template__one .tf-car-benefits ul li {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  width: calc(50% - 8px);
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-benefits ul li {
    width: 100%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section {
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-inc-list,
.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-inc-list,
  .single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list {
    width: 100%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-inc-list h3,
.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list h3 {
  margin-bottom: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-inc-list ul,
.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list ul {
  margin: 0;
  padding: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-inc-list ul li,
.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list ul li {
  border-radius: 6px;
  background: #F1F3F4;
  padding: 8px 16px 8px 12px;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-inc-list ul li i,
.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list ul li i {
  color: #198754;
}

.single-tf_carrental .tf-single-template__one .tf-car-inc-exc-section .tf-inc-exe .tf-exc-list ul li i {
  color: #ff6055;
}

.single-tf_carrental .tf-single-template__one .tf-car-location {
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-location .tf-car-location-map {
  border-radius: 8px;
  background: var(--tf-brand-lite);
  height: 260px;
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section {
  width: 100%;
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col {
  margin-bottom: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col:last-child {
  margin-bottom: 0px;
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col.active .tf-faq-head span i {
  transform: rotate(180deg);
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col .tf-faq-head {
  border-radius: 8px;
  background: #F1F3F4;
  padding: 8px 16px;
  cursor: pointer;
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col .tf-faq-head span {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  gap: 8px;
  flex-wrap: nowrap;
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col .tf-faq-head span i {
  color: var(--tf-text-paragraph);
}

.single-tf_carrental .tf-single-template__one .tf-car-faq-section .tf-faq-col .tf-question-desc {
  color: var(--tf-text-paragraph);
  font-size: 0.938rem;
  padding: 8px 16px;
  display: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section {
  padding-bottom: 32px;
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section h3 {
  color: var(--tf-text-heading);
  font-size: 1.313rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section table {
  border-left: 1px solid var(--tf-border-lite);
  border-top: 1px solid var(--tf-border-lite);
  margin: 0px;
  border-radius: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr th {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  border-right: 1px solid var(--tf-border-lite);
  border-bottom: 1px solid var(--tf-border-lite);
  padding: 16px;
  vertical-align: baseline;
  text-align: left;
  width: 210px;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr th {
    padding: 8px;
    width: 33%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr td {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  border-right: 1px solid var(--tf-border-lite);
  border-bottom: 1px solid var(--tf-border-lite);
  padding: 16px 40px;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr td {
    padding: 8px;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr:first-child td {
  border-radius: 0 16px 0 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr:last-child th {
  border-radius: 0 0 0 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-conditions-section table tr:last-child td {
  border-radius: 0 0 16px 0;
}

.single-tf_carrental .tf-single-template__one .tf-review-section {
  margin-bottom: 32px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section h3 {
  color: var(--tf-text-heading);
  font-size: 1.313rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-wrapper p {
  margin: 0 0 20px 0;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews ~ .tf-review-form-wrapper {
  margin-top: 20px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-submit {
  margin-top: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container {
  min-width: auto;
  background: transparent;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container form {
  padding: 32px;
  background: var(--tf-filling-foreground);
  border-radius: 8px;
}

@media only screen and (max-width: 575.98px) {
  .single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container form {
    padding: 24px;
  }
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container .tf-visitor-info {
  margin: 20px 0px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container .tf-rating-wrapper {
  margin-bottom: 20px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container .tf-review-submit input[type="submit"] {
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--tf-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 0px solid;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-form-container textarea {
  background: transparent;
  border-color: var(--tf-brand-lite);
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data {
  margin-bottom: 32px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data .tf-review-data-average .avg-review {
  color: var(--tf-text-paragraph);
  font-size: 2.375rem;
  font-weight: 700;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data .tf-review-data-average .avg-review i {
  font-size: 1.25rem;
  color: var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data .tf-review-data-average .tf-review-all-info p {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-percent-progress {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-progress-bar {
  height: 5px;
  background: var(--tf-brand-lite);
  border-radius: 32px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-progress-item {
  width: calc(50% - 16px);
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-progress-item {
    width: 100%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-progress-bar {
  position: relative;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-progress-bar .percent-progress {
  position: absolute;
  background: var(--tf-primary);
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 7px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-review-feature-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-review-feature-label p {
  margin: 0;
  color: var(--tf-text-paragraph);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-review-data-features .tf-review-feature-label p.feature-rating {
  font-weight: 700;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews {
  margin-top: 32px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item {
  flex-wrap: nowrap;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-avater img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-text {
  width: calc(100% - 62px);
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-text .tf-review-rating {
  font-size: 0;
  color: var(--tf-primary);
  display: flex;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-text .tf-review-rating > div {
  display: flex;
  gap: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-text .tf-review-rating > div i {
  font-size: initial;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-text .tf-reviews-meta {
  font-weight: 700;
}

.single-tf_carrental .tf-single-template__one .tf-review-section .tf-clients-reviews .tf-reviews-item .tf-reviews-text p {
  margin: 15px 0 0 0;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box {
  border-radius: 16px;
  background: var(--tf-filling-foreground);
  padding: 8px 8px 16px 8px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-date-select-box {
    position: fixed;
    left: 0;
    bottom: 72px;
    right: 0;
    z-index: 99999;
    margin-bottom: 0px;
    display: none;
  }
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box.tf-box-loading {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-date-select-box.tf-box-loading {
    position: fixed;
  }
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box.tf-box-loading::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  border-radius: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select {
  border-radius: 8px;
  background: var(--tf-filling-background);
  padding: 16px;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select:last-child {
  margin-bottom: 0px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date {
  width: calc(50% - 8px);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .tf-flex {
  flex-wrap: nowrap;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date:first-child {
  border-right: 1px solid var(--tf-border-lite);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select {
  width: 100%;
  position: relative;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select h5 {
  color: var(--tf-text-heading);
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input {
  min-width: auto;
  width: 100%;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  border: 0px solid;
  padding-left: 0px;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 575.98px) {
  .single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input {
    font-size: 0.875rem;
  }
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input:focus {
  outline: none;
  box-shadow: none;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input::placeholder {
  color: var(--tf-text-paragraph);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  width: 190px;
  max-height: 200px;
  overflow: auto;
  border-radius: 4px;
  background: var(--tf-filling-foreground);
  padding: 2px;
  scrollbar-width: thin;
  scrollbar-color: #aaa #eee;
  /* Chrome, Edge, and Safari */
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar {
  width: 5px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar-track {
  background: #ffffff;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
  border: 3px solid #ffffff;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #ffffff;
  text-transform: capitalize;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  margin-bottom: 2px;
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:last-child {
  margin-bottom: 0px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:hover {
  background-color: var(--tf-brand-lite);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn {
  padding-top: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn .error-notice {
  text-align: center;
  color: #ff6055;
  margin-bottom: 10px;
  display: none;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn button {
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--tf-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  border: 0px solid;
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn button:hover {
  background: var(--tf-brand-dark);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn button.tf-partial-button {
  border: 1px solid var(--tf-primary);
  background: transparent;
  color: var(--tf-primary);
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn button.tf-partial-button svg path {
  stroke: var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn button.tf-partial-button:hover {
  border: 1px solid var(--tf-brand-dark);
  background: var(--tf-brand-dark);
  color: #ffffff;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-form-submit-btn button.tf-partial-button:hover svg path {
  stroke: #ffffff;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-instraction-btn {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-instraction-btn {
    display: none;
  }
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-instraction-btn span {
  color: var(--tf-primary);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box {
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  margin-top: 16px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box {
    display: none;
  }
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline {
  margin-top: 12px;
  border-bottom: 1px solid var(--tf-border-lite);
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline ul {
  display: flex;
  margin: 0;
  list-style: none;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline ul li {
  border-left: 1px dotted var(--tf-border-default);
  border-right: 1px dotted var(--tf-border-default);
  width: 50%;
  padding: 4px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline ul li span.free {
  border-radius: 2px;
  background: #198754;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  padding: 4px 8px;
  display: block;
  text-align: center;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline ul li span.paid {
  border-radius: 2px;
  background: var(--tf-brand-dark);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 4px 8px;
  display: block;
  text-align: center;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline-text {
  padding: 4px 0 16px 0;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline-text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancellation-timeline .tf-timeline-text ul li {
  color: var(--tf-text-paragraph);
  font-size: 0.75rem;
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancelltion-popup-btn {
  text-align: center;
  margin-top: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-date-select-box .tf-cancellation-box .tf-cancelltion-popup-btn a {
  color: var(--tf-primary);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.single-tf_carrental .tf-single-template__one .tf-mobile-booking-btn {
  display: none;
  background: var(--tf-brand-lite);
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-mobile-booking-btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
}

.single-tf_carrental .tf-single-template__one .tf-mobile-booking-btn button {
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--tf-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  border: 0px solid;
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-mobile-booking-btn button:hover {
  background: var(--tf-brand-dark);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form {
  width: 440px;
}

@media only screen and (max-width: 1024px) {
  .single-tf_carrental .tf-single-template__one .tf-car-booking-form {
    width: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .single-tf_carrental .tf-single-template__one .tf-car-booking-form {
    width: 100%;
  }
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-price-header {
  margin-bottom: 38px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-price-header h2 {
  color: var(--tf-text-heading);
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-price-header h2 del {
  color: var(--tf-text-paragraph);
  text-decoration-line: strikethrough;
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-price-header h2 small.pricing-type {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-price-header p {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info {
  border-radius: 16px;
  background: #F1F3F4;
  padding: 16px 24px 24px 24px;
  margin-bottom: 32px;
  display: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box h3 {
  color: var(--tf-text-heading);
  font-size: 1.313rem;
  font-weight: 400;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box .tf-single-added-extra {
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  gap: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box .tf-single-added-extra h4 {
  color: var(--tf-text-heading);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 148px);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box .tf-single-added-extra .qty-price {
  color: var(--tf-text-heading);
  font-size: 1rem;
  font-weight: 400;
  width: 140px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box .tf-single-added-extra .qty-price span.price {
  margin-left: 10px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box .tf-single-added-extra .qty-price i {
  color: var(--tf-text-paragraph);
  font-size: 1.25rem;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-extra-added-info .tf-extra-added-box .tf-single-added-extra .qty-price span.delete {
  cursor: pointer;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section {
  border-radius: 16px;
  background: #F1F3F4;
  padding: 16px 24px 24px 24px;
  margin-bottom: 32px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section h3 {
  color: var(--tf-text-heading);
  font-size: 1.313rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra {
  padding: 12px 16px 0 0px;
  border-radius: 8px;
  background: #F1F3F4;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title {
  width: calc(100% - 95px);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 {
  color: var(--tf-text-heading);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 .tf-info-tooltip {
  position: relative;
  margin-left: 5px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 .tf-info-tooltip i {
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 .tf-info-tooltip:hover .tf-info-tooltip-content {
  visibility: visible;
  opacity: 1;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 .tf-info-tooltip .tf-info-tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border-radius: 8px;
  background: var(--UI-800, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #27333F);
  padding: 8px 12px;
  width: 218px;
  z-index: 0;
  bottom: 30px;
  left: 50%;
  margin-left: -109px;
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 .tf-info-tooltip .tf-info-tooltip-content::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: var(--UI-800, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #27333F);
  border-radius: 5px;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -8px;
  bottom: -6px;
  z-index: -1;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title h4 .tf-info-tooltip .tf-info-tooltip-content p {
  color: #ffffff;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title .acr-select {
  border-radius: 8px;
  background: #F1F3F4;
  padding: 4px 8px;
  width: auto;
  display: inline-flex;
  gap: 10px;
  height: 32px;
  margin-top: 5px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title .acr-select .acr-dec,
.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title .acr-select .acr-inc {
  color: var(--tf-brand-dark);
  border: 0px solid var(--tf-border-lite);
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title .acr-select input {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  width: 18px;
  cursor: not-allowed;
  background: transparent;
  border: 0px solid;
  padding: 0;
  text-align: center;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-title .acr-select input:focus {
  box-shadow: none;
  outline: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-price {
  text-align: right;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-price h4 {
  color: var(--tf-text-heading);
  font-size: 1.313rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-car-single-extra .tf-extra-price h4 small {
  display: block;
  font-size: 1rem;
  color: var(--tf-text-paragraph);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-extra-apply-btn {
  text-align: right;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-extra-apply-btn button {
  padding: 12px 32px;
  border-radius: 8px;
  background: #F1F3F4;
  color: var(--tf-primary);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--tf-primary);
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-add-extra-section .tf-car-extra-infos .tf-extra-apply-btn button:hover {
  background: var(--tf-primary);
  color: #ffffff;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details {
  border-radius: 16px;
  background: #F1F3F4;
  padding: 24px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-details-header h3 {
  color: var(--tf-text-heading);
  font-size: 1.313rem;
  font-weight: 400;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-details-header span {
  color: var(--tf-primary);
  font-size: 1rem;
  font-weight: 400;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-details-header span i {
  color: var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info {
  width: calc(100% - 72px);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info h4 {
  color: var(--tf-text-heading);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info p {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info {
  border-top: 1px solid var(--tf-border-lite);
  margin-top: 16px;
  padding-top: 16px;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a {
  position: relative;
  text-decoration: none;
  color: var(--tf-primary);
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a i {
  font-size: 1.25rem;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a:hover .tf-tooltip-info {
  visibility: visible;
  opacity: 1;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a path {
  stroke: var(--tf-primary);
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a .tf-tooltip-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border-radius: 8px;
  background: var(--UI-800, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #27333F);
  padding: 8px 12px;
  width: 218px;
  z-index: 0;
  bottom: 30px;
  left: 50%;
  margin-left: -109px;
  transition: .3s all ease;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a .tf-tooltip-info::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: var(--UI-800, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #27333F);
  border-radius: 5px;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -8px;
  bottom: -6px;
  z-index: -1;
}

.single-tf_carrental .tf-single-template__one .tf-car-booking-form .tf-driver-details .tf-driver-photo .tf-driver-info .tf-driver-contact-info ul li a .tf-tooltip-info p {
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-car-banner,
.tax-carrental_location .tf-archive-template__one .tf-archive-car-banner,
.tax-carrental_brand .tf-archive-template__one .tf-archive-car-banner,
.page-template-tf-search .tf-archive-template__one .tf-archive-car-banner {
  background: #F1F3F4;
  height: 350px;
  margin: 24px 24px 0 24px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 575.98px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-car-banner,
  .tax-carrental_location .tf-archive-template__one .tf-archive-car-banner,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-car-banner,
  .page-template-tf-search .tf-archive-template__one .tf-archive-car-banner {
    margin: 0 16px;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-car-banner .tf-banner-content,
.tax-carrental_location .tf-archive-template__one .tf-archive-car-banner .tf-banner-content,
.tax-carrental_brand .tf-archive-template__one .tf-archive-car-banner .tf-banner-content,
.page-template-tf-search .tf-archive-template__one .tf-archive-car-banner .tf-banner-content {
  height: 100%;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-car-banner .tf-banner-content h1,
.tax-carrental_location .tf-archive-template__one .tf-archive-car-banner .tf-banner-content h1,
.tax-carrental_brand .tf-archive-template__one .tf-archive-car-banner .tf-banner-content h1,
.page-template-tf-search .tf-archive-template__one .tf-archive-car-banner .tf-banner-content h1 {
  color: #ffffff;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box {
  border-radius: 24px;
  background: #E6F2FE;
  padding: 8px;
  position: relative;
  top: -60px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box {
  padding: 8px;
  flex-wrap: nowrap;
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box {
    flex-wrap: wrap;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select {
  border-radius: 8px;
  background: var(--tf-filling-background);
  padding: 16px;
  width: 33.33%;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select {
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select {
    padding: 10px;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date {
  width: calc(50% - 8px);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child {
  border-right: 1px solid var(--tf-border-lite);
}

@media only screen and (max-width: 575.98px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child .tf-flex,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child .tf-flex,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child .tf-flex,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date:first-child .tf-flex {
    padding-right: 15px;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date i,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date i,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date i,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date i {
  color: var(--tf-text-paragraph);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .tf-flex,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .tf-flex,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .tf-flex,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .tf-flex {
  flex-wrap: nowrap;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select {
  width: 100%;
  position: relative;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select h5,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select h5,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select h5,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select h5 {
  color: var(--tf-text-heading);
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time {
  min-width: auto;
  width: 100%;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  border: 0px solid;
  padding-left: 0px;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 575.98px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time {
    font-size: 0.875rem;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input:focus,
.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time:focus,
.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time:focus,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input:focus,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time:focus,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time:focus,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input:focus,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time:focus,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time:focus,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input:focus,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time:focus,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time:focus {
  outline: none;
  box-shadow: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input::placeholder,
.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time::placeholder,
.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time::placeholder,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input::placeholder,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time::placeholder,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time::placeholder,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input::placeholder,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time::placeholder,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time::placeholder,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select input::placeholder,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-pickup-time::placeholder,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .selected-dropoff-time::placeholder {
  color: var(--tf-text-paragraph);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 190px;
  max-height: 200px;
  overflow: auto;
  border-radius: 4px;
  background: var(--tf-filling-foreground);
  padding: 2px;
  scrollbar-width: thin;
  scrollbar-color: #aaa #eee;
  /* Chrome, Edge, and Safari */
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar {
  width: 5px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar-track,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar-track,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar-track,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items *::-webkit-scrollbar-track {
  background: #ffffff;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items::-webkit-scrollbar-thumb,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items::-webkit-scrollbar-thumb,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items::-webkit-scrollbar-thumb,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
  border: 3px solid #ffffff;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #ffffff;
  text-transform: capitalize;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  margin-bottom: 2px;
  transition: .3s all ease;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:last-child,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:last-child,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:last-child,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:last-child {
  margin-bottom: 0px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:hover,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:hover,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:hover,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select .tf-select-date .info-select .autocomplete-items > div:hover {
  background-color: var(--tf-brand-lite);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date {
  width: 100%;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:first-child,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:first-child,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:first-child,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:first-child {
  border-right: 0px solid var(--tf-border-default);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:last-child,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:last-child,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:last-child,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-pick-drop-location.active .tf-select-date:last-child {
  display: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date {
  width: 100%;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date:first-child,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date:first-child,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date:first-child,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-date-select-box .tf-date-single-select.tf-date-single-select.full-width .tf-select-date:first-child {
  border-right: 0px solid var(--tf-border-default);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box {
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box {
    display: flow-root;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location {
  padding-left: 16px;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location {
    padding-left: 0px;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 32px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark:after,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark:after,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark:after,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark:after {
  display: block;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #808080;
  background-color: transparent;
  border-radius: 5px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark::after,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark::after,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark::after,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label .tf-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location ul li label input:checked ~ .tf-checkmark {
  border-color: var(--tf-primary);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location span#tf-required,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location span#tf-required,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location span#tf-required,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-driver-location span#tf-required {
  color: #ff6055;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button,
  .tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button,
  .tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button,
  .page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button {
    margin-top: 16px;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button {
  border-radius: 8px;
  background: var(--tf-primary);
  padding: 16px 50px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  border: 0px solid;
  cursor: pointer;
  transition: .3s all ease;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button:hover,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button:hover,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button:hover,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button:hover {
  background: var(--tf-brand-dark);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button i,
.tax-carrental_location .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button i,
.tax-carrental_brand .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button i,
.page-template-tf-search .tf-archive-template__one .tf-archive-search-box .tf-driver-location-box .tf-submit-button button i {
  margin-left: 8px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-archive-view ul,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-archive-view ul,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-archive-view ul,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-archive-view ul {
  margin: 0px;
  padding: 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-archive-view ul li,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-archive-view ul li,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-archive-view ul li,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-archive-view ul li {
  height: 52px;
  width: 52px;
  display: flex;
  border-radius: 8px;
  background: var(--tf-filling-foreground);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-archive-view ul li i,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-archive-view ul li i,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-archive-view ul li i,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-archive-view ul li i {
  color: var(--tf-text-paragraph);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active {
  background-color: var(--tf-primary);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active i,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active i,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active i,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-archive-view ul li.active i {
  color: #ffffff;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-total-result-bar,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-total-result-bar,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-total-result-bar,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-total-result-bar {
  text-align: right;
  display: flex;
  gap: 2px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-archive-header .tf-total-result-bar span,
.tax-carrental_location .tf-archive-template__one .tf-archive-header .tf-total-result-bar span,
.tax-carrental_brand .tf-archive-template__one .tf-archive-header .tf-total-result-bar span,
.page-template-tf-search .tf-archive-template__one .tf-archive-header .tf-total-result-bar span {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar {
  width: 358px;
  border-radius: 16px;
  background: var(--tf-filling-foreground);
  padding: 32px;
}

@media only screen and (max-width: 1024px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
  .tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
  .tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
  .page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar {
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
  .tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
  .tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar,
  .page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar {
    width: 100%;
  }
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header {
  margin-bottom: 32px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header h4,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header h4,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header h4,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header h4 {
  color: var(--tf-text-heading);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header button,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header button,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header button,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf-sidebar-header button {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  padding: 0px;
  border: 0px solid;
  cursor: pointer;
  display: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget {
  margin-bottom: 32px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget:last-child,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget:last-child,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget:last-child,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget:last-child {
  margin-bottom: 0px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title {
  background: transparent;
  padding: 0;
  height: auto;
  border: 0;
  box-shadow: none;
  border-radius: 0px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title span,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title span,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title span,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title span {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 16px;
  cursor: auto;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title i,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title i,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title i,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-widget-title i {
  display: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li {
  width: 100%;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li.hidden,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li.hidden,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li.hidden,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li.hidden {
  display: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label {
  color: #F1F3F4;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark:after,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark:after,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark:after,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark:after {
  display: block;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label input:checked ~ .tf-checkmark {
  background-color: transparent;
  border-color: var(--tf-primary);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #808080;
  background-color: transparent;
  border-radius: 5px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark::after,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark::after,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark::after,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists ul li label .tf-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists a,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists a,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists a,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .tf-category-lists a {
  text-decoration: none;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  margin-top: 8px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__track,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__track,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__track,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__track {
  border-radius: 4px;
  background: var(--tf-brand-lite);
  margin: 0 0 28px 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__tooltip,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__tooltip,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__tooltip,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__tooltip {
  bottom: -30px;
  background: transparent;
  color: var(--tf-text-paragraph);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider_dark .al-range-slider__bar,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider_dark .al-range-slider__bar,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider_dark .al-range-slider__bar,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider_dark .al-range-slider__bar {
  background-color: var(--tf-text-paragraph);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__knob,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__knob,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__knob,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget .al-range-slider__knob {
  border-radius: 12px;
  border: 1.5px solid var(--tf-border-default);
  background: var(--tf-filling-background);
  width: 24px;
  height: 24px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_seat_filters .al-range-slider__knob::before,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_seat_filters .al-range-slider__knob::before,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_seat_filters .al-range-slider__knob::before,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_seat_filters .al-range-slider__knob::before {
  content: "\f6c0";
  position: absolute;
  font-family: "FontAwesome";
  color: var(--tf-primary);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul {
  gap: 8px;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li {
  width: calc(33% - 5px);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li label,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li label,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li label,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li label {
  background: var(--tf-filling-background);
  border-radius: 8px;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  padding: 4px 8px;
  text-align: center;
  z-index: 0;
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li.active label,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li.active label,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li.active label,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget.widget_tf_car_engine_filter .tf-category-lists ul li.active label {
  background: var(--tf-primary);
}

.post-type-archive-tf_carrental .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget a,
.tax-carrental_location .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget a,
.tax-carrental_brand .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget a,
.page-template-tf-search .tf-archive-template__one .tf-car-details-column .tf-car-archive-sidebar .tf_widget a {
  color: var(--tf-primary);
}


/*# sourceMappingURL=tourfic-carrentals.css.map*/