/* BASIC css start */
/* =========================================================
   GUMZZI MOBILE BASKET FINAL
   ========================================================= */

#basket,
#basket *{
    box-sizing:border-box;
}

#basket{
    width:100%;
    max-width:720px;

    margin:0 auto;
    padding:70px 16px 40px;

    font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;

    color:#222;

    background:#fff;
}

#basket a{
    color:inherit;
    text-decoration:none;
}



/* =========================================================
   TITLE
   ========================================================= */

#basket .h_title{
    margin:0 0 22px;
    padding:0 0 15px;

    border-bottom:1px solid #222;
}

#basket .h_title h3{
    margin:0;

    font-size:20px;
    font-weight:500;
    line-height:1.4;

    letter-spacing:-0.4px;

    color:#222;
}

#basket .h_title h3 span{
    margin-left:4px;

    color:#999;

    font-size:13px;
    font-weight:400;
}



/* =========================================================
   NORMAL / SUBS TAB
   ========================================================= */

#basket .carttabWrap{
    margin:0 0 22px;
}

#basket .cart-tab{
    display:flex;

    width:100%;
    height:auto;

    margin:0;
    padding:0;

    border:0;
    border-bottom:1px solid #ddd;

    list-style:none;
}

#basket .cart-tab li{
    float:none;

    flex:1;

    width:auto;
    height:auto;

    border:0;
}

#basket .cart-tab li a{
    display:block;

    width:100%;
    height:44px;

    background:#fff;

    color:#999;

    font-size:12px;
    font-weight:400;

    text-align:center;
}

#basket .cart-tab li a span{
    display:block;

    height:44px;
    line-height:44px;

    margin:0;

    border:0 !important;
}

#basket .cart-tab li.now{
    border:0;
}

#basket .cart-tab li.now a{
    color:#222;

    font-weight:500;

    border-bottom:2px solid #222;
}



/* =========================================================
   DELETE BUTTONS
   ========================================================= */

#basket .btn-wrap{
    display:flex;

    width:100%;

    gap:6px;

    margin:0 0 12px;
    padding:0;
}

#basket .btn-wrap div{
    float:none;

    flex:1;

    width:auto;
}

#basket .btn-wrap div:last-child{
    float:none;
}

#basket .btn-wrap a{
    display:flex;

    align-items:center;
    justify-content:center;

    width:100%;
    height:38px;

    border:1px solid #ddd;

    background:#fff;

    color:#777;

    font-size:11px;
    font-weight:400;
}



/* =========================================================
   ALL SELECT
   ========================================================= */

#basket .all-select{
    display:flex;

    align-items:center;

    min-height:42px;

    margin:0;
    padding:0 4px 12px;

    border:0;
    border-bottom:1px solid #e8e5e2;

    background:#fff;

    color:#444;

    font-size:12px;
}

#basket .all-select label{
    display:flex;

    align-items:center;

    gap:7px;
}

#basket input[type="checkbox"]{
    accent-color:#b79b83;
}



/* =========================================================
   PRODUCT LIST
   ========================================================= */

#basket .not_provider,
#basket .provider{
    margin:0;
    padding:0;

    list-style:none;
}

#basket .not_provider > li,
#basket .provider > li{
    margin:0;

    padding:22px 0;

    border-bottom:1px solid #ece9e6;
}

#basket figure{
    position:relative;

    display:flex;

    width:100%;

    margin:0;
    padding:0;
}



/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

#basket .basketLeft{
    position:relative;

    flex:0 0 112px;

    width:112px;

    float:none;

    padding-left:20px;
}

#basket .basketLeft > input,
#basket .basketLeft .MS_input_checkbox{
    position:absolute;

    top:0;
    left:0;
}

#basket .basketLeft .basket-image{
    display:block;

    width:92px;

    margin:0;
    padding:0;
}

#basket .basketLeft img{
    display:block;

    width:92px;
    height:auto;

    border:0;
}



/* =========================================================
   PRODUCT INFORMATION
   ========================================================= */

#basket .basketRight{
    flex:1;

    min-width:0;

    padding:0 0 0 15px;
}

