
   
   
   /** CART Style**/
    .t766__options-wrapper .t-product__option-title,
    .t-product__option .t-checkbox__control span {
        font-size: 16px;
    }
    
    .t766__options-wrapper .js-product-edition-option-name,
    .t766__options-wrapper .js-product-option-name{
        color: #512f30;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.55;
        font-family: 'Rubik';
        padding-bottom: 3px;
    }
    
    .t766__options-wrapper .t-product__option-item {
        margin-bottom: 18px !important;
    }
    
    .t766__options-wrapper .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
        height: 24px !important;
        left: -32px !important;
        width: 24px !important;
        top: -3px !important;
    }
  
    .t766__options-wrapper .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
        border-color: #c94449 !important;
    }
    
    .t766__options-wrapper .t-product__option-item_radio .t-product__option-input:checked+.t-product__option-checkmark:after {
        height: 14px !important;
        left: -26px !important;
        top: 3px !important;
        width: 14px !important;
    }
    
    .t766__options-wrapper .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
        background-color: #c94449 !important;
    }
    
    
    .t766__options-wrapper .t-checkbox__indicator {
        border: 1px solid #512f30 !important;
        width: 24px !important;
        height: 24px !important;
        margin-left: -4px;
    }
    
    .t766__options-wrapper .t-checkbox__indicator:after {
        width: 5px !important;
        height: 10px !important;
        left: 8px !important;
        top: 3px !important;
        border-color: #512f30 !important;
    }
    
    .t766__bottom-wrapper {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }
    
    .t766__wrapper .t766__btn {
        height: 54px;
        width: 100%;
    }
    
    .t766__wrapper .t766__descr ul {
        list-style: none;
        padding-left: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding-top: 12px;
    }
    
    .t766__wrapper .t766__descr ul li {
        display: block;
        background: #f1ebeb;
        padding: 12px;
        padding-left: 48px;
        font-size: 14px;
        line-height: 1.55;
        border-radius: 12px;
        position: relative;
    }
    
    .t766__wrapper .t766__descr ul li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        background-image: url(https://static.tildacdn.com/tild3630-3330-4632-b730-663537663262/IcTwotoneInfo.svg);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        transform: scale(0.8);   
        opacity: .8;
    }
   

    .t706__orderform .t-form__submit .t-submit {
        font-size: 14px !important;
    }

    .t706__cartwin-top {
        padding-bottom: 6px !important;
    }
    .t706__cartwin-top .t706__cartwin-heading {
        color: #512f30;
        font-weight: 400;
        font-family: 'Rubik';
        font-size: 16px !important;
    }
    
    .t706__cartwin-products .t706__product-title a {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        color: #af353a !important;
        cursor: default !mportant;
    }
    
    .t706__cartwin-products .t706__product-title__option {
        font-size: 16px;
    }
    
    .t706__cartwin-products .t706__product-amount {
        font-size: 22px;
        font-weight: 500;
        color: #c94449;
        vertical-align: top !important;
    }

    .t706__cartwin-bottom {
        padding-top: 6px !important;
    }
    
    .t706__cartwin-bottom .t706__cartwin-prodamount-wrap,
    .t706__cartwin-totalamount-wrap {
        display: none !important;
    }
    
    .t706__form-bottom-text {
        width: 95% !important;
        margin: 0 auto !important;
        line-height: 1 !important;
        font-size: 13px !important;
        color: #512f30 !important;
    }
    
    .t706__orderform {
        margin-bottom: 0px !important;
    }
    
    
    
    
    