.t-store__card__wrap_txt-and-btns{
    height: auto !important;
}
.t-store__card__descr{
    display: none;
}

html{
    scroll-behavior: smooth;
}
.uc-navbar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.uc-navbar .t976__wrapper{
    overflow: auto;
    flex-wrap: nowrap !important;
}
.uc-navbar .t976__wrapper::-webkit-scrollbar{
    height: 4px;
}
.uc-navbar .t976__wrapper::-webkit-scrollbar-thumb{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    border: 1px #45464f solid;
}
.uc-navbar .t976__menu-link{
    display: flex;
    white-space: nowrap;
}

/* CUSTOM POPUP */

.t-store__prod-popup__close-txt, 
.t-popup *[class*='typography'], 
.t-store__prod-popup__price-wrapper * {
    color: #ffffff !important;
}
.t-popup__close{
    filter: invert(1);
}
.t-popup{
    background-color: #45464f;
}

/* CUSTOM BASKET */

.t706__cartwin-content *, .t-input::placeholder { color: white !important; }

.t706__cartwin-content,
.t_datepicker__selected-day:before,
.t_datepicker__day-cell::before {
    background: #45464f !important;
}

/*.t706__product-plus, .t706__product-minus,*/
/*.t706__product-del,*/
.t-radio__indicator,
.t-checkbox__indicator,
.t_datepicker__arrow,
.t-datepicker__icon {
    filter: invert(1) !important;
}

.t706__cartwin-content,
.t_datepicker__inner,
.t-input,
.t-submit {
    border-radius: 15px !important;
}
.t-checkbox__indicator{
    border-radius: 5px !important;
}

.t-input {
    border: none !important;
}

.t-input,
.t-submit,
.t_datepicker__inner,
.t_datepicker__header {
    background: #383941 !important;
}

/* FIXED SEARCH AND SORT FIELDS */

.t-store__filter__search-and-sort * {
    color: #fff !important;
}

.t-store__filter__input, .t-store__filter__btn, 
.t-store__sort-select {
    border-color: #26262b !important;
    background: #44454e !important;
    border-radius: 7px !important;
}

.t-store__search-icon,
.t-store__sort-select-wrapper:after {
    filter: invert(1);
}

/* FIXED FILTERS */

.t-store__filter__item-controls-wrap {
    background: #26262b !important;
    border-radius: 10px !important;
}
.t-store__filter__input, .t-store__filter__btn{
    color: white !important;
}












