.main-header-wrapper {
  padding: 20px 100px 0px;
}

@media (max-width: 991px) {
  .main-header-wrapper {
    padding: 15px 25px 8px;
  }

}

ul.sub-menu li a span {
  font-size: 12px !important;
}

.listing-search-section {
  margin: 0px 0 5px 0px;
  /*padding: 22.5px 39px 22.5px 39px;*/
  padding: 22.5px 100px 22.5px 100px;
  box-shadow: 0px 8px 9px #EAE1D2AD;
  position: relative;
  z-index: 1000;
}

.listing-search-section.sticky-filter {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 13px 100px 13px !important;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 1px 8px #EAE1D2AD !important;
}

.listing-search-section-wrapper {
  padding: 10px 15px;
  margin: 0px 0px;
  border: 1px solid #C2C4C7;
  /*border-radius: 50px;*/
  border-radius: 16px;
  height: 59px;
  -webkit-box-shadow: 0px 2px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 16px -11px rgba(0, 0, 0, 0.75);
  position: relative;
}

.listing-search-section-wrapper span {
  display: block;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  margin-left: 0px;
  font-weight: 600;
  padding-left: 7px;
}

.listing-search-section-wrapper select {
  margin: 0px;
  padding: 0px;
  border: none !important;
  font-size: 14px;
  color: #4a4646;
  font-weight: 500;
  width: 100%;
  background: transparent;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto !important;
  font-family: "montserrat", sans-serif;
  position: relative;
  z-index: 100;
  padding-left: 16px;
}

.listing-search-section-wrapper .col-md-3::before {
  position: absolute;
  content: "";
  background: url(../images/price-tag-arrow.svg) no-repeat 0px 0px;
  width: 11px;
  height: 8px;
  display: inline-block;
  right: 15px;
  top: 23px;
}

.listing-search-section-wrapper .col-md-3:last-child::before {
  display: none;
}

.listing-search-section-wrapper .col-md-3 {
  position: relative;
  padding-left: 20px;
}

.listing-search-section-wrapper .col-md-3::after {
  position: absolute;
  height: 40px;
  width: 1px;
  background: #DCDCDC;
  content: "";
  right: 0;
  top: 0px;
}

.listing-search-section-wrapper .col-md-3:last-child:after {
  display: none;
}

.car-listing-main-wrapper {
  /*background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;*/
  padding: 24px 0 150px 0;
  position: relative;
}

section.car-listing-main-wrapper::before {
  content: "";
  position: absolute;
  background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
}

.breadcrumb-filter-wrapper {
  margin: 0px 0px;
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb {
  margin: 0px 0px;
  padding: 0px 0px;
}

.breadcrumb li {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
  font-size: 12px;
  color: #000;
}

.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #c0ab7d;
}

.breadcrumb span {
  margin: 0px 15px;
  padding: 0px 0px;
  font-size: 12px;
  color: #000;
}

