.index-category{margin-top: 20px;margin-bottom: 20px}
.m-table-dl { margin-top: 10px}
.product-item-list{padding: 0 15px}
.order-no{ border-bottom: 1px solid #ddd; margin-bottom: 10px; line-height: 30px; padding-bottom:10px;
    overflow: hidden;}
.order-no .status{padding-right: 5px}
.btn-categoriess{
    /*border: 1px solid #000;*/
    margin: 4px 3px;
    padding: 6px 18px;
    border-radius: 30px;
    min-width: 70px;
    font-weight: 400;}
.active-cate{background-color: #FF3C3C}
.type-show{    /* display: inline-table; */
    position: absolute;
    padding: 5px;
    background-color: #ccc;
/* color: #fff; */
    top: 5px;
    left: 3px
}
.product-item-border{padding: 15px 0; border: 1px solid #c1d7e3; background-color: #FFFFFF}
.order-input-group , .order-add-price{
    float: left;
}
.order-add-price{line-height: 30px; margin-right: 10px}
.order-address-info, .order-title{ padding-left: 30px}
.order-address-info p{ padding-left: 15px}
.add-order-amount{color:#D9001B;    display: inline}
.order-list{overflow: hidden;margin-bottom:15px;position: relative;}

.product-list {
    overflow: hidden
}
.product-item1{verflow: hidden;
    background-color: #fff;
    margin: 10px 10px;
    padding: 10px 0;}
.voucher {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}
.voucher-item {
    width: 66px;
    height: 66px;
    border: 1px dashed #999;
    position: relative;
    margin-right: 12px;
    margin-bottom: 8px;
}
.voucher-item.checkImage::after,
.voucher-item.checkImage::before {
    content: "";
    position: absolute;
    background-color: #999;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.voucher-item.checkImage::after {
    width: 30%;
    height: 2px;
}
.voucher-item.checkImage::before {
    width: 2px;
    height: 30%;
}
.voucher-item .item-text {
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    color: #999;
    text-align: center;
}
.del-icon{
    width: 23px;
    height: 23px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 99;
}

@media screen and (max-width: 768px) {
    .mb-sm {
        margin-bottom: 10px;
    }
}

.ul-li-height li {
    margin: 7px 0;
}

.popup-product-dialog .modal-dialog {
    width: auto;
    max-width: 768px;
}

