
.shop-footer a {
    display: block;
    height: 3.5em; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-sidebar .shop-filter li a .product-cb:after {
    content: '\2713';
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.shop-sidebar .shop-filter li a:hover .product-cb:after {
    opacity: 1;
    background-color: #FD358B;
}

.shop-sidebar .shop-filter li a .product-cb.checked:after {
    opacity: 1;
}
