/* рамка у карточек товаров */
.t-store__card__wrap_all { 
 box-shadow: 0 0 0 1px #ebebeb; 
 overflow: hidden; 
}
/* рамка у карточек в потоках */
.t-feed__col-grid__post-wrapper { 
 box-shadow: 0 0 0 1px #ebebeb; 
 overflow: hidden; 
}
/* кнопки у товаров на всю ширину */
[data-product-inv="0"] .t-store__card__btn { width: 100%; } a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm { width: 100%; } .t-store__card__btns-wrapper--quantity { display: block !important; } .t-store__card .t-store__prod__quantity { width: calc(50% - 2px) !important; } a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn{ width: calc(50% - 2px) !important; } .t-store__prod__quantity-input { width: 100%; } .t-store__card__btn { padding-left: 5px; padding-right: 5px; } @media screen and (min-width: 960px) and (max-width: 1220px) { .t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper { min-width: 20px; width: 20px; height: 20px; margin: 0 1px; } }  @media screen and (max-width: 960px) { .t-store__card .t-store__prod__quantity { width: 100% !important; } a.js-store-prod-btn.t-store__card__btn.t-btn{ width: 100% !important; } a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn { width: 100%!important; } .t-store__card__btns-wrapper--quantity { display: block !important; } }

/* вертикальный отступ у карточек товаров на мобилке */
@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 10px;
}
}

/* кругляш у товаров */
.t-store__card__mark {
    border-radius: 3px;
}
/* цвет всего сайта */
html {
    background: #f7feff;
}
.t706__carticon_showed {
        z-index: 10000;
    }
t985__search-widget-icon {
        z-index: 10000;
        border: 1px solid #000;
    }
.t706__carticon-imgwrap {
    border-radius: 3px;
    width: 70px;
    height: 70px;
}
.t706__carticon-counter {
    color: #fff;
    border-radius: 3px;
}

.t-slds__container {
 border-radius: 3px;
}

.t-slds__container {
 border-radius: 3px;
}

.js-product .t-product__option-select {
    border: 1px #777 solid;
    background: #ffffff;
    border-radius: 3px;
}

.t-store__card__mark {
    font-size: 10px;
    width: 50px;
    height: 30px;
}
.t1002__addBtn {
    width: 30px;
    height: 30px;
}
.t1002__addBtn svg {
    max-width: 60%;
    max-height: 60%;
}
