::selection {
  background-color: #61a375;
  color: #fff;
}

/*Кнопка отправки/подтверждения на формах*/
/*============================================================*/
.t-submit {
    transition: 
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
}


/*Страница новости (потоки)*/
/*============================================================*/
.t-title_xxs, .t-redactor__text {
    color: #5b7674;
}

.t-uptitle {
    color: #5b7674 !important;
    font-size: 12px;
}

.t-img {
    width: 300px;
}

#rec1093871991 .t-feed__post-popup__container {
    padding-top: 30px !important;
}



/* Переопределение стилей корзины */
/*============================================================*/
/* Цвет заголовка */
div.t706__cartwin-heading.t-name.t-name_xl {
    color: #5b7674;
}

div.t706__product-title.t-descr.t-descr_sm a {
    color: #5b7674 !important;
}

div.t706__product-imgdiv {
    background-color: #ffffff
}
    
span.t706__cartwin-totalamount-label {
    display: none;
}