#basket .basketRight p{
    margin:0 0 6px;

    color:#777;

    font-size:11px;
    font-weight:400;
    line-height:1.45;
}

#basket .basketRight .pname{
    position:relative;

    margin:0 0 12px;
    padding:0 30px 10px 0;

    border:0;
    border-bottom:1px solid #eee;
}

#basket .basket-product-name{
    display:block;

    color:#222;

    font-size:13px;
    font-weight:500;
    line-height:1.45;

    letter-spacing:-0.2px;
}

#basket .basket-delete{
    position:absolute;

    top:0;
    right:0;

    display:flex;

    align-items:center;
    justify-content:center;

    width:25px;
    height:25px;

    color:#aaa;

    font-size:13px;
}

#basket .basketRight .pname .fa{
    float:none;

    margin:0;
}



/* =========================================================
   PRODUCT INFO ROW
   ========================================================= */

#basket .basket-info-row{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:10px;
}

#basket .basket-label{
    flex:0 0 auto;

    color:#999;

    font-size:11px;
}

#basket .basket-price{
    color:#333;

    font-size:12px;
    font-weight:500;
}

#basket .delivery-info{
    color:#666;
}



/* =========================================================
   OPTION
   ========================================================= */

#basket .basket-option{
    margin:10px 0;

    padding:9px 10px;

    background:#f8f7f5;

    color:#777;

    font-size:11px;
    line-height:1.5;
}

.basket-option-dlist li img{
    width:30px;
    height:30px;

    vertical-align:middle;
}



/* =========================================================
   QUANTITY
   ========================================================= */

#basket .basket-quantity{
    display:flex;

    align-items:center;
    justify-content:space-between;

    margin-top:12px;
}

#basket .quantity-control{
    display:flex;

    align-items:center;

    height:32px;

    border:1px solid #ddd;
}

#basket .basketRight .amount-input{
    width:38px !important;
    height:30px !important;

    padding:0 !important;

    border:0 !important;

    background:#fff;

    color:#222;

    font-size:12px;

    text-align:center;
}

#basket .quantity-btn{
    display:flex;

    align-items:center;
    justify-content:center;

    width:30px;
    height:30px;

    background:#fff;

    color:#777;

    font-size:10px;
}

#basket .basketRight .fa-plus,
#basket .basketRight .fa-minus{
    width:auto;
    height:auto;

    line-height:normal;

    background:none;

    color:#777;
}



/* =========================================================
   OPTION MODIFY
   ========================================================= */

#basket .option-modify{
    margin-top:10px;
}

#basket .option-modify .btn_Black{
    display:flex;

    align-items:center;
    justify-content:center;

    width:100%;
    height:32px;

    margin:0;

    border:1px solid #ddd;

    background:#fff;

    color:#666;

    font-size:11px;
}



/* =========================================================
   EMPTY CART
   ========================================================= */

#basket .none-data{
    display:flex;

    flex-direction:column;

    align-items:center;
    justify-content:center;

    min-height:42vh;

    padding:60px 20px;

    text-align:center;
}

#basket .none-data i{
    margin-bottom:15px;

    color:#d6d1cc;

    font-size:34px;
}

#basket .none-data strong{
    color:#333;

    font-size:14px;
    font-weight:500;
}

#basket .none-data p{
    margin-top:7px;

    color:#999;

    font-size:11px;
}



/* =========================================================
   PAYMENT SUMMARY
   ========================================================= */

#basket .basket-summary{
    margin:28px 0 0;

    border-top:1px solid #222;
}

#basket .price-total-info-top{
    margin:0;
    padding:18px 2px;

    border:0;
    border-bottom:1px solid #ece9e6;

    background:#fff;

    text-align:left;
}

#basket .summary-row{
    display:flex;

    align-items:center;
    justify-content:space-between;

    margin:0 0 9px;

    color:#777;

    font-size:12px;
}

#basket .summary-row:last-child{
    margin-bottom:0;
}

#basket .summary-row strong{
    color:#444;

    font-weight:400;
}

