/* BASIC css start */
.btn-wrap{display:block;padding:0 0 15px;text-align:right}
.all-select{font-weight:bold;border-bottom:2px solid black;padding:0 0 5px}
.recentList li{padding:20px 0;border-bottom:1px solid #EAEAE8;box-sizing:border-box}
figure{width:100%;display:table;box-sizing:border-box}
.basketLeft{width:130px;position:relative;float:left}
.basketLeft a{padding:0 20px;display:block}
.basketLeft input[type="checkbox"]{top:0;left:0;position:absolute}
.basketRight{padding-left:130px}
.basketRight p{margin-bottom:10px}
.basketRight .pname{position:relative;font-weight:bold;border-bottom:1px solid #dedede;padding:0 30px 8px 0}
.basketRight .pname .name{font-size:16px}
.basketRight .pname i{position:absolute;top:0;right:0;margin:-4px 0 0 0}
.basketRight .pname .blue-delivery{background-color:#74a9e4;color:#fff;font-size:0.917em;padding:1px 2px}
.basketRight .pname .red-delivery{background-color:#d674e4;color:#fff;font-size:0.917em;padding:1px 2px}
.amount-input{width:30px;text-align :right}
.basketRight .abtn{display:block}
.basketRight .MS_select{width:100%}
.more .more-title{color:#3b3b3b}

@media screen and (min-width:768px){
	.recentList ul{display:table;table-layout:fixed;margin:0 -1%;box-sizing:border-box}
	.recentList li{width:48%;margin:0 1%;border-bottom:0px none;display:inline-block;vertical-align:top;border-top:1px solid #d9d9d9}
	.recentList ul li:first-child{border:0px none}
	.recentList ul li:nth-child(2){border:0px none} 
}
/* BASIC css end */

