.drop {
  border-bottom: 2px solid transparent;
  position: relative;
  padding-bottom: 13px;
  padding-top: 13px;
  transition: .4s;
}

.drop--active {
  border-bottom: 2px solid #ffcc33;
}

.drop-content {
  background-color: white;
  box-shadow: 7px 7px 10px #0000002b;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 50px;
  transition: .4s;
  width: 400px;
  z-index: -1;
}

.drop-content--show {
  opacity: 1;
  z-index: 2;
}

.drop-title__button {
  background-image: url('../images/arrow-drop.png');
  background-position: 96% 50%;
  background-repeat: no-repeat;
  color: #999;
  cursor: pointer;
  font-family: Renaultlife,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-drop-content {
  padding: 40px 50px;
}

.jplist-slider-values {
  color: #000000;
  display: flex;
  font-family: Renaultlife,sans-serif;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 10px;
}

.jplist-slider::before {
  border-radius: .25rem;
  background-color: #f3f5f6;
  height: 4px;
  transform: translateY(50%);
  z-index: 1;
}

.jplist-slider-holder-1, .jplist-slider-holder-2 {
  background-color: white;
  background-image: url('../images/range.png');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #ffcc33;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.jplist-slider-holder-1:active, .jplist-slider-holder-2:active {
  background-color: white;
  background-image: url('../images/range.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.jplist-slider {
  background-color: white;
  margin-right: 0;
}

.jplist-slider-range {
  background-color: #ffcc33;
  height: 4px;
  top: 50%;
  transform: translateY(50%);
  z-index: 2;
}

.drop-content-quantity__text {
  color: #1e2433;
  font-family: Renaultlife,sans-serif;
  text-align: center;
}

.drop-content-quantity__text strong {
  font-size: 24px;
  margin-right: 5px;
}

.c-favorite-option-order {
  order: -1;
}

.selec-order-by {
  color: #1e2433;
  font-family: Renaultlife,sans-serif;
  padding: 10px;
}

.drop-jplist-hidden {
  font-size: 0; 
  height: 0; 
  opacity: 0;
  position: absolute; 
  visibility: hidden;
  width: 0; 
  z-index: -1;
}

.jplist-dd-panel {
  background-color: #ffffff;
  color: #1e2433;
  font-family: Renaultlife,sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #999999;
}

.jplist-dd-content.jplist-dd-opened {
  background-color: white;
}

.jplist-dd-item {
  border-bottom: 1px solid #d3d3d3;
  color: #1e2433;
  padding: 10px 20px;
}

.jplist-dd-item:hover {
  background-color: #ffcc33;
}

.order-by .jplist-dd {
  width: 400px;
}

.jplist-dd-panel::after {
  color: #999999;
}

.w-tab-pane {
  background: white;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .4s;
  width: 100%;
  z-index: -1;
}

.w-tab-pane--active {
  opacity: 1;
  z-index: 2;
}

.w-tab-content {
  overflow: visible;
}

.tab-pane-ok {
  justify-content: center;
  padding: 10px;
}

.tab-pane-years {
  margin-bottom: 100px;
}

.c-tab-pane-years {
  display: flex;
  justify-content: center;
}

.tab-link {
  border-bottom: 2px solid transparent;
  transition: .4s;
}

.tab-link--active {
  border-bottom-color: #fc3;
}

.tab-pane-categories-row-item {
  cursor: pointer;
  transition: .4s;
}

.tab-pane-categories-row-item:hover {
  box-shadow: 1px 0 6px 0 rgba(255, 204, 51,1);
}

.tab-pane-categories-row-item--active {
  box-shadow: 1px 0 6px 0 rgba(255, 204, 51,1);
}

.tab-pane-warranties-row-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-favorite-items--overlay {
  position: relative;
}

.favorite-items--overlay {
  background-color: rgba( 0, 0, 0, .5);
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .4s;
  width: 100%;
  z-index: -1;
}

.favorite-items--overlay--show {
  opacity: 1;
  z-index: 0;

}

.tab-pane-add {
  display: none;
}

.c-tab-pane-filter {
  padding-bottom: 100px;
}

.cls-1 {
  transition: .4s;
}

.button_layout--active {
  fill: black !important;
  filter: grayscale(1) !important;
}

.c-filter-submenu {
  position: relative;
}

.more-options__text {
  position: relative;
}

.more-options__text--triangulo {
  bottom: -50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: .4s;
  display: none;
}

.car-info-sidebar-options-link.car-info-sidebar-options-link__br0 {
  border-right-color: #ccc;
  width: 100%;
}

.car-tabs-content-table-row:nth-child(even) {
  background-color: #e6e6ec;
}

.car-tabs-content-table-row .car-tabs-content-table-column:nth-child(2) {
  font-weight: bold;
}

.w-slider-dot.w-active {
  background-color: #ffcc33;
}

@media screen and (max-width: 991px) {
  .input-filter {
    order: -1;
  }

  .filter-input {
    border-bottom: 1px solid #edeff3;
  }

  .drop {
    background-color: white;
    padding: 10px;
  }

  .drop-content {
    width: 100%;
    top: 42px;
  }

  .c-drop-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  
  .order-by .jplist-dd {
    width: 300px;
  }

  .jplist-slider {
    width: 100%;
  }

  .drop {
    border-bottom: 1px solid #edeff3;
    padding: 15px;
  }

  .filter-input {
    border-bottom: 1px solid #edeff3;
  }

  .drop-content {
    top: 53px;
  }
}

@media screen and (max-width: 479px) {
  .c-favorite-option-order {
    text-align: center;
  }

  .order-by {
    width: 100%;
  }

  .order-by .jplist-dd {
    width: 100%;
  }
}

@media screen and (max-width: 400px) { 
  .favorite-option-cars {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .favorite-option-layout {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .favorite-option-layout a {
    text-align: center;
    width: 100%;
  }

}