.card-images-link {
    position: relative;
}

.card-images-link:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    background: url('../images/Zoom IN Line.svg') no-repeat center/30px;
    z-index: 3;
    display: block!important;
}

.contacts-info {
    font-weight: 500!important;
}

.onlyDelivery {
    display: none;
}

.news-item {
    position: relative;
}

.sale-label {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    color: #F73521;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size: 14px;
}

@media (min-width: 992px) {
    .home-slider-item > .container {
        height: 342px;
    }
}
.checkout-products-item .info {
    float: left;
}
.checkout-products-item .right {
    float: right;
}
.checkout-products-item .item-remove {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}
