/* BASIC css start */
#basket { }
#basket .btn-wrap { padding: 4px 0; text-align: center; border-bottom: 1px solid #e1e1e1; }
#basket .btn-wrap a span { padding: 0 10px; font-size:1em; font-weight:500; }
#basket .items .thumb-img { text-align: center; }
#basket .items .thumb-img .btn-type-01 { display: block; margin-top: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#basket .price-info a.btn-type-02 { margin-bottom: 5px; }
#basket .total-info { position: relative; }
#basket .total-info .content-info-top { list-style-type: none; padding:3px 0 3px 15px; color: #777; line-height: 25px; font-size: .75em; font-weight: bold; border-top: 2px solid #aeaeae; border-bottom: 1px solid #e1e1e1; background-color: #f4f4f4; }
#basket .total-info .content-info-bottom { list-style-type: none; padding:3px 0 3px 15px; line-height: 25px; font-weight: bold; border-bottom: 2px solid #aeaeae; background-color: #f4f4f4; font-size: .875em; }
#basket .total-info .content-info-top .txt { color:#777; text-align:right; font-size:1.2em; margin-right:5px; }
#basket .total-info .content-info-bottom .txt { color:#000; text-align:right; font-size:1.2em; margin-right:5px; }
#basket .total-info .content-info-bottom .txt .txt-price {color:#f00;}
#basket .total-info .content-info-bottom .txt .txt-reserve {color:#ff8a8a;}
#basket .total-info li { list-style-type: none; padding-left: 15px; color: #777; line-height: 25px; font-size: .75em; font-weight: bold; }
#basket .total-info li:first-child { border-top: 1px solid #e1e1e1; border-bottom: 1px dotted #e1e1e1; }
#basket .total-info li:last-child { border-top: 2px solid #aeaeae; border-bottom: 2px solid #aeaeae; background-color: #f4f4f4; font-size: .875em; color: #000; }
#basket .total-info li:last-child .txt { color: #e92121; }
#basket .total-info li:last-child em { font-style: normal; font-size: smaller; }
#basket .total-info li .tit { text-align: left; text-indent: 15px; }
#basket .total-info li .txt { float: right; padding-right: 15px; }
#basket .total-info p { padding-left: 15px; font-size: .75em; color: #777; }
#basket .order-btn { margin: 20px auto; }
#basket .order-btn a { display: block; line-height: 35px; width: 90.3125%; margin: 0 auto; text-align: center; }
#item-modify .order-btn { margin-top: 10px; }
#item-modify .order-btn a { display: block; line-height: 35px; width: 90.3125%; margin: 0 auto; text-align: center; }
#item-modify .price-info a.btn-type-02 { margin-bottom: 5px; }


#basket .order-btn a.btn-order2 {
    display: block; color: #fff; height: 35px; line-height: 35px; width: 90.3125%; margin: 0 auto; text-align: center; border: 1px solid #ea660e; font-weight: bold;
    background-color: #ff6c00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), to(#ea660e));
    background-image: -webkit-linear-gradient(top, #ff6c00, #ea660e);
    background-image:    -moz-linear-gradient(top, #ff6c00, #ea660e);
    background-image:      -o-linear-gradient(top, #ff6c00, #ea660e);
    background-image:   linear-gradient(to bottom, #ff6c00, #ea660e);
    -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#basket .order-btn a.btn-order2 span { 
    padding-left: 23px;
    font-size:1.2em;
    background: url(/design/alganic/images/common/btn_order2@2x.png) no-repeat 0 50%; background-size: 20px 20px;
}


.amount-input { width:30px; }
#basket .price-info li.options select { width : 100px; }
#basket .price-info .basket_save { margin-left:0; }


/* 배송 정보 */
.delivery-type {
    padding-top : 15px;
font-size : small;
color : #666666;
margin-left : 15px;
}

.delivery-type li {
    list-style-type : square;
    list-style-position : inside;
    line-height : 1.5em;
}

.delivery-type li a {
    color : #666666;
    text-decoration : underline;
}
.btn-type-03.basket-01 { padding:7px 8px; }
.btn-type-03.basket-01 > span { font-weight:600; }
.btn-type-04.basket-02 > span { font-size:1em; font-weight:500; }
.txt.original { color:#ff6c00; }
.btn-type-02.b-color > span { color:#444; }
/* BASIC css end */

