


.t-store__card__price-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.t-store__card__price-currency {
    display: none;
    vertical-align: middle;
    text-align: center;
}

.t-container {
    margin-bottom: 130px;
}

.t-store__card__btn {
    width: 100%;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    margin: 0px 16px 16px 16px;
}


.t-store .t-store__card__wrap_all {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
}

.t-store__card__price-wrapper {
    margin-top: 12px;
    display: none;
}

.t-store__card__imgwrapper {
    padding-bottom: 60%;
}



.t-store__prod-popup__title-wrapper {
    margin-bottom: 18px;
    text-align: center;
}

.t-store__prod-popup__price-wrapper {
    margin-top: 0;
    text-align: center;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.t-store__prod-popup__text {
    border-top: 1px dashed #212121;
    padding-top: 24px;
    margin-top: 24px;
}

.t-btn_sm {
    height: 31px;
    width: 251px;
    font-size: 14px;
}

t-store__parts-switch-btn {
    margin-right: 10px;
    margin-left: 0px;
}


.t-store__card__descr {
    border-top: 1px dashed #212121;
}

.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 30px;
}

