.language li{
    list-style-type:none;
}

.icon-win{color: #008D4C;
font-size: 18px;
font-weight: bold;
margin-top: 7px !important;
margin-left: 10px !important;}

.order-title{
     border: 1px solid red;
     background: red;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sku-number-container div{
    margin-right: 1rem;
}
.sku-number-container {
    background-color: #ededed;
    padding: 0.5rem;
    margin: 1rem 0;
}

.buttom-summary{
    background-color: #ededed;
    padding: 0.5rem;
    margin-top: 2rem;
}

.view-order-sku > .t div{
    text-align: center;
}

.view-order-sku > .t {
    background-color: #ededed;
    padding: 0.5rem;
    margin: 1rem 0;
}

.order-sku-content:not(:last-child){
    border-bottom: 1px solid #ededed;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.order-sku-content img{
    margin-right: 1.5rem;
}

.order-index-grid-title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border-bottom: 0 !important;
    padding-bottom: 0.25rem !important;
}

.order-index-grid-nick{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border-bottom: 0 !important;
    padding-bottom: 0.25rem !important;
}

a.order-view-btn{
    margin-bottom: 10px;
}




