/* фон попапа */
.t706__cartwin-content {
    background-color: #000000 !important;
    color: #DCC297 !important;
}
/* весь текст внутри корзины */
.t706__cartwin-content * {
    color: #DCC297 !important;
}
/* поля ввода */
.t706__cartwin-content input,
.t706__cartwin-content textarea,
.t706__cartwin-content select {
    color: #DCC297 !important;
    border-color: #DCC297 !important;
    background-color: #000000 !important;
}
/* placeholder */
.t706__cartwin-content input::placeholder,
.t706__cartwin-content textarea::placeholder {
    color: #DCC297 !important;
    opacity: 0.7;
}
/* кнопки */
.t706__cartwin-content .t-submit,
.t706__cartwin-content button {
    background-color: #000000 !important;
    color: #DCC297 !important;
    border: 1px solid #DCC297 !important;
}
/* hover кнопок — без изменений */
.t706__cartwin-content .t-submit:hover,
.t706__cartwin-content button:hover {
    background-color: #000000 !important;
    color: #DCC297 !important;
    border: 1px solid #DCC297 !important;
}
/* линии и элементы */
.t706__cartwin-content hr,
.t706__cartwin-content .t706product-plusminus,
.t706__cartwin-content .t706product-del {
    border-color: #DCC297 !important;
}
/* svg */
.t706__cartwin-content svg path {
    fill: #DCC297 !important;
}
/* RADIO — индикатор по умолчанию */
.t-radio__indicator {
    border: 1px solid #DCC297 !important;
    background: transparent !important;
}
/* RADIO — выбранное состояние */
.t-radio_delivery.js-tilda-rule .t-radio__indicator,
input.t-radio_delivery:checked ~ .t-radio__indicator,
input[type="radio"]:checked + .t-radio__indicator,
input[type="radio"]:checked ~ div.t-radio__indicator {
    background-color: #DCC297 !important;
    border-color: #DCC297 !important;
}
/* внутренняя точка */
input[type="radio"]:checked + .t-radio__indicator::after,
input[type="radio"]:checked ~ div.t-radio__indicator::after {
    background: #000000 !important;
    opacity: 1 !important;
}