/* 주문목록 */
#orders-history {}
#orders-history .step-group {}

@media(max-width:768px){
    #orders-history .step-group {
        padding-top:34px;
        width:120px; height:34px; position:relative;
        overflow:hidden; display:flex; flex-wrap:wrap; z-index:100;
    }
    #orders-history .step-group .btn-success {position:absolute; top:0; left:0; z-index:100;}
    #orders-history .step-group .btn-success:after {
        font-family: "Font Awesome 5 Free"; font-weight: 900; content:"\f107"; height:18px;
        position:absolute; margin:auto; top:0; right:8%; bottom:0; left:auto;
    }
    #orders-history .step-group.open {overflow:initial;}
    #orders-history .step-group a {display:block; width:100%; height:34px; position:relative; border-radius:0; margin-left:0;}
}
@media(max-width:425px){
    #orders-history .btn-group {width:100%;}
}

/**/
.items-list {}
.items-list .item {
    display:flex; flex-wrap:wrap; justify-content:space-between; position:relative; margin:8px 0;
    border:1px solid #ddd; padding:8px;
}
.items-list .item > div {}
.items-list .item .img {width:14%; position:relative; border-right:1px solid #ddd;}
.items-list .item .img img {
    display:block; max-width:100px; position:absolute; margin:auto; top:0; right:0; bottom:0; left:0;
}
.items-list .item .data {width:68%; margin:0; padding:10px;}
.items-list .item .data .seller {}
.items-list .item .data .product-name {}
.items-list .item .data .price {}
.items-list .item .action {width:18%; text-align:right; position:relative; display:flex; flex-direction: column;}
.items-list .item .action .cancel-btns {}
.items-list .order-data {}

@media(max-width:1260px){
    .my-shop .row > div {padding-left:0; padding-right:0;}
}
@media(max-width:768px){
    .items-list .item .img {width:20%; text-align:center;}
    .items-list .item .img img {display:inline-block; width:100%;}
    .items-list .item .data {width:58%; margin:0; border-left:1px dashed #ddd;}
    .items-list .item .action {width:20%; right:0; top:0;}
    .items-list .item .action .btn {margin-bottom:4px;}
    .items-list hr {border-top-color:#aaa;}
}
@media(max-width:600px){
    .items-list .item .img {width:100%;}
    .items-list .item .data {width:100%; margin:0; border-left:0;}
    .items-list .item .action {width:100%; text-align:right;}
}

/* 환불요청 모달 */
.table-order-cancel {}
.table-order-cancel th {width:120px;}
