.hanzo-my-card {
    background   : #fff;
    margin-bottom: 7px;
    position     : relative;
    margin       : 0px 10px 7px 10px;
    background   : rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding      : 0 5px;

    .title {
        position   : relative;
        padding    : 10px;
        font-size  : 16px;
        color      : #262626;
        font-weight: 700;
    }

    .line {
        height    : 1px;
        background: rgba(216, 216, 216, 1);
        margin    : 0 10px;
    }

    .hanzo-my-card__content {
        padding                : 11px 0px;
        display                : flex;
        flex-wrap              : nowrap;
        -webkit-flex-direction : row;
        flex-direction         : row;
        -webkit-justify-content: space-between;
        justify-content        : space-between;
        -webkit-align-items    : center;
        align-items            : center;

        .hanzo-my-card__item {
            text-align : center;
            font-size  : 13px;
            color      : #656565;
            width      : 100%;

            .img-box {
                width : 25px;
                height: 25px;
                margin: 0 auto;
                position: relative;
                margin-bottom: 5px;
            }

            .order-tag {
                position: absolute;
                top: -7px;
                font-size: 12px;
                border-radius: 18px;
                min-width: 7px;
                text-align: center;
                padding: 1px 4px;
                background-color: #E70012;
                color: #fff;
                left: 17px;
            }
        }
    }
}