/* responsive version */
.cart_style2_resp {
    display: none;

    max-width: 750px;
    margin: 0 auto;
    padding: 25px;
    background: #EBF9FE;
}

.cart_style2_resp .noitem_style1 {
    width: 100%;
    max-width: 100%;
}

.cart_style2_resp__table {
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
}

.cart_style2_resp__table .col {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.cart_style2_resp__table tr:last-child .col {
    border-bottom: 0 none;
}

.cart_style2_resp__table .pic img {
    max-width: 100px;
    max-height: 200px;
}

.cart_style2_resp__table .context {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #ddd;
}

.cart_style2_resp__table .name {
    font-size: 1.4rem;
    margin-bottom: 3px;
    color: #333;
    line-height: 2;
    display: block;
}

.cart_style2_resp__table .pro_option {
    font-size: 1.2rem;
    color: #00aee7;
    display: flex;
    flex-wrap: wrap;
}

.cart_style2_resp__table .pro_option .opt_item {
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
}

.cart_style2_resp__table .pro_option .opt_item::after {
    content: '/';
    position: absolute;
    left: -2px;
    color: #777;
    font-family: Verdana;
    font-size: 12px;
}

.cart_style2_resp__table .pro_option .opt_item:last-child::after {
    content: '';
}

.cart_style2_resp__table .price {
    color: #333;
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.cart_style2_resp__table .old_price {
    text-decoration: line-through;
    color: #999;
    display: inline-block;
    margin-right: 5px;
}

.cart_style2_resp__table .input_num_style1 .arrow {
    opacity: 1;
}

.cart_style2_resp__table .remove {
    color: #ff001a;
    font-size: 1.2rem;
    margin-right: 5px;
    line-height: 40px;
    display: inline-block;
    position: relative;
}

.cart_style2_resp__table .remove .icon {
    font-size: 1.5rem;
    margin-left: 2px;
}

.cart_style2_resp__table .remove.ajaxload_style2::after {
    background-color: #fff;
    background-size: auto 60%;
}

.cart_style2_resp__table .total_price {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
}

.cart_style2_resp__table tfoot tr {
    border-bottom: 1px solid #000;
}

.cart_style2_resp__table tfoot td {
    padding: 10px 8px;
    border-top: 1px solid #ddd;
}

.cart_style2_resp__table tfoot td.col_title_value .title {
    flex-basis: 50%;
    text-align: left;
    padding-left: 10px;
    font-size: 1.3rem;
    color: #555;
}

.cart_style2_resp__table tfoot td.col_title_value .value {
    flex-basis: 50%;
    padding-right: 10px;
    text-align: right;
}

.cart_style2_resp__table tfoot td.col_title_value .unit {
    font-size: 1.3rem;
    color: #888;
    display: inline-block;
    margin-right: 3px;
}

.cart_style2_resp__table tfoot td.col_title_value .unit {
    font-size: 1.3rem;
    color: #888;
    display: inline-block;
    margin-right: 3px;
}

.cart_style2_resp__table tfoot td.col_title_value .price,
.cart_style2_resp__table tfoot td.col_title_value .discount,
.cart_style2_resp__table tfoot td.col_title_value .amount {
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.cart_style2_resp__table tfoot td.col_title_value .price {
    color: #39b3e4;
}

.cart_style2_resp__table tfoot td.col_title_value .discount {
    color: #fb783e;
}

.cart_style2_resp__table tfoot td.col_title_value .amount {
    color: #7FB231;
}

.cart_style2_resp__table .action_btns .checkout_cart {
    flex-basis: 80%;
}

.cart_style2_resp__table .action_btns .empty_cart {
    flex-basis: 20%;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}


@media only screen and (max-width: 992px) {
    .cart_style2 {
        display: none;
    }

    .cart_style2_resp {
        display: block;
    }
}

@media only screen and (max-width: 570px) {
    #cart > .container > .inner {
        padding: 0;
    }

    .cart_style2_resp {
        padding: 0;
        background: #fff;
    }
}