.breadcrumb-tittle h1 {
  margin: 8px 0px 0 0;
  padding: 0px 0px;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.filter-sort-div {
  margin: 0px 0px;
  padding: 0px 0px;
}

.filter-sort-div ul {
  margin: 0px;
  padding: 0px 0px;
  display: flex;
  position: relative;
}

.filter-sort-div ul li {
  margin: 0px 30px 0px 0px;
  padding: 0px 0px;
  list-style: none;
  /* border: 1px solid #C4C4C4; */
  padding: 3px 11px;
  border-radius: 6px;
}

.filter-sort-div ul li select {
  border: none;
  font-size: 13px;
  color: #000000;
  width: auto;
  background-color: transparent;
}

.filter-sort-div ul li a {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

.filter-sort-div ul li a i {
  margin-right: 10px;
}

.filter-button {
  /*padding: 10px 20px;
  border: 1px solid #C4C4C4;
  border-radius: 100px;*/
}

.filter-sort-div ul li:last-child {
  display: none;
}

.filter-sort-div ul li:nth-child(2) {
  margin-right: 0;
}

.filter-sort-div ul li:hover {
  background: #FFCF2E;
  color: #000 !important;
}

.filter-sort-div ul li a:hover {
  color: #000000;
}

.listing-tag-wrapper {
  margin: 25px 0px 40px 0px;
  padding: 0px 0px;
}

.listing-tag-wrapper a {
  margin: 0px 4px 10px 0px;
  padding: 6px 18px;
  color: #000;
  font-size: 13px;
  border: 1px solid #CECECE;
  border-radius: 24px;
  text-decoration: none;
  z-index: 1;
  height: 34px;
}

.listing-tag-wrapper a:hover {
  background: #FFEDB1;
  border: 1px solid #FFCF2E;
}

.listing-tag-wrapper a.active {
  background: #FFEDB1;
  border: 1px solid #FFCF2E;
}

.car-listing-div {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 60px #00000014;
  border-radius: 16px;
  padding: 21.12px 33.5px 23.88px 17px;
  display: flex;
  position: relative;
  margin-bottom: 25px;
}

.car-listing-slider-div .bookmark-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.car-listing-slider-div {
  /*max-width: 300px;*/
  max-width: 328px;
  position: relative;
}

.car-listing-slider-div img {
  border-radius: 10px;
}

.car-listing-slider-div .swiper-button-prev:after {
  background: url(../images/home-image-slider-left.svg) no-repeat -1px 0px !important;
  /*width:32px;
  height: 32px;*/
  width: 20px;
  height: 20px;
  background-size: 100% !important;
  border-radius: 6px;
  opacity: .8;
}

.car-listing-slider-div .swiper-button-next:after {
  background: url(../images/home-image-slider-right.svg) no-repeat -1px 0px !important;
  /*width:32px;
  height: 32px;*/
  width: 20px;
  height: 20px;
  background-size: 100% !important;
  border-radius: 6px;
  opacity: .8;
}

.car-listing-slider-div .swiper-button-next,
.car-listing-slider-div .swiper-button-prev {
  color: transparent !important;
}

.car-listing-slider-div .swiper-button-next:hover,
.car-listing-slider-div .swiper-button-prev:hover {
  opacity: .8;
}

.batchShowed h2 {
  color: #FFCF2E !important;
}

.batchShowed h2 span {
  color: #FFCF2E !important;
}

.similar-tag {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E3E7EC;
  border-radius: 6px;
  padding: 7px 13px;
  font-size: 10px;
  color: #000;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}

.similar-tag:hover {
  color: #FFCF2E;
}

.similar-tag i {
  margin-left: 3px;
}

.car-listing-bottom-div {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.car-listing-detail-div {
  width: 100%;
  margin-left: 45px;
}

.car-listing-detail-div h2 {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.car-listing-detail-div h2 span {
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 300;
}

.car-listing-detail-div p {
  margin: 0px 0px 3px;
  padding: 0px 0px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.car-listing-detail-div p span {
  color: #A1A1A1;
  font-weight: 300;
}

.car-listing-detail-div ul {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px;
  display: flex;
  align-items: center;
}

.car-listing-detail-div ul li {
  margin: 0px 15px 0px 0px;
  padding: 0px 0px;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.car-listing-detail-div ul li i {
  margin-right: 10px;
  margin-top: -4px;
}

.insurance-included {
  margin: 0px 0px 7px 0;
}

.insurance-included i {
  margin-right: 5px;
}

.insurance-included span {
  color: #656C74;
  font-size: 13px;
}

/*
p.location-section{
  margin-bottom: 15px;
  margin-top: 15px;
}*/
p.location-section {
  font-size: 14px;
  color: #656C74;
  display: flex;
  align-items: center;
  background: url(../images/car-listing-location.svg) no-repeat 1px 2px;
  padding: 0px 0px 0px 20px;
}

p.location-section i {
  margin-right: 5px;
  display: none;
}

p.location-section span {
  margin-left: 10px;
  display: inline-block;
}

.car-listing-detail-div .learn-more-button {
  margin: 0px 9px 0px 0px;
  padding: 7px 20px;
  border: 1px solid #EAEAEA;
  /*border-radius: 15px;*/
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.car-listing-detail-div .learn-more-button:hover {
  background: #FFCF2E;
}

.car-listing-detail-div .yellow-main-button {
  padding: 6px 15px;
  margin-right: 9px;
  font-weight: 500;
  width: 128px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

a.car-listing-call-button.learn-more-button {
  width: 40px;
  height: 30px;
  text-align: center;
  padding: 5px 0 8px;
  display: inline-block;
}

a.car-listing-whatsapp-button.learn-more-button {
  width: 40px;
  height: 30px;
  text-align: center;
  padding: 5px 0 8px;
  display: inline-block;
}

.car-listing-exclusive {
  position: absolute;
  top: 16px;
  right: -9px;
}

.new-arrival-tag {
  position: absolute;
  top: 16px;
  right: -9px;
}

.we-are-partner-wrapper.car-listing-page {
  padding-bottom: 100px;
}

.fiter-main-wrapper {
  max-width: 515px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 30px;
  position: fixed;
  top: 0;
  right: -600px;
  height: 100vh;
  z-index: 100002;
  transition: .5s ease;
}

.fiter-main-wrapper.show {
  right: 0;
  transition: .5s ease;
}

.listing-overlay {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100001 !important;
  display: none;
}

.listing-overlay.show {
  display: block;
}

.fiter-main-wrapper h3 {
  text-align: left;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}

.fiter-main-wrapper .category-div {
  margin: 0px 0px;
  padding: 0px 0px;
}

.fiter-main-wrapper .category-div h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.category-item-wrapper {
  display: flex;
}

.fiter-main-wrapper .category-div .category-item {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  padding: 10px 14px;
  color: #656C74;
  font-size: 12px;
  margin-right: 15px;
}

.fiter-main-wrapper .category-div .category-item.active {
  border: 1px solid #FFCF2E;
  color: #000;
}

.fiter-main-wrapper .body-type-wrapper {
  margin: 30px 0px 0px;
  padding: 0px 0px;
}

.fiter-main-wrapper .body-type-wrapper h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.fiter-main-wrapper .body-type-wrapper ul {
  margin: 0px;
  padding: 0px 0px;
}

.fiter-main-wrapper .body-type-wrapper ul li {
  width: 30.33%;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  padding: 20px 0;
  text-align: center;
  list-style: none;
  float: left;
  margin: 0px 10px 15px 0px;
  cursor: pointer;
}

.fiter-main-wrapper .body-type-wrapper ul li i {
  display: block;
}

.fiter-main-wrapper .body-type-wrapper ul li span {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  color: #656C74;
  font-weight: 400;
}

.fiter-main-wrapper .body-type-wrapper ul li:hover {
  border: 1px solid #FFCF2E;
}

.fiter-main-wrapper .body-type-wrapper ul li:hover span {
  color: #0E1218;
}

.fiter-main-wrapper .body-type-wrapper ul li:hover svg path {
  fill: #FFCF2E;
  stroke: #FFCF2E;
}

.fiter-main-wrapper .body-type-wrapper ul li.active {
  border: 1px solid #FFCF2E;
}

.fiter-main-wrapper .body-type-wrapper ul li.active span {
  color: #0E1218;
}

.fiter-main-wrapper .body-type-wrapper ul li.active svg path {
  fill: #FFCF2E;
  stroke: #FFCF2E;
}


.fiter-main-wrapper .brand-modal-wrapper {
  margin: 30px 0px 0;
  padding: 0px 0px;
}

.fiter-main-wrapper .brand-modal-wrapper h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.fiter-main-wrapper .brand-modal-items {
  display: flex;
  justify-content: space-between;
}

.fiter-main-wrapper .brand-modal-items select {
  border: 1px solid #DFDFDF !important;
  padding: 10px 15px;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.fiter-main-wrapper select {
  appearance: none;
}

.select-arrow {
  position: relative;
  width: 100%;
  margin-right: 15px;
}

.select-arrow::after {
  position: absolute;
  content: "";
  background: url(../images/filter-select-dropdown.svg) no-repeat 0px 0px;
  width: 10px;
  height: 6px;
  right: 13px;
  top: 17px;
}

.fiter-main-wrapper .year-wrapper {
  margin: 30px 0px 0;
  padding: 0px 0px;
}

.fiter-main-wrapper .year-wrapper h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.fiter-main-wrapper .year-wrapper .year-items {
  display: flex;
  justify-content: space-between;
}

.fiter-main-wrapper .year-wrapper .year-items input {
  border: 1px solid #DFDFDF;
  padding: 10px 15px;
  width: 50%;
  margin-right: 15px;
  border-radius: 8px;
}

.price-tag-wrapper {
  margin: 30px 14px 0px 0px;
}


.price-tag-wrapper p {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}


.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
}

.range-slider .rangeValues {
  display: block;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #FFCF2E;
  ;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #FFCF2E;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFCF2E;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #FFCF2E;
  ;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #FFCF2E;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: red;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #FFCF2E;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #FFCF2E;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: red;
}

.range-slider .rangeValues {
  display: block;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.filter-seats {
  margin: 20px 0px 0px 0px;
}

.filter-seats h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.filter-seats ul {
  margin: 0px 0px;
  padding: 0px 0px;
  display: flex;
}

.filter-seats ul li {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.filter-seats ul li a {
  margin: 0px 10px 0px 0px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  padding: 10px 0;
  color: #656C74;
  width: 40px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.filter-seats ul li a:hover {
  border: 1px solid #FFCF2E;
  color: #000;
}

.filter-seats ul li.active a {
  border: 1px solid #FFCF2E;
  color: #000;
}

.custom-checkbox-wrapper {
  margin: 30px 0px 0px;
}

.checkbox-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-custom:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked~.checkmark {
  background-color: #FFCF2E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-custom input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-custom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-button-section {
  margin: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-button-section .yellow-main-button {
  width: 48%;
  text-align: center;
  padding: 12px 15px;
}

.filter-button-section .transparent-button {
  width: 48%;
  text-align: center;
  padding: 13px 48px;
}

a.filter-close-button {
  position: absolute;
  right: 20px;
}

.verticle-scroller-div {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 70px;
  padding-right: 0px;
}

/* width */
.verticle-scroller-div::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.verticle-scroller-div::-webkit-scrollbar-track {
  background: #E8E8E8;
}

/* Handle */
.verticle-scroller-div::-webkit-scrollbar-thumb {
  background: #202020;
}

/* Handle on hover */
.verticle-scroller-div::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.car-listing-mobile-popup {
  display: none;
}

.mobile-filter {
  display: none;
}

.searchKeyCont {
  padding: 0;
  margin: 0;
}

.searchKeyCont li span {
  margin: 0px 0px 30px 0px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.pof-listing-logo img {
  width: 49px !important;
}

section.car-listing-main-wrapper.specialChauffer {
  padding-bottom: 50px;
}

.row.booked-row-1.mob-hide {
  display: none;
}

.row.booked-row-1.mob-hide {
  display: block;
}

.car-listing-advertise-banner {
  max-width: 950px;
  margin: 0px auto;
}

.car-listing-advertise-banner .desk-only {
  display: block;
}

.car-listing-advertise-banner .mob-only {
  display: none;
}


.post-type-archive-product .container {
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.single-product .container {
  max-width: 100%;
  padding-right: 41px;
  padding-left: 41px;
}



@media (max-width: 991px) {

  .car-listing-advertise-banner .desk-only {
    display: none;
  }

  .car-listing-advertise-banner .mob-only {
    display: block;
    width: 100%;
  }

  .row.vcloader .col-md-3 {
    display: none !important;
  }

  .filter-sort-div ul li:last-child {
    display: inline-block;
    position: relative;
  }

  .filter-sort-div ul li:last-child::after {
    content: "";
    position: absolute;
    right: -12px;
    width: 1px;
    height: 100%;
    background: #c4c4c4;
    top: 0;
  }

  .filter-sort-div ul li:nth-child(2) {
    display: none;
  }

  .row.booked-row-1.mob-hide {
    display: none;
  }

  .row.booked-row-1.mob-hide {
    display: block;
  }

  .listing-search-section {
    display: none;
  }

  .breadcrumb-filter-wrapper {
    flex-direction: column;
  }

  .breadcrumb {
    display: none;
  }

  .breadcrumb-tittle h1 {
    line-height: 32px;
    margin-bottom: 20px;
  }

  .filter-sort-div ul li:nth-child(2) {
    /*display: none;*/
  }

  .listing-tag-wrapper {
    margin: 25px 0px 60px 0px;
    padding: 0px 0px 15px 0px;
    /* width: 100%;
    overflow-x: auto;
    white-space: nowrap;*/
  }

  .listing-tag-wrapper a {
    display: inline-block;
  }

  .breadcrumb-filter-wrapper {
    align-items: flex-start;
  }

  .car-listing-div {
    flex-direction: column;
    padding: 15px;
  }

  .car-listing-detail-div {
    margin-left: 0;
    margin-top: 40px;
  }

  .car-listing-detail-div ul {
    flex-wrap: wrap;
    /* flex-direction: column;*/
    align-items: flex-start;
  }

  .car-listing-detail-div ul li {
    width: 50%;
    margin: 0px 0px 10px 0px;
  }

  .car-listing-exclusive {
    position: absolute;
    top: auto;
    right: -9px;
    bottom: 45px;
    width: 130px;
    z-index: 1;
  }

  .car-listing-exclusive img {
    width: 100%;
  }

  .new-arrival-tag {
    position: absolute;
    top: auto;
    right: -9px;
    bottom: 30px;
    width: 130px;
  }

  .new-arrival-tag img {
    width: 100%;
  }

  .button-div .mobile-only-img {
    width: auto;
    display: inline;
    margin-left: 6px;
  }

  .car-listing-slider-div {
    max-width: 100%;
  }

  .car-listing-slider-div img {
    width: 100%;
  }

  .similar-tag img {
    width: auto;
  }

  .car-listing-detail-div h2 {
    font-size: 21px;
  }

  .pof-listing-logo {
    display: none;
  }


  .car-listing-mobile-popup {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: -1000px;
    display: none;
    width: 100%;
    height: 500px;
    z-index: 100003;
    padding: 25px;
    transition: .5s ease-in
  }

  .car-listing-mobile-popup.show {
    display: block;
    bottom: 0;
    transition: .5s ease;
    padding-bottom: 20px;
    height: 25%;
  }

  .car-listing-mobile-popup label {
    margin: 25px 0px 10px;
    padding: 0px 0px;
    color: #000000;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
  }

  .car-listing-mobile-popup select {
    margin: 0px 0px;
    padding: 16px 19px;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    background: transparent;
    color: #000;
  }

  .price-tag-wrapper p {
    font-size: 14px;
    font-weight: 400;
  }

  #main-div-bottom h3 {
    font-weight: 600;
    font-size: 20px;
  }

  .car-listing-mobile-popup .select-arrow::after {
    top: 25px;
  }

  .car-listing-mobile-popup select::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
  }

  .car-listing-mobile-popup select::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
  }



  .carlisting-search-filer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #00000047;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    position: fixed;
    bottom: 60px;
    max-width: 210px;
    margin: 0px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
  }

  .carlisting-search-filer a {
    margin: 0px;
    padding: 10px 8px;
    color: #000000;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 50%;
  }

  a#search-click-bottom {
    padding: 10px 0 !important;
    width: 40%;
  }

  .carlisting-search-filer a i {
    margin-right: 8px;
  }

  .carlisting-search-filer.mobile-only-img span {
    color: #A1A1A1;
  }

  .mobile-filter {
    display: block;
  }


  .fiter-main-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #00000047;
    border: 1px solid #C4C4C4;
    border-radius: 28px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 600px;
    right: auto;
    bottom: -2000px;
    width: 100%;
    max-width: 100%;
    top: auto;
    z-index: 100003;
  }

  .fiter-main-wrapper.show {
    bottom: 0;
  }

  .filter-button-section .yellow-main-button {
    padding: 12px 15px;
    font-size: 10px;
  }

  .filter-button-section .transparent-button {
    padding: 12px 15px;
    font-size: 10px;
  }

  .select-arrow select {
    appearance: none;
  }

  .listing-tag-wrapper a {
    margin: 0 4px 10px 0px;
  }

  .fiter-main-wrapper .body-type-wrapper ul li {
    margin: 0px 9px 15px 0px;

  }

  .fiter-main-wrapper h3 {
    text-align: left;
  }

  .verticle-scroller-div {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .fiter-main-wrapper .body-type-wrapper ul li span {
    font-size: 12px;
  }

  .fiter-main-wrapper .brand-modal-items select {
    font-size: 12px;
  }

  .car-listing-mobile-popup.sort-by ul {
    margin: 30px auto;
    width: 80%;
    padding: 0;
  }

  .car-listing-mobile-popup ul li {
    list-style: none;
  }

  .car-listing-mobile-popup select {
    font-size: 12px;
  }

  .fiter-main-wrapper .year-wrapper .year-items input {
    font-size: 12px;
  }

  .price-range-slider .range-value {
    font-size: 10px;
  }

  .filter-sort-div ul li:first-child {
    display: none;
  }

  .price-range-slider .range-value input {
    font-size: 12px;
  }
}



@media (max-width: 767px) {

  .car-listing-bottom-div {
    flex-wrap: wrap;
  }

  .car-listing-detail-div .yellow-main-button {
    padding: 7px 0;
    margin-right: 0;
    width: 48%;
    display: inline-block;
    font-size: 11px;
    text-align: center;
  }

  .car-listing-detail-div .learn-more-button {
    width: 50%;
    margin: 0px 0px 15px 0px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
  }

  a.car-listing-call-button.learn-more-button {
    width: 42x;
    padding: 5px 0;
    text-align: center;
    height: 30px;
  }

  a.car-listing-whatsapp-button.learn-more-button {
    width: 42px;
    padding: 5px 0;
    text-align: center;
    height: 30px
  }

  .pof-listing-logo {
    display: none;
  }

  .car-listing-detail-div ul li {
    font-weight: 500;
    align-items: flex-start;
  }

  p.location-section {
    display: inline-block;
  }

  p.location-section span {
    display: inline;
  }

  .insurance-included {
    margin: 10px 0px;
  }

  .car-listing-detail-div p span {
    font-size: 16px;
  }

  .car-listing-detail-div .learn-more-button {
    padding: 7px 13px;
  }

  p.location-section span {
    font-size: 14px;
  }


  .listing-tag-wrapper {
    margin: 25px 0px 0px 0px;
  }

  p.location-section {
    margin-top: 0;
  }

  .filter-sort-div ul li {
    margin: 0 15px 0px 0px;
  }
}




.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  position: absolute;
  right: 6px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  background: #fff;
  border-radius: 6px;
  padding: 4px 4px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  color: #656C74;
}

.custompagination.ajaxcustompgn {
  margin: 50px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.loaderpageing {
  display: none;
}

.page-numbers {
  border: 1px solid #C4C4C4;
  padding: 11px 15px;
  border-radius: 100%;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-weight: 500;
  margin: 0px 4px;
}

.page-numbers:hover {
  color: #C0AB7D;
}

.page-numbers.current {
  background: #FFCF2E;
  border: none;
}

.next.page-numbers {
  position: relative;
}

.next.page-numbers::after {
  content: "";
  position: absolute;
  margin: 0px 0px;
  padding: 0px 0px;
  background: url("../images/pagenation-right.svg?v=555") no-repeat 0px 0px;
  width: 10px;
  height: 10px;
  display: block;
  top: 15px;
}

.prev.page-numbers {
  position: relative;
}

.prev.page-numbers::after {
  content: "";
  position: absolute;
  margin: 0px 0px;
  padding: 0px 0px;
  background: url("../images/pagenation-left.svg?v=544") no-repeat 0px 0px;
  width: 10px;
  height: 10px;
  display: block;
  top: 15px;
}


.benefit-car-driver {
  margin: 0px 0px;
  padding: 30px 0px 0;

}

.benefit-car-driver h2 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  font-size: 25px;
  color: #000000;
  font-weight: 600;
}

.benefit-car-driver p {
  margin: 0px 0px 25px 0px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

button.close {
  display: none;
}

button.btn.saveSearchAjax.btn-primary {
  background-color: #FFCF2E;
  border-color: #FFCF2E;
  border-radius: 28px;
  padding: 10px 27px;
  color: #000;
  font-size: 12px;
}

.sprize-drop-down {
  display: none;
  position: absolute;
  max-width: 280px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 16px #0000001F;
  z-index: 2;
  padding: 15px;
  top: 48px;
}

.sprize-drop-down.price-open {
  display: block;
}

.price-button {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 7px;
  border: none;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}

small#rangeValues,
.price-button pre {
  color: #4a4646;
}

.price-button:hover {
  color: #000;
}

.price-button::after {
  position: absolute;
  content: "";
  background: url("../images/price-tag-arrow.svg") no-repeat 0px 0px;
  width: 11px;
  height: 8px;
  display: inline-block;
  right: 15px;
  top: 8px;
  display: none;
}

.sprize-drop-down .price-tag-wrapper p {
  font-size: 12px;
}

.sprize-drop-down .range-slider .rangeValues {
  top: -34px;
  font-size: 12px;
  color: #000;
}

.sprize-drop-down .price-tag-wrapper {
  margin: 15px 0px 0px;
}

/* span#rangeValues {
  display: none;
} */
.listing-tag-wrapper a {
  display: inline-block;
  margin-bottom: 10px;
}

/* 24-12-24 */
@media (max-width: 600px) {

  h1.savesearchHeading {
    max-width: 300px;
  }

  .listing-tag-wrapper a {
    padding: 6px 9px;
  }

  .breadcrumb-tittle h1 {
    font-size: 15px;
  }
}

.loading {
  position: relative !important;
  top: -51px !important;
  right: -74% !important;
  background: url(../images/main-loader.gif) no-repeat 0px 0px !important;
  width: 80px !important;
  height: 80px !important;
  background-size: 100% !important;
}

/*
a#show-more-button {
  border: navajowhite;
    background: url(../images/car-detail-arrow-down.svg) no-repeat 94% 6px;
    position: relative;
    padding: 0px 21px 0px 0px;
}
a#show-more-button::after{
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 16px;
  background: #000;
  left: 0;
}

a#show-more-button:hover{
  color: #FFCF2E;
}

a#show-more-less{
  border: navajowhite;
  position: relative;
  padding: 0px 20px 0px 0px;
}
a#show-more-less:hover{
  color: #FFCF2E; 
  background: transparent;
}
a#show-more-less::after{
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 16px;
  background: #000;
  left: 0;

}
a#show-more-less::before {
  background: url(../images/car-detail-arrow-down.svg) no-repeat center right;
  content: "";
  position: absolute;
  right: 0;
  width: 13px;
  height: 8px;
  top: 3px;
  transform: rotate(180deg);
}
*/
a#show-more-button {
  font-weight: 600;
  color: #3a3838;
}

a#show-more-less {
  font-weight: 600;
  color: #3a3838;
}

.row.vcloader .col-md-3::after {
  display: none !important;
}

.row.vcloader .col-md-3::before {
  display: none !important;
}

small.loading.priceloading {
  left: -65px !important;
  position: absolute !important;
  margin-top: 25px;
}

/* 28-12-24 */
@media (max-width: 600px) {
  .filter-button-section {
    margin: 50px 11px 100px 0px;
  }
}


.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px;
}

.price-range-slider .range-value {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px -10px;
}

.range-value {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.price-range-slider .range-value input {
  background: none;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.price-range-slider .range-bar {
  border: none;
  background: #c5c4c2;
  height: 5px;
  width: 100%;
  border-radius: 3px;
}

.price-range-slider .range-bar .ui-slider-range {
  background: #FFCF2E;
}

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #FFCF2E;
  border: 2px solid #FFCF2E;
  height: 17px;
  width: 17px;
  top: -7px;
  cursor: pointer;
  display: block;
}

.price-range-slider .range-bar .ui-slider-handle+span {
  background: #FFCF2E;
}


a.next.page-numbers {
  color: transparent;
}

a.prev.page-numbers {
  color: transparent;
}

.sprize-drop-down.price-open .range-value input {
  font-size: 11px;
  margin: 0px 0px 0px 0px !important;
}

.sprize-drop-down.price-open .range-value {
  margin-bottom: 10px;
}

.mobile-only-item {
  display: none;
}

.mobile-only-srarch-section {
  display: none;
}

@media (max-width: 359px) {
  .filter-sort-div ul li {
    margin: 0 12px 0px 0px;
  }

  .price-tag-wrapper p {
    font-size: 12px;
    font-weight: 400;
  }

  .filter-seats ul li a {
    margin: 0px 4px 0px 0px;
  }

  .filter-button-section .yellow-main-button {
    font-size: 9px;
  }
}

.car-listing-detail-div a {
  text-decoration: none !important;
}

#saveSearchCenter .saveSearchloading {
  position: absolute !important;
  top: 50px !important;
  right: 0px !important;
  left: 0px !important;
  bottom: 0px !important;
}

.price-input .no-border input {
  width: 37% !important;
  text-align: end !important;
}

@media (max-width: 991px) {
  .loading {
    position: relative !important;
    top: -50px !important;
    right: -74% !important;
    background: url(../images/main-loader.gif) no-repeat 0px 0px !important;
    background-size: auto;
    width: 45px !important;
    height: 45px !important;
    background-size: 100% !important;
  }

  .section.car-listing-main-wrapper.specialChauffer .learn-more-button {
    margin: 0px 5px 15px 0px !important;
  }

  .mobile-only-item {
    margin-top: 35px;
    display: block;
  }

  .price-input .no-border input {
    width: 37% !important;
    text-align: end !important;
  }

  .mobile-only-item {}

  .custom-select {
    position: relative;
    /* background: #fff; */
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #C4C4C4;
  }


  .mobile-only-srarch-section {
    display: block;
    /*white-space: nowrap;
  overflow-x: auto;
  overflow-y: visible;*/
    margin: -33px 0px 0px 100px;
    padding: 0 3px 0 3px;

  }

  .mobile-only-srarch-section .row {
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .mobile-only-srarch-section .listing-search-section {
    display: block;
    padding: 0 !important;
    /*width:700px;*/
    box-shadow: inherit;
    position: inherit;
    z-index: 1005;
  }

  .mobile-only-srarch-section .listing-search-section .col-md-3 {
    /* width:180px;*/
    width: inherit;
    display: inline-block;
  }

  .mobile-only-srarch-section .listing-search-section-wrapper {
    padding: 0;
    height: auto !important;
    border: none;
    box-shadow: inherit !important;
    padding-bottom: 6px;
    padding-left: 10px;
  }

  .mobile-only-srarch-section .listing-search-section-wrapper span {
    display: none;
  }

  .mobile-only-srarch-section .select-selected:after {
    display: none;
  }

  .mobile-only-srarch-section .listing-search-section-wrapper .col-md-3::after {
    display: none;
  }

  .mobile-only-srarch-section .listing-search-section-wrapper .col-md-3::before {
    top: 12px;
    z-index: 1;
    right: 18px;
  }

  .mobile-only-srarch-section .select-selected {
    background: transparent;
    padding-right: 16px !important;
  }

  small#rangeValues,
  .price-button pre {
    padding-right: 30px;
  }

  .mobile-only-srarch-section .select-items {
    position: fixed;
    background-color: rgb(255 255 255);
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
    max-height: 600px;
    overflow-y: auto;
    -webkit-box-shadow: -2px -1px 53px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -1px 53px -21px rgba(0, 0, 0, 0.75);
    box-shadow: -2px -1px 53px -21px rgba(0, 0, 0, 0.75);
    border-radius: 20px 20px 0px 0px;
    padding: 25px 10px;
    /*padding: 0 10px 25px;*/
  }

  .mobile-only-srarch-section .listing-search-section-wrapper .col-md-3 {
    padding-left: 0px;
  }

  .mobile-only-srarch-section .listing-search-section-wrapper .col-md-3:nth-child(5) {
    display: none !important;
  }

  .mobile-only-srarch-section .listing-search-section-wrapper .col-md-3:nth-child(4) {
    width: 185x;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #C4C4C4;
  }

  .mobile-only-srarch-section .sprize-drop-down {

    position: fixed;
    max-width: 100%;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #0000001F;
    z-index: 2;
    padding: 15px;
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-box-shadow: -2px -1px 53px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -1px 53px -21px rgba(0, 0, 0, 0.75);
    box-shadow: -2px -1px 53px -21px rgba(0, 0, 0, 0.75);
  }

  .mobile-only-srarch-section .sprize-drop-down.active {
    display: block;
    z-index: 10000;
  }

  .listing-search-section.sticky-filter {
    position: inherit !important;
    width: 700px !important;
  }

  .row.vcloader.hidden {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .specialChauffer .car-listing-bottom-div {
    display: inline-block;
    width: 100%;
  }

  .specialChauffer .car-listing-detail-div .learn-more-button {
    width: 100%;
  }

  .specialChauffer .car-listing-detail-div .car-listing-whatsapp-button.learn-more-button {
    width: 42px;
  }

  .specialChauffer .car-listing-detail-div .car-listing-call-button.learn-more-button {
    width: 42px;
  }

}

@media (max-width: 380px) {
  .fiter-main-wrapper {
    padding: 20px;
  }

  .fiter-main-wrapper .brand-modal-items select {
    padding: 10px 15px 10px 10px
  }

  .fiter-main-wrapper .body-type-wrapper ul li {
    margin: 0px 6px 15px 0px;
  }
}

.listing-search-section-wrapper select:hover {
  cursor: pointer;
}

.filter-sort-div ul li select:hover {
  cursor: pointer;
}

.price-input .no-border span {
  padding-right: 10px;
}

.new-price-tag-wrapper .price-input .no-border input {
  text-align: center !important;
  border: none !important;
  outline: none !important;
}

.bmnames p {
  color: #918a8a;
  font-size: 14px !important;
}


@media (max-width: 480px) {
  .car-listing-exclusive {
    top: inherit;
    bottom: 277px;
  }

  .pof-listing-logo {
    display: block;
    width: 100%;
    position: relative;
    height: 30px;
  }

  .pof-listing-logo img {
    width: 49px !important;
    position: absolute;
    right: 0;
    top: 0;
  }

  .button-div .mobile-only-img {
    display: none;
  }
}

@media (max-width: 380px) {
  .car-listing-exclusive {
    top: inherit;
    bottom: 277px;
  }
}

.page-template-template-category-carlistings .car-listing-slider-div img {
  height: auto;
  max-width: 100%;
}




@media(max-width: 1200px) and (min-width: 991px) {
  .listing-search-section-wrapper select {
    font-size: 12px;
    padding-left: 0px;
  }

  .listing-search-section-wrapper span {
    padding-left: 0px;
  }

  .price-button {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
  }

  .loading {
    top: -75px !important;
    right: -76% !important;
  }

  .specification-wrapper ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .share-favorite-div a {
    margin: 0px 0px;
    padding: 12px 18px;
    color: #5D5D5D;
  }
}


@media(max-width: 1200px) and (min-width: 991px) {
  .price-button {
    font-size: 12px;
  }

}


@media (max-width: 767px) {
  .listing-tag-scroll {
    white-space: nowrap;
    overflow-x: auto;
  }

  .post-type-archive-product .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}


/*

  .mobile-only-srarch-section{
    display: none;
  }
  @media (max-width: 991px) {
    .mobile-only-srarch-section{
      display: block;
      margin: -56px 0px 0px 94px;
    }
    .mobile-only-srarch-section .listing-search-section{
      display: block;
      padding: 0;
      background: transparent;
      box-shadow: none;
      max-width: 991px;
      overflow-x: scroll;
      border: 0px !important;
      height: 100px !important;
    }
    .mobile-only-srarch-section .listing-search-section-wrapper{
      border: none;
    }
    .mobile-only-srarch-section .listing-search-section .row{
      width: 1000px;
      background: #fff;
      border: 1px solid #C2C4C7;
      border-radius: 16px;
      padding: 5px 15px;
    }
    .mobile-only-srarch-section .listing-search-section .row .col-md-3{
      width: 25%;
      padding-left: 0;
    }
    .mobile-only-srarch-section .listing-search-section-wrapper select{
      font-size: 11px;
    }
    .mobile-only-srarch-section .price-button {
      margin: 4px 0px 0px 0px;
      font-size: 11px;
  }
    .mobile-only-srarch-section .listing-search-section.sticky-filter{
      position: relative !important;
    }
    .mobile-only-srarch-section .sprize-drop-down.active { display: block;
    }
    .mobile-only-srarch-section span.label{
      display:none;
    }
  }*/
/* end */



.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: rgb(255, 255, 255);
  color: #4a4646 !important;
  border: none !important;
  padding: 0 7px !important;
  font-size: 14px;
  font-weight: 500;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  /*width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;*/
  background: url(../images/price-tag-arrow.svg) no-repeat 0px 0px;
  width: 11px;
  height: 8px;
  z-index: 1000;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  /* border-color: transparent transparent #fff transparent;
  top: 7px;*/
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #000;
  padding: 10px 16px;
  /*border: 1px solid transparent;*/
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: rgb(255 255 255);
  top: 155%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 6px;
  max-height: 450px;
  overflow-y: auto;
  -webkit-box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
}



/* width */
.select-items::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.select-items::-webkit-scrollbar-thumb {
  background: rgba(10, 0, 0, .3);
  border-radius: 10px;
}


/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.listing-search-section-wrapper .col-md-3 {
  width: 20%;
}

a.filter-button-two {
  color: #4a4652;
  font-size: 14px;
  text-decoration: none;
  padding: 2px 7px 0;
  font-weight: 500;
  display: block;
}

.listing-search-section-wrapper .col-md-3:nth-child(5)::after {
  display: none;
}

.fiter-main-wrapper.single-search-wrapper.show {
  display: block;
  position: absolute;
  top: 102%;
  right: 0;
  -webkit-box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  width: 400px !important;
  padding: 30px 20px 30px 30px;
}


.fiter-main-wrapper.single-search-wrapper .filter-button-section .transparent-button {
  padding: 13px 20px;
}

.fiter-main-wrapper.single-search-wrapper {
  display: none;
  position: absolute;
  top: 102%;
  right: 0;
  -webkit-box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
  box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.29);
}

.fiter-main-wrapper.single-search-wrapper h2 {
  font-size: 14px;
}

.fiter-main-wrapper.single-search-wrapper .body-type-wrapper {
  margin: 0px;
}

.fiter-main-wrapper.single-search-wrapper .checkbox-custom {
  font-size: 14px;
  padding-top: 2px;
}

.fiter-main-wrapper.single-search-wrapper .body-type-wrapper ul li span {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px !important;
  color: #656C74 !important;
  font-weight: 400;
}

.fiter-main-wrapper.single-search-wrapper .verticle-scroller-div {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 150px;
  padding-right: 0px;
}

.fiter-main-wrapper.single-search-wrapper .price-input .no-border {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: end;
}

.fiter-main-wrapper.single-search-wrapper .price-tag-wrapper p {
  margin-bottom: 0;
}

a.selecttext.hideSelect {
  color: #4a4646 !important;
  border: none !important;
  padding: 0 7px !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.filterNumApplied {
  color: #4a4646 !important;
  border: none !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-decoration: none;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.custom-dropdown-header {
  display: none;
}

@media (max-width: 991px) {
  .custom-dropdown-header {
    display: block;
    margin: 0px 16px 20px 16px;
    border-bottom: none !important;
    padding: 0 !important;
  }


  /*.custom-dropdown-header {
    display: block;
    margin: 0;
    border-bottom: none !important;
    padding: 0 !important;
    position: fixed;
    width: 94%;
    background: #ffff;
    border-radius: 9px;
    height: 50px;
    padding: 23px 16px !important;
}
*/

  .custom-dropdown-header span.custom-dropdown-title {
    display: block;
  }

  .custom-dropdown-header span.custom-dropdown-title {
    display: block;
    font-size: 13px;
    padding: 0;
    font-weight: 800;
  }

  span.custom-dropdown-close {
    position: absolute;
    background: url(../images/filter-close-pof.svg) no-repeat 0px 0px;
    top: 25px;
    right: 16px;
    width: 14px;
    height: 14px;
    display: block !important;
    margin-bottom: 25px;
    z-index: 10;
    font-size: 0;
  }

  .closepr {
    position: absolute;
    background: url(../images/filter-close-pof.svg) no-repeat 0px 0px;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 14px;
    display: block;
    margin-bottom: 25px;
    z-index: 10;
  }

  .fiter-main-wrapper .body-type-wrapper h2,
  .fiter-main-wrapper .year-wrapper h2,
  .filter-seats h2 {
    font-size: 14px;
  }

  .checkbox-custom {
    padding-top: 3px;
    font-size: 14px;
  }

  .price-range-slider {
    padding: 10px 10px 30px 10px;
  }
}



@media (max-width: 991px) {
  .car-listing-mobile-popup.sort-by.show {
    display: block;
    bottom: 0;
    transition: .5s ease;
    padding-bottom: 20px;
    height: 30% !important;
  }

  .car-listing-mobile-popup.sort-by .custom-dropdown-header {
    display: none;
  }

  .car-listing-mobile-popup.sort-by .select-items div,
  .car-listing-mobile-popup.sort-by .select-selected {
    color: #000;
    padding: 5px 12px;
    /* border: 1px solid transparent; */
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
  }

  .car-listing-mobile-popup.sort-by .select-items {
    position: absolute;
    background-color: rgb(255 255 255);
    top: 102%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
    max-height: 450px;
    overflow-y: auto;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    ;
    border: 1px solid #ccc;
  }

  .car-listing-mobile-popup.sort-by .select-selected:after {
    top: 18px;
  }

  .car-listing-mobile-popup.sort-by .select-selected {
    padding: 6px 7px !important;
  }

  #main-div-bottom h3 {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
  }

  .fiter-main-wrapper h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "montserrat", sans-serif;
  }

  p.range-value {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    top: -25px;
  }

  input.amount {
    position: relative;
    top: 25px;
    font-size: 12px !important;
  }


}

.fiter-main-wrapper .custom-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fiter-main-wrapper .checkbox-custom {
  width: 50%;
}

@media (max-width: 991px) {
  .fiter-main-wrapper .checkbox-custom {
    font-size: 12px;
    padding-top: 4px;
  }
}

@media (max-width: 991px) {
  .custom-dropdown-header {
    display: block;
    margin: -40px 0px 0px 0px;
    border-bottom: none !important;
    padding: 0 !important;
    position: fixed;
    width: 97%;
    background: #ffffff;
    padding: 10px 25px !important;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .mobile-only-srarch-section .select-items {
    padding: 40px 10px 25px;
  }

  span.custom-dropdown-close {
    top: 17px;
  }

  .brandalll .close {
    position: sticky;
    margin: -7px 20px 0 0px !important;
    top: 4px;
    right: 2px;
    float: right;
    background: url(../images/filter-close-pof.svg) no-repeat 0px 0px !important;
  }

  .price-range-slider .range-value input {
    margin: 0 0 2px 0 !important;
  }

  .mobile-only-srarch-section .sprize-drop-down {
    height: 150px;
  }
}


@media (max-width:650px) {
  .car-listing-div {
    padding: 20px;
    margin-bottom: 15px;
  }

  .car-listing-detail-div h2 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .bmnames p {
    font-size: 13px !important;
  }

  .car-listing-detail-div ul li {
    width: 28%;
    margin: 0px 0px 0px 0px;
    font-size: 10px;
  }

  .car-listing-detail-div p {
    margin: 0px 0px 3px;
    font-size: 11px;
  }

  .insurance-included {
    margin: 5px 0px;
  }

  .car-listing-bottom-div {
    padding-top: 10px;
  }

  p.location-section span {
    font-size: 12px;
  }

  p.location-section {
    font-size: 13px;
  }

  .car-listing-detail-div ul li:first-child {
    width: 23%;
  }

  .car-listing-detail-div ul li:nth-child(3) {
    width: 33%;
  }

  .car-listing-detail-div ul li:last-child {
    width: 15%;
  }


}

.pof-listing-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.powerdtext {
  margin-right: 10px;
  color: #918a8a;
  font-size: 12px;
  font-weight: 300;
}

.poftwo-logo {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:767px) {
  .poftwo-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .pof-listing-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .fiter-main-wrapper .body-type-wrapper ul li {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .hitBackbtn {
    left: 25px !important;
  }
}

@media (min-width: 340px) and (max-width: 576px) {
  .location-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .location-section span {
    margin-left: 0px !important;
  }
}

@media (min-width: 340px) and (max-width: 480px) {
  .car-listing-detail-div ul {
    min-height: 60px;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  .car-listing-detail-div ul {
    min-height: 50px;
  }
}

@media (min-width: 480px) and (max-width: 570px) {
  .car-listing-exclusive {
    bottom: 230px;
  }
}

@media (min-width: 570px) and (max-width: 647px) {
  .car-listing-exclusive {
    bottom: 220px;
  }
}

@media (min-width: 647px) and (max-width: 760px) {
  .car-listing-exclusive {
    bottom: 270px;
  }
}

@media (min-width: 760px) and (max-width: 992px) {
  .car-listing-exclusive {
    bottom: 257px;
  }
}

.pwhatsapp-chat-link img {
  width: 29px;
  height: 29px;
}
.whatsapp-chat-link img{
  height: 29px;
  width:29px;
  object-fit:cover;   
}
.pof-listing-logo {
  margin: 10px 0 0;
}

/* 28-07-2025 bug fixes*/


@media (max-width: 991px) {
  .car-listing-detail-div {
      margin-left: 0;
      margin-top: 25px;
  }
  .mobile-only-srarch-section {
    margin: -33px 0px 0px 80px;
  }
}

@media (max-width: 767px) {
  .mobile-only-srarch-section .select-selected {
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
}
}

@media (min-width: 340px) and (max-width: 480px) {
  .car-listing-detail-div ul {
      min-height: 25px;
  }
  .car-listing-exclusive
   {
          top: inherit;
          bottom: 240px;
      }
}

@media (max-width: 380px) {
  .car-listing-exclusive {
      top: inherit;
      bottom: 240px;
  }
}

.distance-area.dar {
  margin-left: 50px;
}
.distance-area.dal
 {
    display: flex;
    gap: 8px;
    margin-right: 50px;
}
.distance-area.dal .distance{
  border: 1px solid #C4C4C4;
color: #000;
border-radius: 5px;
}

.mobile-pagination {
display:none;
}

@media (max-width: 767px){
.desktop-pagination {
display:none;
}
.mobile-pagination {
display:block;
}
.distance-area.dar {
  margin-left: 0px;
}
.distance-area.dal {
  margin-right: 5px;
}
}