.t-store__card__mark {
    background-color: #111;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: 'Unbounded';
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    padding: 0 4px;
    text-align: center;
    vertical-align: middle;
    width: 72px;
}
.t-store__grid-separator {
    margin-bottom: 40px;
}
.t-store__prod-snippet__container {
    padding-bottom: 30px;
    padding-top: 130px;
}
@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 15px;
    }
}
@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 16px;
    }
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px;
    }
}
.t-feed__post-bgimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px!important;
}

.t706__cartwin-prodamount-wrap {
    color: #000;
    font-size: 0px;
    font-weight: 600;
    padding-bottom: 0px;
    text-align: right;
}

.t706__cartwin-totalamount-wrap {
    color: #000;
    display: none;
    font-weight: 600;
    overflow-wrap: break-word;
    padding-top: 0px!important;
    font-size: 0px!important;
    text-align: right;
}
.t706__cartwin-content {
    border-style: solid;
    border-width: 1px;
    border-color: #191919;
    background-color: #fff;
    box-sizing: border-box;
    margin: 65px auto;
    max-width: 560px;
    min-height: 300px;
    overflow: auto;
    padding: 40px;
    width: 100%;
}
.t-feed__post-popup__container {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 130px 0 30px 0;
}
.t-feed__post-popup__content img {
    display: block;
    min-width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 280px;
}

.t-feed__post-popup__relevants-bgimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
}
@media screen and (max-width: 560px) {
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
        box-sizing: border-box;
        margin: 0;
        max-width: 100%;
        min-height: 100vh;
        padding: 100px 0 0px 0;
        top: 0;
    }
}
@media screen and (max-width: 560px) {
.t-feed__post-popup__content img {
    display: block;
    min-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 150px;
}}
@media screen and (max-width: 560px) {
.t-feed__post-popup__relevants-bgimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}}