.promo img {
    max-width: 100%;
}

.wishlist-compare {
    position: relative;
    margin-top: 17px;
    word-break: normal;
    word-wrap: normal;
}

.link-text.ico-compare {
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.wishlist-compare a:first-child {
    margin-left: 0;
}

.link-text.ico-compare:before {
    display: inline-block;
    content: '';
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url(./images/compare.svg) no-repeat 0 0;
    vertical-align: top;
    margin-top: -4px;
}

.shop#shop-category .container-inner.content .article #list-products {
    justify-content: flex-start;
}