.t-store__card__price:before {
    content:'от ';
    vertical-align: middle;
}

.t-store__card__price_old:before {
    content:'от ';
}

.t706__cartwin-prodamount-price:before {
    content:'от ';
}

t706__cartwin-totalamount-label:after {
    content:'от ';
}

.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value:before {
    content:'от ';
}


@media screen and (max-width: 480px) {
    .t-btn_sm {
        height: 40px;
    }
    .t-store__prod__quantity {
        height: 40px;
    }
    
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        padding: 10px;
        z-index: 16;
    }
}


select.t-store__sort-select.t-descr.t-descr_xxs.js-store-filter-sort {
    border: 1px #ffffff solid;
    background: #ffffff;
    padding: 0;
    border-radius: 0px;
}




.t-product__option-checkmark.t-product__option-checkmark_buttons.t-product__option-checkmark_color {
    background-size: cover;
    background-repeat: repeat;
}
input.t-product__option-input.t-product__option-input_buttons.t-product__option-input_color[value="Любой цвет"]+div {
    background-image: url(https://static.tildacdn.com/tild6530-3133-4961-b035-373863663061/image.png);
}

input.t-checkbox.js-store-filter-opt-chb[data-filter-value="Любой цвет"]+div {
    background-image: url(https://static.tildacdn.com/tild6530-3133-4961-b035-373863663061/image.png);
    background-size: cover;
    background-repeat: repeat;
}


.t706__product-imgdiv {
    height: 100px;
}


@media screen and (max-width: 480px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        padding: 10px;
        z-index: 100;
        border-radius: 10px 10px 0px 0px;
    }
}



.t-store__tabs__item-button.js-store-tab-button {
    padding: 15px 0px 15px 0px;
}

.t-container_fluid .t-col_12 {
        max-width: 100%;
    }



@media screen and (min-width: 981px) {
  .t-container_fluid .t-store__prod-popup__col_fixed {
    position: sticky !important;
    top: -30% !important;
  }
}