/*Выравнивание цен по одной строке в каталоге*/
.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-price-wrapper {
    margin-top: auto;
    flex-wrap: wrap;
    padding-top: 10px;
}


.js-store-prod-text a {
    display: inline-block;
    padding: 12px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 23px; /* Закругление углов кнопки */
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #a5131d;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #a5131d;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.js-post-card-text a {
    display: inline-block;
    padding: 12px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 23px; /* Закругление углов */
    font-weight: 600;
}

.js-post-card-text a:first-of-type {
    background-color: #a5131d;
    color: #ffffff !important;
}

.js-post-card-text a:last-of-type {
    background-color: #a5131d;
    color: #ffffff !important;
}
