/* Само окно корзины */
.t706__cartwin-content,
.t706__cartwin-wrapper,
.t706__cartwin-products,
.t706__cartwin-bottom {
    background-color: #16181d !important;
}

/* Затемнение вокруг корзины */
.t706__cartwin-cover {
    background: rgba(0,0,0,0.8) !important;
}

/* Текст */
.t706__cartwin * {
    color: #ffffff !important;

}

/* Placeholder */
.t706__cartwin input::placeholder,
.t706__cartwin textarea::placeholder {
    color: rgba(255,255,255,0.5) !important;
}
