/* BASIC css start */
#layout_config.cart-page {
    width: 1200px;
}

#layout_config.cart-page .order__top {
    height: 32px;
    margin-bottom: 20px;
}

html body #layout_config.cart-page .order__top-right {
  display: flex;
  padding: 0;
}

html body #layout_config.cart-page .order__top-right a {
  margin-left: 8px;
  font-size: 14px;
  width: 77px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
}

html body #layout_config.cart-page .btn_select_del {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

html body #layout_config.cart-page .btn_all_del {
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease;
}

#layout_config.cart-page .table-cart {
    border: none;
}

#layout_config.cart-page .table-cart tfoot td {
    padding: 30px 20px;
    background: #F9F9F9;
    border-top: 2px solid #333;
}

#layout_config.cart-page .table-cart tfoot td > div {
    padding: 0;
}

#layout_config.cart-page .table-cart tfoot td > div,
#layout_config.cart-page .table-cart tfoot td span span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #333;
    line-height: 150%;
}

#layout_config.cart-page .table-cart tfoot td span.totalTxt {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.44px;
    color: #333;
}

#layout_config.cart-page .table-cart tfoot td span .MK_chg_total_price {
    margin-left: 15px;
}

#layout_config.cart-page .table-cart tfoot td span .MK_chg_total_price ,
#layout_config.cart-page .table-cart tfoot strong {
    color: var(--Ypoint);
    font-size: 22px;
    font-weight: 600;
}

#layout_config.cart-page .table-cart tfoot td .MK_total_reserve,
#layout_config.cart-page .table-cart tfoot td .MK_total_reserve span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    color: #999;
}


#layout_config.cart-page .table-cart thead th {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    padding: 21px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: var(--black);
}

#layout_config.cart-page .table-cart thead th input[type="checkbox"] {
    margin: 0 10px;
}

#layout_config.cart-page .table-cart thead td {
    border-top: 1px solid #E7E7E7;
}

#layout_config.cart-page .table-cart tbody tr input[type="checkbox"] {
    margin: 0 10px;
}

#layout_config.cart-page .table-cart tbody td {
    padding: 30px 0;
}

#layout_config.cart-page .table-cart tbody td div {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

#layout_config.cart-page .table-cart tbody td.flexBox {
    display: flex;
    gap: 0 15px;
}

#layout_config.cart-page .table-cart tbody .imgBox {
    margin-left: 10px;
}
#layout_config.cart-page .table-cart tbody .imgBox .thumb,
#layout_config.cart-page .table-cart tbody .imgBox a {
    width: 120px;
    height: 120px;
    background: var(--itemBg);
    border-radius: 5px;
}

#layout_config.cart-page .table-cart tbody .imgBox a img {
    width: 100%;
    height: 100%;
}

#layout_config.cart-page .table-cart tbody .content {
    width: 380px;
    margin: auto;
}

#layout_config.cart-page .table-cart tbody .content a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    color: var(--black);
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#layout_config.cart-page .table-cart tbody .content > div {
    padding-top: 10px;
    display: flex;
}

#layout_config.cart-page .table-cart tbody .content .optionBox > div {
    max-width: 288px;
    padding-top: 0;
}
#layout_config.cart-page .table-cart tbody .content .optionBox > div > *,
#layout_config.cart-page .table-cart tbody .content .optionBox > div .MS_option_price {
    color: #6C6D70;
}

#layout_config.cart-page .table-cart tbody .content .optionBox .btn_option {
    margin-left: 15px;
    border: none;
    background: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
    width: 77px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0;
}

#layout_config.cart-page .table-cart tbody .count .MK_qty-ctrl {
    height: 36px;
}

#layout_config.cart-page .table-cart tbody .count input[type="text"] {
    width: 40px;
    height: 16px;
    border: none;
    margin-left: 20px;
    margin-right: 5px;
    font-size: 16px;
}

#layout_config.cart-page .table-cart tbody .count .MK_btn-up {
    margin: 0;
}

