.cartPage{
    background: #f8f8f8;
    padding: 40px 0 0;
}
.cartPage .cart_body .title{
    padding: 0 30px;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
}
.cartPage .cart_body .title .total-cart{
    color: #7a7a9d;
    font-weight: 100;
}
.cartPage .cart_body .title .total-cart .btn-continue a{
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 4px;
    float: right;
    margin-top: 10px;
    color: #fff;
    background: #338dbc;
}
.cartPage .cart_body .cart-header-info{
    display: flex;
    padding: 12px 0;
    background: #f8f8f8;
    border-top: 1px #dde1ef solid;
    border-bottom: 1px #dde1ef solid;
    font-size: 14px;
    font-weight: 600;
}
.cartPage .cart_body .cart-header-info .product{
    padding-left: 30px;
    width: 56%;
}
.cartPage .cart_body .cart-header-info .price{
    width: 14%;
}
.cartPage .cart_body .cart-header-info .quantity{
    width: 15%;
    text-align: center;
}
.cartPage .cart_body .cart-header-info .total{
    width: 15%;
}
.cartPage .cart_body .cart-header-info-title{
    display: flex;
    padding: 12px 0;
    background: #fff4db;
    border-top: 1px #dde1ef solid;
    border-bottom: 1px #dde1ef solid;
    font-size: 14px;
}
.cartPage .cart_body .cart-item{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}
.cartPage .cart_body .cart-item:last-child{
    padding-bottom: 20px;
}
.cartPage .cart_body .cart-item .cart_product{
    width: 56%;
    display: inline-flex;
    padding-left: 30px;
}
.cartPage .cart_body .cart-item .cart_product .cart_image{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartPage .cart_body .cart-item .cart_product .cart_info{
    padding-left: 15px;
    display: inline-flex;
    width: calc(100% - 70px);
    flex-wrap: wrap;
}
.cartPage .cart_body .cart-item .cart_product .cart_info .cart_name .h4{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #000;
    font-weight: 600;
}
.cartPage .cart_body .title .total-cart .btn-continue a i{
    margin-left: 10px;
}
.remove-cart .cart__btn-remove{
    color: #dd011b;
    font-size: 14px;
    margin-right: 18px;
}
.remove-cart .cart__btn-remove i{
    font-size: 18px;
}
.like-cart .setWishlist svg{
    width: 18px;
}
.like-cart .like-text{
    color: #7a7a9d;
    font-size: 14px;
}
.cartPage .cart_body .cart-item .cart_prices{
    width: 14%;
}
.cartPage .cart_body .cart-item .cart_prices .cart-price{
    color: #338dbc;
    font-weight: 600;
    font-size: 14px;
}
.cartPage .cart_body .cart-item .grid-qty{
    width: 15%;
    text-align: center;
}
.cartPage .cart_body .cart-item .grid-qty .input-group-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartPage .cart_body .cart-item .grid-qty .input-group-btn .ajaxcart__qty--minus{
    border-radius: 13px 0 0 13px;
    border-right: 1px solid #7a7a9d;
    border: 1px solid #7a7a9d;
    color: #222;
    line-height: 24px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 26px;
}
.cartPage .cart_body .cart-item .grid-qty .input-group-btn .ajaxcart__qty-num{
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 30px;
    min-height: 26px;
    border: 1px solid #7a7a9d;
    color: #222;
    height: 26px;
    font-size: 14px;
    margin: 0;
    border-left: none;
    border-right: none;
}
.cartPage .cart_body .cart-item .grid-qty .input-group-btn .ajaxcart__qty--plus{
    border: 1px solid #7a7a9d;
    color: #222;
    line-height: 24px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 26px;
    border-radius: 0 13px 13px 0;
    border-left: 1px solid #7a7a9d;
}
.cartPage .cart_body .cart-item .grid-price{
    width: 15%;
    padding-right: 30px;
}
.cartPage .cart_body .cart-item .grid-price .cart-price{
    color: #338dbc;
    font-weight: 600;
    font-size: 14px;
}
.wrappFooterCart{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}
.wrappFooterCart .cart__subtotal{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrappFooterCart .cart__subtotal .cart__col-6{
    font-size: 14px;
}
.wrappFooterCart .cart__subtotal .total-price{
    color: #338dbc;
    font-size: 18px;
    font-weight: 600;
}
.wrappFooterCart .cart__btn-proceed-checkout-dt{
    margin-top: 15px;
}
.wrappFooterCart .cart__btn-proceed-checkout-dt .cart__btn-proceed-checkout{
    background-color: #338dbc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}
.wrappFooterCart .textPro{
    font-size: 14px;
}
.ajaxcart.cartpage{
    padding-bottom: 30px;
}
.like-cart.active .setWishlist svg{
    fill: #dd011b;
}
.like-cart.active .like-text{
    display: none;
}

@media (max-width: 768px) {
    .cartPage .cart_body .title,
    .cartPage .cart_body .cart-header-info,
    .cartPage .cart_body .cart-header-info-title,
    .cartPage .cart_body .cart-item .cart_prices,
    .cartPage .cart_body .cart-item .grid-price{
        display: none;
    }
    .cartPage .cart_body .cart-item{
        position: relative;
        padding: 20px 15px 0;
    }
    .cartPage .cart_body .cart-item .cart_product{
        width: 100%;
        padding: 0;
    }
    .cartPage .cart_body .cart-item .cart_product .cart_info{
        padding-right: 40px;
    }
    .like-cart{
        border-radius: 50%;
        background: #f2f2f2;
        padding: 3px 8px;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .like-cart a svg{
        width: 16px;
    }
    .like-cart .like-text{
        display: none;
    }
    .cartPage .cart_body .cart-item .grid-qty{
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 10px;
    }
    .cartPage .cart_body .cart-item .grid-qty .input-group-btn{
        justify-content: flex-end;
    }
    .col-12.cart-footer,
    .col-12.cart_body{
        padding: 0;
    }
    .cartPage .cart_body .cart-item .cart_product .cart_info .cart_name .h4{
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .cartPage{
        padding: 0;
    }
}