/* BASIC css start */
/* =========================================================
   TAVALON 2026 MOBILE CART
========================================================= */

#basket {
    width: 100%;
    padding: 0 5% 80px;
    box-sizing: border-box;
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
}

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


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

#basket .h_title {
    padding: 15px 0 15px;
    text-align: center;
}

#basket .h_title h3 {
    margin: 0;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.6px;
}

#basket .h_title h3 span {
    margin-left: 4px;
    color: #888;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
}


/* =========================================================
   CART TAB
========================================================= */

#basket .carttabWrap {
    padding-top: 40px;
}

#basket .cart-tab {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}

#basket .cart-tab::after {
    display: none;
}

#basket .cart-tab li {
    float: none;
    width: 50%;
    height: 48px;
    border: 0;
}

#basket .cart-tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    color: #999;
    font-size: 14px;
    background: #fff;
}

#basket .cart-tab li a span {
    display: block;
    height: auto;
    margin: 0;
    line-height: 1;
}

#basket .cart-tab li:first-child a span {
    border: 0;
}

#basket .cart-tab li.now {
    border-bottom: 2px solid #111;
}

#basket .cart-tab li.now a {
    color: #111;
    font-weight: 700;
}


/* =========================================================
   CONTROL
========================================================= */

#basket .cart-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    margin-bottom: 5px;
    border-bottom: 1px solid #111;
}

#basket .all-select {
    padding: 0;
    border: 0;
    background: none;
}

#basket .all-select label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
}

#basket input[type="checkbox"],
#basket .MS_input_checkbox {
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    accent-color: #111;
}


/* ¼±ÅÃ»èÁ¦ / Àå¹Ù±¸´Ï ºñ¿ì±â */

#basket .cart-control-btn {
    display: flex;
    align-items: center;
}

#basket .cart-control-btn a {
    display: flex;
    align-items: center;
    height: 18px;
    padding: 0 10px;
    color: #777;
    font-size: 12px;
    line-height: 18px;
}

#basket .cart-control-btn a:first-child {
    padding-left: 0;
}

#basket .cart-control-btn a:last-child {
    padding-right: 0;
}

#basket .cart-control-btn a + a {
    border-left: 1px solid #d8d8d8;
}

#basket .cart-control-btn a:hover {
    color: #111;
}


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

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

#basket .not_provider > li,
#basket .provider > li {
    padding: 25px 0;
    border-bottom: 1px solid #e7e7e7;
}

#basket figure {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0;
}

#basket .basketLeft {
    position: relative;
    flex: 0 0 115px;
    width: 115px;
    padding-left: 24px;
}

#basket .basket-check {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#basket .basketLeft .MS_input_checkbox {
    position: static;
}

#basket .basketLeft .basket-image {
    display: block;
    width: 91px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #f7f7f7;
}

#basket .basketLeft .basket-image img {
    display: block;
    width: 100%;
    height: auto;
}


/* PRODUCT INFO */

#basket .basketRight {
    flex: 1;
    min-width: 0;
    padding: 0 0 0 17px;
}

#basket .basketRight p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 7px;
    color: #777;
    font-size: 12px;
    line-height: 1.6;
}

#basket .basketRight .pname {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding: 0 28px 11px 0;
    border-bottom: 1px solid #eee;
}

#basket .basketRight .product-name {
    display: block;
    overflow: visible;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-overflow: clip;
}

#basket .basketRight .item-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: #999;
    text-align: center;
}

#basket .basketRight .item-delete .fa {
    float: none;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

#basket .basketRight .label {
    flex-shrink: 0;
    margin-right: 15px;
    color: #999;
}

#basket .basketRight .product-price strong {
    color: #111;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

#basket .basketRight a {
    color: inherit;
}


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

#basket .quantity-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

#basket .quantity-control {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#basket .basketRight .amount-input {
    order: 2;
    width: 38px !important;
    height: 30px;
    padding: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align: center;
}

#basket .quantity-minus {
    order: 1;
}

#basket .quantity-plus {
    order: 3;
}

#basket .basketRight .quantity-minus .fa-minus,
#basket .basketRight .quantity-plus .fa-plus {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    font-size: 10px;
    line-height: 28px;
    text-align: center;
}

#basket .quantity-minus .fa-minus {
    border-radius: 3px 0 0 3px;
}

#basket .quantity-plus .fa-plus {
    border-radius: 0 3px 3px 0;
}


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

#basket .basket-option {
    margin-top: 13px;
    padding: 10px 12px;
    background: #f7f7f7;
    color: #777;
    font-size: 11px;
    line-height: 1.6;
}

#basket .basket-option .MS_select {
    width: 100%;
}

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

#basket .basketRight .option-modify .btn_Black {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    margin: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #555;
    font-size: 11px;
}


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

#basket .none-data {
    padding: 100px 0;
    text-align: center;
}