#basket .summary-discount strong{
    color:#9d8069;
}



/* =========================================================
   TOTAL PRICE
   ========================================================= */

#basket .price-total-info-bottom{
    margin:0;

    padding:20px 2px;

    border:0;
    border-bottom:1px solid #222;

    background:#fff;

    text-align:right;
}

#basket .total-title{
    margin-bottom:7px;

    color:#555;

    font-size:12px;
    font-weight:400;
}

#basket .txt-price{
    color:#222 !important;

    font-size:22px;
    font-weight:600;

    letter-spacing:-0.5px;
}

#basket .txt-reserve{
    margin-top:8px;

    color:#aaa !important;

    font-size:10px !important;
    font-weight:400;
}



/* =========================================================
   DELIVERY INFORMATION
   ========================================================= */

#basket .delivery-type{
    margin:0;

    padding:15px 2px 20px;
}

#basket .delivery-type ul{
    margin:0;
    padding:0;

    list-style:none;
}

#basket .delivery-type li{
    position:relative;

    margin:4px 0;

    padding-left:8px;

    color:#999;

    font-size:10px;
    line-height:1.5;
}

#basket .delivery-type li:before{
    content:'';

    position:absolute;

    top:7px;
    left:0;

    width:2px;
    height:2px;

    border-radius:50%;

    background:#aaa;
}



/* =========================================================
   FREE SHIPPING
   ========================================================= */

#basket .cart-free-wrap{
    margin:0 0 24px;

    padding:17px 15px;

    border:1px solid #ece8e4;

    background:#faf9f7;

    text-align:center;
}

#basket .free-shipping-title{
    margin-bottom:13px;

    color:#555;

    font-size:11px;
}

#basket .free-shipping-title strong{
    color:#9e8068;

    font-size:13px;
    font-weight:600;
}

#basket .cart-free-wrap .btn-list-open{
    display:flex;

    align-items:center;
    justify-content:center;

    width:100%;
    height:36px;

    margin:0;

    background:#fff;

    border:1px solid #d9d3cd;

    color:#555;

    font-size:11px;
    font-weight:400;
}

#basket .cart-free-wrap .list-wrap{
    display:none;

    overflow:hidden;

    margin:18px 0 0;
    padding:0;
}

#basket .cart-free-wrap .list-wrap ul{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:8px;

    width:100%;

    margin:0;
    padding:0;

    list-style:none;
}

#basket .cart-free-wrap .list-wrap ul li{
    float:none;

    width:auto;
    height:auto;

    margin:0;
    padding:0;
}

#basket .cart-free-wrap .list-wrap ul li dl{
    margin:0;
}

#basket .cart-free-wrap .list-wrap ul li dl dt{
    width:100%;
    height:auto;

    margin:0 0 8px;
}

#basket .cart-free-wrap .list-wrap ul li dl dt img{
    display:block;

    width:100%;
    height:auto;
}

#basket .free-product-name{
    overflow:hidden;

    margin-bottom:4px;

    color:#555;

    font-size:10px;

    white-space:nowrap;
    text-overflow:ellipsis;
}

#basket .free-product-price{
    color:#222;

    font-size:10px;
    font-weight:500;
}

#basket .cart-free-wrap .btn-more{
    display:flex;

    align-items:center;
    justify-content:center;

    width:100%;
    height:34px;

    margin:14px 0 0;

    border:1px solid #ddd;

    background:#fff;

    color:#777;

    font-size:10px;
}



/* =========================================================
   ORDER BUTTON
   ========================================================= */

#basket .order-btn{
    display:flex;

    width:100%;

    gap:6px;

    margin:0;
    padding:0;
}

#basket .order-btn.gift-none.qorder-none{
    display:block;
}

#basket .order-btn.use-gift.qorder-none{
    display:grid;

    grid-template-columns:46px 1fr;
}

#basket .order-btn.use-gift.use-qorder{
    display:grid;

    grid-template-columns:46px 1fr 1fr;
}

#basket .order-btn.gift-none.use-qorder{
    display:grid;

    grid-template-columns:1fr 1fr;
}

