 /*Окно карточки товара*/
 
    .js-product .t-product__option-selected_select {
        border-radius: 2px !important;
        padding: 5px 40px 5px 5px !important;
    }
    
     #rec2225498861 .t-product__option-selected-title {
        color: #121212 !important;
    }
    
     #rec2225498861 .t-popup .t-typography__descr {
        color: #ffffff !important;
    }
    
    .js-product .t-product__option-selected_image .t-product__option-selected-checkmark, .js-product .t-product__option-variants_select .t-product__option-checkmark_image {
        margin-right: 8px !important;
        border-radius: 2px !important;
        border: 0px !important;
        background-color: transparent !important;
        background-position: 50% !important;
    }
    
    .js-product .t-product__option .t-product__option-variants_select {
        border-radius: 4px !important;
        min-width: 200px !important;
    }
    
    #rec2225498861 .t-product__option-title_select {
        color: #121212 !important;
    }
    
    
    /*Окно корзины*/
 
    /*z-index*/
    .t706__cartwin_showed {
    z-index: 10000001 !important;
    }
    
    /*Цвет фона*/
    .t706__cartwin {
    background-color: #121212 !important;
    }
    
    /*Цвет окна*/
    .t706__cartwin-content {
        background-color: #1e1e1e !important;
    }
    
    /*Заголовок окна*/
    .t706__cartwin-top .t706__cartwin-heading {
        color: #ffffff !important;
        font-size: 28px !important;
        text-transform: uppercase !important;
    }
    
    /*Заголовок товара*/
    .t706__product-title {
        color: #ffffff !important;
        font-weight: 500 !important;
    }
    
    /*Опции товара цвет*/
    .t706__product-title__option {
        color: #ffffff !important;
    }
    
    /*Описания, название товара*/
    .t-descr {
    font-family: var(--t-text-font, Arial) !important;
    }
    
    /*Описание*/
    .t-descr_xs {
        line-height: 1.3 !important;
        font-weight: 400 !important;
        font-size: 16px !important;
    }
    
    /*Паддинги описания*/
    .t706__form-upper-text {
        padding-bottom: 0px !important;
        padding-top: 20px !important;
    }
    
    /*Цена товара*/
    .t706__product-amount, .t706__product-amount--portion {
        color: #ffffff !important;
    }
    
    /*Линия верх*/
    .t706__cartwin-top {
    border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
    }
    
    /*Линия низ*/
    .t706__cartwin-bottom {
    border-top: 1px solid rgb(255 255 255 / 20%) !important;
    }
    
    /*Отключение суммы*/
    .t706__cartwin-prodamount-wrap {
        display: none !important;
    }
    
    /*Отключение итоговой цены*/
    .t706__cartwin-totalamount-wrap {
        display: none !important;
    }
    
    .t-input {
        font-family: var(--t-text-font, Arial) !important;
    }
    
    .t-select {
        font-family: var(--t-text-font, Arial) !important;
    }
    
    /*Фиксация кнопки*/
    @media screen and (max-width: 640px) {
    .t706 .t-form__submit {
        box-sizing: border-box !important;
        align-items: stretch !important;
        background: #1E1E1E !important;
        border-radius: 4px !important;
        display: flex !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 20px !important;
        right: 0 !important;
        z-index: 10 !important;
        }
        
    .t706 .t-form__submit {
        height: 94px !important;
        }
        
    .t706__cartwin-content {
        padding-bottom: 94px !important;
        }
    }
    
     