.woocommerce-result-count,
form.woocommerce-ordering {
  display: none;
}

@media (max-width: 780px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    clear: both;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #1d1d1d;
  margin: 0 8px;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid transparent;
}
.woocommerce nav.woocommerce-pagination ul li span.dots {
  background-color: #161616;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 2px solid #ffdea9;
  background-color: #1d1d1d;
  color: #fff;
}

@media (max-width: 980px) {

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0px 6px;
    padding: 8px 12px;
    font-size: 13px;
    border-width: 1px;
    line-height: 1rem;
  }
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li span.current {
    border-width: 1px;
  }

}

.carsFilter-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* background: #333; */
  /* padding: 20px; */
  /* border-radius: 20px; */
  margin: 0 -5px;
}
.carsFilterBlock-wrapper {
    display: block;
    width: calc(100%/3);/* 33.33333333%; */
    padding: 0 5px;
    box-sizing: border-box;
    min-width: 150px;
    margin: 8px auto;
}
.carsFilterBlock-wrapper.w-50 {
  width: 50%;
}
/* .carsFilter-brand,
.carsFilter-model {
  width: 50%;
} */
.carsFilterBlock-content {
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.carsFilterBlock-content select {
    padding: 10px !important;
    border: none !important;
    border-radius: 8px !important;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px !important;
    font-size: 15px !important;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    cursor: pointer !important;
}
.carsFilterBlock-wrapper.filterDisabled select {
    background: #aaaaaa;
}
.carsFilterPriceInputs {
  margin: 0 !important;
  position: relative;
  background: #1a1a1a;
  border: 1px solid #212121;
  border-radius: 6px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  transition: all .15s ease-in-out;
}
.carsFilterPriceInputs:hover {
  border-color: #2b2a2a;
}
.carsFilterPriceInputs::after {
  content: "";
  display: block;
  height: 28px;
  width: 1px;
  background: #2b2a2a;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -2px;
}
.carsFilterPriceInputs .do-price:before,
.carsFilterPriceInputs .do-price:after {
  content: '₽';
  display: inline-block;
  color: #d0d0d0;/* #444; */
  font-size: 15px;
  position: absolute;
}
.carsFilterPriceInputs .do-price:before {
  top: 50%;
  margin-top: -11px;
  left: 50%;
  margin-left: -20px;
}
.carsFilterPriceInputs .do-price:after {
  top: 50%;
  margin-top: -11px;
  left: 100%;
  margin-left: -20px;
}
.carsFilterPriceInputs input {
  padding: 10px !important;
  border: none !important;
  border-radius: 8px !important;
  background-color: transparent;;
  background-clip: padding-box;
  color: #d0d0d0;
  text-decoration: none;
  white-space: nowrap;
  /* line-height: 24px !important; */
  font-size: 100%;
  width: 50% !important;
  /* height: auto !important; */
  min-width: 16%;
  display: inline-block;
  height: 40px;
  font-weight: 600;
}
.carsFilterPriceInputs input:focus {
  color: #d0d0d0;
}
.carsFilterPriceInputs input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d0d0;
  opacity: 1; /* Firefox */
}
.carsFilterPriceInputs input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d0d0d0;
}
.carsFilterPriceInputs input::-ms-input-placeholder { /* Microsoft Edge */
  color: #d0d0d0;
}
/* Chrome, Safari, Edge, Opera */
.carsFilterPriceInputs input::-webkit-outer-spin-button,
.carsFilterPriceInputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.carsFilterPriceInputs input[type=number] {
  -moz-appearance: textfield;
}


/* spinner */
.carsFilterFieldSpinner {
  display: flex;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 5;
  pointer-events: none;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 42px;
  line-height: 20px;
  font-size: 14px;
  background-color: rgb(26, 26, 26, .8);
  border-radius: 6px;
  border: 1px solid #212121;
}
.carsFilterFieldSpinner:after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  border-image: none 100% / 1 / 0 stretch;
  width: 14px;
  height: 14px;
  border-right-color: #2b2a2a;
  border-bottom-color: #2b2a2a;
  border-left-color: #2b2a2a;
  border-top-color: transparent;
  animation: 1s linear 0s infinite normal none running spin;
  will-change: transform;
  z-index: 1;
  position: relative;
}
@keyframes spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}

/* clear filters button */
.carsFilterButtons {
  width: 100%;
  min-height: 20px;
  padding: 0 5px;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.carsFilterClearButton {
  margin: 0;
  font-family: inherit;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  color: #dbdbdb;
  border: none;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  text-align: left;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carsFilterClearButton:hover {
  color: #fff;
}
.carsFilterClearButton svg {
  margin-right: 8px;
}
.carsFilterClearButton.hidden {
  display: none !important;
}

.carsFilterStockStatus {
  width: 100%;
  min-height: 25px;
  padding: 0 5px;
  display: flex;
  margin-top: 10px;
  column-gap: 20px;
}

.carsFilterStockStatusTab {
  background: #1a1a1a;
  border: 1px solid #212121;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s background;
}
.carsFilterStockStatusTab.carsFilterStockStatusTab-active,
.carsFilterStockStatusTab.carsFilterStockStatusTab-active:hover {
  color: #000;
  border: 1px solid #dec382;
  background: #dec382;
  background-image: -webkit-linear-gradient(top, #dec382, #b59975);
  background-image: -moz-linear-gradient(top, #dec382, #b59975);
  background-image: -ms-linear-gradient(top, #dec382, #b59975);
  background-image: -o-linear-gradient(top, #dec382, #b59975);
  background-image: linear-gradient(to bottom, #dec382, #b59975);
  cursor: default;
}
.carsFilterStockStatusTab:hover {
  background: #222;
  text-decoration: none;
}

.filterLoading {
  opacity: 0.3;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {

}

@media (max-width: 620px) {
  .carsFilterBlock-wrapper {
    width: 100%;
  }
}


/* select2 */
.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #212121;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 42px;
  /* margin-bottom: 15px; */
  outline: none !important;
  transition: all .15s ease-in-out;
  background-color: #1a1a1a;
}
.carsFilterBlock-wrapper:not(.filterDisabled) .select2.select2-container .select2-selection:hover {
  border-color: #2b2a2a;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #dbdbdb;
  font-weight: 600;
  line-height: 28px;
  padding-right: 33px;
  padding-left: 12px;
  pointer-events: none;
}
.carsFilterBlock-wrapper.filterDisabled .select2.select2-container .select2-selection .select2-selection__rendered {
  color: #444;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  /* background: #f8f8f8;
  border-left: 1px solid #ccc; */
  /* -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; */
  height: 41px;
  width: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #222;
  border-radius: 6px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 10px;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -6px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #1a1a1a;
  border: 1px solid #212121;
  border-radius: 6px;
  list-style-type: inherit;
  padding: 6px;
  line-height: inherit;
  color: #555;
  max-height: 240px;
}

.select2-results__option {
    padding: 4px 12px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    font-weight: 600;
    color: #888;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #313131;
  border-radius: 4px;
}

/* */
ul.products .not-found {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
}