.t706__cartpage:has([value="Самовывоз"]:checked) .ft-progress-bar {
  display: none;
}



/*Увеличение стандартной карточки при наведении ST300*/
@media screen and (min-width: 1200px){
    img.t754__img.t-img.js-product-img.loaded {     /*Нужный класс блока из таблицы*/
        transition: 0.4s ease-in-out;    /*Длительность и плавность анимации*/    
    }   
    img.t754__img.t-img.js-product-img.loaded:hover{
        transform: scale(1.1);  /*Размер увеличения карточки*/ 
    }
}

/*хлебные крошки для страниц*/
.t-container {
max-width: 99% !important;
padding: 0 0px 0 50px !important;
margin-left: 5px !important;
}
 .t-container .t758__col {
padding: 0 !important;
margin: 0 !important;
}

@media screen and (max-width: 480px) {
     .t-container {
max-width: 99% !important;
padding: 0 10px 0 10px !important;
margin-left: 5px !important;

}

/*спрятать геолокацию в корзине*/
.delivery-full-address.t-descr {
    display: none;
}

/*хб для карточки товара*/
@media screen and (max-width: 480px) {
    .t-container {
        max-width: 100% !important;
        padding: 0 0px 0 0px !important;
}
