.js-product .t-product__option-select {
    width: 100%;
    border: 1px #c5c5c5 solid;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-x: hidden;
}

/* Зачёркнутая старая цена и бейдж скидки в строке товара корзины */
.t706__product-amount .uc-old-price{
  display:block;
  text-decoration:line-through;
  color:#9b9b9b;
  font-size:13px;
  line-height:1.2;
  margin-top:4px;
  white-space:nowrap;
}
.t706__product-amount .uc-discount-badge{
  display:inline-block;
  margin-top:4px;
  padding:2px 7px;
  border-radius:4px;
  background:#000;
  color:#fff;
  font-size:11px;
  font-weight:600;
}
/* Итог под строкой «Сумма:» */
.uc-cart-summary{ margin-top:8px; font-size:14px; line-height:1.6; }
.uc-cart-summary .uc-sum-old{ color:#9b9b9b; text-decoration:line-through; }
.uc-cart-summary .uc-sum-discount{ color:#2e7d32; font-weight:600; }