.product-card__properties {
  display: flex;
  flex-wrap: wrap;
}

.product-card__property {
  position: relative;
  display: flex;
  align-items: center;
}

.additional-property__text {
  font-size: 20px;
}

.additional-property__symbol {
  display: inline-block;
  position: relative;
  /* top: 6px; */
  width: 20px;
  /* padding-top: 27px; */
  /* height: 26px; */
}

.additional-property__symbol img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.additional-property__prompt {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
  padding: 0.25rem 0.5rem;
  max-width: 200px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.additional-property__prompt::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0.5rem;
  border: 8px solid #000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.product-card__property:hover .additional-property__prompt {
  opacity: 1;
  z-index: 10;
}

.measures img {
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 27px;
    object-fit: cover;
}

.measures {
    display: flex;
    align-items: center;
}

.filter-input-search__body {
    height: 140px;
    border-bottom: 1px solid #B9B9B9;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter-input-search__item {
    height: auto;
    display: flex;
    align-items: center;
}

.filter-input-search__list {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.form-check {
    height: auto;
    display: flex;
    align-items: center;
}

.filter-input-search__search-input {
    width: 100%;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#TYPES_OF_LAMPS .filter-checkbox__label:before {
    top: auto !important;
}

.range--price .range__inputs {
    display: grid !important;
    pointer-events: auto !important;
}

.range--price .noUi-pips {
    height: 40px;
}
.list{
    width: 100%;
}
#basket-root{
    background-color: transparent;
}
#basket-root.opened{
    background-color: rgba(0,0,0,.7);
}

.counter__catalog-user {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 16px;
}
.counter__catalog-user-icon {
    position: relative;
    opacity: 1 !important;
    inset: initial;
}

.counter__catalog-user-icon span {
    position: absolute;
    top: -8px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(1);
}

@media screen and (max-width: 767px) {
    .header-cont .counter__catalog-user {
        gap: 16px;
        margin-left: auto;
    }
}

.counter__catalog-user a{
    border: none;
}

