_tooltip.css 733 Bytes
.blk-cart-page {
    .tooltip {
        position: relative;
        font-weight: normal !important;

        .content {
            font-size: 12px;
            background: #f5f5f5;
            position: absolute;
            top: -38px;
            text-align: center;
            width: 140px;
            padding: 10px;
            left: -10px;
            top: -57px;
        }

        .indicator {
            position: absolute;
            left: 0;
            width: 0;
            height: 0;
            border-width: 8px;
            top: -26px;
            border-style: solid dashed dashed;
            border-color: #f5f5f5 transparent transparent;
        }

        .all {
            width: 320px;
        }
    }
}