/* =========================
   ТОВАРЫ В КОРЗИНЕ
========================= */

.t706__cartwin-products,
.t706__cartwin-products * {
    color: #696969 !important;
    font-family: Arial, sans-serif !important;
}

.t706__cartwin-products div,
.t706__cartwin-products span,
.t706__cartwin-products a {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

/* Артикул */
.t706__cartwin-products .t706__product-title__option {
    display: block !important;
    margin-top: 9px !important;

    font-size: 11px !important;
    line-height: 1.4 !important;
    color: #A9A9A9 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

/* =========================
   ИТОГОВАЯ СУММА
========================= */

.t706__cartwin-prodamount-wrap,
.t706__cartwin-prodamount-wrap *,
.t706__cartwin-totalamount-content,
.t706__cartwin-totalamount-content * {
    color: #696969 !important;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

/* =========================
   ДОСТАВКА CDEK
========================= */

#delivery-services-wrapper .t-radio__control,
#delivery-services-wrapper .t-radio__control * {
    font-size: 17px !important;
    line-height: 1.2 !important;
    color: #696969 !important;
}

#delivery-services-wrapper .t-radio__control {
    padding: 5px 0 !important;
    display: block !important;
}

#delivery-hint {
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin-top: 10px !important;
    color: #696969 !important;
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 640px) {

    .t706__cartwin-products div,
    .t706__cartwin-products span,
    .t706__cartwin-products a {
        font-size: 15px !important;
    }

   .t706__cartwin-products .t706__product-title__option {
    font-size: 11px !important;
    margin-top: 9px !important;
}

    .t706__cartwin-prodamount-wrap,
    .t706__cartwin-prodamount-wrap *,
    .t706__cartwin-totalamount-content,
    .t706__cartwin-totalamount-content * {
        font-size: 16px !important;
    }

    #delivery-services-wrapper .t-radio__control,
    #delivery-services-wrapper .t-radio__control * {
        font-size: 17px !important;
    }

    #delivery-services-wrapper .t-radio__control {
        padding: 3px 0 !important;
    }

    #delivery-hint {
        font-size: 17px !important;
    }
}

body {
    background-color: rgba(19, 19, 23, 0.95);
}