﻿article {
    overflow: hidden;
}

.table_cart {
    border-collapse: collapse;
    width: 100%; /* background: #fff; */ /* padding: 15px; */
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

    .table_cart tbody {
        width: 100%;
        display: block;
    }

    .table_cart td, .table_cart th {
        padding: 0 0px;
    }

    .table_cart th {
        background: #fff;
    }

    .table_cart td {
        text-align: center;
        display: flex;
        width: 40%;
        align-items: center;
    }

        .table_cart td.delete {
            width: 9%;
            margin-left: 10px;
            text-align: center; /* display: block; */
        }

            .table_cart td.delete a, .table_cart td.delete span {
                margin: auto;
                color: #333;
                font-weight: 600;
            }

    .table_cart tr {
        border-top: 1px solid rgb(242, 242, 242);
        border-radius: 0;
        overflow: hidden;
        display: flex;
        padding: 15px 10px;
        box-sizing: border-box;
        background: #fff;
        font-size: 15px;
    }

    .table_cart .textbox a:hover {
        background: #333;
        color: #fff;
    }

    .table_cart tr:first-child {
        border-top: none;
        padding: 10px; /* margin-bottom: 10px; */
    }

    .table_cart tr:nth-child(n+2) {
        margin-top: 0;
    }

    .table_cart td.Image {
        width: 65px; /* height: 65px; */ /* overflow: hidden; */
    }

        .table_cart td.Image span {
            margin: auto;
            font-weight: 600;
        }

    .table_cart td.stt {
        width: 40px;
    }

    .table_cart td.Image img {
        border: none;
        box-sizing: border-box;
        width: 100%;
        display: block;
        height: 65px;
        object-fit: cover;
    }

    .table_cart th {
        font-size: 16px;
        font-weight: normal;
        color: #4f4f4f;
    }

    .table_cart .thumbnail {
        width: 80px;
    }

    .table_cart td.name {
        font-size: 14px;
        color: #111;
        text-align: left;
        padding-left: 20px;
        font-weight: 600;
    }

        .table_cart td.name strong {
            display: block;
            color: #ca0b01;
        }

        .table_cart td.name span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .table_cart td.price, .table_cart td.price-row {
        color: #ca0b01;
        width: 17%;
        font-weight: bold;
        margin-left: 10px; /* display: block; */
    }

        .table_cart td.price-row span {
            margin: auto;
        }

    .table_cart .quantity {
        width: 18%;
        margin-left: 10px; /* display: block; */
    }

        .table_cart .quantity span {
            margin: auto;
            font-weight: 600;
        }

    .table_cart .textbox {
        position: relative;
        margin: auto; /* margin-top: 10px; */
        overflow: hidden;
        text-align: center; /* margin-left: 0; */
    }

        .table_cart .textbox a {
            border: 1px solid #d1d1d1;
            display: inline-block;
            width: 28px;
            padding: 0px 0;
            height: 27px;
            border-radius: 25px;
            line-height: 24px;
            color: #333;
        }

    .table_cart .txt {
        width: 41px;
        border: 1px solid #d1d1d1;
        box-sizing: border-box;
        padding: 6px 0px;
        outline: none;
        border-radius: 3px;
        text-align: center;
        display: inline-block;
    }

    .table_cart .btnSave {
        position: absolute;
        width: 25px;
        top: 4px;
        right: 2px;
    }

        .table_cart .btnSave:before {
            content: "\f0c7";
            font-family: fontawesome;
            display: inline-block;
            color: #919191;
            font-size: 20px;
        }

.total {
    margin-top: 20px;
    overflow: hidden;
}

    .total span {
        float: left;
        color: #666;
    }

    .total .lbTotal {
        font-size: 16px;
        color: #000;
        font-family: nsb;
        float: right;
        text-align: right;
    }

        .total .lbTotal p {
            font-family: nr;
            margin: auto;
            font-size: 15px;
        }

.button {
    text-align: right;
    margin-top: 20px;
}

.infoForm {
    overflow: hidden;
    margin-top: 20px;
}

.btnReturn, .btnContinue {
    font-size: 15px;
    background-color: #eeab51;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
    border-bottom: 3px solid #404040;
    display: inline-block;
}

    .btnReturn:before, .btnContinue:before {
        content: "\f3e5";
        font-family: fontawesome;
        position: absolute;
        left: 10px;
        top: 14px;
    }

.btnContinue {
    background-color: #8dc642;
    color: #fff;
    border-bottom: 3px solid #292929a1;
    cursor: pointer;
    display: block;
    font-family: 'InterM';
}

    .btnContinue:before {
        content: "\f09d";
    }

@media only screen and (max-width :1023px) {
    .table_cart .Image {
        display: none;
    }
}

@media only screen and (max-width :479px) {
    .table_cart .Image {
        display: none;
    }

    .table_cart th {
        font-size: 13px;
    }

    .table_cart td.name {
        font-size: 15px;
    }

    .table_cart .price, .table_cart .price-row, .table_cart .stt {
        display: none;
    }
}

.col-left-cart {
    width: 68%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.07), inset 0 0 0 1px rgba(0,0,0,.05);
}

.col-right-cart {
    width: 30%;
    float: right;
    margin-top: 0;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    padding-top: 0;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.07), inset 0 0 0 1px rgba(0,0,0,.05);
}

.cart-content-chilld {
    padding-top: 45px;
    background: #d5d5d5;
}

h1.title-count:before {
    content: "";
    position: absolute;
    background: url(/Design/phFood/tt.png) no-repeat;
    background-size: cover;
    left: 0;
    top: -25px;
    right: 0;
    width: 485.007px;
    height: 77.752px;
    margin: auto;
}

span#ctl00_ContentPlaceHolder1_lbCat {
    position: relative;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    top: 4px;
    left: 6px;
}

h1.title-count .decorSvgProduct {
    z-index: 0;
}

.title-count {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'InterSB';
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: -29px;
}

.container-cart {
    max-width: 90% !important;
    padding-bottom: 90px;
}

.tit-cart {
    border-bottom: 1px solid #dadde1;
    padding: 11px 0 12px;
    font-family: 'InterM';
    text-transform: uppercase;
}

@media only screen and (max-width :1023px) {
    .col-left-cart {
        width: 100%;
    }

    h1.title-count:before {
        content: "";
        position: absolute;
        background: url(/Design/phFood/tt.png) no-repeat;
        background-size: cover;
        left: 0;
        top: -5px;
        right: 0;
        width: 276.007px;
        height: 43.752px;
        margin: auto;
    }

    span#ctl00_ContentPlaceHolder1_lbCat {
        font-size: 16px;
    }

    .title-count {
        top: -39px;
    }

    .col-right-cart {
        width: 100%;
        margin-top: 30px;
    }

    .container-cart {
        padding-bottom: 30px;
        max-width: 100% !important;
        margin: auto !important;
    }
}