.car_premium_price li {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
}

.daterangepicker.start-date:before, .daterangepicker td.disabled:before {
  height: 20px;
  width: 20px;
  border-radius: 100% !important;
  -webkit-transform: translate3d(5px, -3px, 0);
  transform: translate3d(5px, -3px, 0);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  font-size: 11px;
}

.daterangepicker td.start-date {
  border-radius: 12px 0 0 12px !important;
  background: #ebf4f8;
  color: #0a0a0a;
}

.daterangepicker td.start-date {
  border-radius: 12px 0 0 12px !important;
  background: #ebf4f8;
  color: #0a0a0a;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #ebf4f8;
  color: #0a0a0a;
}

.daterangepicker td.end-date {
  border-radius: 0 12px 12px 0 !important;
}

.daterangepicker td {
  border-color: transparent;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  border-color: transparent !important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #ebf4f8;
  color: #0a0a0a;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.daterangepicker td.available:hover span, .daterangepicker th.available:hover span {
  border-color: #0a0a0a !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.daterangepicker td.available, .daterangepicker th.available {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.daterangepicker .calendar-table .next span {
  position: relative;
  left: -3px;
}

.daterangepicker .drp-buttons .btn {
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 10px;
}

.booking_form {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.booking_form:before {
  content: "\e83a";
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-family: "fl-custom-icon-font";
  font-size: 20px;
  z-index: 2;
  color: #e2b71c;
  -webkit-animation: loaderRotate 1s ease-in-out infinite;
  animation: loaderRotate 1s ease-in-out infinite;
  opacity: 0;
  visibility: hidden;
}
.booking_form.loading {
  opacity: 0.5;
}
.booking_form.loading:before {
  opacity: 1;
  visibility: visible;
}

.revus_booking_prices_contain_grid {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background: red;
}
.revus_booking_prices_contain_grid .list-grid-item {
  display: inline-block;
  color: #fff;
  width: 32%;
  text-align: center;
  opacity: 0.85;
  font-size: 12px;
  padding: 0;
  border-right: 1px solid rgba(221, 221, 221, 0.3);
  margin: 8px 0;
  line-height: 14px;
}
.revus_booking_prices_contain_grid .list-grid-item:last-child {
  border-right: 0 !important;
}

html .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 170px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare {
  bottom: -10px;
  top: auto;
}

.booking-widget-wrap {
  margin-bottom: 30px;
}

.grid .add-to-compare {
  right: auto !important;
  top: auto !important;
}

.grid .add-to-compare .cmpr-btn-text {
  -webkit-transition: color 0.3s ease !important;
  -o-transition: color 0.3s ease !important;
  transition: color 0.3s ease !important;
}

.car-details .auto-slider .slides li .slide-car-img-big-slider {
  max-width: 750px;
  max-height: 322px;
  width: 100%;
  height: 322px;
  background-size: cover !important;
  background-position: center center !important;
}

@media screen and (max-width: 992px) {
  .car-details .auto-slider .slides li .slide-car-img-big-slider {
    max-height: 315px;
  }
}
@media screen and (max-width: 430px) {
  .car-details .auto-slider .slides li .slide-car-img-big-slider {
    max-height: 250px;
  }
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow.prev-arrow {
  left: 20px;
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow.prev-arrow:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  color: white;
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #253241;
  border-top: 2px solid #253241;
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow.next-arrow {
  right: 20px;
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow.next-arrow:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  color: white;
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid;
  border-top: 2px solid;
  border-top-color: #253241;
  border-right-color: #253241;
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.auto-slider .auto-slider-arrow-wrap .slick-arrow:hover:before {
  border-color: #ffffff;
}

#pix-sorting .sorting__inner .sorting__item.view-by {
  margin-left: 10px;
}

.compare-sort a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid;
  position: relative;
  color: #cccccc;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.compare-sort a .cmp-count {
  position: absolute;
  right: -5px;
  top: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  border-radius: 100%;
  color: #fff;
}

#pix-sorting .sorting__inner .sorting__item.sorting-by {
  margin-right: 25px;
}

.tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link {
  display: block;
  background-color: #fff;
  color: #222;
  padding: 8px 25px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  min-width: 150px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link.active, .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link:hover {
  background-color: #f0a837;
  color: #fff;
}
.tmreviews_account_wrap .tmreviews_account_wrap_content .tab_panes_container {
  display: none;
}
.tmreviews_account_wrap .tmreviews_account_wrap_content .tab_panes_container.active {
  display: block;
}

.tmreviews_js_profile_form #tmreviews_update_profile {
  background-color: #f0a837;
  display: inline-block;
  color: #fff;
  padding: 8px 25px;
  margin: 20px 0px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  min-width: 150px;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#fl_js_profile_form.ajax-loading .cobalt-Fieldset {
  position: relative;
}
#fl_js_profile_form.ajax-loading .cobalt-Fieldset:before {
  background: #eee;
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  z-index: 1;
}

.tab_panes_container #settings-form.fl_change_password_form .settings-input:not([name=email]) {
  margin: 15px 0;
  margin-top: 50px;
}
.tab_panes_container #settings-form.fl_change_password_form .submit {
  margin: 15px 0;
}
.tab_panes_container #settings-form.fl_change_password_form .submit input {
  padding: 12px;
}

.woo_table_details_show {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo_table_details_show.open {
  display: contents;
}
.woo_table_details_show td.woocommerce-table__product-name {
  width: 40%;
}

.fl-cars-slider-wrap-vc.slider_style_one .cars-slider {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.elementor-widget-text-editor .elementor-widget-container *:first-child {
  margin-top: 0 !important;
}
.elementor-widget-text-editor .elementor-widget-container p {
  margin-bottom: 15px;
}
.elementor-widget-text-editor .elementor-widget-container p + p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.fl-contact-form p {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.single-pixad-autos .tab-content h5 {
  margin-top: 23px;
}

.booking_form select {
  margin-bottom: 0 !important;
}

.sidebar .widget-content .list-categories li .body-count-wrapper {
  background: #dddddd;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #253241;
  border-radius: 100%;
  font-size: 9px;
  margin-left: 5px;
  font-weight: 600;
}

.sidebar .widget-content .list-categories li label {
  position: relative;
}
.sidebar .widget-content .list-categories li label .auto_body_name {
  margin-top: 0;
  width: auto;
}

.autos-container {
  max-width: 1320px;
}

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