/*장바구니 css*/

@media all and (min-width:480px){
    .header-wrapper.drop {width: 480px;}
}
@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}

/* 장바구니 헤더에서만 홈버튼 최우측 정렬 */
.btn_home {
    margin-right:0px !important;
}

.header-wrapper{
    z-index: 300;
}
.header-wrapper .navbar {
    display: block;
}
.header-wrapper .navbar .menu-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*margin: 0 15px;*/
    position: relative;
    height: 60px;
    padding: 0 10px;
    z-index: 1;
}
.header-wrapper .navbar .menu-wrapper .back {
    /*width: 19%; display: flex; justify-content: flex-start; align-items: center; z-index: 9;*/
    align-items: center;
    z-index: 9;
}
.header-wrapper .navbar .menu-wrapper .btn_back {
    display: block;
    width: 10%px;
}
.header-wrapper .navbar .menu-wrapper .btn_back img{
    width: 12px;
}
.header-wrapper .navbar .menu-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffff;
}
.header-wrapper .navbar .menu-wrapper .title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    width: 80%;
}
.header-wrapper .navbar .menu-wrapper .title-wrapper a {
    color: #000;
    text-decoration-line: none;
    font-size: 16px;
}
.header-wrapper .navbar .menu-wrapper .btn_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 9;
    width: 5%;
}
.header-wrapper .navbar .menu-wrapper .btn_search {
    width: 25px;
    display: inline-block;
}
.header-wrapper .navbar .menu-wrapper .btn_search img {
    width: 25px;
}
.header-wrapper .navbar .menu-wrapper .btn_cart {
    /*display: block;*/
    width: 25px;
    /*height: 30px;*/
}


