h2{
    line-height: 25px!important;
}

@media only screen and (min-width: 1280px) {
    
    #side-categories #categories{
        height: 418px!important;
        overflow-y: auto!important;
    }
    
    #side-categories #categories > ul{
        height: auto!important;
    }
    
    #side-categories #categories ul ul{
        height: 410px!important;
    }
}

@media only screen and (min-width: 1400px) {
    
    #side-categories #categories{
        height: 418px!important;
        overflow-y: auto!important;
    }
    
    #side-categories #categories ul ul{
        height: 490px!important;
    }
}


.product-block .product-name {
    width: 185px;
}

.wrap {
    word-wrap: break-word;
}