.advanced-search-form fieldset {
  background-color: #fff;
  padding: 45px;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: visible;
}

.advanced-search-form fieldset:nth-child(3) h3 {
  margin: 0 0 15px;
}

.advanced-search-form .select2.select2-container.select2-container--default {
  max-width: 100%;
  width: 100% !important;
}

/* .car-types [type=radio], */
.colors [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.car-types [type="radio"] + img {
  cursor: pointer;
}

/* .car-types [type=radio]:checked + img {
    outline: 2px solid #f00;
} */

ul.car-types {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px 40px;
}
/* ul.car-types li {
    list-style: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    padding: 0px 0 8px;
    font-size: 13px;
    color: #494949;
    margin-bottom: 15px;
} */

.car-types {
  padding: 0;
}
ul.car-types li {
  font-size: 13px;
  color: #494949;
  list-style: none;
  display: inline-block;
  margin-bottom: 13px;
}
.car-types li img {
  width: 55px;
}

/* ul.car-types li.active{border: 1px solid #0098df;} */
.car-types input[type="radio"] {
  position: relative;
  top: 9px;
}

.car-types li:nth-child(5),
.car-types li:nth-child(10) {
  margin-right: 0;
}

.advanced-search-form fieldset h3 {
  font-size: 17px;
  font-weight: 500;
}

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

/* Firefox */
input[type="number"].text-field {
  -moz-appearance: textfield;
}

ul.colors {
  padding: 0;
}
ul.colors li {
  list-style: none;
  display: inline-block;
  width: 180px;
  font-size: 13px;
  margin-bottom: 15px;
}

ul.colors li.active,
ul.colors li.checked {
  font-weight: bold;
}

.color-item {
  border: 1px solid #d2d2d2;
  padding: 1px 10px;
  margin-right: 15px;
}

.color-item.bezova {
  background-color: #dbb67f;
}
.color-item.biela {
  background-color: #ffffff;
}
.color-item.cervena {
  background-color: #ff4040;
}
.color-item.cierna {
  background-color: #333333;
}
.color-item.fialova {
  background-color: #9361ff;
}
.color-item.hneda {
  background-color: #855e1b;
}
.color-item.modra {
  background-color: #376edb;
}
.color-item.oranzova {
  background-color: #ff7f23;
}
.color-item.strieborna {
  background: linear-gradient(135deg, #b5b5b5 0%, #f6f6f6 50%, #cccccc 100%);
}
.color-item.seda {
  background-color: #ababab;
}
.color-item.zelena {
  background-color: #7eba30;
}
.color-item.zlata {
  background: linear-gradient(135deg, #d39a11 0%, #f6d308 50%, #d39a11 100%);
}
.color-item.zlta {
  background-color: #f5d300;
}

ul.extras {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(270px, 1fr)
  ); /* Adjust size as needed */
  grid-auto-rows: 1px;
  gap: 16px;
}
ul.extras li {
  list-style: none;
  font-size: 14px;
  color: #494949;
  grid-row-end: span 3;
  box-sizing: border-box;
}

ul.extras li input[type="checkbox"] {
  transform: scale(1.5);
}

.inside-field label {
  color: #818181;
  font-size: 13px;
  position: absolute;
  left: 20px;
  top: 5px;
}
.inside-field input[type="number"] {
  padding-bottom: 5px;
  padding-top: 20px;
}

.custom-list {
  display: none;
  padding: 0;
  height: 300px;
  overflow-y: scroll;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  border: 1px solid #e9e9e9;
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
}

.custom-list li {
  list-style: none;
  cursor: pointer;
  padding: 0 18px;
}

.custom-list li:hover {
  background-color: #009ae0;
}

.listing-count {
  text-align: left !important;
}
.listing-count span {
  float: right;
}
.colors.archive-filter {
  max-height: 200px;
  overflow-y: scroll;
}

#advancedForm .preview-tab {
  background-color: #fff;
  color: #000;
  position: fixed;
  /* bottom: -30px; */
  z-index: 999;
  /* transform: translate(-50%, -50%); */
  padding: 14px;
  border-radius: 6px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
  display: none;
  width: 1062px;
  max-width: 71%;
  bottom: 20px;
}

#preview ul {
  padding: 0;
  float: left;
}
#preview ul li {
  list-style: none;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 10px;
  background-color: #ededed;
  padding: 2px 13px;
  font-size: 13px;
  border-radius: 4px;
}

.feature-list,
.feature-list-item {
  display: none;
}

.feature-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.feature-label 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: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.feature-label input:checked ~ .checkmark {
  background-color: #2196f3;
}

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

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

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

.reset-btn {
  color: #dc3545;
  padding: 4px 23px;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 10%;
}

.preview-tab button {
  max-width: 30%;
  margin: 0 auto;
  display: block;
}

.elementor-image-gallery .gallery-item a.active {
  border: 4px solid #009ae0;
  display: block;
  border-radius: 9px;
}

