.t-store__card__mark {
    width: 80px;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
}

.t-store__card__mark-wrapper {
    right: 0px;
    top: 0px;
}

.js-product.t-store__card::before {
    border: #fafafa 2px solid;
    padding-bottom: 14px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #eee;
    border-right: 0px;
    border-bottom: 0px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -14px;
    top: -14px;
    padding-right: 14px;
    pointer-events: none;
}

.js-product.t-store__card {
    position: relative;
}

/*--------------------------------*/
.t-store__card__btns-wrapper {
    justify-content: center;
    margin-top: 0px!important;
}

.t-store__card__descr div {
    font-size: inherit!important;
}

.t-store__card__descr p {
    text-align: center!important;
}

.t-store__card__descr span {
    color: #009796!important;
}

.t-store__card__descr {
    margin-top: 8px;
    text-align: center!important;
    font-size: 15px!important;
    border-top: 1px solid #b80c0b;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1.25em!important;
    height: 2.5em!important;
}

.t-store__card__price {
    font-size: 15px!important;
}

.t-store__card__price-wrapper {
    text-align: center!important;
}

.js-store-prod-btn {
	background-color: #b80c0b!important;
}

.js-store-prod-btn2 {
  color: #b80c0b!important;
  border: 1px solid #b80c0b!important;
}

/*@media screen and (max-width: 1200px) {*/
    .t-name_xs {
        /*font-size: 15px; */
        height: 2.6em!important;
        overflow: hidden;
        text-align: center;
    }
/*}*/

/*-----------------------------*/

@media screen and (max-width: 960px) {

    .js-product.t-store__card::before {
        width: calc(100% - 18px);
        padding-right: 0;
    }

}

@media screen and (max-width: 640px) {

    .js-product.t-store__card::before {
        padding-bottom: 10px;
        padding-right: 10px;
        margin-left: -10px;
        top: -10px;
    }

}

.t-store__card__price_old:after {
    top: 30%;
}