/*Остаток на складе, вывод в карточке товара*/
/*.t-store__card::after {*/
/*    content: attr(data-product-inv) " шт на складе";*/
/*    font-family: 'Montserrat',Arial,sans-serif;*/
/*    font-size: 12px;*/
/*    color: #878787;*/
/*    position: relative;*/
/*    margin-top: 4px;*/
/*    width: 250px;*/
/*}*/
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::after {
    content: attr(data-product-inv) " шт на складе";
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 14px;
    color: #878787;
    margin-left: 20px;
    padding: 3px 8px;
    position: relative;
}
.t-store__prod-popup__name{
    margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::after {
    margin-left: calc(25% - 60px);
}

@media screen and (max-width: 1240px){
.js-store-product.js-product::after {
    margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::after  {
    margin-left: calc(25% - 60px);
    margin-top: 20px;
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::after {
    margin-left: calc(24% - 60px);
    top: 20px;
}
}

@media screen and (max-width: 640px){
.js-store-product.js-product.t-store__product-snippet::after {
    margin-left: 10px;
    top: 10px;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    padding-top: 30px;
}
}
