/* КОРЗИНА И ОФОРМЛЕНИЕ ЗАКАЗА */
.t-store__prod-popup__info .t-btnflex.t-btnflex_type_button {
    padding-left: 0;
}
.t-carousel__zoomer__item {
    background: #000000;
}
.t-carousel__zoomed, .t-carousel__zoomer__slides {
    background: #000000;
}
.t706__sidebar-heading {
    color: #000000;
}
.t706__cartpage-heading {
    color: #000000;
}
.t706__auth {
    background: #000000;
}
.t706__form-upper-text {
    color: #000000;
    font-size: medium;
}

/* ОТМЕТКИ SALE/NEW */
.t-store__card__mark-wrapper {
    right: 7%;
}
@media (max-width: 1200px) {
    .t-store__card__mark-wrapper {
        right: 6%;
    }
}
@media (max-width: 960px) {
    .t-store__card__mark-wrapper {
        right: -6%;
    }
}
@media (max-width: 768px) {
    .t-store__card__mark-wrapper {
        right: 10px;
    }
}
/* СОЦСЕТИ в Footer */
.t-sociallinks__svg path {
    fill: currentColor;
    transition: fill 0.3s ease;
}
.t-sociallinks__svg:hover path {
    fill: #9b2d30;
}
/* Menu */
@media screen and (max-width: 960px) {
.t-menu-base__maincontainer_logocenter.t-menu-base_overflow .t-menu-base__rightwrapper, .t-menu-base__maincontainer_logoleft .t-menu-base__rightwrapper, .t-menu-base__rightwrapper {
    margin-top: 0 !important;
}
}