#status_new {
    /*background: url(../images/status_new.svg);*/
    }
    #status_new {
        z-index: 4;
        position: absolute;
        margin: 0 0;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        width: 57px;
    }
    
    #status_hit {
        /*background: url(../images/status_hit.svg);*/
        }
        #status_hit {
            z-index: 4;
            position: absolute;
            margin: 0 0;
            padding-bottom: 10px;
            background-repeat: no-repeat;
            width: 79px;
        }
    
    #status_sale {
        /*  background: url(../images/status_new.svg);*/
        }
        #status_sale {
            z-index: 4;
            position: absolute;
            margin: 0 0;
            padding-bottom: 10px;
            background-repeat: no-repeat;
            width: 57px;
        }
    
    .status_favorite_catalog {
        z-index: 4;
        position: absolute;
        margin: 0 0;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        width: 18px;
        height:16px;
        right: 2px;
    }

    .status_favorite_basket {
        margin: 0px auto 46px;
        /* padding-bottom: 10px; */
        background-repeat: no-repeat;
        width: 18px;
        height: 0px;
    }
    .status_favorite_cart {
        z-index: 4;
        position: absolute;
        margin: 0 0;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        left: 445px;
        top: -134px;
    }
    .status_favorite_cart img {
     
        width: 27px!important;
        height: 25px!important;
    }
    @media (max-width: 1300px) {
        .status_favorite_cart { left: 323px;}
    }
    @media (max-width: 1100px) {
        .status_favorite_cart { left: 249px;}
    }
    @media (max-width: 960px) {
        .status_favorite_cart {
            z-index: 4;
            position: inherit;
            margin: 0 0 0 calc(100% - 31px);
            padding-bottom: 0px;
            background-repeat: no-repeat;
          
        }
    }
    
    .status_favorite_catalog_list {position: absolute; left:124px;  }
    #fav_img { width: 18px; height:16px;     border-radius: 0px;
}
    @media (max-width: 1300px) {
    .status_favorite_catalog_list { left: 166px;}
}
@media (max-width: 1100px) {
    .status_favorite_catalog_list { left: 120px;}
}