.address_data {
    overflow: hidden;
}

.manufacturer li:hover  a{
    color: #333;
}

.manufacturer li.cat-item.subitem {
    padding-left: 25px;
}

.manufacturer li:hover a::before{
    background-color: transparent;
    border-color: #ebebeb;
}

.manufacturer li.active > a::before, .manufacturer li:hover > a::before {
    background: #0162bd;
    border-color: #0162bd;
}

.manufacturer li.active > a, .manufacturer li:hover > a  {
    color: #0162bd;

}

.sticker-sale {
    background: #0162bd;
}

.sticker-sale::after {
    border-right-color: #0162bd;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    box-shadow: 0 0 0 4px #0162bd;
}

input[readonly=""] {
    pointer-events: none;
}

.text-right {
    text-align: right;
    padding-right: 10px;
}

.he-130 {
    height: 130px;
}

.buttons-cart p {
    text-align: left;
}

#price_min {
    padding-left: 3px;
}

#price_max {
    text-align: right;
}

#slider-range {
    position: relative;
    width: calc(100% - 19px);
    margin-left: 3px;
}