.order-top-info{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.order-top-info .item{
    flex: 1;
}
.order-top-info .title{
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ddd;
}
.order-top-info .content{
    padding: 8px 12px;
}
.order-history{
    margin-top: 20px;
    margin-bottom: 20px;
}
.order-history .title{
    padding: 12px 16px;
    font-weight: bold;
    background: #ddd;
}
.tb-thumb{
    max-width: 90px;
    max-height: 90px;
}
@media (max-width:540px){
    .order-top-info{
        flex-direction: column;
    }
}