/* отделение меню от остального сайта */

.t461__maincontainer {
box-shadow: 0 0 4px 0 rgb(57 57 57 / 20%);
}

/* решение проблемы с отступами сверху на мобильных устройствах (maxwidth: 980px) */
@media only screen and (max-width: 980px) {
.uc-mobile-fix-top{
    padding-top: 0px !important;
}

}

.t-store__prod__price-portion{
    display: none;
}

/* решение проблемы с со слайдерами (maxwidth: 1340px) */
@media only screen and (max-width: 1200px) {

.t-slds > .t923__wrapper{
    width: 365px !important;    
}
.t-slds > .t-slds__item{
    width: 365px !important;
}

.t-slds > .t-col{
    width: 365px !important;
}

}

/* размер текста в карточке товара */
.js-store-prod-all-text{
    font-size: 22px;
}



/* Цена товара выравнивание по центру. страница худи и толстовки - блок изделия со склада */
.t1025__price-wrapper{
    display: flex !important;
    align-items: center;
}