#basket .none-data .fa {
    display: none;
}

#basket .none-icon {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

#basket .none-icon::before,
#basket .none-icon::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 13px;
    width: 18px;
    height: 1px;
    background: #aaa;
}

#basket .none-icon::before {
    transform: rotate(45deg);
}

#basket .none-icon::after {
    transform: rotate(-45deg);
}

#basket .none-data p {
    color: #888;
    font-size: 13px;
}


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

#basket .cart-price-box {
    margin-top: 35px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #ddd;
}

#basket .price-title {
    padding: 20px 0 14px;
}

#basket .price-title h4 {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

#basket .price-total-info-top {
    margin: 0;
    padding: 0 0 18px;
    border: 0;
    background: #fff;
    text-align: left;
}

#basket .price-total-info-top > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    color: #777;
    font-size: 12px;
}

#basket .price-total-info-top .price-value {
    color: #333;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
}

#basket .price-total-info-top .discount .price-value {
    color: #555;
}

#basket .price-total-info-bottom {
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    background: #fff;
    text-align: left;
}

#basket .price-total-info-bottom .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
    font-size: 15px;
    font-weight: 700;
}

#basket .price-total-info-bottom .txt-price {
    color: #111;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#basket .reserve-row {
    margin-top: 7px;
    text-align: right;
}

#basket .price-total-info-bottom .txt-reserve {
    color: #999;
    font-size: 11px;
    font-weight: 400;
}


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

#basket .delivery-type {
    padding: 15px 0 30px;
}

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

#basket .delivery-type li {
    position: relative;
    padding-left: 10px;
    color: #999;
    font-size: 11px;
    line-height: 1.7;
}

#basket .delivery-type li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #999;
}

#basket .delivery-type strong {
    color: #555;
    font-weight: 500;
}


/* =========================================================
   FREE DELIVERY RECOMMEND
========================================================= */

#basket .cart-free-wrap {
    margin: 0 0 30px;
    padding: 22px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

#basket .cart-free-wrap > p {
    padding: 0 0 15px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

#basket .cart-free-wrap > p span {
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#basket .cart-free-wrap .btn-list-open {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

#basket .cart-free-wrap .list-wrap {
    display: none;
    overflow: hidden;
    margin-top: 22px;
    padding: 0;
}

#basket .cart-free-wrap .list-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

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

#basket .cart-free-wrap .list-wrap ul li {
    float: none;
    width: auto;
    height: auto;
    font-size: 11px;
}

#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;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f7f7f7;
}

#basket .cart-free-wrap .list-wrap ul li dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#basket .cart-free-wrap .recommend-name {
    overflow: hidden;
    margin-bottom: 4px;
    color: #555;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#basket .cart-free-wrap .recommend-price {
    color: #111;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-weight: 600;
}

#basket .cart-free-wrap .btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    font-size: 11px;
}


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

#basket .order-btn {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 0;
}

#basket .order-btn.use-gift.qorder-none {
    display: grid;
    grid-template-columns: 48px 1fr;
}

#basket .order-btn.use-gift.use-qorder {
    display: grid;
    grid-template-columns: 48px 1fr 1fr;
}

#basket .order-btn.gift-none.use-qorder {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#basket .order-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin: 0;
    padding: 0;
}

#basket .order-btn a.btn_Black {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#basket .order-btn a.btn_Present {
    width: 48px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 16px;
}

#basket .order-btn a.btn_Blue {
    border: 1px solid #111;
    background: #111;
    color: #fff;
}


/* =========================================================
   EASY PAY
========================================================= */

#basket .cart-ft2 {
    display: block;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

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

#basket #shoppay_btn {
    margin-top: 15px;
}


/* =========================================================
   SHOPPAY ORIGINAL
========================================================= */

.shoppay_storebtn_bx,
.shoppay_storebtn_bx *,
.shoppay_button_box,
.shoppay_button_box * {
    display: inline-block !important;
    overflow: hidden !important;
    float: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 11px !important;
    line-height: 16px !important;
    font-family: 'µ¸¿ò', Dotum, Helvetica, sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    vertical-align: top !important;
    background: none !important;
    border-radius: 0 !important;
}

.shoppay_button_box {
    width: auto !important;
    height: 100% !important;
    padding: 0 !important;
    border-top: 2px solid #2b2f3a !important;
    background-color: #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;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
}

