/* Корзина тип комплекта "Товар" */
.product-set, .bundle-catalog {
    margin-top: 15px;
}
.product-set__title, .bundle-catalog__title {
    font-weight: bold; font-size: 16px
}

.sticker .tip {width: 12px; height: 12px; background: #fff; display: inline-block; border-radius: 50%; margin-left: 5px; color: red; line-height: 12px; text-align: center; display: none}
.sticker .tip-text {display: none; background: #005596; font-size: 10px; padding: 5px 10px; font-size: 9px; position: absolute; top: 40px; left: 0; width: 100%}
.sticker .tip-text:before {content: ''; position: absolute; top: -5px; right: 12px; border-right: 5px solid transparent; border-left: 5px solid transparent; border-bottom: 5px solid #005596}
.sticker:hover .tip-text {display: block}

.product-set__item + .product-set__item, .bundle-catalog__item + .bundle-catalog__item {
    margin-top: 15px;
}

.product-set-item__price {
    margin-top: 5px; display: inline-block; font-weight: 700
}
.product-set-item__old-price {
    margin-top: 5px;
    color: #808d9a; display: inline-block
}
.product-set-item__count {
    margin-top: 5px
}

/* Корзина тип комплекта "Категория" */


.bundle-catalog__item + .bundle-catalog__item {
    margin-top: 15px;
}

.komplekt-cell {grid-column: span 3}
.bundle-catalog-product__image, .product-set-item__image {width: 50px}
.bundle-catalog-product__content, .product-set-item__content {width: calc(100% - 70px)}
.modal .bundle-catalog-product__image, .modal .product-set-item__image {width: 60px}
.modal .bundle-catalog-product__content, .modal .product-set-item__content {width: calc(100% - 80px)}


/* Страница товара */
.komplekt-info {margin-top: 20px; border: 1px solid #eff3f6; padding: 20px}
.komplekt-title {font-weight: 700; font-size: 16px; color: #005596}
.komplekt-item {display: flex; gap: 20px}
.komplekt-img {width: 50px; flex-shrink: 0}
.komplekt-price .normal {font-weight: 700}
.komplekt-price s {color: #808d9a}