#layout_config.cart-page .table-cart tbody td .d-block .btn_select {
    display: block;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid var(--gray100);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.39px;
    color: #666 ;
    padding: 0;
}

#layout_config.cart-page .table-cart tbody td.delicery .MS_layer_delivery {
    display: none !important;
}

#layout_config.cart-page .delivery {
    margin-top: 20px;
    height: 123px;
}

#layout_config.cart-page .delivery p {
    text-align: right;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    padding-left: 18px;
    background: url(/design/skinfood/skinfood/images/wib/PC/common/delivery.svg) no-repeat left top;
    display: inline-block;
    float: right;
    line-height: 150%;
}

/* 주문하기 */
html body #layout_config.cart-page .btn_description {
  margin: 40px 0 100px;
  display: flex;
  justify-content: center;
}

html body #layout_config.cart-page .btn_description a {
    display: block;
    width: 360px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #fff;
    border-radius: 5px;
    background: var(--black);
    text-align: center;
    transition: ease-in 0.3s;
}

html body #layout_config.cart-page .btn_description a:hover {
    border: 1px solid var(--black);
    background: #fff;
    color: var(--black);
    box-sizing: border-box;
    transition: ease-in 0.3s;
}


/* 추천상품 */
.appointProductBox {
    width: 1020px;
    margin: 0 auto;
}

.appointProductBox .tit {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #111;
    text-align: center;
}

.appointProductBox .tit p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #A0A0A0;
}

.appointProductBox .listBox > div {
    margin-top: 40px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    gap: 21px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.appointProductBox .listBox > div .item {
    width: calc(25% - 16px);
}

.appointProductBox .listBox .item .thumb img {
    background: var(--itemBg);
    border-radius: 12px;
    overflow: hidden;
}


.appointProductBox .listBox .item .productTxt {
    display: flex;
    margin-top: 15px;
    flex-flow: column;
    gap: 15px 0;
}

.appointProductBox .listBox .item .productTxt > div {
    font-size: 15px;
    font-weight: 700;
    color: #1C1C1C;
}

.appointProductBox .listBox .item .productTxt .name {
    font-weight: 400;
    line-height: 22px;
    color: #111;
    letter-spacing: -0.3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.appointProductBox .listBox .item .productTxt .salePrice span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.26px;
}

.appointProductBox .listBox .item .cartBtn {
    margin-top: 20px;
}

.appointProductBox .listBox .item .cartBtn a {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #fff;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    display: block;
    text-align: center;
    line-height: 46px;
}

.appointProductBox .listBox > div::-webkit-scrollbar {
    width: 3px;
    height: 260px;
}

.appointProductBox .listBox > div::-webkit-scrollbar-thumb {
    background: var(--black);
}

.appointProductBox .listBox > div::-webkit-scrollbar-track {
    background: #E7E7E7;
}

.appointProductBox .listBox > div::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}


/* 최근본상품 */
.cart-page #MS_basket_view_product {
    margin-top: 100px;
    margin-bottom: 136px;
}

.cart-page #MS_basket_view_product h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: var(--black);
    padding-left: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
}

.cart-page #MS_basket_view_product .titBox {
    position: relative;
}

.cart-page #MS_basket_view_product .titBox a {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 13px;
    background: url(/design/skinfood/skinfood/images/wib/PC/common/more_arrow.svg) no-repeat right center;
    background-size: 8px 16px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #505050;
}

.cart-page #MS_basket_view_product .todayProductList {
    display: flex;
    gap: 0 25px;
    padding-top: 25px;
}

.cart-page #MS_basket_view_product .todayProductList .item {
    width: 220px;
}

.cart-page #MS_basket_view_product .todayProductList .item .imgBox {
    margin-bottom: 20px;
}

.cart-page #MS_basket_view_product .todayProductList .item a img {
    background: var(--itemBg);
    border-radius: 12px;
    overflow: hidden;
}

.cart-page #MS_basket_view_product .todayProductList .item > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: var(--black);
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* BASIC css end */

