.t-store__card__price-wrapper {
    margin-top: 0px!important;
}

.t-store__filter__options_center {
    text-align: left!important;
}

.t-store__card__mark {
    background-color: rgba(255,255,0,0.0);
    font-weight: 400;
    height: 20px;
    padding: 0 0px;
    text-align: left;
    width: 100px;
    font-size: 13px;
    text-color: #303033;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: 8px!important;
}

.t-store .t-store__pagination {
        margin-top:20px;
        display: none;
    }
    
    .t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 5px;
}

.t-store__card__imgwrapper .t1002__addBtn,.t1002__picture-wrapper .t1002__addBtn {
    background: #fff;
    text-color: #303030;
    border-color: transparent;
    border-radius: 100%;
    border-width: unset;
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 9
}
 
 .t-store__parts-switch-btn.t-active {
    color: #C84E37;
    opacity: 0.9;
}
 
/*Своя иконка избранного в карточках товаров*/
:root{
    --iconNormal: url(https://static.tildacdn.com/tild3736-3364-4662-b061-353136386564/heart.svg);
    --iconAdded: url(https://static.tildacdn.com/tild3364-6137-4334-a139-333735343434/____1_03___1_03.svg);
    --widthIcon: 18px;
    --heightIcon: 18px;
    
}
/*Иконка в обычном состоянии*/
    a.t1002__addBtn:after {
    content: "";
    position: absolute;
    width: var(--widthIcon);
    height: var(--heightIcon);
    background-image: var(--iconNormal);
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--iconTransition);
}   

/*Иконка при наведении*/
    a.t1002__addBtn:hover:after {
    content: "";
    transform: var(--iconScaleHover);
    transition: var(--iconTransition);
}   

/*Иконка, когда товар добавили в избранное*/
    a.t1002__addBtn_active:after {
    content: "";
    width: var(--widthIcon);
    height: var(--heightIcon);
    background-image: var(--iconAdded);
    background-repeat: no-repeat;
}

/*Скрываем оригинальную иконку*/
.t1002__addBtn svg{
    display:none;
}

/*Если нужен определенный радиус скругления и цвет у подложки с иконкой*/

.t1002__addBtn{
    border-radius: var(--bgIconRadiusNormal) !important; /*Радиус скругления*/
    background: var(--bgIconColorNomral) !important;    /*Цвет подложки*/
    transition: var(--iconTransition);
    border: none;
}
.t1002__addBtn:hover{
    border-radius: var(--bgIconRadiusHover) !important; /*Радиус скругления при наведении*/
    background: var(--bgIconColorHover) !important;    /*Цвет подложки при наведении*/
    transition: var(--iconTransition);
}
.t1002__addBtn_active{
    background: var(--bgIconColorAdded) !important;
}

    .t-descr_xxs {
        font-size: 14px;
    }
    
    

/*моб меню лево пункты*/
#allrecords ul.t282__menu__items {
        text-align: left;}
    
    #allrecords .t282 ul.t-sociallinks__wrapper
    {
        text-align: left;}
        
        @media screen and (max-width: 980px) {
    .t282__menu .t-menusub__menu {
        text-align: left;}
        .t-popup .t-store__prod-popup__price {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 640px) {
    .t1002__addBtn {
        height:35px;
        width: 35px;
}
    .t-store .t-store__pagination {
        margin-top:20px;
        display: none;
    }}
    
    @media screen and (max-width: 640px) {
    .t-store .t-store__pagination {
        margin-top:20px;
        display: none!important;
    }}
    
 