/* .car-types li:hover {border: 1px solid #0098df;  } */
a.remove {
  position: relative;
  top: 2px;
  color: #c90b0b;
}

.preview-tab2 .btn-submit {
  background: none;
  color: #009ae0;
  border: none;
  width: auto !important;
  float: left;
  padding: 0;
  margin-left: 20px;
}

.preview-tab .reset-btn {
  float: left;
  padding: 0;
  width: 100%;
}

.listing-count.btn-submit.btn-theme:hover {
  background-color: #050b20;
  color: #fff;
  border: 1px solid #050b20;
}

.field-set-link a {
  display: block;
  border: 1px solid #e9e9e9;
  padding: 14px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 13px;
}

.field-set-link a span {
  float: right;
}

.colors li input[type="checkbox"] {
  display: none;
}

.quick-filter.fixed {
  position: fixed;
  top: 40px;
  width: 335px;
}

.field-set-link a.active,
.field-set-link a:hover {
  color: #0098de;
}

.quick-filter.bottom {
  position: absolute;
  bottom: 0;
}

.preview-tab.archive-list {
  position: fixed;
  bottom: 10px;
  background-color: #fff;
  width: 1043px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
  padding: 14px;
  z-index: 99;
}

.preview-tab.footer-end {
  position: absolute !important;
  bottom: -66px !important;
  width: 1064px !important;
  max-width: 100% !important;
}

.page-template-page-listings .preview-tab.footer-end {
  bottom: -200px !important;
}

.select2-selection__clear {
  display: none;
}
.listing-metas .listing-meta.listing-tax.transmission {
  display: none;
}

ul.colors li.active .color-item::before,
ul.colors li.checked .color-item::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #8e8e8e;
}
ul.colors li.active .color-item,
ul.colors li.checked .color-item {
  padding: 2px 4px;
}

.reset-search-btn {
  text-align: center;
  display: block;
  margin-top: 10px;
}

body.page-template-page-listings .reset-btn {
  display: block !important;
  width: 100%;
}

.listing-detail-price .listing-price {
  line-height: 25px;
}
#listingSearch .select2-container {
  min-width: auto;
  width: 100% !important;
}

[class*="loader-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-01 {
  border: 0.2em dotted currentcolor;
  border-radius: 50%;
  animation: 1s loader-01 linear infinite;
}

@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#advancedForm .tab-title {
  display: none;
}

@media only screen and (max-width: 768px) {
  ul.extras {
    padding: 0 10px;
    clear: both;
    overflow-x: hidden;
    max-height: 200px;
    scrollbar-width: thin;
  }

  .preview-tab button {
    max-width: 100%;
  }
  ul.car-types {
    display: block;
  }
  ul.car-types li {
    width: 100%;
  }

  form.form-search.vertical .form-group.tax-select-field .heading-label {
    font-size: 10px !important;
  }
  .quick-filter {
    display: none;
  }
  .preview-tab {
    display: block;
    width: 100% !important;
    left: 0;
    max-width: 100% !important;
  }
  iframe#tidio-chat-iframe {
    display: none !important;
  }
  .preview-tab .reset-btn {
    float: none;
  }

  .preview-tab .listing-count {
    background-color: #009ae0;
    color: #fff;
    width: 100% !important;
    margin: 0;
  }

  #listingFilter {
    display: none;
  }
  #listingFilter.show {
    display: block;
  }

  #preview ul li {
    padding: 2px 8px;
    font-size: 12px;
  }
  #advancedForm .preview-tab,
  .preview-tab.archive-list {
    bottom: 0 !important;
  }
  .preview-tab.footer-end {
    position: fixed !important;
  }

  #advancedForm .tab-title {
    display: block;
    margin: 0;
  }

  #advancedForm .tab-title a {
    background-color: #fff;
    display: block;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
  }

  #advancedForm .tab-title a .fa {
    float: right;
    font-size: 22px;
    color: #383838;
  }

  .tab-title a.active .fa::before {
    content: "\f106" !important;
  }
  #advancedForm .tab-content {
    border-radius: 0;
  }

  #advancedForm .tab-content {
    display: none;
  }
  #advancedForm .tab-content.show {
    display: block;
  }

  .advanced-search-form #zakladne {
    padding: 45px 0 45px 20px;
  }
  .advanced-search-form fieldset {
    padding: 45px 20px;
  }
  .advanced-search-form .col-xs-6 {
    width: 50%;
  }
  ul.colors li {
    width: 49%;
  }
  .pohon-area {
    max-height: 225px;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .elementor-454051 .elementor-element.elementor-element-399c705 {
    --width: 100%;
  }
}

.euroicon,
.kmicon,
.kwicon {
  position: absolute;
  right: 10px;
  color: #686b78;
  font-size: 15px;
  top: 20px;
}
.kwicon {
  top: 28px !important;
}
