/*Карточки на витрине*/
.t-store__card__descr {
    display: none;
}

.t706__product-title {
    font-size: 14px;
    padding-right: 20px;
}

.t706__product-imgdiv, .t1122__product-img {
    width: 100px;
    height: 75px;
}

.t776__img, .t851__table, .t554__card, .t778 .t-store__card__wrap_all {
    border-radius: 10px;
}

/*.t778 .t-store__card__wrap_all:hover {*/
/*    border: 1px #222 solid;*/
/*}*/

.t-store__prod-popup__brand, .js-store-prod-all-charcs, .t706__cartwin-totalamount-wrap {
    display: none !important;
}
.t-store__prod-popup__sku {
    /*display: none !important;*/
}

/*Out of order*/
.t-store__card__sold-out-msg {
    display: none !important;
}

/*Затемнение карточек*/
.js-store-grid-cont:hover .js-product {opacity: .8}
.js-store-grid-cont:hover .js-product:hover {opacity: 1;     transform: scale(1.02);}
.js-product {transition: all 0.3s ease-in-out}
  
/*.js-store-grid-cont:hover .js-product, .t1025__container:hover .js-product, .t786__container:hover .js-product, .t778__container:hover .js-product, .t776__container_mobile-grid:hover .js-product, .t754__container_mobile-grid:hover .js-product {*/
/*    opacity: 0.5!important;*/
/*}*/

/*.js-store-grid-cont:hover .js-product:hover, .t1025__container:hover .js-product:hover, .t786__container:hover .js-product:hover, .t778__container:hover .js-product:hover, .t776__container_mobile-grid:hover .js-product:hover, .t754__container_mobile-grid:hover .js-product:hover {*/
/*    opacity: 1!important;*/
/*}*/

/*.js-product {*/
/*    transition: opacity 0.2s ease-in-out;*/
/*}*/