/* BASIC css start */
/* BASIC css start */

.displaynone {
    display: none !important;
}
#myTodayView .mypage_zone_tit h3 {
    font-size: 24px;
}
#myTodayView .page-body { padding: 25px 20px 0px; }
#myTodayView .table-d2-list { margin-top: 25px; }
#myTodayView .table-d2-list table td input { width: 25px; text-align: right; }
#myTodayView .btn-del { margin-top: 20px; }

#myTodayView .tbl {border-bottom: 1px solid #ededed;}
#myTodayView .tbl th {padding: 19px 0;border-top: 1px solid #dedede;border-bottom: 1px solid #dedede;background-color: #fff;color: #121212;font-weight: 400;font-size: 16px;text-align: left;}
#myTodayView .tbl td {padding: 28px 0;border-top: 1px solid #ededed;font-size: 16px;font-weight: 400;line-height: 24px;}
.tb-thumb {border-radius:12px;width: 100px;overflow: hidden;margin: 0 auto;}
.tb-button a {
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.tb-button {display: flex;align-items: center;gap: 4px;justify-content: flex-end;}

.tb-button a img {
    margin-right: 1px;
}
.tb-button.pastListButton {}

.tb-button.pastListButton a {width: 100px;padding: 0;}

.tb-button.pastListButton a:last-child {
    width: 30px;
}
.tb-thumb img {
    width: 100%;
}

.tb-name a{ 
    font-size: 16px;
    font-weight: 700; 
    text-align: left;
}
 
.tb-stock input {
    width: 40px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #dedede;
    line-height: 30px;
    margin-right: 4px;
}

.tb-price { 
    font-size: 16px;
    font-weight: 700; 
    text-align: left;
}

/* BASIC css end */


/* BASIC css end */

