.uc-my-gallery .t-store__card__textwrapper {
 display: none;   
}

.uc-my-gallery .t-store__card__bgimg {
    transition: all 0.3s ease;
}

.uc-my-gallery .t-store__card__bgimg:hover {
    transform: scale(1.04);
}

.uc-my-gallery .t-store__prod-popup__price-wrapper {
    order: 5;
}

.uc-my-gallery .t-popup .t-store__prod-popup__price {
    font-weight: 700 !important;
}

.uc-my-gallery .t-store__prod-popup__price-wrapper:before {
    content: 'Цена: ';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.35;
    vertical-align: middle;
    font-family: 'TildaSans',Arial,sans-serif;
}

.uc-my-gallery .t-store__prod-popup__btn-wrapper {
    order: 6;
}

.uc-my-gallery .t-store__prod-popup__info {
    display: inline-flex;
    flex-direction: column;
}

.t199__mmenu.t199__js__menu {
    z-index: 10;
}