/*СУММА СТАРЫХ ЦЕН*/ 
.sum-old-price {
  font-family: Jost, sans-serif !important; /*Шрифт*/
  font-size: 16px; /* Размер шрифта */
  font-weight: 300; /* Жирность */
  color: #FFFBF8; /* Цвет текста */
  margin-bottom: 10px; /*Отступ снизу*/
    
}


/*СУММА СКИДКИ*/ 
.sum-discont {
  font-family: Jost, sans-serif !important; /*Шрифт*/
  font-size: 16px; /* Размер шрифта */
  font-weight: 400; /* Жирность */
  color: #fff; /* Цвет текста */
  margin-bottom: 10px; /*Отступ снизу*/
}
.sum-discont span {
    color: #fff; /*Цвет самой скидки*/
}


/*ОБЩАЯ СУММА*/
.t706__cartwin-prodamount-wrap {
    font-size: 22px; /*Размер шрифта*/
    font-weight: 700; /*Жирность*/
}

/*НОВАЯ ЦЕНА В КОРЗИНЕ*/
.t706__cartwin-prodamount-price, .t706__cartwin-prodamount-currency {
    font-weight: 500; /*Жирность*/
}


/*СТАРАЯ ЦЕНА В КОРЗИНЕ*/
.t706__product-title a p {
    position: absolute;
    bottom:20px; /*Отступ от нижней границы контейнера товара*/
    right: 55px; /*Отступ справа от окна браузера*/
    font-size: 16px; /*Размер шрифта*/
    font-weight: 500; /*Жирность*/
    color: #fff; /*Цвет текста*/
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important; /* Толщина линии перечеркивания */
    text-decoration-color: #fff !important; /* Цвет линии перечеркивания */
}


/*СТАРАЯ ЦЕНА В КОРЗИНЕ НА МОБИЛЬНЫХ*/
@media screen and (max-width: 640px){
    .t706__product-title a p {
        bottom:0; /*Отступ от нижней границы контейнера товара*/
        right:0; /*Отступ справа от окна браузера*/
    }   
}
.sum-discont-container {
    align-items: flex-end;
}
.t706__product {
    position:relative;
}
.js-store-prod-name p {
    display: none;
}