
.order-list .text {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 6px;
}

.wbox {
    display: -webkit-flex!important;
    display: -webkit-box;
    position: relative;
}
.of {
    overflow: hidden;
    white-space: nowrap;
}
.f30 {
    font-size: .6rem;
}
.of, .sn-select select, .wb {
    text-overflow: ellipsis;
}

.sn-txt-muted {
    color: #909090;
}
.wbox-flex {
    -webkit-flex: 1!important;
    -webkit-box-flex: 1;
}
.tr {
    text-align: right;
}

.fs26 {
    font-size: 14px;
}

.pro-list {
    padding: 10px 12px;
}

.pro-list .pro-img {
    margin-right: 10px;
}

.pro-list .pro-img img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
}

img {
    max-width: 100%;
}

.pro-list, .pro-list a {
    display: block;
}

.pro-list .pro-name {
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 6px;
}
.text-clamp2 {
    /*min-height: 60px;*/
}

a {
    text-decoration: none;
}
a {
    color: #353d44;
}

.sn-txt-black {
    color: #333;
}

.pro-list .pro-info .list-opra {
    position: absolute;
    right: 0;
    bottom: 0;
}

.order-box, .order-box .cart-title {
    background: #FCFCFC;
}

.pd {
    padding: 8px 10px;
}
.bor-t {
    border-top: 1px solid #DCDCDC;
}
.ml30 {
    margin-left: 12px;
}

.sn-btn.sn-btn-dark.sn-btn-outline {
    border: 1px solid #E21D1D;
    color: #E21D1D;
}
.order-list .sn-btn, .order-list .sn-btn-big {
    padding: 0;
    text-align: center;
}

.order-list .sn-btn {
    width: 60px;
}
.order-list .sn-btn-big {
    width: 80px;
}
.sn-btn.sn-btn-outline {
    height: 30px;
    padding: 0 3px;
    line-height: 30px;
    background: 0 0;
    border-radius: 5px;
}

.sn-btn {
    display: inline-block;
    padding: 0 .5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: .1rem;
}

.ml12 {
    margin-left: 12px;
}

.ui-icon-delete {
    font-size: 20px;
    line-height: 20px;
}


.ui-star {
    display: inline-block;
    vertical-align: middle
}

.ui-star span {
    float: left;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("../img/star-off.png");
    cursor: pointer
}

.ui-star span.active {
    background-image: url("../img/star-on.png")
}

.pro-list .pro-sku {
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 6px;
    color: #999;
}

.pro-time {
    font-size: 12px;
}