/* BASIC css start */
.btn-wrap {padding:15px 0px;}
.btn-wrap div {width:50%; float:left;}
.btn-wrap div:last-child {float:right;}
.all-select {font-weight:bold; border-top: 1px solid #4a4a4a; border-bottom: 1px solid #dedede; background-color: #f1f1f1; padding:10px;}
.recentList li {padding:20px 0; border-top:1px solid #dedede;}
figure {width:100%; display: table; box-sizing: border-box; }
.basketLeft {width: 100%; padding-bottom: 10px;}
.basketLeft a { display:block;}
.basketLeft .MS_input_txt {top:0; left:0; position:absolute;}

.basketRight p {color:#707070; margin-bottom:5px;}
.basketRight .pname {font-weight:bold; border-bottom:1px solid #dedede;  padding-bottom: 4px;}
.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;}
.basketRight .pname .fa {float:right; margin-top: -6px;}
.amount-input {width:30px; text-align : right;}
.basketRight .btn_Black {height:28px; line-height:28px; margin-top:5px;}
.basketRight .MS_select {width:100%;}
.recentList .pname {padding-bottom: 11px; line-height: 20px;}


@media screen and (min-width:768px) {
 .all-select {border-bottom:0px none;}
 .recentList ul {width: 100%; display: table; table-layout: fixed; box-sizing: border-box; border-bottom: 1px solid #d9d9d9;}
 .recentList li {width:50%; 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;} 
}

#MS_product {margin-top: 20px;}
#SMS_recent_List #wish .all-select input {
    position: absolute;
    right: 12px;
    top: 10px;
}
.all-select input[type=checkbox]:checked, #.all-select input[type=checkbox]:checked, .all-select input[type=checkbox]:checked {
    border-radius: 3px!important;
    color: #000!important;
    background: url(img/check_input.gif) #F74F4F!important;
    background-size: 100%!important;
    border-left-color: #F74F4F!important;
    border-right-color: #F74F4F!important;
    border: 1px double #F74F4F!important;
}
.recentList li {
    padding: 0;
    width: calc(50% - 2.5px);
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
    background: #fff;
    vertical-align: top;
}
.recentList li:nth-child(8n) {
margin-right: 0;
}
@media screen and (min-width:768px) {
.recentList li {
    float: left;
    border: none;
}
.recentList ul {
    border: none;
}
.recentList li figure {
    position: relative;
    padding: 11px 0;
}
.recentList li .pname {
    position: relative;
    line-height: 30px;
    font-size: 12px;
    border-top: 1px solid #eee;
}
.recentList li .pname .Close_btn_wish {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 27px;
    height: 27px;
    background-image: url(img/wish_cancel.gif);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
}
.recentList li .basketLeft a {
    display: block;
}
.recentList li .basketRight p {
    font-size: 11px;
    margin-bottom: 10px;
}
.recentList li .basketRight .btn_Black {
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    background: #FFF;
    border: 1px solid #F37A7A;
    color: #F37A7A;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
}
#SMS_recent_item {
    background: #fff;
}
#SMS_recent_item #contents {
    padding: 15px;
}
#SMS_recent_item #recent .btn-wrap a {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    width: 100%;
    padding: 0 5px;
    border-radius: 3px;
}
#SMS_recent_item #recent .btn-wrap a.btn_Grey span {
    color: #fff;
}
#SMS_recent_item #recent .btn-wrap {
    padding: 15px 0;
}
#SMS_recent_item #recent .btn-wrap a.btn_Grey {
    border: none;
    background: #444;
    color: #fff;
}
#SMS_recent_item #recent .all-select {
    position: relative;
    font-weight: 700;
    border: 1px solid #CCC;
    border-bottom: 2px solid #000;
    background-color: #F7F7F7;
    padding: 10px 12px;
    color: #424242;
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto;
}
#SMS_recent_item #recent .all-select input {
    position: absolute;
    right: 12px;
    top: 10px;
}

.btn-wrap {
    font-size: 0;
}
.btn-wrap > div {
width: 50%;
display: inline-block;
font-size: 11px;
}
/* BASIC css end */