#basket .order-btn a{
    display:flex;

    align-items:center;
    justify-content:center;

    width:100%;
    height:50px;

    margin:0;
    padding:0;
}

#basket .order-btn .btn_Black{
    border:1px solid #c5a98f !important;

    border-radius:0 !important;

    background:#c5a98f !important;

    color:#fff !important;

    font-size:14px;
    font-weight:500;
}

#basket .order-btn .btn_Black:active{
    background:#b99b80 !important;

    border-color:#b99b80 !important;
}

#basket .order-btn .btn_Present{
    border:1px solid #ddd;

    background:#fff;

    color:#777;

    font-size:15px;
}

#basket .order-btn a.btn_Blue{
    border:1px solid #333;

    background:#333;

    color:#fff;
}



/* =========================================================
   EASY PAYMENT
   ========================================================= */

#basket .cart-ft2{
    display:block;

    width:100%;

    margin:10px 0 0;

    padding:0;

    text-align:center;
}

#basket .cart-ft2 .easy-pay-item{
    width:100%;

    margin:8px auto 0;

    text-align:center;
}

#basket .naver-checkout{
    margin-top:8px;
}

#basket #shoppay_btn{
    margin-top:0;
}



/* =========================================================
   SHOP PAY
   ========================================================= */

.shoppay_storebtn_bx,
.shoppay_storebtn_bx *,
.shoppay_button_box,
.shoppay_button_box *{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 none !important;

    font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif !important;

    text-decoration:none !important;

    border-radius:0 !important;
}

.shoppay_button_box{
    width:auto !important;

    padding:0 !important;

    border-top:0 !important;

    background:#fff !important;
}

.shoppay_button{
    position:relative !important;

    margin:0 !important;

    padding:5px 0 5px 88px !important;
}

.shoppay_button .shoppay_blind{
    overflow:hidden !important;

    position:absolute !important;

    width:1px !important;
    height:1px !important;

    margin:-1px !important;

    clip:rect(0 0 0 0) !important;
}

.shoppay_text{
    position:absolute !important;

    top:10px !important;
    left:0 !important;

    width:82px !important;
    height:26px !important;

    background:
        url('/images/common/shoppay_sp_text.png')
        no-repeat !important;

    background-size:82px auto !important;
}

.shoppay_btn_list{
    display:table !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;

    table-layout:fixed !important;

    list-style:none !important;
}

.shoppay_btn_list tbody{
    display:table-row-group !important;
}

.shoppay_btn_list tr{
    display:table-row !important;
}

.shoppay_btn_item{
    display:table-cell !important;

    height:37px !important;

    padding:0 !important;
}

.shoppay_btn_link{
    display:block !important;

    height:35px !important;

    margin:0 !important;

    border:1px solid #bfc4c7 !important;

    background-color:#fcfcfc !important;

    background-repeat:no-repeat !important;

    text-align:center !important;
}

.shoppay_btn_link.shoppay_btn_pay{
    background-image:
        url('/images/common/shoppay_sp_payment.png') !important;

    background-position:50% 0 !important;

    background-size:133px auto !important;
}

.shoppay_btn_link.btn_blue{
    border-color:#025eea !important;

    background-color:#025eea !important;
}



/* =========================================================
   QUICK SWIPE PAY
   ========================================================= */

#quick-swipepay .layer{
    z-index:200;
}

#quick-swipepay .layer-wrap{
    position:fixed;

    bottom:0;
    left:0;

    width:100%;

    padding:18px 14px 12px;

    background:#f7f6f4;

    color:#333;
}

#quick-swipepay .swipepay-close{
    position:absolute;

    top:-40px;
    left:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    margin-left:-20px;

    border:0;

    background:none;

    color:#fff;

    font-size:24px;
}

#quick-swipepay .swipepay-addr{
    padding:0 12px;

    border:1px solid #e4e1de;

    background:#fff;

    text-align:left;
}

#quick-swipepay .addr-lst{
    padding:14px 2px;

    border-top:1px solid #eee;
}

