/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 

.t-store__card__mark {
    border-radius: 03px;
}

.t-descr_xxs {
    font-size: 20px;
    line-height: 1;
}

.t-name_xs {
        font-size: 20px;
}

.t-menuwidgeticons__cart .t-menuwidgeticons__icon-counter {
    background-color: #E3DFD6 !important;
}

.t-menuwidgeticons__wishlist .t-menuwidgeticons__icon-counter {
    background-color: #E3DFD6 !important;
}