.t-store__card__mark{
    font-size: 14px;
    width: auto; 
    height: auto; 
    border-radius: 2px;
    padding: 8px 25px;
}
.t-store__card__imgwrapper{
    border-radius: 10px;
    overflow: hidden;
}
.t-store__card__imgwrapper:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: #F9F8F8;
    height: 100%;
}
.t-store__filter__checkbox{
    font-size:16px;
}
.t-store__filter__title{
    font-weight:400;
}
.t-store__filter__item-title{
    font-size:18px;
    opacity:0.6;
}
.t-store__filter__range_bg{
    background-color: #5286d7 !important;
}
.t-checkbox__indicator{
    border: 1px solid #000 !important;
    border-radius: 2px;
}
.t1002__wishlisticon-counter{
    background-color: #EF4B4D;
}
.t1002__wishlisticon_sm .t1002__wishlisticon-imgwrap,
.t706__carticon_sm .t706__carticon-imgwrap{
   width: 48px;
   height: 48px;
   display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: -ms-flex;
display: -o-flex;
display: flex;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
		align-items: center;
}
.t1002__wishlisticon_sm .t1002__wishlisticon-img,
.t706__carticon_sm .t706__carticon-img{
    width:30px
    height:30px;
}
/*Поиск и сортировка*/
.t-store__search-wrapper,
.t-store__sort-select-wrapper,
.js-product .t-product__option-select{
    height:40px;
}
.js-product .t-product__option-select,
.t-store__filter__input{
    background:#ffffff;
}
@media screen and (min-width: 960px) {
    .t951 .t-store__filter__search .t-store__filter__input,
    .t-store__sort-select{
        width: 300px !important;
        background: #fff !important;
        height: 100%;
        font-size:16px;
    }
    .t-store__search-icon{
       width: 20px !important;
       padding-left: 10px !important;
       padding-right: 10px !important;
    }
    .t-store__relevants__title,.js-store-prod-name.t-store__prod-popup__name{
        font-size:30px !important;
    }
}

/*Section*/
.uc-section .t851__container{
    max-width:1230px;
}
.uc-section .t-col_4{
    max-width: calc(100% / 3 - 30px);
}
.uc-section .t-col{
    margin-left: 15px;
    margin-right: 15px;
}
.uc-section .t851__textwrapper,.uc-catalog .t851__textwrapper {
    padding: 20px 30px;
}

/*Product Detail*/
.t-name_md .js-product-price{
    font-size:28px;
}
.t-store__relevants-grid-cont .t-store__card__btns-wrapper .t-btn.t-btn_sm{
    padding-left: 16px;
    padding-right: 16px;
}
@media screen and (max-width: 640px) {
 .t-name_md .js-product-price{
    font-size:18px;
}
}
/*Test Categories*/
.uc-categories .t776__imgwrapper .t1002__addBtn{
    display:none !important;
}