.js-store-prod-sold-out {
    display: none;
}

/*.js-store-product.js-product::before {*/
/*    content: attr(data-product-inv) " шт на складе";*/
/*    font-family: 'Roboto',Arial,sans-serif;*/
/*    font-size: 14px;*/
/*    color: #ffffff;*/
/*    background-color: #000000;*/
/*    border-radius: 30px;*/
/*    margin-left: 20px;*/
/*    padding: 3px 8px;*/
/*    position: absolute;*/
/*    top: -5px;*/
/*}*/

.t-store__prod-popup__name{
    margin-top: 5px;
}

.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% + 20px);
}

[href="#order"] {
    display: none;
}

[data-tooltip-hook="#popup:preorderProduct"] {
    z-index: 999999999;
}

.uc-preorder .t702__title {
    margin-bottom: 50px;
}

@media screen and (max-width: 1240px) {
    .js-store-product.js-product::before {
        margin-left: 5px;
    }
    .js-store-product.js-product.t-store__product-snippet::before  {
        margin-left: calc(50% - 10px);
    }
}

@media screen and (max-width: 980px) {
    .js-store-product.js-product.t-store__product-snippet::before {
        margin-left: calc(50% - 60px);
        top: -20px;
    }
    
    .uc-preorder .t702__title {
    	margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 640px) {
    .js-store-product.js-product::before {
        margin-left: 5px;
        position: relative;
        top: 0px;
        left: 25%;
        transform: translateX(-50%);
    }
    
    .t-store__prod-popup__slider.js-store-prod-slider {
        padding-top: 30px;
    }
    
    .t-title_xxs {
    	font-size: 22px !important;
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: transparent !important;
    }
    
    .t702 svg > g {
        fill: #000 !important;
    }
}