/* Десктопный крестик (popup) Делает крестик черным в сайдбаре корзины на ПК*/
.t706__close-icon path,
.t706__close-icon rect,
.t706__sidebar-close-icon path,
.t706__sidebar-close-icon rect {
    fill: #000 !important;
    stroke: #000 !important;
}

/* Мобильный крестик (cart page mobile) Делает крестик черным в сайдбаре корзины на мобиле */
.t706__cartpage-close-icon path,
.t706__cartpage-close-icon rect,
.t706__cartpage-close path,
.t706__cartpage-close rect {
    fill: #000 !important;
    stroke: #000 !important;
}

.t706__sidebar-content { padding-top: 10px !important; /* или 0px, если хочешь плотнее */ }

.t706__sidebar-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

.t706__sidebar-heading {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 4 !important;

}

.t706__sidebar-close {
    top: 10px !important; /* если хочешь крестик чуть ниже/выше — меняй */
}

.t706__continue-btn {
    margin-top: 15px !important;
    width: 100% !important;
    height: 52px !important;
    line-height: 52px !important;
    text-align: center !important;

    background-color: #005eb8 !important; /* как твоя кнопка оформления */
    color: #fff !important;
    font-family: 'Micrac', sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;

    border-radius: 2px !important;
    cursor: pointer;
}

/* Скрипт, который принудительно меняет  шрифт счетчика в корзине хедера. */

.cart-counter {
    color: #005EB8 !important;
    font-family: 'Micrac', sans-serif !important;
    font-size: 15px !important;
    font-weight: 200 !important; /* Thin */
    letter-spacing: 1px !important;
    text-transform: none !important;
    line-height: 1 !important;
}


/* ФИКС DESKTOP CARTPAGE / Убираем огромный верхний отступ */
.t706__cartpage-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    height: 60px !important;
    padding: 0 20px !important;
    margin: 0 !important;
}

/* Кнопка "назад" */
.t706__cartpage-back {
    height: 40px !important;
    width: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
}

/* Кнопка "закрыть" */
.t706__cartpage-close {
    height: 40px !important;
    width: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
}

/* Центрируем заголовок */
.t706__cartpage-heading {
    flex-grow: 1 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}





