.cart-head h2{
    color: #1B0D05;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
.num-pro {
    color: #AEAEAE;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
table.cart_table {
    width: 100%;
}
.cart_table thead {
    background-color: #F8F8F8;
}
.cart_table th {
    padding: 10px;
}
.cart_table .product-thumbnail {
    max-width: 291px;
    display: flex;
    align-items: center;
}
.cart_table td{
    padding: 20px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 0.40);
}
.cart_table td:not(.product-thumbnail){
    padding: 20px;
}
.cart_table .product-thumbnail img{
    display: block;
    width: 100%;
    object-fit: contain;
}
.attr{
    color: #747474;
    font-size: 14px;
}
.cart_table td.product-name {
    max-width: 235px;
}
.cart_table td.product-name b {
    display: block;
}
.cart_table .wrap-quantity {
    padding: 0;
}
.product-quantity, .product-price {
    text-align: center;
}
td.product-remove {
    font-size: 20px;
}
.buy-more {
    margin: 20px 0;
}
.buy-more a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #C30419;
    border: 1px solid #C30419;
    border-radius: 4px;
}
.main-cart,
.spdx-box{
    padding-bottom: 50px;
}

/**/
.cart-head{
    margin-top: 80px;
}
.item-cart {
    display: flex;
    padding: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;;
}
.product-info {
    padding: 0 10px 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-info h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.product-info h3 a{
    color: #262626;
}
.product-info .text{
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product-info .attr-khoahoc {
    padding-top: 0;
    border: 0;
    margin: 0;
    flex: 1;
}
.product-info .attr-khoahoc li label {
    flex: unset;
}
.product-info .attr-khoahoc li {
    margin-bottom: 5px;
}
.product-info .price-wrap{
    margin-bottom: 0;
}
.product-info .price-wrap .price .amount{
    font-size: 20px;
}
/**/
.cart_totals {
    background-color: #F5F5F5;
    padding: 40px 20px 20px;
}
.head-order {
    padding-bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.cart_order_body {
}
.item-line-cart {
    border-bottom: 1px solid rgba(217, 217, 217, 0.40);
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.order-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 500;
    align-items: center;
}
.order-item label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.order-total {
    font-size: 20px;
}
.cart_totals .order-btn {
    width: 100%;
    margin-top: 20px;
    border-radius: 4px;
    justify-content: center;
    font-size: 18px;
}
.showcoupon{
    position: relative;
}
.showcoupon input{
    height: 48px;
    border: 1px solid #262626;
    border-radius: 8px;
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
}
.showcoupon button{
    color: #fff;
    padding: 0 28px;
    border-radius: 0px 8px 8px 0px;
    background: #262626;
    height: 48px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.showshipping{
    border-width: 2px;
}
.order-btn.btn {
    height: 48px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}
/*check out*/
.cart_order_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.list-order-product li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-order-product li .order_product-name{
    width: 55%;
    padding-right: 20px;
}
.list-order-product li .order_product-name a{
    display: block;
    color: #262626;
    font-size: 16px;
}
.showcoupon-data {
    border-radius: 4px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-style: italic;
}
.showcoupon-data label{
    color: rgba(0, 0, 0, 0.40);;
}
.order-payment .title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.order-payment li label{
    cursor: pointer;
}

.quantity-data {
    font-size: 14px;
}
.order-total-checkout{
    color: #C30419;
    font-size: 28px;
}
.order-payment li {
    display: flex;
    align-items: center;
}
.order-payment li label {
    padding-left: 10px;
}
/**/
.billing-fields h3 {
    margin: 20px 0;
    font-size: 20px;
    color: #262626;
}
.billing-fields input,
.billing-fields select,
.billing-fields textarea {
    border: 1px solid #EAEAEA;
    padding: 11px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.60);
    border-radius: 8px;
}
.billing-fields textarea {
    height: 200px;
}
.billing-fields select {
    background-size: 12px;
    border: 1px solid #EAEAEA;
    background-color: transparent;
    border-radius: 8px;
    background-position: right 20px center;
    cursor: pointer;
}
@media only screen and (max-width: 1230px) {
    .cart_table td:not(.product-thumbnail) {
        padding: 10px;
    }
    .cart_table .wrap-quantity .input-text{
        width: 55px;
    }
}
@media only screen and (max-width: 1024px) {
    .main-cart .col-mb {
        width: 100%;
    }
    .cart_table td {
        padding: 10px 0;
    }
    .cart-head {
        margin-top: 40px;
    }
    .cart-head h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 900px) {
    .head-order{
        font-size: 16px;
    }
    .product-info .price-wrap .price .amount{
        font-size: 18px;
    }
    .order-total{
        font-size: 18px;
    }
    .product-info-row2 .quantity label {
        display: none;
    }
    .product-info h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .num-pro {
        font-size: 14px;
    }
    .cart_table tr {
        display: block;
        justify-content: space-between;
    }
    .cart_table tr td{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .cart_table tr td::before{
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        font-size: 14px;
    }
    .cart_table td.product-name{
        max-width: unset;
    }
    .cart_table td.product-name a{
        text-align: right;
        flex: 1;
        padding-left: 15px;
    }
    .cart_table thead,
    .cart_table .product-thumbnail{
        display: none;
    }
    .cart_table tr:nth-child(2n) td {
        background-color: rgba(0,0,0,.025);
    }
}
@media only screen and (max-width: 768px) {
    .cart-head h2 {
        font-size: 22px;
    }
    .buy-more {
        margin: 10px 0;
    }
    .buy-more a {
        padding: 5px 10px;
    }
    .head-order{
        padding: 10px;
    }
    .cart_order_body {
        padding: 20px 10px;
    }
    .main-cart,,
    .spdx-box {
        padding-bottom: 20px;
    }
    /**/
    .customer_details h2 {
        font-size: 22px;
    }
    .billing-fields h3 {
        margin: 10px 0;
        font-size: 16px;
    }
    .billing-fields input, .billing-fields select, .billing-fields textarea {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .order-payment .title {
        font-size: 16px;
    }


}
@media only screen and (max-width: 767px) {
    .cart-head h2 {
        font-size: 22px;
    }
    .product-info h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    .cart_totals {
        padding: 20px 10px;
    }
    .product-info .price-wrap .price .amount {
        font-size: 16px;
    }
}