.md-tbl__td,
.md-tbl__th {
    text-align: center;
    padding: 15px 0;
}

.md-tbl__td--min,
.md-tbl__th--min {
    width: 1%;
    white-space: nowrap;
}

.md-tbl__td--left,
.md-tbl__th--left {
    text-align: left;
}

.md-tbl__th {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #231f20;
}

.md-tbl__money {
    font-size: 14px;
    font-weight: bold;
    color: #dc3545;
}

.md-tbl__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
    color: inherit;
}

.md-tbl__card:hover {
    color: #6bbc46;
}

.md-tbl__card span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.md-tbl__img {
    width: 112px;
    margin-right: 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.md-tbl__label {
    display: none;
}

@media (max-width: 1199px) {
    .md-tbl__money {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .md-tbl {
        border-bottom: 1px solid #dee2e6;
    }

    .md-tbl__thead {
        display: none;
    }

    .md-tbl__tbody,
    .md-tbl__tr,
    .md-tbl__td {
        display: block;
    }

    .md-tbl__tr:nth-child(even) {
        background-color: #f4f4f4;
    }

    .md-tbl__td {
        width: 100%;
        text-align: left;
        padding-left: 43%;
        font-size: 14px;
        border-bottom: 0;
        position: relative;
    }

    .md-tbl__td:nth-child(1) {
        padding-left: 10px;
    }

    .md-tbl__label {
        content: 'Title';
        display: block;
        width: 30%;
        padding-right: 5px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .md-tbl__card {
        font-size: 16px;
    }
}

.md-tbl__tr {
    border-bottom: 1px solid #cccccc;
}



.section-order {
    padding: 40px 0;
    position: relative;
}

.section-order:before {
    content: "";
    position: absolute;
    width: 50%;
    background: #fafafa;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section-order .bread_crumb {
    padding: 15px 0;
}

.section-order .bread_crumb ul li {
    color: #333;
}

.section-order .wrap-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-order .wrap-btn .btn-pay {
    background: #231f20;
    color: #fff;
    padding: 8px 30px;
}

@media (min-width: 768px) {
    .section-order .col-left {
       
    }
}

@media (min-width: 768px) {
    .section-order .top-section {
        width: 50%;
       
    }
}

.section-order .info-cart .item {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

.section-order .info-cart .item .wrap-image {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.section-order .info-cart .item .wrap-image img {
    width: 72px;
    border-radius: 4px;
    margin-right: 10px;
    display: block;
}

.section-order .info-cart .item .count-item {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #cccccc;
    color: #fff;
    top: -5px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.section-order .info-cart .item .title-product {
    margin-top: 10px;
    flex: 1;
}

.section-order .info-cart .item .cost-item {
    width: 110px;
    display: block;
    text-align: right;
}

.section-order .info-cart .item.code-sale {
    display: flex;
}

.section-order .info-cart .item.code-sale input {
    flex: 1;
    padding-left: 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.section-order .info-cart .item.code-sale button {
    margin-left: 15px;
    padding: 10px 20px;
    color: #fff;
    background: #767676;
    border: 0;
}

.section-order .info-cart div:last-child {
    display: flex;
    justify-content: space-between;
    border: 0;
}

.section-order .info-cart div:last-child .total-cost {
    color: #767676;
}