#quick-swipepay .addr-lst:first-child{
    border-top:0;
}

#quick-swipepay .addr-prd{
    position:relative;

    display:flex;

    align-items:center;

    gap:5px;

    font-size:11px;
}

#quick-swipepay .prd-tit{
    color:#222 !important;

    font-size:13px !important;
    font-weight:500 !important;
}

#quick-swipepay .prd-name{
    overflow:hidden;

    color:#777 !important;

    font-size:11px !important;

    white-space:nowrap;
    text-overflow:ellipsis;
}

#quick-swipepay .addr-edit{
    position:absolute;

    top:-3px;
    right:0;

    display:flex;

    align-items:center;
    justify-content:center;

    width:40px;
    height:24px;

    border:1px solid #ddd;

    background:#fff;

    color:#555;

    font-size:10px;
}

#quick-swipepay .addr-opt{
    margin-top:6px;

    color:#777;

    font-size:11px;
}

#quick-swipepay .addr-opt li{
    overflow:hidden;

    max-width:100%;

    white-space:nowrap;
    text-overflow:ellipsis;
}

#quick-swipepay .addr-opt strong{
    color:#333;

    font-size:11px;
    font-weight:500;
}

#quick-swipepay .swipepay-agree{
    position:relative;

    display:flex;

    justify-content:space-between;

    margin-top:10px;

    font-size:10px;
}

#quick-swipepay .view-terms{
    border:0;

    background:none;

    color:#888;

    font-size:10px;

    text-decoration:underline;
}

#quick-swipepay .layer-terms{
    position:absolute;

    bottom:-40px;
    left:0;

    width:100%;

    padding:12px;

    border:1px solid #aaa;

    background:#fff;

    z-index:10;
}

#quick-swipepay .terms-close{
    position:absolute;

    top:8px;
    right:10px;

    border:0;

    background:none;
}

#quick-swipepay .terms-tit{
    margin-bottom:10px;

    color:#222;

    font-size:12px;
    font-weight:500;
}

#quick-swipepay table{
    width:100%;

    table-layout:fixed;
}

#quick-swipepay table th,
#quick-swipepay table td{
    padding:5px;

    border:1px solid #ddd;

    color:#777;

    font-size:9px;
}

#quick-swipepay table th{
    background:#f7f7f7;

    font-weight:400;
}

#quick-swipepay .swipepay-total{
    display:flex;

    align-items:center;
    justify-content:space-between;

    padding:16px 2px;

    font-size:11px;
}

#quick-swipepay .swipepay-total > strong{
    color:#333;

    font-weight:500;
}

#quick-swipepay .swipepay-total .total-price strong{
    color:#222;

    font-size:18px;
    font-weight:600;
}

#quick-swipepay .swipepay-wide{
    position:relative;

    overflow:hidden;

    width:100%;
    height:48px;

    border-radius:24px;

    background:#c5a98f;

    color:#fff;

    font-size:13px;
    font-weight:500;
}

#quick-swipepay .swipepay-text{
    position:absolute;

    top:50%;
    left:0;

    width:100%;

    transform:translateY(-50%);

    text-align:center;

    pointer-events:none;
    user-select:none;
}

#quick-swipepay .swipepay-slider{
    display:flex;

    align-items:center;
    justify-content:center;

    width:48px;
    height:48px;

    border-radius:50%;

    background:#a78b73;

    color:#fff;

    font-size:20px;
}

#quick-swipepay .swipepay-completed{
    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    opacity:0;

    background:#a78b73;

    pointer-events:none;
}

#quick-swipepay .swipepay-order{
    display:flex;

    align-items:center;
    justify-content:center;

    padding:10px 0 2px;

    color:#888;

    font-size:10px;

    text-decoration:underline;
}



/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (min-width:768px){

    #basket{
        padding-left:24px;
        padding-right:24px;
    }

    #basket .basketLeft{
        flex-basis:130px;

        width:130px;
    }

    #basket .basketLeft .basket-image,
    #basket .basketLeft img{
        width:105px;
    }

}
/* BASIC css end */

