.t706__cartpage .t706__form-upper-text {
    margin-bottom: 0px !important;
}

.t706__form-upper-text {
    padding-top: 0px !important;
    padding-bottom: 10px;
}

/*скругление углов боковой панели*/
    .t951__cont-wrapper .t951__sidebar {
    background-color: #f1f1f1;
    border-radius: 10px !important;
}

/*скругление углов карточек товаров*/
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 10px; 
    
/*цвет ползунка*/

.t-store__filter__price-outer, .t-store__filter__range_bg {
    top: 14px;
    background-color: #DF0914 !important;
}


/*.t-store__filter__range_bg {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: #df0914 !important;*/
/*    border-radius: 4px;*/
/*}*/

/*скругление углов у чекбоксов*/
.t-checkbox__indicator {
    border-color: #df0914 !important;
    border-radius: 3px !important;
}

.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-radius: 2px!important;
    border-color:  #df0914 !important;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .6;
}

/*цены по нижнему краю*/
.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-price-wrapper {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.js-store-prod-sold-out {
    width: 100%;
    order: -1;
}
.t-store__card__price {
    margin-right: 5px;
}