body{}.stiker-special{background-color:#dc3545;color:#ffffff}.stiker-upc{background-color:#007bff;color:#ffffff}.stiker-ean{background-color:#28a745;color:#ffffff}.stiker-jan{background-color:#ffc107;color:#343a40}.stiker-isbn{background-color:#17a2b8;color:#ffffff}.stiker-mpn{background-color:#343a40;color:#ffffff}#column-left .list-unstyled {
    padding: 0;
    margin-top: 10px;
    list-style: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.price, .prices {
    display: none !important;
}
.cart-list-product .text-sm-right strong {
    display: none !important;
}
.total, .price1 {
    display: none !important;
}
#totals-wrap {
    display: none !important;
}


/* Стили для мобильных устройств */
    @media (max-width: 767px) {
        .mobile-only {
            display: block;
        }
    }

    /* Стили для мониторов и других устройств */
    @media (min-width: 768px) {
        .mobile-only {
            display: none;
        }
    }