.shoppay_text {
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    width: 82px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !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;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.shoppay_btn_link {
    display: block !important;
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bfc4c7 !important;
    background-color: #fcfcfc !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    text-decoration: none !important;
}

.shoppay_btn_item:first-child .shoppay_btn_link {
    margin: 0 !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-image: url('/images/common/shoppay_sp_payment.png') !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    background-size: 133px auto !important;
    border-radius: 2px !important;
}

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

.shoppay_event {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 0 !important;
    border: 0 none !important;
    border-top: 1px solid #e5e9ea !important;
    letter-spacing: -0.5px !important;
}

.shoppay_event_text {
    padding: 0 !important;
}

.shoppay_event_text .event_title {
    display: inline !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #015ce8 !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #727272 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link span {
    display: inline-block !important;
    margin: -1px 0 1px !important;
    vertical-align: middle !important;
}

.shoppay_type_A_1 {
    width: 277px !important;
    height: 70px !important;
}

.shoppay_type_A_2 {
    width: 296px !important;
    height: 84px !important;
}

.shoppay_type_A_2 .shoppay_button {
    padding: 5px 0 5px 86px !important;
}

.shoppay_type_A_2 .shoppay_text {
    top: 14px !important;
}

.shoppay_type_A_2 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_2 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

.shoppay_type_A_3 {
    width: 338px !important;
    height: 84px !important;
}

.shoppay_type_A_3 .shoppay_button {
    padding: 6px 0 6px 102px !important;
}

.shoppay_type_A_3 .shoppay_text {
    top: 13px !important;
    height: 31px !important;
    background-position: 0 -31px !important;
}

.shoppay_type_A_3 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_3 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}


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

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

#quick-swipepay .layer::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

#quick-swipepay .layer-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 22px 5% 15px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
}

#quick-swipepay .layer-wrap .swipepay-close {
    position: absolute;
    top: -42px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 24px;
}

#quick-swipepay .layer-wrap .swipepay-addr {
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background: #fff;
    text-align: left;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst {
    padding: 17px 0;
    border-top: 1px solid #eee;
}

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

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    font-size: 11px;
    white-space: nowrap;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd p.prd-tit {
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 700;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd p.prd-name {
    overflow: hidden;
    color: #888;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd span {
    color: #888;
    font-size: 11px;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd .addr-edit {
    position: absolute;
    top: -3px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 26px;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    font-size: 10px;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt {
    margin-top: 7px;
    color: #888;
    font-size: 11px;
    line-height: 1.6;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li strong {
    color: #333;
    font-size: 11px;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dt,
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd,
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd p {
    display: flex;
    align-items: center;
    gap: 5px;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd {
    display: none;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd.on {
    display: flex;
}


/* =========================================================
   SWIPE PAY - AGREEMENT
========================================================= */

#quick-swipepay .layer-wrap .swipepay-agree {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    color: #777;
    font-size: 10px;
}

#quick-swipepay .layer-wrap .swipepay-agree label {
    display: flex;
    align-items: center;
    gap: 5px;
}

#quick-swipepay .layer-wrap .swipepay-agree label input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
}

#quick-swipepay .layer-wrap .swipepay-agree .view-terms {
    padding: 0;
    border: 0;
    background: none;
    color: #777;
    font-size: 10px;
    text-decoration: underline;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms {
    position: absolute;
    z-index: 10;
    bottom: -45px;
    left: 0;
    width: 100%;
    padding: 15px;
    border: 1px solid #aaa;
    background: #fff;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms .terms-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    border: 0;
    background: none;
    color: #555;
    font-size: 16px;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms .terms-tit {
    padding-bottom: 12px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table th,
#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table td {
    padding: 7px 5px;
    border: 1px solid #ddd;
    color: #777;
    font-size: 10px;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table th {
    background: #f7f7f7;
    color: #555;
    font-weight: 500;
}


/* =========================================================
   SWIPE PAY - TOTAL
========================================================= */

#quick-swipepay .layer-wrap .swipepay-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 2px;
}

#quick-swipepay .layer-wrap .swipepay-total > strong {
    color: #111;
    font-size: 14px;
}

#quick-swipepay .layer-wrap .swipepay-total > strong span {
    margin-left: 5px;
    color: #888;
    font-size: 11px;
    font-weight: 400;
}

#quick-swipepay .layer-wrap .swipepay-total .total-price {
    color: #111;
}

#quick-swipepay .layer-wrap .swipepay-total .total-price strong {
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}


/* =========================================================
   SWIPE PAY - SLIDE
========================================================= */

#quick-swipepay .layer-wrap .swipepay-wide {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

#quick-swipepay .layer-wrap .swipepay-wide > .swipepay-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
    user-select: none;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-slider {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    border-right: 1px solid #444;
    border-radius: 0;
    background: #222;
    color: #fff;
    font-size: 18px;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-completed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #111;
    pointer-events: none;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-completed .swipepay-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

#quick-swipepay .layer-wrap .swipepay-order {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 5px;
    color: #888;
    font-size: 10px;
    text-decoration: underline;
}


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

.basket-option-dlist li img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}


/* =========================================================
   TABLET
========================================================= */

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

    #basket {
        max-width: 850px;
        margin: 0 auto;
    }

    #basket .basketRight .option-modify .btn_Black {
        width: 315px;
    }

}


#basket .kakao-checkout {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
/* BASIC css end */

