.t-store__filter__custom-sel.active, .t-store__filter__custom-sel:hover {
    padding-left: 10px;
}

.t-store__filter__custom-sel {
    transition: all 0.2s ease-in-out;
}

.t-store__prod__quantity {
    height: 35px !important;
}


@media screen and (max-width: 639px) {
    .reklama {
        left: 0px;
    }
}


.t-store .t-store__filter__custom-sel.t-store__filter__custom-sel_hidden {
    display: block !important;
}
.t-store__filter__btn-expand {
    display: none !important;
}