/* BASIC css start */
#myTodayView .listWrap { margin-top: 40px; }
#myTodayView .btn-del { margin-top:40px; text-align:center }

#myTodayView .orderList .price.sale { display: grid; }
#myTodayView .orderList .price.sale span { color: #888; font-size: 16px; text-decoration: line-through; text-align: center; }
#myTodayView .orderList .price.sale span.salePrice { color: #111; font-size: 18px; text-decoration: none; }
/* BASIC css end */

