.t706__cartwin-prodamount-wrap,
.t706__cartwin-totalamount-wrap{
  display: none !important;
}

.t-store__sort-select option{
      display: none;
}
.t-store__sort-select [data-filter-value="price:asc"],
.t-store__sort-select [data-filter-value="price:desc"]{
    display:initial;
}

/*.t-store__filter__custom-sel:not([data-filter-value="price:asc"]),*/
/*.t-store__filter__custom-sel:not([data-filter-value="title:asc"]){*/
/*    display: none;*/
/*}*/
.t-store__filter__custom-sel{
          display: none;
}
[data-select-val="price:asc"],
[data-select-val="price:desc"]{
      display: block;
}