<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-content {
    width: 60%;
    margin: 16px auto;
}


.procedure_head {
    
}
.procedure_head .record {
    background-color: #f7f7f7;
    background-image: url(../images/icon-store-record.png);
}

.procedure_head .order {
    background-color: #f7f7f7;
    background-image: url(../images/icon-store-order.png);
}

@media (max-width: 750px) {
    .store-content {
        width: 92%;
    }
    .order-item-wrapper div.item-top {
        display: flex;
        justify-content: flex-start;
    }
}


.product-price span {
    color: #fca556;
}

.order-item-wrapper .item-top {
   display:flex;
   justify-content:flex-start;
}

.order-item-wrapper .item-top .product-img {
    width: 60%;
}

.order-item-wrapper .item-top .product-dec {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
.order-item-wrapper .item-top .product-count {
}

.order-item-wrapper .item-bottom {
    padding-top: 28px;
    position: relative;
}

.order-item-wrapper .item-bottom .item-text {
    display: inline-block;
}

.order-item-wrapper .item-bottom .count-edit {
    display: inline-block;
    position: absolute;
    right: 0;
}

.phone-header {
    text-align: right;
    border-bottom: 1px solid #a5bbde;
    padding: 6px;
    margin-bottom: 10px;
}

.phone-header .item-wrapper {
    display: inline-block;
    text-align:center;
    padding-right: 12px;
    font-size: 14px;
}

.phone-header a {
    color: #333;
    cursor: pointer;
}

.phone-header .item-wrapper img {
    width: 28px;
    margin-bottom: 4px;
}</pre></body></html>