/*장바구니 content start*/
/*수령자 / 배송지변경*/
.user-ship-wrap {
    padding: 80px 30px 30px 30px;
    border-bottom: solid 5px #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-ship-wrap .user-ship-left {
    float: left;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-ship-wrap .user-ship-left .user-ship-name {
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
}
.user-ship-wrap .user-ship-right {
    float: right;
    text-align: right;
    font-size: 15px;
    color: #222;
    border: solid 1px #d5d5d5;
    padding: 5px 12px;
    box-sizing: border-box;
    border-radius: 5px;
}

/*장바구니 상품 담겼을때 / 상품박스*/
.checkbox_wrapper {
    padding: 65px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chk_box p {
    padding-top: 2px;
    font-size: 15px;
}
.chk_box { display: block; position: relative; padding-left: 25px; margin-bottom: 10px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: flex; justify-content: space-between; }

/* 기본 체크박스 숨기기 */
.chk_box input[type="checkbox"] { display: none; }

/* 선택되지 않은 체크박스 스타일 꾸미기 */
.chk_box .on { width: 20px; height: 20px; border:solid 1px #ddd; background: #fff; position: absolute; top: 0; left: 0;  border-radius: 4px;      display: flex;
    justify-content: flex-start;}

/* 선택된 체크박스 스타일 꾸미기 */
.chk_box input[type="checkbox"]:checked + .on { border:solid 1px #fff; background: #FF6B00; border-radius: 4px; }
.chk_box .on:after { content: ""; position: absolute; display: none; }
.chk_box input[type="checkbox"]:checked + .on:after { display: block; }
.chk_box .on:after { width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 6px; top: 2px; }

.check-right {
    float: right;
    text-align: right;
    font-size: 13px;
    color: #999999;
    border: solid 1px #d5d5d5;
    padding: 5px 7px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
}
.item-box-wrapper {
    padding-top: 5px;
}
.item-wrap {
    padding: 17px;
    border-radius: 10px;
    background: #f6f6f6;
    margin: 0 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.prod-checkbox_wrapper {
    display: flex;
}
.prod-checkbox_wrapper .prod-checkbox-top {

}
.prod-checkbox_wrapper .prod-checkbox-top .prod-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.prod-checkbox_wrapper .prod-checkbox-top .chk_box {
    width: 80%
}
.prod-check-right {
    float: right;
    padding-top: 2px
}
.prod-check-right img {
    width: 9px;
}

/*장바구니 상품 담겼을 경우*/
.prod-box {
    width: 100%;
    position: relative;
    float: left;
    padding-top: 10px;
}
.prod-box .left_img {
    float: left;
    width: 20%;
    margin-right: 4%;
    border-radius: 8px;
    position: relative;
}
.prod-box .left_img img {
    width: 100%;
    border-radius: 5px;
}
.prod-box .left_img video {
    width: 100%;
    border-radius: 5px;
}
.prod-box .right_info_box {
    width: 76%;
    display: flex;
    flex-direction: column;
}

/*장바구니 상품 품절일 경우*/
.prod-box .left_img a::before {
    content:""; position:absolute; left:0; top:0;
    display:block; width:100%; height:100%;
    background:rgba(0,0,0,0.5); z-index:0;
}
.prod-box .left_img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
}


.right_info_box .option {
    white-space: normal;
    font-size: 14px;
    color: #727272;
    text-align: left;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 140%;
}
.right_info_box .prod-price {

}
.right_info_box .o_pri {
    font-size: 13px;
    color: #a8a8a8;
    margin-bottom: 2px;
}
.right_info_box .sell_pri {
    font-weight: 700;
    font-size: 0;
    margin-bottom: 2px;
}
.right_info_box .sell_pri span {
    font-size: 15px;
    display: inline-block;
}

.right_info_box .count-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    flex-direction: row-reverse;
}

.count-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    background: #fff;
    border-radius: 20px;
    border: solid 1px #d5d5d5;
}
.count-btn .minus {
    border: none;
    font-size: 20px;
    background: none;
    padding-right: 10px;
    color:#000;
}
.count-btn count {
    font-size: 15px;
}
.count-btn .plus {
    border: none;
    font-size: 20px;
    background: none;
    padding-left: 10px;
    color:#000;
}

/*텍스트 박스*/
.cart-txt-wrap {
    padding: 17px;
    border-radius: 10px;
    background: #fff;
    border: solid 1px #FF6B00;
    margin: 0 20px;
    margin-bottom: 10px;
}
.cart-txt-wrap p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.cart-txt-wrap p span {
    font-size: 14px;
    font-weight: 500;
    color: #FF6B00;
}


/*전체 가격*/
.cart-totalline-wrap {
    border-bottom: solid 5px #f6f6f6;
    padding: 20px 0;
}
.cart-totalline {
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
}
.cart-totalline-wrap .line {margin: 0 30px;border-top: solid 1px #f6f6f6; } 
.cart-totalline .font-weight-bold {
    font-size: 15px;
    font-weight: 500;
}
.cart-totalline .font-weight-lite{
    font-size: 15px;
}
.cart-totalline .font-weight-balck {
    font-size: 15px;
    font-weight: 700;
}
.cart-totalline .font-color {
    font-size: 15px;
    font-weight: 700;
    color: #FF6B00;
}


/* 다른 고객이 함께 본 상품 */
 .add_product_area {
     /*padding-bottom: 80px;*/
 }
.add_product_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}

.add_product_wrap h6 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.add_product_wrap h6 span {
    float: right;
    padding-right: 5%;
    font-weight: 400;
    font-size: 13px;
}

.add_product_swiper {
    overflow: hidden;
    padding-right: 5%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    transition-property: transform;
    flex-shrink: 0;
}

.add_product_item img {
    max-width: 100%;
    border-radius: 8px;
}
.add_product_item video {
    max-width: 100%;
    border-radius: 8px;
}

.add_product_item .add_product_item_info {
    text-align: left; padding: 0 3px; height: auto; position: relative;
}

.add_product_item .add_product_item_info .tit {
    font-size: 14px; line-height: 1.3; height:38px; margin: 8px 0 8px 0; font-weight: 400; white-space: normal; overflow: hidden; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.add_product_item .add_product_item_info .price-wrapper {
    display: inline-block; line-height: 1; display: flex; /* align-items: baseline; */ position: relative; letter-spacing: -0.21px;
}

/*.add_product_item .add_product_item_info .org-price {
    color: #aeaeae;
    font-size: 13px;
    height: 15px;
}*/

.add_product_item .add_product_item_info .price {
    display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: -0.5px; white-space: nowrap;
}

.add_product_item .add_product_item_info .dc-rate {
    font-size: 14px; font-weight: 700; color: #FF6B00; display: inline-block; margin-right: 8px;
}

.add_product_item .review-area {
    display: inline-block; color: #a8a8a8; padding: 6px 0; font-size: 13px; float: left;
}

.add_product_item .review-area .review-area-wrap {
    width: auto;
}

.add_product_item .review-area p {
    float: left;
}

.add_product_item .review-area p:first-child {
    padding-right: 5px;
}

.add_product_item .review-area p.rate {
    display: flex;
    /*align-items: center;*/
}

.add_product_item .review-area p em.star {
    display: inline-block;
    background-image: url("/images/common/star.png");
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 1px;
}

.add_product_item .review-area span {
    color: #727272; position: relative; padding-left: 16px; font-size: 12px;
}

.add_product_item .review-area span::before {
    content: ''; display: block; background-image: url("/images/common/ico_review.svg"); width: 14px; height: 14px; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); margin-top: 1px;
}


/*최종 주문하기 버튼*/
.panel-footer {
    display: flex;
    align-items: center;
    padding: 0 0;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    box-shadow: 0px 0px 18px 3px rgb(1 1 1 / 20%);
}

.panel-footer > .btn-like {
    position: relative;
    width: 72px;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
}

.panel-footer > .btn-like span {
    width: 40px;
    /*height: 40px;*/
    display: inline-block;
    padding-bottom: 15px;
}

.panel-footer > .btn-like span img {
    width: 100%;
    display: block;
}

.nav_btn {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #FF6B00;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

/*장바구니 비었을때*/
.prod_empty_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.prod_empty_wrapper .prod-box {
    color: #727272;
}
.prod_empty_wrapper .prod-box img {
    padding-bottom: 10px;
    width: 60px;
}

