.t706__cartwin-content {
    background-color: #222221;
    box-sizing: border-box;
    margin: 65px auto;
    max-width: 560px;
    min-height: 300px;
    overflow: auto;
    padding: 40px;
    width: 100%;
}
.t706__product-title {
    color: #ffffff;
    
}
.t706__cartwin-prodamount-wrap {
    color: #ffffff;
    
}

.t706__cartwin-totalamount-wrap {
    color: #f3b735;
   
}

.t706__product-amount, .t706__product-amount--portion {
    color: #ffffff;
   
}
.t706__product-quantity {
    border: 1px solid transparent;
    color: #fff;
}


    
    
    
    
    
        .tooltip-horizontal-scroll-icon_hand {
            animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
            opacity: 1 !important; /* Непрозрачность */
        }
        .tooltip-horizontal-scroll-icon_card {
            animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
            opacity: 1 !important; /* Непрозрачность */
        }
        @keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
            0% {transform: translateX(80px) scale(1); opacity: 0;}
            10% {transform: translateX(80px) scale(1); opacity: 1;}
            20%, 60% {transform: translateX(175px) scale(.6); opacity: 1;}
            80% {transform: translateX(5px) scale(.6); opacity: 1;}
            to {transform: translateX(5px) scale(.6); opacity: 0;}
        }
        @keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
            0%, 60% {transform: translateX(0);}
            80%, to {transform: translateX(-240px);}
        }
    

